From 8db03bc43877f755ef5e95e914c10d04933633cd Mon Sep 17 00:00:00 2001 From: koalyptus Date: Tue, 2 Feb 2016 07:36:24 +0000 Subject: [PATCH] publish Docs to gh-pages (auto) branch: master SHA: d0ad41148b63aade2e1065b1e38f057714cafe4f range SHA: 9f992b0cbaf5...d0ad41148b63 build id: 106410467 build number: 158 --- docs/ast/source/src/modules/checkList.js.json | 20175 +++++---- docs/ast/source/src/modules/dropdown.js.json | 15607 ++++--- docs/ast/source/src/sort.js.json | 386 +- docs/ast/source/src/tablefilter.js.json | 34748 ++++++++-------- docs/class/src/emitter.js~Emitter.html | 2 +- ...pterEzEditTable.js~AdapterEzEditTable.html | 2 +- .../extensions/colOps/colOps.js~ColOps.html | 2 +- .../colsVisibility.js~ColsVisibility.html | 2 +- ...iltersVisibility.js~FiltersVisibility.html | 2 +- ...Sortabletable.js~AdapterSortableTable.html | 2 +- .../alternateRows.js~AlternateRows.html | 2 +- .../src/modules/checkList.js~CheckList.html | 56 +- .../modules/clearButton.js~ClearButton.html | 2 +- .../src/modules/dropdown.js~Dropdown.html | 44 +- .../class/src/modules/feature.js~Feature.html | 2 +- .../src/modules/gridLayout.js~GridLayout.html | 2 +- docs/class/src/modules/help.js~Help.html | 2 +- ...highlightKeywords.js~HighlightKeyword.html | 2 +- docs/class/src/modules/loader.js~Loader.html | 2 +- .../src/modules/noResults.js~NoResults.html | 2 +- docs/class/src/modules/paging.js~Paging.html | 2 +- .../modules/popupFilter.js~PopupFilter.html | 2 +- .../modules/rowsCounter.js~RowsCounter.html | 2 +- .../src/modules/statusBar.js~StatusBar.html | 2 +- docs/class/src/modules/store.js~Store.html | 2 +- .../class/src/tablefilter.js~TableFilter.html | 2 +- docs/dump.json | 168 +- docs/file/src/array.js.html | 2 +- docs/file/src/cookie.js.html | 2 +- docs/file/src/date.js.html | 2 +- docs/file/src/dom.js.html | 2 +- docs/file/src/emitter.js.html | 2 +- docs/file/src/event.js.html | 2 +- .../advancedGrid/adapterEzEditTable.js.html | 2 +- .../advancedGrid/advancedGrid.js.html | 2 +- .../file/src/extensions/colOps/colOps.js.html | 2 +- .../colsVisibility/colsVisibility.js.html | 2 +- .../filtersVisibility.js.html | 2 +- .../sort/adapterSortabletable.js.html | 2 +- docs/file/src/extensions/sort/sort.js.html | 2 +- docs/file/src/helpers.js.html | 2 +- docs/file/src/modules/alternateRows.js.html | 2 +- docs/file/src/modules/checkList.js.html | 38 +- docs/file/src/modules/clearButton.js.html | 2 +- docs/file/src/modules/dropdown.js.html | 39 +- docs/file/src/modules/feature.js.html | 2 +- docs/file/src/modules/gridLayout.js.html | 2 +- docs/file/src/modules/help.js.html | 2 +- .../src/modules/highlightKeywords.js.html | 2 +- docs/file/src/modules/loader.js.html | 2 +- docs/file/src/modules/noResults.js.html | 2 +- docs/file/src/modules/paging.js.html | 2 +- docs/file/src/modules/popupFilter.js.html | 2 +- docs/file/src/modules/rowsCounter.js.html | 2 +- docs/file/src/modules/statusBar.js.html | 2 +- docs/file/src/modules/store.js.html | 2 +- docs/file/src/sort.js.html | 8 +- docs/file/src/string.js.html | 2 +- docs/file/src/tablefilter.js.html | 6 +- docs/file/src/types.js.html | 2 +- docs/identifiers.html | 2 +- docs/index.html | 2 +- docs/source.html | 82 +- 63 files changed, 35595 insertions(+), 35864 deletions(-) diff --git a/docs/ast/source/src/modules/checkList.js.json b/docs/ast/source/src/modules/checkList.js.json index c8ee3862..eb9aa7d3 100644 --- a/docs/ast/source/src/modules/checkList.js.json +++ b/docs/ast/source/src/modules/checkList.js.json @@ -457,6 +457,117 @@ } } }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "SORT_ERROR", + "range": [ + 183, + 193 + ], + "loc": { + "start": { + "line": 8, + "column": 6 + }, + "end": { + "line": 8, + "column": 16 + } + } + }, + "init": { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "Literal", + "value": "Filter options for column {0} cannot be sorted in ", + "raw": "'Filter options for column {0} cannot be sorted in '", + "range": [ + 196, + 248 + ], + "loc": { + "start": { + "line": 8, + "column": 19 + }, + "end": { + "line": 8, + "column": 71 + } + } + }, + "right": { + "type": "Literal", + "value": "{1} manner.", + "raw": "'{1} manner.'", + "range": [ + 255, + 268 + ], + "loc": { + "start": { + "line": 9, + "column": 4 + }, + "end": { + "line": 9, + "column": 17 + } + } + }, + "range": [ + 196, + 268 + ], + "loc": { + "start": { + "line": 8, + "column": 19 + }, + "end": { + "line": 9, + "column": 17 + } + } + }, + "range": [ + 183, + 268 + ], + "loc": { + "start": { + "line": 8, + "column": 6 + }, + "end": { + "line": 9, + "column": 17 + } + } + } + ], + "kind": "const", + "range": [ + 177, + 269 + ], + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 9, + "column": 18 + } + } + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -465,16 +576,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 190, - 199 + 284, + 293 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 13 }, "end": { - "line": 8, + "line": 11, "column": 22 } } @@ -483,16 +594,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 208, - 215 + 302, + 309 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 31 }, "end": { - "line": 8, + "line": 11, "column": 38 } } @@ -506,16 +617,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 315, - 326 + 409, + 420 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 4 }, "end": { - "line": 14, + "line": 17, "column": 15 } } @@ -528,16 +639,16 @@ "type": "Identifier", "name": "tf", "range": [ - 327, - 329 + 421, + 423 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 16 }, "end": { - "line": 14, + "line": 17, "column": 18 } } @@ -553,16 +664,16 @@ "callee": { "type": "Super", "range": [ - 340, - 345 + 434, + 439 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, + "line": 18, "column": 13 } } @@ -572,16 +683,16 @@ "type": "Identifier", "name": "tf", "range": [ - 346, - 348 + 440, + 442 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 14 }, "end": { - "line": 15, + "line": 18, "column": 16 } } @@ -591,47 +702,47 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 350, - 361 + 444, + 455 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 18 }, "end": { - "line": 15, + "line": 18, "column": 29 } } } ], "range": [ - 340, - 362 + 434, + 456 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, + "line": 18, "column": 30 } } }, "range": [ - 340, - 363 + 434, + 457 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, + "line": 18, "column": 31 } }, @@ -640,16 +751,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 373, - 396 + 467, + 490 ], "loc": { "start": { - "line": 17, + "line": 20, "column": 8 }, "end": { - "line": 17, + "line": 20, "column": 31 } } @@ -665,16 +776,16 @@ "type": "Identifier", "name": "f", "range": [ - 409, - 410 + 503, + 504 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 12 }, "end": { - "line": 18, + "line": 21, "column": 13 } } @@ -688,16 +799,16 @@ "type": "Identifier", "name": "tf", "range": [ - 413, - 415 + 507, + 509 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 16 }, "end": { - "line": 18, + "line": 21, "column": 18 } } @@ -706,62 +817,62 @@ "type": "Identifier", "name": "config", "range": [ - 416, - 422 + 510, + 516 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 19 }, "end": { - "line": 18, + "line": 21, "column": 25 } } }, "range": [ - 413, - 422 + 507, + 516 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 16 }, "end": { - "line": 18, + "line": 21, "column": 25 } } }, "arguments": [], "range": [ - 413, - 424 + 507, + 518 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 16 }, "end": { - "line": 18, + "line": 21, "column": 27 } } }, "range": [ - 409, - 424 + 503, + 518 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 12 }, "end": { - "line": 18, + "line": 21, "column": 27 } } @@ -769,16 +880,16 @@ ], "kind": "let", "range": [ - 405, - 425 + 499, + 519 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 8 }, "end": { - "line": 18, + "line": 21, "column": 28 } }, @@ -787,16 +898,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 373, - 396 + 467, + 490 ], "loc": { "start": { - "line": 17, + "line": 20, "column": 8 }, "end": { - "line": 17, + "line": 20, "column": 31 } } @@ -814,16 +925,16 @@ "object": { "type": "ThisExpression", "range": [ - 435, - 439 + 529, + 533 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 20, + "line": 23, "column": 12 } } @@ -832,31 +943,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 440, - 452 + 534, + 546 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 13 }, "end": { - "line": 20, + "line": 23, "column": 25 } } }, "range": [ - 435, - 452 + 529, + 546 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 20, + "line": 23, "column": 25 } } @@ -865,46 +976,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 455, - 457 + 549, + 551 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 28 }, "end": { - "line": 20, + "line": 23, "column": 30 } } }, "range": [ - 435, - 457 + 529, + 551 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 20, + "line": 23, "column": 30 } } }, "range": [ - 435, - 458 + 529, + 552 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 20, + "line": 23, "column": 31 } }, @@ -913,16 +1024,16 @@ "type": "Line", "value": "checklist container div", "range": [ - 459, - 484 + 553, + 578 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 32 }, "end": { - "line": 20, + "line": 23, "column": 57 } } @@ -931,16 +1042,16 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 493, - 548 + 587, + 642 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 8 }, "end": { - "line": 21, + "line": 24, "column": 63 } } @@ -958,16 +1069,16 @@ "object": { "type": "ThisExpression", "range": [ - 557, - 561 + 651, + 655 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 8 }, "end": { - "line": 22, + "line": 25, "column": 12 } } @@ -976,31 +1087,31 @@ "type": "Identifier", "name": "checkListDivCssClass", "range": [ - 562, - 582 + 656, + 676 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 13 }, "end": { - "line": 22, + "line": 25, "column": 33 } } }, "range": [ - 557, - 582 + 651, + 676 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 8 }, "end": { - "line": 22, + "line": 25, "column": 33 } } @@ -1015,16 +1126,16 @@ "type": "Identifier", "name": "f", "range": [ - 585, - 586 + 679, + 680 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 36 }, "end": { - "line": 22, + "line": 25, "column": 37 } } @@ -1033,31 +1144,31 @@ "type": "Identifier", "name": "div_checklist_css_class", "range": [ - 587, - 610 + 681, + 704 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 38 }, "end": { - "line": 22, + "line": 25, "column": 61 } } }, "range": [ - 585, - 610 + 679, + 704 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 36 }, "end": { - "line": 22, + "line": 25, "column": 61 } } @@ -1067,61 +1178,61 @@ "value": "div_checklist", "raw": "'div_checklist'", "range": [ - 626, - 641 + 720, + 735 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 12 }, "end": { - "line": 23, + "line": 26, "column": 27 } } }, "range": [ - 585, - 641 + 679, + 735 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 36 }, "end": { - "line": 23, + "line": 26, "column": 27 } } }, "range": [ - 557, - 641 + 651, + 735 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 8 }, "end": { - "line": 23, + "line": 26, "column": 27 } } }, "range": [ - 557, - 642 + 651, + 736 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 8 }, "end": { - "line": 23, + "line": 26, "column": 28 } }, @@ -1130,16 +1241,16 @@ "type": "Line", "value": "checklist container div", "range": [ - 459, - 484 + 553, + 578 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 32 }, "end": { - "line": 20, + "line": 23, "column": 57 } } @@ -1148,16 +1259,16 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 493, - 548 + 587, + 642 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 8 }, "end": { - "line": 21, + "line": 24, "column": 63 } } @@ -1168,16 +1279,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 651, - 692 + 745, + 786 ], "loc": { "start": { - "line": 24, + "line": 27, "column": 8 }, "end": { - "line": 24, + "line": 27, "column": 49 } } @@ -1195,16 +1306,16 @@ "object": { "type": "ThisExpression", "range": [ - 701, - 705 + 795, + 799 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 12 } } @@ -1213,31 +1324,31 @@ "type": "Identifier", "name": "checkListCssClass", "range": [ - 706, - 723 + 800, + 817 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 13 }, "end": { - "line": 25, + "line": 28, "column": 30 } } }, "range": [ - 701, - 723 + 795, + 817 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 30 } } @@ -1252,16 +1363,16 @@ "type": "Identifier", "name": "f", "range": [ - 726, - 727 + 820, + 821 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 33 }, "end": { - "line": 25, + "line": 28, "column": 34 } } @@ -1270,31 +1381,31 @@ "type": "Identifier", "name": "checklist_css_class", "range": [ - 728, - 747 + 822, + 841 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 35 }, "end": { - "line": 25, + "line": 28, "column": 54 } } }, "range": [ - 726, - 747 + 820, + 841 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 33 }, "end": { - "line": 25, + "line": 28, "column": 54 } } @@ -1304,61 +1415,61 @@ "value": "flt_checklist", "raw": "'flt_checklist'", "range": [ - 751, - 766 + 845, + 860 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 58 }, "end": { - "line": 25, + "line": 28, "column": 73 } } }, "range": [ - 726, - 766 + 820, + 860 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 33 }, "end": { - "line": 25, + "line": 28, "column": 73 } } }, "range": [ - 701, - 766 + 795, + 860 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 73 } } }, "range": [ - 701, - 767 + 795, + 861 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 74 } }, @@ -1367,16 +1478,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 651, - 692 + 745, + 786 ], "loc": { "start": { - "line": 24, + "line": 27, "column": 8 }, "end": { - "line": 24, + "line": 27, "column": 49 } } @@ -1387,16 +1498,16 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 776, - 819 + 870, + 913 ], "loc": { "start": { - "line": 26, + "line": 29, "column": 8 }, "end": { - "line": 26, + "line": 29, "column": 51 } } @@ -1414,16 +1525,16 @@ "object": { "type": "ThisExpression", "range": [ - 828, - 832 + 922, + 926 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 27, + "line": 30, "column": 12 } } @@ -1432,31 +1543,31 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 833, - 854 + 927, + 948 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 13 }, "end": { - "line": 27, + "line": 30, "column": 34 } } }, "range": [ - 828, - 854 + 922, + 948 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 27, + "line": 30, "column": 34 } } @@ -1471,16 +1582,16 @@ "type": "Identifier", "name": "f", "range": [ - 857, - 858 + 951, + 952 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 37 }, "end": { - "line": 27, + "line": 30, "column": 38 } } @@ -1489,31 +1600,31 @@ "type": "Identifier", "name": "checklist_item_css_class", "range": [ - 859, - 883 + 953, + 977 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 39 }, "end": { - "line": 27, + "line": 30, "column": 63 } } }, "range": [ - 857, - 883 + 951, + 977 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 37 }, "end": { - "line": 27, + "line": 30, "column": 63 } } @@ -1523,61 +1634,61 @@ "value": "flt_checklist_item", "raw": "'flt_checklist_item'", "range": [ - 899, - 919 + 993, + 1013 ], "loc": { "start": { - "line": 28, + "line": 31, "column": 12 }, "end": { - "line": 28, + "line": 31, "column": 32 } } }, "range": [ - 857, - 919 + 951, + 1013 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 37 }, "end": { - "line": 28, + "line": 31, "column": 32 } } }, "range": [ - 828, - 919 + 922, + 1013 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 31, "column": 32 } } }, "range": [ - 828, - 920 + 922, + 1014 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 31, "column": 33 } }, @@ -1586,16 +1697,16 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 776, - 819 + 870, + 913 ], "loc": { "start": { - "line": 26, + "line": 29, "column": 8 }, "end": { - "line": 26, + "line": 29, "column": 51 } } @@ -1606,16 +1717,16 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 929, - 981 + 1023, + 1075 ], "loc": { "start": { - "line": 29, + "line": 32, "column": 8 }, "end": { - "line": 29, + "line": 32, "column": 60 } } @@ -1633,16 +1744,16 @@ "object": { "type": "ThisExpression", "range": [ - 990, - 994 + 1084, + 1088 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 30, + "line": 33, "column": 12 } } @@ -1651,31 +1762,31 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 995, - 1019 + 1089, + 1113 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 13 }, "end": { - "line": 30, + "line": 33, "column": 37 } } }, "range": [ - 990, - 1019 + 1084, + 1113 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 30, + "line": 33, "column": 37 } } @@ -1690,16 +1801,16 @@ "type": "Identifier", "name": "f", "range": [ - 1022, - 1023 + 1116, + 1117 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 40 }, "end": { - "line": 30, + "line": 33, "column": 41 } } @@ -1708,31 +1819,31 @@ "type": "Identifier", "name": "checklist_selected_item_css_class", "range": [ - 1024, - 1057 + 1118, + 1151 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 42 }, "end": { - "line": 30, + "line": 33, "column": 75 } } }, "range": [ - 1022, - 1057 + 1116, + 1151 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 40 }, "end": { - "line": 30, + "line": 33, "column": 75 } } @@ -1742,61 +1853,61 @@ "value": "flt_checklist_slc_item", "raw": "'flt_checklist_slc_item'", "range": [ - 1073, - 1097 + 1167, + 1191 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 12 }, "end": { - "line": 31, + "line": 34, "column": 36 } } }, "range": [ - 1022, - 1097 + 1116, + 1191 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 40 }, "end": { - "line": 31, + "line": 34, "column": 36 } } }, "range": [ - 990, - 1097 + 1084, + 1191 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 34, "column": 36 } } }, "range": [ - 990, - 1098 + 1084, + 1192 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 34, "column": 37 } }, @@ -1805,16 +1916,16 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 929, - 981 + 1023, + 1075 ], "loc": { "start": { - "line": 29, + "line": 32, "column": 8 }, "end": { - "line": 29, + "line": 32, "column": 60 } } @@ -1825,16 +1936,16 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1107, - 1128 + 1201, + 1222 ], "loc": { "start": { - "line": 32, + "line": 35, "column": 8 }, "end": { - "line": 32, + "line": 35, "column": 29 } } @@ -1852,16 +1963,16 @@ "object": { "type": "ThisExpression", "range": [ - 1137, - 1141 + 1231, + 1235 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 33, + "line": 36, "column": 12 } } @@ -1870,31 +1981,31 @@ "type": "Identifier", "name": "activateCheckListTxt", "range": [ - 1142, - 1162 + 1236, + 1256 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 13 }, "end": { - "line": 33, + "line": 36, "column": 33 } } }, "range": [ - 1137, - 1162 + 1231, + 1256 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 33, + "line": 36, "column": 33 } } @@ -1909,16 +2020,16 @@ "type": "Identifier", "name": "f", "range": [ - 1165, - 1166 + 1259, + 1260 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 36 }, "end": { - "line": 33, + "line": 36, "column": 37 } } @@ -1927,31 +2038,31 @@ "type": "Identifier", "name": "activate_checklist_text", "range": [ - 1167, - 1190 + 1261, + 1284 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 38 }, "end": { - "line": 33, + "line": 36, "column": 61 } } }, "range": [ - 1165, - 1190 + 1259, + 1284 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 36 }, "end": { - "line": 33, + "line": 36, "column": 61 } } @@ -1961,61 +2072,61 @@ "value": "Click to load filter data", "raw": "'Click to load filter data'", "range": [ - 1206, - 1233 + 1300, + 1327 ], "loc": { "start": { - "line": 34, + "line": 37, "column": 12 }, "end": { - "line": 34, + "line": 37, "column": 39 } } }, "range": [ - 1165, - 1233 + 1259, + 1327 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 36 }, "end": { - "line": 34, + "line": 37, "column": 39 } } }, "range": [ - 1137, - 1233 + 1231, + 1327 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 37, "column": 39 } } }, "range": [ - 1137, - 1234 + 1231, + 1328 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 37, "column": 40 } }, @@ -2024,16 +2135,16 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1107, - 1128 + 1201, + 1222 ], "loc": { "start": { - "line": 32, + "line": 35, "column": 8 }, "end": { - "line": 32, + "line": 35, "column": 29 } } @@ -2044,16 +2155,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1243, - 1284 + 1337, + 1378 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 49 } } @@ -2071,16 +2182,16 @@ "object": { "type": "ThisExpression", "range": [ - 1293, - 1297 + 1387, + 1391 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 36, + "line": 39, "column": 12 } } @@ -2089,31 +2200,31 @@ "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ - 1298, - 1327 + 1392, + 1421 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 13 }, "end": { - "line": 36, + "line": 39, "column": 42 } } }, "range": [ - 1293, - 1327 + 1387, + 1421 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 36, + "line": 39, "column": 42 } } @@ -2128,16 +2239,16 @@ "type": "Identifier", "name": "f", "range": [ - 1342, - 1343 + 1436, + 1437 ], "loc": { "start": { - "line": 37, + "line": 40, "column": 12 }, "end": { - "line": 37, + "line": 40, "column": 13 } } @@ -2146,31 +2257,31 @@ "type": "Identifier", "name": "checklist_item_disabled_css_class", "range": [ - 1344, - 1377 + 1438, + 1471 ], "loc": { "start": { - "line": 37, + "line": 40, "column": 14 }, "end": { - "line": 37, + "line": 40, "column": 47 } } }, "range": [ - 1342, - 1377 + 1436, + 1471 ], "loc": { "start": { - "line": 37, + "line": 40, "column": 12 }, "end": { - "line": 37, + "line": 40, "column": 47 } } @@ -2180,61 +2291,61 @@ "value": "flt_checklist_item_disabled", "raw": "'flt_checklist_item_disabled'", "range": [ - 1393, - 1422 + 1487, + 1516 ], "loc": { "start": { - "line": 38, + "line": 41, "column": 12 }, "end": { - "line": 38, + "line": 41, "column": 41 } } }, "range": [ - 1342, - 1422 + 1436, + 1516 ], "loc": { "start": { - "line": 37, + "line": 40, "column": 12 }, "end": { - "line": 38, + "line": 41, "column": 41 } } }, "range": [ - 1293, - 1422 + 1387, + 1516 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 41, "column": 41 } } }, "range": [ - 1293, - 1423 + 1387, + 1517 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 41, "column": 42 } }, @@ -2243,16 +2354,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1243, - 1284 + 1337, + 1378 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 49 } } @@ -2270,16 +2381,16 @@ "object": { "type": "ThisExpression", "range": [ - 1432, - 1436 + 1526, + 1530 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 8 }, "end": { - "line": 39, + "line": 42, "column": 12 } } @@ -2288,31 +2399,31 @@ "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ - 1437, - 1463 + 1531, + 1557 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 13 }, "end": { - "line": 39, + "line": 42, "column": 39 } } }, "range": [ - 1432, - 1463 + 1526, + 1557 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 8 }, "end": { - "line": 39, + "line": 42, "column": 39 } } @@ -2329,16 +2440,16 @@ "type": "Identifier", "name": "f", "range": [ - 1478, - 1479 + 1572, + 1573 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 12 }, "end": { - "line": 40, + "line": 43, "column": 13 } } @@ -2347,31 +2458,31 @@ "type": "Identifier", "name": "enable_checklist_reset_filter", "range": [ - 1480, - 1509 + 1574, + 1603 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 14 }, "end": { - "line": 40, + "line": 43, "column": 43 } } }, "range": [ - 1478, - 1509 + 1572, + 1603 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 12 }, "end": { - "line": 40, + "line": 43, "column": 43 } } @@ -2381,31 +2492,31 @@ "value": false, "raw": "false", "range": [ - 1512, - 1517 + 1606, + 1611 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 46 }, "end": { - "line": 40, + "line": 43, "column": 51 } } }, "range": [ - 1478, - 1517 + 1572, + 1611 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 12 }, "end": { - "line": 40, + "line": 43, "column": 51 } } @@ -2415,16 +2526,16 @@ "value": false, "raw": "false", "range": [ - 1520, - 1525 + 1614, + 1619 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 54 }, "end": { - "line": 40, + "line": 43, "column": 59 } } @@ -2434,61 +2545,61 @@ "value": true, "raw": "true", "range": [ - 1528, - 1532 + 1622, + 1626 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 62 }, "end": { - "line": 40, + "line": 43, "column": 66 } } }, "range": [ - 1478, - 1532 + 1572, + 1626 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 12 }, "end": { - "line": 40, + "line": 43, "column": 66 } } }, "range": [ - 1432, - 1532 + 1526, + 1626 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 8 }, "end": { - "line": 40, + "line": 43, "column": 66 } } }, "range": [ - 1432, - 1533 + 1526, + 1627 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 8 }, "end": { - "line": 40, + "line": 43, "column": 67 } }, @@ -2497,16 +2608,16 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1542, - 1574 + 1636, + 1668 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 8 }, "end": { - "line": 41, + "line": 44, "column": 40 } } @@ -2524,16 +2635,16 @@ "object": { "type": "ThisExpression", "range": [ - 1583, - 1587 + 1677, + 1681 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 12 } } @@ -2542,31 +2653,31 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 1588, - 1604 + 1682, + 1698 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 13 }, "end": { - "line": 42, + "line": 45, "column": 29 } } }, "range": [ - 1583, - 1604 + 1677, + 1698 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 29 } } @@ -2576,46 +2687,46 @@ "value": "chkdiv_", "raw": "'chkdiv_'", "range": [ - 1607, - 1616 + 1701, + 1710 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 32 }, "end": { - "line": 42, + "line": 45, "column": 41 } } }, "range": [ - 1583, - 1616 + 1677, + 1710 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 41 } } }, "range": [ - 1583, - 1617 + 1677, + 1711 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 42 } }, @@ -2624,16 +2735,16 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1542, - 1574 + 1636, + 1668 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 8 }, "end": { - "line": 41, + "line": 44, "column": 40 } } @@ -2651,16 +2762,16 @@ "object": { "type": "ThisExpression", "range": [ - 1627, - 1631 + 1721, + 1725 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 44, + "line": 47, "column": 12 } } @@ -2669,31 +2780,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 1632, - 1640 + 1726, + 1734 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 13 }, "end": { - "line": 44, + "line": 47, "column": 21 } } }, "range": [ - 1627, - 1640 + 1721, + 1734 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 44, + "line": 47, "column": 21 } } @@ -2703,46 +2814,46 @@ "value": null, "raw": "null", "range": [ - 1643, - 1647 + 1737, + 1741 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 24 }, "end": { - "line": 44, + "line": 47, "column": 28 } } }, "range": [ - 1627, - 1647 + 1721, + 1741 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 44, + "line": 47, "column": 28 } } }, "range": [ - 1627, - 1648 + 1721, + 1742 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 44, + "line": 47, "column": 29 } } @@ -2758,16 +2869,16 @@ "object": { "type": "ThisExpression", "range": [ - 1657, - 1661 + 1751, + 1755 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 8 }, "end": { - "line": 45, + "line": 48, "column": 12 } } @@ -2776,31 +2887,31 @@ "type": "Identifier", "name": "opts", "range": [ - 1662, - 1666 + 1756, + 1760 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 13 }, "end": { - "line": 45, + "line": 48, "column": 17 } } }, "range": [ - 1657, - 1666 + 1751, + 1760 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 8 }, "end": { - "line": 45, + "line": 48, "column": 17 } } @@ -2810,46 +2921,46 @@ "value": null, "raw": "null", "range": [ - 1669, - 1673 + 1763, + 1767 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 20 }, "end": { - "line": 45, + "line": 48, "column": 24 } } }, "range": [ - 1657, - 1673 + 1751, + 1767 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 8 }, "end": { - "line": 45, + "line": 48, "column": 24 } } }, "range": [ - 1657, - 1674 + 1751, + 1768 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 8 }, "end": { - "line": 45, + "line": 48, "column": 25 } } @@ -2865,16 +2976,16 @@ "object": { "type": "ThisExpression", "range": [ - 1683, - 1687 + 1777, + 1781 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 8 }, "end": { - "line": 46, + "line": 49, "column": 12 } } @@ -2883,31 +2994,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 1688, - 1695 + 1782, + 1789 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 13 }, "end": { - "line": 46, + "line": 49, "column": 20 } } }, "range": [ - 1683, - 1695 + 1777, + 1789 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 8 }, "end": { - "line": 46, + "line": 49, "column": 20 } } @@ -2917,46 +3028,46 @@ "value": null, "raw": "null", "range": [ - 1698, - 1702 + 1792, + 1796 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 23 }, "end": { - "line": 46, + "line": 49, "column": 27 } } }, "range": [ - 1683, - 1702 + 1777, + 1796 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 8 }, "end": { - "line": 46, + "line": 49, "column": 27 } } }, "range": [ - 1683, - 1703 + 1777, + 1797 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 8 }, "end": { - "line": 46, + "line": 49, "column": 28 } } @@ -2972,16 +3083,16 @@ "object": { "type": "ThisExpression", "range": [ - 1712, - 1716 + 1806, + 1810 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 8 }, "end": { - "line": 47, + "line": 50, "column": 12 } } @@ -2990,31 +3101,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 1717, - 1729 + 1811, + 1823 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 13 }, "end": { - "line": 47, + "line": 50, "column": 25 } } }, "range": [ - 1712, - 1729 + 1806, + 1823 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 8 }, "end": { - "line": 47, + "line": 50, "column": 25 } } @@ -3024,62 +3135,62 @@ "value": null, "raw": "null", "range": [ - 1732, - 1736 + 1826, + 1830 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 28 }, "end": { - "line": 47, + "line": 50, "column": 32 } } }, "range": [ - 1712, - 1736 + 1806, + 1830 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 8 }, "end": { - "line": 47, + "line": 50, "column": 32 } } }, "range": [ - 1712, - 1737 + 1806, + 1831 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 8 }, "end": { - "line": 47, + "line": 50, "column": 33 } } } ], "range": [ - 330, - 1743 + 424, + 1837 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 19 }, "end": { - "line": 48, + "line": 51, "column": 5 } } @@ -3087,16 +3198,16 @@ "generator": false, "expression": false, "range": [ - 326, - 1743 + 420, + 1837 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 15 }, "end": { - "line": 48, + "line": 51, "column": 5 } } @@ -3104,16 +3215,16 @@ "kind": "constructor", "computed": false, "range": [ - 315, - 1743 + 409, + 1837 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 4 }, "end": { - "line": 48, + "line": 51, "column": 5 } }, @@ -3122,16 +3233,16 @@ "type": "Block", "value": "*\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 222, - 310 + 316, + 404 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 4 }, "end": { - "line": 13, + "line": 16, "column": 7 } } @@ -3145,16 +3256,16 @@ "type": "Identifier", "name": "onChange", "range": [ - 1749, - 1757 + 1843, + 1851 ], "loc": { "start": { - "line": 50, + "line": 53, "column": 4 }, "end": { - "line": 50, + "line": 53, "column": 12 } } @@ -3167,16 +3278,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1758, - 1761 + 1852, + 1855 ], "loc": { "start": { - "line": 50, + "line": 53, "column": 13 }, "end": { - "line": 50, + "line": 53, "column": 16 } } @@ -3194,16 +3305,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1776, - 1779 + 1870, + 1873 ], "loc": { "start": { - "line": 51, + "line": 54, "column": 12 }, "end": { - "line": 51, + "line": 54, "column": 15 } } @@ -3215,16 +3326,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1782, - 1785 + 1876, + 1879 ], "loc": { "start": { - "line": 51, + "line": 54, "column": 18 }, "end": { - "line": 51, + "line": 54, "column": 21 } } @@ -3233,46 +3344,46 @@ "type": "Identifier", "name": "target", "range": [ - 1786, - 1792 + 1880, + 1886 ], "loc": { "start": { - "line": 51, + "line": 54, "column": 22 }, "end": { - "line": 51, + "line": 54, "column": 28 } } }, "range": [ - 1782, - 1792 + 1876, + 1886 ], "loc": { "start": { - "line": 51, + "line": 54, "column": 18 }, "end": { - "line": 51, + "line": 54, "column": 28 } } }, "range": [ - 1776, - 1792 + 1870, + 1886 ], "loc": { "start": { - "line": 51, + "line": 54, "column": 12 }, "end": { - "line": 51, + "line": 54, "column": 28 } } @@ -3280,16 +3391,16 @@ ], "kind": "let", "range": [ - 1772, - 1793 + 1866, + 1887 ], "loc": { "start": { - "line": 51, + "line": 54, "column": 8 }, "end": { - "line": 51, + "line": 54, "column": 29 } } @@ -3303,16 +3414,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1806, - 1808 + 1900, + 1902 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 12 }, "end": { - "line": 52, + "line": 55, "column": 14 } } @@ -3323,16 +3434,16 @@ "object": { "type": "ThisExpression", "range": [ - 1811, - 1815 + 1905, + 1909 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 17 }, "end": { - "line": 52, + "line": 55, "column": 21 } } @@ -3341,46 +3452,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1816, - 1818 + 1910, + 1912 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 22 }, "end": { - "line": 52, + "line": 55, "column": 24 } } }, "range": [ - 1811, - 1818 + 1905, + 1912 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 17 }, "end": { - "line": 52, + "line": 55, "column": 24 } } }, "range": [ - 1806, - 1818 + 1900, + 1912 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 12 }, "end": { - "line": 52, + "line": 55, "column": 24 } } @@ -3388,16 +3499,16 @@ ], "kind": "let", "range": [ - 1802, - 1819 + 1896, + 1913 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 8 }, "end": { - "line": 52, + "line": 55, "column": 25 } } @@ -3414,16 +3525,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1828, - 1830 + 1922, + 1924 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 8 }, "end": { - "line": 53, + "line": 56, "column": 10 } } @@ -3432,31 +3543,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 1831, - 1845 + 1925, + 1939 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 11 }, "end": { - "line": 53, + "line": 56, "column": 25 } } }, "range": [ - 1828, - 1845 + 1922, + 1939 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 8 }, "end": { - "line": 53, + "line": 56, "column": 25 } } @@ -3470,16 +3581,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1848, - 1851 + 1942, + 1945 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 28 }, "end": { - "line": 53, + "line": 56, "column": 31 } } @@ -3488,31 +3599,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1852, - 1864 + 1946, + 1958 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 32 }, "end": { - "line": 53, + "line": 56, "column": 44 } } }, "range": [ - 1848, - 1864 + 1942, + 1958 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 28 }, "end": { - "line": 53, + "line": 56, "column": 44 } } @@ -3523,62 +3634,62 @@ "value": "id", "raw": "'id'", "range": [ - 1865, - 1869 + 1959, + 1963 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 45 }, "end": { - "line": 53, + "line": 56, "column": 49 } } } ], "range": [ - 1848, - 1870 + 1942, + 1964 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 28 }, "end": { - "line": 53, + "line": 56, "column": 50 } } }, "range": [ - 1828, - 1870 + 1922, + 1964 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 8 }, "end": { - "line": 53, + "line": 56, "column": 50 } } }, "range": [ - 1828, - 1871 + 1922, + 1965 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 8 }, "end": { - "line": 53, + "line": 56, "column": 51 } } @@ -3595,16 +3706,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1880, - 1882 + 1974, + 1976 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 8 }, "end": { - "line": 54, + "line": 57, "column": 10 } } @@ -3613,31 +3724,31 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 1883, - 1892 + 1977, + 1986 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 11 }, "end": { - "line": 54, + "line": 57, "column": 20 } } }, "range": [ - 1880, - 1892 + 1974, + 1986 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 8 }, "end": { - "line": 54, + "line": 57, "column": 20 } } @@ -3651,16 +3762,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 1895, - 1898 + 1989, + 1992 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 23 }, "end": { - "line": 54, + "line": 57, "column": 26 } } @@ -3669,31 +3780,31 @@ "type": "Identifier", "name": "id", "range": [ - 1899, - 1901 + 1993, + 1995 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 27 }, "end": { - "line": 54, + "line": 57, "column": 29 } } }, "range": [ - 1895, - 1901 + 1989, + 1995 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 23 }, "end": { - "line": 54, + "line": 57, "column": 29 } } @@ -3706,16 +3817,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1902, - 1904 + 1996, + 1998 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 30 }, "end": { - "line": 54, + "line": 57, "column": 32 } } @@ -3724,77 +3835,77 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 1905, - 1919 + 1999, + 2013 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 33 }, "end": { - "line": 54, + "line": 57, "column": 47 } } }, "range": [ - 1902, - 1919 + 1996, + 2013 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 30 }, "end": { - "line": 54, + "line": 57, "column": 47 } } } ], "range": [ - 1895, - 1920 + 1989, + 2014 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 23 }, "end": { - "line": 54, + "line": 57, "column": 48 } } }, "range": [ - 1880, - 1920 + 1974, + 2014 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 8 }, "end": { - "line": 54, + "line": 57, "column": 48 } } }, "range": [ - 1880, - 1921 + 1974, + 2015 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 8 }, "end": { - "line": 54, + "line": 57, "column": 49 } } @@ -3810,16 +3921,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1930, - 1932 + 2024, + 2026 ], "loc": { "start": { - "line": 55, + "line": 58, "column": 8 }, "end": { - "line": 55, + "line": 58, "column": 10 } } @@ -3828,78 +3939,78 @@ "type": "Identifier", "name": "filter", "range": [ - 1933, - 1939 + 2027, + 2033 ], "loc": { "start": { - "line": 55, + "line": 58, "column": 11 }, "end": { - "line": 55, + "line": 58, "column": 17 } } }, "range": [ - 1930, - 1939 + 2024, + 2033 ], "loc": { "start": { - "line": 55, + "line": 58, "column": 8 }, "end": { - "line": 55, + "line": 58, "column": 17 } } }, "arguments": [], "range": [ - 1930, - 1941 + 2024, + 2035 ], "loc": { "start": { - "line": 55, + "line": 58, "column": 8 }, "end": { - "line": 55, + "line": 58, "column": 19 } } }, "range": [ - 1930, - 1942 + 2024, + 2036 ], "loc": { "start": { - "line": 55, + "line": 58, "column": 8 }, "end": { - "line": 55, + "line": 58, "column": 20 } } } ], "range": [ - 1762, - 1948 + 1856, + 2042 ], "loc": { "start": { - "line": 50, + "line": 53, "column": 17 }, "end": { - "line": 56, + "line": 59, "column": 5 } } @@ -3907,16 +4018,16 @@ "generator": false, "expression": false, "range": [ - 1757, - 1948 + 1851, + 2042 ], "loc": { "start": { - "line": 50, + "line": 53, "column": 12 }, "end": { - "line": 56, + "line": 59, "column": 5 } } @@ -3924,16 +4035,16 @@ "kind": "method", "computed": false, "range": [ - 1749, - 1948 + 1843, + 2042 ], "loc": { "start": { - "line": 50, + "line": 53, "column": 4 }, "end": { - "line": 56, + "line": 59, "column": 5 } }, @@ -3945,16 +4056,16 @@ "type": "Identifier", "name": "optionClick", "range": [ - 1954, - 1965 + 2048, + 2059 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 4 }, "end": { - "line": 58, + "line": 61, "column": 15 } } @@ -3967,16 +4078,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1966, - 1969 + 2060, + 2063 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 16 }, "end": { - "line": 58, + "line": 61, "column": 19 } } @@ -3995,16 +4106,16 @@ "object": { "type": "ThisExpression", "range": [ - 1980, - 1984 + 2074, + 2078 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 8 }, "end": { - "line": 59, + "line": 62, "column": 12 } } @@ -4013,31 +4124,31 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 1985, - 2003 + 2079, + 2097 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 13 }, "end": { - "line": 59, + "line": 62, "column": 31 } } }, "range": [ - 1980, - 2003 + 2074, + 2097 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 8 }, "end": { - "line": 59, + "line": 62, "column": 31 } } @@ -4050,16 +4161,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2004, - 2007 + 2098, + 2101 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 32 }, "end": { - "line": 59, + "line": 62, "column": 35 } } @@ -4068,62 +4179,62 @@ "type": "Identifier", "name": "target", "range": [ - 2008, - 2014 + 2102, + 2108 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 36 }, "end": { - "line": 59, + "line": 62, "column": 42 } } }, "range": [ - 2004, - 2014 + 2098, + 2108 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 32 }, "end": { - "line": 59, + "line": 62, "column": 42 } } } ], "range": [ - 1980, - 2015 + 2074, + 2109 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 8 }, "end": { - "line": 59, + "line": 62, "column": 43 } } }, "range": [ - 1980, - 2016 + 2074, + 2110 ], "loc": { "start": { - "line": 59, + "line": 62, "column": 8 }, "end": { - "line": 59, + "line": 62, "column": 44 } } @@ -4138,16 +4249,16 @@ "object": { "type": "ThisExpression", "range": [ - 2025, - 2029 + 2119, + 2123 ], "loc": { "start": { - "line": 60, + "line": 63, "column": 8 }, "end": { - "line": 60, + "line": 63, "column": 12 } } @@ -4156,31 +4267,31 @@ "type": "Identifier", "name": "onChange", "range": [ - 2030, - 2038 + 2124, + 2132 ], "loc": { "start": { - "line": 60, + "line": 63, "column": 13 }, "end": { - "line": 60, + "line": 63, "column": 21 } } }, "range": [ - 2025, - 2038 + 2119, + 2132 ], "loc": { "start": { - "line": 60, + "line": 63, "column": 8 }, "end": { - "line": 60, + "line": 63, "column": 21 } } @@ -4190,63 +4301,63 @@ "type": "Identifier", "name": "evt", "range": [ - 2039, - 2042 + 2133, + 2136 ], "loc": { "start": { - "line": 60, + "line": 63, "column": 22 }, "end": { - "line": 60, + "line": 63, "column": 25 } } } ], "range": [ - 2025, - 2043 + 2119, + 2137 ], "loc": { "start": { - "line": 60, + "line": 63, "column": 8 }, "end": { - "line": 60, + "line": 63, "column": 26 } } }, "range": [ - 2025, - 2044 + 2119, + 2138 ], "loc": { "start": { - "line": 60, + "line": 63, "column": 8 }, "end": { - "line": 60, + "line": 63, "column": 27 } } } ], "range": [ - 1970, - 2050 + 2064, + 2144 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 20 }, "end": { - "line": 61, + "line": 64, "column": 5 } } @@ -4254,16 +4365,16 @@ "generator": false, "expression": false, "range": [ - 1965, - 2050 + 2059, + 2144 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 15 }, "end": { - "line": 61, + "line": 64, "column": 5 } } @@ -4271,16 +4382,16 @@ "kind": "method", "computed": false, "range": [ - 1954, - 2050 + 2048, + 2144 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 4 }, "end": { - "line": 61, + "line": 64, "column": 5 } }, @@ -4292,16 +4403,16 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 2056, - 2072 + 2150, + 2166 ], "loc": { "start": { - "line": 63, + "line": 66, "column": 4 }, "end": { - "line": 63, + "line": 66, "column": 20 } } @@ -4314,16 +4425,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2073, - 2076 + 2167, + 2170 ], "loc": { "start": { - "line": 63, + "line": 66, "column": 21 }, "end": { - "line": 63, + "line": 66, "column": 24 } } @@ -4341,16 +4452,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2091, - 2094 + 2185, + 2188 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 12 }, "end": { - "line": 64, + "line": 67, "column": 15 } } @@ -4364,16 +4475,16 @@ "type": "Identifier", "name": "Event", "range": [ - 2097, - 2102 + 2191, + 2196 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 18 }, "end": { - "line": 64, + "line": 67, "column": 23 } } @@ -4382,31 +4493,31 @@ "type": "Identifier", "name": "target", "range": [ - 2103, - 2109 + 2197, + 2203 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 24 }, "end": { - "line": 64, + "line": 67, "column": 30 } } }, "range": [ - 2097, - 2109 + 2191, + 2203 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 18 }, "end": { - "line": 64, + "line": 67, "column": 30 } } @@ -4416,47 +4527,47 @@ "type": "Identifier", "name": "evt", "range": [ - 2110, - 2113 + 2204, + 2207 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 31 }, "end": { - "line": 64, + "line": 67, "column": 34 } } } ], "range": [ - 2097, - 2114 + 2191, + 2208 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 18 }, "end": { - "line": 64, + "line": 67, "column": 35 } } }, "range": [ - 2091, - 2114 + 2185, + 2208 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 12 }, "end": { - "line": 64, + "line": 67, "column": 35 } } @@ -4464,16 +4575,16 @@ ], "kind": "let", "range": [ - 2087, - 2115 + 2181, + 2209 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 8 }, "end": { - "line": 64, + "line": 67, "column": 36 } } @@ -4492,16 +4603,16 @@ "object": { "type": "ThisExpression", "range": [ - 2127, - 2131 + 2221, + 2225 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 11 }, "end": { - "line": 65, + "line": 68, "column": 15 } } @@ -4510,31 +4621,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2132, - 2134 + 2226, + 2228 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 16 }, "end": { - "line": 65, + "line": 68, "column": 18 } } }, "range": [ - 2127, - 2134 + 2221, + 2228 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 11 }, "end": { - "line": 65, + "line": 68, "column": 18 } } @@ -4543,31 +4654,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 2135, - 2150 + 2229, + 2244 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 19 }, "end": { - "line": 65, + "line": 68, "column": 34 } } }, "range": [ - 2127, - 2150 + 2221, + 2244 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 11 }, "end": { - "line": 65, + "line": 68, "column": 34 } } @@ -4584,16 +4695,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2154, - 2157 + 2248, + 2251 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 38 }, "end": { - "line": 65, + "line": 68, "column": 41 } } @@ -4602,31 +4713,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2158, - 2170 + 2252, + 2264 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 42 }, "end": { - "line": 65, + "line": 68, "column": 54 } } }, "range": [ - 2154, - 2170 + 2248, + 2264 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 38 }, "end": { - "line": 65, + "line": 68, "column": 54 } } @@ -4637,32 +4748,32 @@ "value": "filled", "raw": "'filled'", "range": [ - 2171, - 2179 + 2265, + 2273 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 55 }, "end": { - "line": 65, + "line": 68, "column": 63 } } } ], "range": [ - 2154, - 2180 + 2248, + 2274 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 38 }, "end": { - "line": 65, + "line": 68, "column": 64 } } @@ -4672,46 +4783,46 @@ "value": "0", "raw": "'0'", "range": [ - 2185, - 2188 + 2279, + 2282 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 69 }, "end": { - "line": 65, + "line": 68, "column": 72 } } }, "range": [ - 2154, - 2188 + 2248, + 2282 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 38 }, "end": { - "line": 65, + "line": 68, "column": 72 } } }, "range": [ - 2127, - 2188 + 2221, + 2282 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 11 }, "end": { - "line": 65, + "line": 68, "column": 72 } } @@ -4728,16 +4839,16 @@ "type": "Identifier", "name": "ct", "range": [ - 2207, - 2209 + 2301, + 2303 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 16 }, "end": { - "line": 66, + "line": 69, "column": 18 } } @@ -4751,16 +4862,16 @@ "type": "Identifier", "name": "elm", "range": [ - 2212, - 2215 + 2306, + 2309 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 21 }, "end": { - "line": 66, + "line": 69, "column": 24 } } @@ -4769,31 +4880,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2216, - 2228 + 2310, + 2322 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 25 }, "end": { - "line": 66, + "line": 69, "column": 37 } } }, "range": [ - 2212, - 2228 + 2306, + 2322 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 21 }, "end": { - "line": 66, + "line": 69, "column": 37 } } @@ -4804,47 +4915,47 @@ "value": "ct", "raw": "'ct'", "range": [ - 2229, - 2233 + 2323, + 2327 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 38 }, "end": { - "line": 66, + "line": 69, "column": 42 } } } ], "range": [ - 2212, - 2234 + 2306, + 2328 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 21 }, "end": { - "line": 66, + "line": 69, "column": 43 } } }, "range": [ - 2207, - 2234 + 2301, + 2328 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 16 }, "end": { - "line": 66, + "line": 69, "column": 43 } } @@ -4852,16 +4963,16 @@ ], "kind": "let", "range": [ - 2203, - 2235 + 2297, + 2329 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 12 }, "end": { - "line": 66, + "line": 69, "column": 44 } } @@ -4875,16 +4986,16 @@ "type": "Identifier", "name": "div", "range": [ - 2252, - 2255 + 2346, + 2349 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 16 }, "end": { - "line": 67, + "line": 70, "column": 19 } } @@ -4898,16 +5009,16 @@ "object": { "type": "ThisExpression", "range": [ - 2258, - 2262 + 2352, + 2356 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 22 }, "end": { - "line": 67, + "line": 70, "column": 26 } } @@ -4916,31 +5027,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 2263, - 2275 + 2357, + 2369 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 27 }, "end": { - "line": 67, + "line": 70, "column": 39 } } }, "range": [ - 2258, - 2275 + 2352, + 2369 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 22 }, "end": { - "line": 67, + "line": 70, "column": 39 } } @@ -4949,46 +5060,46 @@ "type": "Identifier", "name": "ct", "range": [ - 2276, - 2278 + 2370, + 2372 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 40 }, "end": { - "line": 67, + "line": 70, "column": 42 } } }, "range": [ - 2258, - 2279 + 2352, + 2373 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 22 }, "end": { - "line": 67, + "line": 70, "column": 43 } } }, "range": [ - 2252, - 2279 + 2346, + 2373 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 16 }, "end": { - "line": 67, + "line": 70, "column": 43 } } @@ -4996,16 +5107,16 @@ ], "kind": "let", "range": [ - 2248, - 2280 + 2342, + 2374 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 12 }, "end": { - "line": 67, + "line": 70, "column": 44 } } @@ -5020,16 +5131,16 @@ "object": { "type": "ThisExpression", "range": [ - 2293, - 2297 + 2387, + 2391 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 16 } } @@ -5038,31 +5149,31 @@ "type": "Identifier", "name": "build", "range": [ - 2298, - 2303 + 2392, + 2397 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 17 }, "end": { - "line": 68, + "line": 71, "column": 22 } } }, "range": [ - 2293, - 2303 + 2387, + 2397 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 22 } } @@ -5072,47 +5183,47 @@ "type": "Identifier", "name": "ct", "range": [ - 2304, - 2306 + 2398, + 2400 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 23 }, "end": { - "line": 68, + "line": 71, "column": 25 } } } ], "range": [ - 2293, - 2307 + 2387, + 2401 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 26 } } }, "range": [ - 2293, - 2308 + 2387, + 2402 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 27 } } @@ -5128,16 +5239,16 @@ "type": "Identifier", "name": "Event", "range": [ - 2321, - 2326 + 2415, + 2420 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 12 }, "end": { - "line": 69, + "line": 72, "column": 17 } } @@ -5146,31 +5257,31 @@ "type": "Identifier", "name": "remove", "range": [ - 2327, - 2333 + 2421, + 2427 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 18 }, "end": { - "line": 69, + "line": 72, "column": 24 } } }, "range": [ - 2321, - 2333 + 2415, + 2427 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 12 }, "end": { - "line": 69, + "line": 72, "column": 24 } } @@ -5180,16 +5291,16 @@ "type": "Identifier", "name": "div", "range": [ - 2334, - 2337 + 2428, + 2431 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 25 }, "end": { - "line": 69, + "line": 72, "column": 28 } } @@ -5199,16 +5310,16 @@ "value": "click", "raw": "'click'", "range": [ - 2339, - 2346 + 2433, + 2440 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 30 }, "end": { - "line": 69, + "line": 72, "column": 37 } } @@ -5221,16 +5332,16 @@ "type": "Identifier", "name": "evt", "range": [ - 2349, - 2352 + 2443, + 2446 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 40 }, "end": { - "line": 69, + "line": 72, "column": 43 } } @@ -5244,16 +5355,16 @@ "object": { "type": "ThisExpression", "range": [ - 2356, - 2360 + 2450, + 2454 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 47 }, "end": { - "line": 69, + "line": 72, "column": 51 } } @@ -5262,31 +5373,31 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 2361, - 2377 + 2455, + 2471 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 52 }, "end": { - "line": 69, + "line": 72, "column": 68 } } }, "range": [ - 2356, - 2377 + 2450, + 2471 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 47 }, "end": { - "line": 69, + "line": 72, "column": 68 } } @@ -5296,32 +5407,32 @@ "type": "Identifier", "name": "evt", "range": [ - 2378, - 2381 + 2472, + 2475 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 69 }, "end": { - "line": 69, + "line": 72, "column": 72 } } } ], "range": [ - 2356, - 2382 + 2450, + 2476 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 47 }, "end": { - "line": 69, + "line": 72, "column": 73 } } @@ -5329,95 +5440,95 @@ "generator": false, "expression": true, "range": [ - 2348, - 2382 + 2442, + 2476 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 39 }, "end": { - "line": 69, + "line": 72, "column": 73 } } } ], "range": [ - 2321, - 2383 + 2415, + 2477 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 12 }, "end": { - "line": 69, + "line": 72, "column": 74 } } }, "range": [ - 2321, - 2384 + 2415, + 2478 ], "loc": { "start": { - "line": 69, + "line": 72, "column": 12 }, "end": { - "line": 69, + "line": 72, "column": 75 } } } ], "range": [ - 2189, - 2394 + 2283, + 2488 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 73 }, "end": { - "line": 70, + "line": 73, "column": 9 } } }, "alternate": null, "range": [ - 2124, - 2394 + 2218, + 2488 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 8 }, "end": { - "line": 70, + "line": 73, "column": 9 } } } ], "range": [ - 2077, - 2400 + 2171, + 2494 ], "loc": { "start": { - "line": 63, + "line": 66, "column": 25 }, "end": { - "line": 71, + "line": 74, "column": 5 } } @@ -5425,16 +5536,16 @@ "generator": false, "expression": false, "range": [ - 2072, - 2400 + 2166, + 2494 ], "loc": { "start": { - "line": 63, + "line": 66, "column": 20 }, "end": { - "line": 71, + "line": 74, "column": 5 } } @@ -5442,16 +5553,16 @@ "kind": "method", "computed": false, "range": [ - 2056, - 2400 + 2150, + 2494 ], "loc": { "start": { - "line": 63, + "line": 66, "column": 4 }, "end": { - "line": 71, + "line": 74, "column": 5 } }, @@ -5460,16 +5571,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": [ - 2406, - 2637 + 2500, + 2731 ], "loc": { "start": { - "line": 73, + "line": 76, "column": 4 }, "end": { - "line": 78, + "line": 81, "column": 7 } } @@ -5483,16 +5594,16 @@ "type": "Identifier", "name": "init", "range": [ - 2642, - 2646 + 2736, + 2740 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 4 }, "end": { - "line": 79, + "line": 82, "column": 8 } } @@ -5505,16 +5616,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2647, - 2655 + 2741, + 2749 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 9 }, "end": { - "line": 79, + "line": 82, "column": 17 } } @@ -5523,16 +5634,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2657, - 2667 + 2751, + 2761 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 19 }, "end": { - "line": 79, + "line": 82, "column": 29 } } @@ -5541,16 +5652,16 @@ "type": "Identifier", "name": "container", "range": [ - 2669, - 2678 + 2763, + 2772 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 31 }, "end": { - "line": 79, + "line": 82, "column": 40 } } @@ -5568,16 +5679,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2693, - 2695 + 2787, + 2789 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 12 }, "end": { - "line": 80, + "line": 83, "column": 14 } } @@ -5588,16 +5699,16 @@ "object": { "type": "ThisExpression", "range": [ - 2698, - 2702 + 2792, + 2796 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 17 }, "end": { - "line": 80, + "line": 83, "column": 21 } } @@ -5606,46 +5717,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2703, - 2705 + 2797, + 2799 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 22 }, "end": { - "line": 80, + "line": 83, "column": 24 } } }, "range": [ - 2698, - 2705 + 2792, + 2799 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 17 }, "end": { - "line": 80, + "line": 83, "column": 24 } } }, "range": [ - 2693, - 2705 + 2787, + 2799 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 12 }, "end": { - "line": 80, + "line": 83, "column": 24 } } @@ -5653,16 +5764,16 @@ ], "kind": "let", "range": [ - 2689, - 2706 + 2783, + 2800 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 8 }, "end": { - "line": 80, + "line": 83, "column": 25 } } @@ -5676,16 +5787,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2719, - 2735 + 2813, + 2829 ], "loc": { "start": { - "line": 81, + "line": 84, "column": 12 }, "end": { - "line": 81, + "line": 84, "column": 28 } } @@ -5696,16 +5807,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2738, - 2748 + 2832, + 2842 ], "loc": { "start": { - "line": 81, + "line": 84, "column": 31 }, "end": { - "line": 81, + "line": 84, "column": 41 } } @@ -5720,16 +5831,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2763, - 2765 + 2857, + 2859 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 12 }, "end": { - "line": 82, + "line": 85, "column": 14 } } @@ -5738,31 +5849,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 2766, - 2783 + 2860, + 2877 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 15 }, "end": { - "line": 82, + "line": 85, "column": 32 } } }, "range": [ - 2763, - 2783 + 2857, + 2877 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 12 }, "end": { - "line": 82, + "line": 85, "column": 32 } } @@ -5771,31 +5882,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2784, - 2792 + 2878, + 2886 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 33 }, "end": { - "line": 82, + "line": 85, "column": 41 } } }, "range": [ - 2763, - 2793 + 2857, + 2887 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 12 }, "end": { - "line": 82, + "line": 85, "column": 42 } } @@ -5805,46 +5916,46 @@ "value": null, "raw": "null", "range": [ - 2796, - 2800 + 2890, + 2894 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 45 }, "end": { - "line": 82, + "line": 85, "column": 49 } } }, "range": [ - 2738, - 2800 + 2832, + 2894 ], "loc": { "start": { - "line": 81, + "line": 84, "column": 31 }, "end": { - "line": 82, + "line": 85, "column": 49 } } }, "range": [ - 2719, - 2800 + 2813, + 2894 ], "loc": { "start": { - "line": 81, + "line": 84, "column": 12 }, "end": { - "line": 82, + "line": 85, "column": 49 } } @@ -5852,16 +5963,16 @@ ], "kind": "let", "range": [ - 2715, - 2801 + 2809, + 2895 ], "loc": { "start": { - "line": 81, + "line": 84, "column": 8 }, "end": { - "line": 82, + "line": 85, "column": 50 } } @@ -5875,16 +5986,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 2815, - 2822 + 2909, + 2916 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 87, "column": 19 } } @@ -5898,16 +6009,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2825, - 2828 + 2919, + 2922 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 22 }, "end": { - "line": 84, + "line": 87, "column": 25 } } @@ -5916,31 +6027,31 @@ "type": "Identifier", "name": "create", "range": [ - 2829, - 2835 + 2923, + 2929 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 26 }, "end": { - "line": 84, + "line": 87, "column": 32 } } }, "range": [ - 2825, - 2835 + 2919, + 2929 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 22 }, "end": { - "line": 84, + "line": 87, "column": 32 } } @@ -5951,16 +6062,16 @@ "value": "div", "raw": "'div'", "range": [ - 2836, - 2841 + 2930, + 2935 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 33 }, "end": { - "line": 84, + "line": 87, "column": 38 } } @@ -5973,16 +6084,16 @@ "value": "id", "raw": "'id'", "range": [ - 2856, - 2860 + 2950, + 2954 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 13 }, "end": { - "line": 85, + "line": 88, "column": 17 } } @@ -6002,16 +6113,16 @@ "object": { "type": "ThisExpression", "range": [ - 2862, - 2866 + 2956, + 2960 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 19 }, "end": { - "line": 85, + "line": 88, "column": 23 } } @@ -6020,31 +6131,31 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 2867, - 2883 + 2961, + 2977 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 24 }, "end": { - "line": 85, + "line": 88, "column": 40 } } }, "range": [ - 2862, - 2883 + 2956, + 2977 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 19 }, "end": { - "line": 85, + "line": 88, "column": 40 } } @@ -6053,31 +6164,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2884, - 2892 + 2978, + 2986 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 41 }, "end": { - "line": 85, + "line": 88, "column": 49 } } }, "range": [ - 2862, - 2892 + 2956, + 2986 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 19 }, "end": { - "line": 85, + "line": 88, "column": 49 } } @@ -6087,31 +6198,31 @@ "value": "_", "raw": "'_'", "range": [ - 2893, - 2896 + 2987, + 2990 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 50 }, "end": { - "line": 85, + "line": 88, "column": 53 } } }, "range": [ - 2862, - 2896 + 2956, + 2990 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 19 }, "end": { - "line": 85, + "line": 88, "column": 53 } } @@ -6123,16 +6234,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2897, - 2899 + 2991, + 2993 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 54 }, "end": { - "line": 85, + "line": 88, "column": 56 } } @@ -6141,62 +6252,62 @@ "type": "Identifier", "name": "id", "range": [ - 2900, - 2902 + 2994, + 2996 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 57 }, "end": { - "line": 85, + "line": 88, "column": 59 } } }, "range": [ - 2897, - 2902 + 2991, + 2996 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 54 }, "end": { - "line": 85, + "line": 88, "column": 59 } } }, "range": [ - 2862, - 2902 + 2956, + 2996 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 19 }, "end": { - "line": 85, + "line": 88, "column": 59 } } } ], "range": [ - 2855, - 2903 + 2949, + 2997 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 12 }, "end": { - "line": 85, + "line": 88, "column": 60 } } @@ -6209,16 +6320,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 2918, - 2922 + 3012, + 3016 ], "loc": { "start": { - "line": 86, + "line": 89, "column": 13 }, "end": { - "line": 86, + "line": 89, "column": 17 } } @@ -6227,32 +6338,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2924, - 2932 + 3018, + 3026 ], "loc": { "start": { - "line": 86, + "line": 89, "column": 19 }, "end": { - "line": 86, + "line": 89, "column": 27 } } } ], "range": [ - 2917, - 2933 + 3011, + 3027 ], "loc": { "start": { - "line": 86, + "line": 89, "column": 12 }, "end": { - "line": 86, + "line": 89, "column": 28 } } @@ -6265,16 +6376,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 2936, - 2944 + 3030, + 3038 ], "loc": { "start": { - "line": 86, + "line": 89, "column": 31 }, "end": { - "line": 86, + "line": 89, "column": 39 } } @@ -6284,63 +6395,63 @@ "value": "0", "raw": "'0'", "range": [ - 2946, - 2949 + 3040, + 3043 ], "loc": { "start": { - "line": 86, + "line": 89, "column": 41 }, "end": { - "line": 86, + "line": 89, "column": 44 } } } ], "range": [ - 2935, - 2950 + 3029, + 3044 ], "loc": { "start": { - "line": 86, + "line": 89, "column": 30 }, "end": { - "line": 86, + "line": 89, "column": 45 } } } ], "range": [ - 2825, - 2951 + 2919, + 3045 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 22 }, "end": { - "line": 86, + "line": 89, "column": 46 } } }, "range": [ - 2815, - 2951 + 2909, + 3045 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 89, "column": 46 } } @@ -6348,16 +6459,16 @@ ], "kind": "let", "range": [ - 2811, - 2952 + 2905, + 3046 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 89, "column": 47 } } @@ -6374,16 +6485,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 2961, - 2968 + 3055, + 3062 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 8 }, "end": { - "line": 87, + "line": 90, "column": 15 } } @@ -6392,31 +6503,31 @@ "type": "Identifier", "name": "className", "range": [ - 2969, - 2978 + 3063, + 3072 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 16 }, "end": { - "line": 87, + "line": 90, "column": 25 } } }, "range": [ - 2961, - 2978 + 3055, + 3072 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 8 }, "end": { - "line": 87, + "line": 90, "column": 25 } } @@ -6427,16 +6538,16 @@ "object": { "type": "ThisExpression", "range": [ - 2981, - 2985 + 3075, + 3079 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 28 }, "end": { - "line": 87, + "line": 90, "column": 32 } } @@ -6445,61 +6556,61 @@ "type": "Identifier", "name": "checkListDivCssClass", "range": [ - 2986, - 3006 + 3080, + 3100 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 33 }, "end": { - "line": 87, + "line": 90, "column": 53 } } }, "range": [ - 2981, - 3006 + 3075, + 3100 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 28 }, "end": { - "line": 87, + "line": 90, "column": 53 } } }, "range": [ - 2961, - 3006 + 3055, + 3100 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 8 }, "end": { - "line": 87, + "line": 90, "column": 53 } } }, "range": [ - 2961, - 3007 + 3055, + 3101 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 8 }, "end": { - "line": 87, + "line": 90, "column": 54 } }, @@ -6508,16 +6619,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3017, - 3056 + 3111, + 3150 ], "loc": { "start": { - "line": 89, + "line": 92, "column": 8 }, "end": { - "line": 89, + "line": 92, "column": 47 } } @@ -6530,16 +6641,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 3068, - 3084 + 3162, + 3178 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 11 }, "end": { - "line": 90, + "line": 93, "column": 27 } } @@ -6563,16 +6674,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3099, - 3102 + 3193, + 3196 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 12 }, "end": { - "line": 91, + "line": 94, "column": 15 } } @@ -6581,31 +6692,31 @@ "type": "Identifier", "name": "id", "range": [ - 3103, - 3105 + 3197, + 3199 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 16 }, "end": { - "line": 91, + "line": 94, "column": 18 } } }, "range": [ - 3099, - 3105 + 3193, + 3199 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 12 }, "end": { - "line": 91, + "line": 94, "column": 18 } } @@ -6615,32 +6726,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 3106, - 3122 + 3200, + 3216 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 19 }, "end": { - "line": 91, + "line": 94, "column": 35 } } } ], "range": [ - 3099, - 3123 + 3193, + 3217 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 12 }, "end": { - "line": 91, + "line": 94, "column": 36 } } @@ -6649,31 +6760,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3124, - 3135 + 3218, + 3229 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 37 }, "end": { - "line": 91, + "line": 94, "column": 48 } } }, "range": [ - 3099, - 3135 + 3193, + 3229 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 12 }, "end": { - "line": 91, + "line": 94, "column": 48 } } @@ -6683,47 +6794,47 @@ "type": "Identifier", "name": "divCont", "range": [ - 3136, - 3143 + 3230, + 3237 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 49 }, "end": { - "line": 91, + "line": 94, "column": 56 } } } ], "range": [ - 3099, - 3144 + 3193, + 3238 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 12 }, "end": { - "line": 91, + "line": 94, "column": 57 } } }, "range": [ - 3099, - 3145 + 3193, + 3239 ], "loc": { "start": { - "line": 91, + "line": 94, "column": 12 }, "end": { - "line": 91, + "line": 94, "column": 58 } } @@ -6742,16 +6853,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3158, - 3160 + 3252, + 3254 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 12 }, "end": { - "line": 92, + "line": 95, "column": 14 } } @@ -6760,31 +6871,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 3161, - 3175 + 3255, + 3269 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 15 }, "end": { - "line": 92, + "line": 95, "column": 29 } } }, "range": [ - 3158, - 3175 + 3252, + 3269 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 12 }, "end": { - "line": 92, + "line": 95, "column": 29 } } @@ -6793,31 +6904,31 @@ "type": "Identifier", "name": "push", "range": [ - 3176, - 3180 + 3270, + 3274 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 30 }, "end": { - "line": 92, + "line": 95, "column": 34 } } }, "range": [ - 3158, - 3180 + 3252, + 3274 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 12 }, "end": { - "line": 92, + "line": 95, "column": 34 } } @@ -6827,63 +6938,63 @@ "type": "Identifier", "name": "divCont", "range": [ - 3181, - 3188 + 3275, + 3282 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 35 }, "end": { - "line": 92, + "line": 95, "column": 42 } } } ], "range": [ - 3158, - 3189 + 3252, + 3283 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 12 }, "end": { - "line": 92, + "line": 95, "column": 43 } } }, "range": [ - 3158, - 3190 + 3252, + 3284 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 12 }, "end": { - "line": 92, + "line": 95, "column": 44 } } } ], "range": [ - 3085, - 3200 + 3179, + 3294 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 28 }, "end": { - "line": 93, + "line": 96, "column": 9 } } @@ -6902,16 +7013,16 @@ "type": "Identifier", "name": "container", "range": [ - 3220, - 3229 + 3314, + 3323 ], "loc": { "start": { - "line": 94, + "line": 97, "column": 12 }, "end": { - "line": 94, + "line": 97, "column": 21 } } @@ -6920,31 +7031,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3230, - 3241 + 3324, + 3335 ], "loc": { "start": { - "line": 94, + "line": 97, "column": 22 }, "end": { - "line": 94, + "line": 97, "column": 33 } } }, "range": [ - 3220, - 3241 + 3314, + 3335 ], "loc": { "start": { - "line": 94, + "line": 97, "column": 12 }, "end": { - "line": 94, + "line": 97, "column": 33 } } @@ -6954,78 +7065,78 @@ "type": "Identifier", "name": "divCont", "range": [ - 3242, - 3249 + 3336, + 3343 ], "loc": { "start": { - "line": 94, + "line": 97, "column": 34 }, "end": { - "line": 94, + "line": 97, "column": 41 } } } ], "range": [ - 3220, - 3250 + 3314, + 3344 ], "loc": { "start": { - "line": 94, + "line": 97, "column": 12 }, "end": { - "line": 94, + "line": 97, "column": 42 } } }, "range": [ - 3220, - 3251 + 3314, + 3345 ], "loc": { "start": { - "line": 94, + "line": 97, "column": 12 }, "end": { - "line": 94, + "line": 97, "column": 43 } } } ], "range": [ - 3206, - 3261 + 3300, + 3355 ], "loc": { "start": { - "line": 93, + "line": 96, "column": 15 }, "end": { - "line": 95, + "line": 98, "column": 9 } } }, "range": [ - 3065, - 3261 + 3159, + 3355 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 8 }, "end": { - "line": 95, + "line": 98, "column": 9 } }, @@ -7034,16 +7145,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3017, - 3056 + 3111, + 3150 ], "loc": { "start": { - "line": 89, + "line": 92, "column": 8 }, "end": { - "line": 89, + "line": 92, "column": 47 } } @@ -7064,16 +7175,16 @@ "object": { "type": "ThisExpression", "range": [ - 3271, - 3275 + 3365, + 3369 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 8 }, "end": { - "line": 97, + "line": 100, "column": 12 } } @@ -7082,31 +7193,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 3276, - 3288 + 3370, + 3382 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 13 }, "end": { - "line": 97, + "line": 100, "column": 25 } } }, "range": [ - 3271, - 3288 + 3365, + 3382 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 8 }, "end": { - "line": 97, + "line": 100, "column": 25 } } @@ -7115,31 +7226,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3289, - 3297 + 3383, + 3391 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 26 }, "end": { - "line": 97, + "line": 100, "column": 34 } } }, "range": [ - 3271, - 3298 + 3365, + 3392 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 8 }, "end": { - "line": 97, + "line": 100, "column": 35 } } @@ -7148,46 +7259,46 @@ "type": "Identifier", "name": "divCont", "range": [ - 3301, - 3308 + 3395, + 3402 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 38 }, "end": { - "line": 97, + "line": 100, "column": 45 } } }, "range": [ - 3271, - 3308 + 3365, + 3402 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 8 }, "end": { - "line": 97, + "line": 100, "column": 45 } } }, "range": [ - 3271, - 3309 + 3365, + 3403 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 8 }, "end": { - "line": 97, + "line": 100, "column": 46 } } @@ -7206,16 +7317,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3318, - 3320 + 3412, + 3414 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 8 }, "end": { - "line": 98, + "line": 101, "column": 10 } } @@ -7224,31 +7335,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 3321, - 3327 + 3415, + 3421 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 11 }, "end": { - "line": 98, + "line": 101, "column": 17 } } }, "range": [ - 3318, - 3327 + 3412, + 3421 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 8 }, "end": { - "line": 98, + "line": 101, "column": 17 } } @@ -7257,31 +7368,31 @@ "type": "Identifier", "name": "push", "range": [ - 3328, - 3332 + 3422, + 3426 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 18 }, "end": { - "line": 98, + "line": 101, "column": 22 } } }, "range": [ - 3318, - 3332 + 3412, + 3426 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 8 }, "end": { - "line": 98, + "line": 101, "column": 22 } } @@ -7303,16 +7414,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3333, - 3335 + 3427, + 3429 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 23 }, "end": { - "line": 98, + "line": 101, "column": 25 } } @@ -7321,31 +7432,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 3336, - 3343 + 3430, + 3437 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 26 }, "end": { - "line": 98, + "line": 101, "column": 33 } } }, "range": [ - 3333, - 3343 + 3427, + 3437 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 23 }, "end": { - "line": 98, + "line": 101, "column": 33 } } @@ -7354,31 +7465,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3344, - 3352 + 3438, + 3446 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 34 }, "end": { - "line": 98, + "line": 101, "column": 42 } } }, "range": [ - 3333, - 3352 + 3427, + 3446 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 23 }, "end": { - "line": 98, + "line": 101, "column": 42 } } @@ -7388,31 +7499,31 @@ "value": "_", "raw": "'_'", "range": [ - 3353, - 3356 + 3447, + 3450 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 43 }, "end": { - "line": 98, + "line": 101, "column": 46 } } }, "range": [ - 3333, - 3356 + 3427, + 3450 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 23 }, "end": { - "line": 98, + "line": 101, "column": 46 } } @@ -7424,16 +7535,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3357, - 3359 + 3451, + 3453 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 47 }, "end": { - "line": 98, + "line": 101, "column": 49 } } @@ -7442,77 +7553,77 @@ "type": "Identifier", "name": "id", "range": [ - 3360, - 3362 + 3454, + 3456 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 50 }, "end": { - "line": 98, + "line": 101, "column": 52 } } }, "range": [ - 3357, - 3362 + 3451, + 3456 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 47 }, "end": { - "line": 98, + "line": 101, "column": 52 } } }, "range": [ - 3333, - 3362 + 3427, + 3456 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 23 }, "end": { - "line": 98, + "line": 101, "column": 52 } } } ], "range": [ - 3318, - 3363 + 3412, + 3457 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 8 }, "end": { - "line": 98, + "line": 101, "column": 53 } } }, "range": [ - 3318, - 3364 + 3412, + 3458 ], "loc": { "start": { - "line": 98, + "line": 101, "column": 8 }, "end": { - "line": 98, + "line": 101, "column": 54 } } @@ -7529,16 +7640,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3378, - 3380 + 3472, + 3474 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 12 }, "end": { - "line": 100, + "line": 103, "column": 14 } } @@ -7547,47 +7658,47 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 3381, - 3396 + 3475, + 3490 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 15 }, "end": { - "line": 100, + "line": 103, "column": 30 } } }, "range": [ - 3378, - 3396 + 3472, + 3490 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 12 }, "end": { - "line": 100, + "line": 103, "column": 30 } } }, "prefix": true, "range": [ - 3377, - 3396 + 3471, + 3490 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 11 }, "end": { - "line": 100, + "line": 103, "column": 30 } } @@ -7605,16 +7716,16 @@ "object": { "type": "ThisExpression", "range": [ - 3411, - 3415 + 3505, + 3509 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 12 }, "end": { - "line": 101, + "line": 104, "column": 16 } } @@ -7623,31 +7734,31 @@ "type": "Identifier", "name": "build", "range": [ - 3416, - 3421 + 3510, + 3515 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 17 }, "end": { - "line": 101, + "line": 104, "column": 22 } } }, "range": [ - 3411, - 3421 + 3505, + 3515 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 12 }, "end": { - "line": 101, + "line": 104, "column": 22 } } @@ -7657,63 +7768,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3422, - 3430 + 3516, + 3524 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 23 }, "end": { - "line": 101, + "line": 104, "column": 31 } } } ], "range": [ - 3411, - 3431 + 3505, + 3525 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 12 }, "end": { - "line": 101, + "line": 104, "column": 32 } } }, "range": [ - 3411, - 3432 + 3505, + 3526 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 12 }, "end": { - "line": 101, + "line": 104, "column": 33 } } } ], "range": [ - 3397, - 3442 + 3491, + 3536 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 31 }, "end": { - "line": 102, + "line": 105, "column": 9 } } @@ -7732,16 +7843,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3462, - 3467 + 3556, + 3561 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 12 }, "end": { - "line": 103, + "line": 106, "column": 17 } } @@ -7750,31 +7861,31 @@ "type": "Identifier", "name": "add", "range": [ - 3468, - 3471 + 3562, + 3565 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 18 }, "end": { - "line": 103, + "line": 106, "column": 21 } } }, "range": [ - 3462, - 3471 + 3556, + 3565 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 12 }, "end": { - "line": 103, + "line": 106, "column": 21 } } @@ -7784,16 +7895,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 3472, - 3479 + 3566, + 3573 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 22 }, "end": { - "line": 103, + "line": 106, "column": 29 } } @@ -7803,16 +7914,16 @@ "value": "click", "raw": "'click'", "range": [ - 3481, - 3488 + 3575, + 3582 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 31 }, "end": { - "line": 103, + "line": 106, "column": 38 } } @@ -7825,16 +7936,16 @@ "type": "Identifier", "name": "evt", "range": [ - 3491, - 3494 + 3585, + 3588 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 41 }, "end": { - "line": 103, + "line": 106, "column": 44 } } @@ -7848,16 +7959,16 @@ "object": { "type": "ThisExpression", "range": [ - 3498, - 3502 + 3592, + 3596 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 48 }, "end": { - "line": 103, + "line": 106, "column": 52 } } @@ -7866,31 +7977,31 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 3503, - 3519 + 3597, + 3613 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 53 }, "end": { - "line": 103, + "line": 106, "column": 69 } } }, "range": [ - 3498, - 3519 + 3592, + 3613 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 48 }, "end": { - "line": 103, + "line": 106, "column": 69 } } @@ -7900,32 +8011,32 @@ "type": "Identifier", "name": "evt", "range": [ - 3520, - 3523 + 3614, + 3617 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 70 }, "end": { - "line": 103, + "line": 106, "column": 73 } } } ], "range": [ - 3498, - 3524 + 3592, + 3618 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 48 }, "end": { - "line": 103, + "line": 106, "column": 74 } } @@ -7933,47 +8044,47 @@ "generator": false, "expression": true, "range": [ - 3490, - 3524 + 3584, + 3618 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 40 }, "end": { - "line": 103, + "line": 106, "column": 74 } } } ], "range": [ - 3462, - 3525 + 3556, + 3619 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 12 }, "end": { - "line": 103, + "line": 106, "column": 75 } } }, "range": [ - 3462, - 3526 + 3556, + 3620 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 12 }, "end": { - "line": 103, + "line": 106, "column": 76 } } @@ -7989,16 +8100,16 @@ "type": "Identifier", "name": "divCont", "range": [ - 3539, - 3546 + 3633, + 3640 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 12 }, "end": { - "line": 104, + "line": 107, "column": 19 } } @@ -8007,31 +8118,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3547, - 3558 + 3641, + 3652 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 20 }, "end": { - "line": 104, + "line": 107, "column": 31 } } }, "range": [ - 3539, - 3558 + 3633, + 3652 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 12 }, "end": { - "line": 104, + "line": 107, "column": 31 } } @@ -8046,16 +8157,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3559, - 3562 + 3653, + 3656 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 32 }, "end": { - "line": 104, + "line": 107, "column": 35 } } @@ -8064,31 +8175,31 @@ "type": "Identifier", "name": "text", "range": [ - 3563, - 3567 + 3657, + 3661 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 36 }, "end": { - "line": 104, + "line": 107, "column": 40 } } }, "range": [ - 3559, - 3567 + 3653, + 3661 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 32 }, "end": { - "line": 104, + "line": 107, "column": 40 } } @@ -8100,16 +8211,16 @@ "object": { "type": "ThisExpression", "range": [ - 3568, - 3572 + 3662, + 3666 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 41 }, "end": { - "line": 104, + "line": 107, "column": 45 } } @@ -8118,109 +8229,109 @@ "type": "Identifier", "name": "activateCheckListTxt", "range": [ - 3573, - 3593 + 3667, + 3687 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 46 }, "end": { - "line": 104, + "line": 107, "column": 66 } } }, "range": [ - 3568, - 3593 + 3662, + 3687 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 41 }, "end": { - "line": 104, + "line": 107, "column": 66 } } } ], "range": [ - 3559, - 3594 + 3653, + 3688 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 32 }, "end": { - "line": 104, + "line": 107, "column": 67 } } } ], "range": [ - 3539, - 3595 + 3633, + 3689 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 12 }, "end": { - "line": 104, + "line": 107, "column": 68 } } }, "range": [ - 3539, - 3596 + 3633, + 3690 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 12 }, "end": { - "line": 104, + "line": 107, "column": 69 } } } ], "range": [ - 3448, - 3606 + 3542, + 3700 ], "loc": { "start": { - "line": 102, + "line": 105, "column": 15 }, "end": { - "line": 105, + "line": 108, "column": 9 } } }, "range": [ - 3374, - 3606 + 3468, + 3700 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 8 }, "end": { - "line": 105, + "line": 108, "column": 9 } } @@ -8238,16 +8349,16 @@ "object": { "type": "ThisExpression", "range": [ - 3616, - 3620 + 3710, + 3714 ], "loc": { "start": { - "line": 107, + "line": 110, "column": 8 }, "end": { - "line": 107, + "line": 110, "column": 12 } } @@ -8256,31 +8367,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3621, - 3628 + 3715, + 3722 ], "loc": { "start": { - "line": 107, + "line": 110, "column": 13 }, "end": { - "line": 107, + "line": 110, "column": 20 } } }, "range": [ - 3616, - 3628 + 3710, + 3722 ], "loc": { "start": { - "line": 107, + "line": 110, "column": 8 }, "end": { - "line": 107, + "line": 110, "column": 20 } } @@ -8289,31 +8400,31 @@ "type": "Identifier", "name": "on", "range": [ - 3629, - 3631 + 3723, + 3725 ], "loc": { "start": { - "line": 107, + "line": 110, "column": 21 }, "end": { - "line": 107, + "line": 110, "column": 23 } } }, "range": [ - 3616, - 3631 + 3710, + 3725 ], "loc": { "start": { - "line": 107, + "line": 110, "column": 8 }, "end": { - "line": 107, + "line": 110, "column": 23 } } @@ -8327,32 +8438,32 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 3646, - 3670 + 3740, + 3764 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 13 }, "end": { - "line": 108, + "line": 111, "column": 37 } } } ], "range": [ - 3645, - 3671 + 3739, + 3765 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 12 }, "end": { - "line": 108, + "line": 111, "column": 38 } } @@ -8365,16 +8476,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3686, - 3688 + 3780, + 3782 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 13 }, "end": { - "line": 109, + "line": 112, "column": 15 } } @@ -8383,16 +8494,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3690, - 3698 + 3784, + 3792 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 17 }, "end": { - "line": 109, + "line": 112, "column": 25 } } @@ -8401,16 +8512,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3700, - 3710 + 3794, + 3804 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 27 }, "end": { - "line": 109, + "line": 112, "column": 37 } } @@ -8424,16 +8535,16 @@ "object": { "type": "ThisExpression", "range": [ - 3714, - 3718 + 3808, + 3812 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 41 }, "end": { - "line": 109, + "line": 112, "column": 45 } } @@ -8442,31 +8553,31 @@ "type": "Identifier", "name": "build", "range": [ - 3719, - 3724 + 3813, + 3818 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 46 }, "end": { - "line": 109, + "line": 112, "column": 51 } } }, "range": [ - 3714, - 3724 + 3808, + 3818 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 41 }, "end": { - "line": 109, + "line": 112, "column": 51 } } @@ -8476,16 +8587,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3725, - 3733 + 3819, + 3827 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 52 }, "end": { - "line": 109, + "line": 112, "column": 60 } } @@ -8494,32 +8605,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3735, - 3745 + 3829, + 3839 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 62 }, "end": { - "line": 109, + "line": 112, "column": 72 } } } ], "range": [ - 3714, - 3746 + 3808, + 3840 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 41 }, "end": { - "line": 109, + "line": 112, "column": 73 } } @@ -8527,47 +8638,47 @@ "generator": false, "expression": true, "range": [ - 3685, - 3746 + 3779, + 3840 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 12 }, "end": { - "line": 109, + "line": 112, "column": 73 } } } ], "range": [ - 3616, - 3756 + 3710, + 3850 ], "loc": { "start": { - "line": 107, + "line": 110, "column": 8 }, "end": { - "line": 110, + "line": 113, "column": 9 } } }, "range": [ - 3616, - 3757 + 3710, + 3851 ], "loc": { "start": { - "line": 107, + "line": 110, "column": 8 }, "end": { - "line": 110, + "line": 113, "column": 10 } } @@ -8585,16 +8696,16 @@ "object": { "type": "ThisExpression", "range": [ - 3767, - 3771 + 3861, + 3865 ], "loc": { "start": { - "line": 112, + "line": 115, "column": 8 }, "end": { - "line": 112, + "line": 115, "column": 12 } } @@ -8603,31 +8714,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3772, - 3779 + 3866, + 3873 ], "loc": { "start": { - "line": 112, + "line": 115, "column": 13 }, "end": { - "line": 112, + "line": 115, "column": 20 } } }, "range": [ - 3767, - 3779 + 3861, + 3873 ], "loc": { "start": { - "line": 112, + "line": 115, "column": 8 }, "end": { - "line": 112, + "line": 115, "column": 20 } } @@ -8636,31 +8747,31 @@ "type": "Identifier", "name": "on", "range": [ - 3780, - 3782 + 3874, + 3876 ], "loc": { "start": { - "line": 112, + "line": 115, "column": 21 }, "end": { - "line": 112, + "line": 115, "column": 23 } } }, "range": [ - 3767, - 3782 + 3861, + 3876 ], "loc": { "start": { - "line": 112, + "line": 115, "column": 8 }, "end": { - "line": 112, + "line": 115, "column": 23 } } @@ -8674,32 +8785,32 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 3797, - 3823 + 3891, + 3917 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 13 }, "end": { - "line": 113, + "line": 116, "column": 39 } } } ], "range": [ - 3796, - 3824 + 3890, + 3918 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 12 }, "end": { - "line": 113, + "line": 116, "column": 40 } } @@ -8712,16 +8823,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3839, - 3841 + 3933, + 3935 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 13 }, "end": { - "line": 114, + "line": 117, "column": 15 } } @@ -8730,16 +8841,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3843, - 3851 + 3937, + 3945 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 17 }, "end": { - "line": 114, + "line": 117, "column": 25 } } @@ -8748,16 +8859,16 @@ "type": "Identifier", "name": "values", "range": [ - 3853, - 3859 + 3947, + 3953 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 27 }, "end": { - "line": 114, + "line": 117, "column": 33 } } @@ -8771,16 +8882,16 @@ "object": { "type": "ThisExpression", "range": [ - 3863, - 3867 + 3957, + 3961 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 37 }, "end": { - "line": 114, + "line": 117, "column": 41 } } @@ -8789,31 +8900,31 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 3868, - 3881 + 3962, + 3975 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 42 }, "end": { - "line": 114, + "line": 117, "column": 55 } } }, "range": [ - 3863, - 3881 + 3957, + 3975 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 37 }, "end": { - "line": 114, + "line": 117, "column": 55 } } @@ -8823,16 +8934,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3882, - 3890 + 3976, + 3984 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 56 }, "end": { - "line": 114, + "line": 117, "column": 64 } } @@ -8841,32 +8952,32 @@ "type": "Identifier", "name": "values", "range": [ - 3892, - 3898 + 3986, + 3992 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 66 }, "end": { - "line": 114, + "line": 117, "column": 72 } } } ], "range": [ - 3863, - 3899 + 3957, + 3993 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 37 }, "end": { - "line": 114, + "line": 117, "column": 73 } } @@ -8874,47 +8985,47 @@ "generator": false, "expression": true, "range": [ - 3838, - 3899 + 3932, + 3993 ], "loc": { "start": { - "line": 114, + "line": 117, "column": 12 }, "end": { - "line": 114, + "line": 117, "column": 73 } } } ], "range": [ - 3767, - 3909 + 3861, + 4003 ], "loc": { "start": { - "line": 112, + "line": 115, "column": 8 }, "end": { - "line": 115, + "line": 118, "column": 9 } } }, "range": [ - 3767, - 3910 + 3861, + 4004 ], "loc": { "start": { - "line": 112, + "line": 115, "column": 8 }, "end": { - "line": 115, + "line": 118, "column": 10 } } @@ -8930,16 +9041,16 @@ "object": { "type": "ThisExpression", "range": [ - 3920, - 3924 + 4014, + 4018 ], "loc": { "start": { - "line": 117, + "line": 120, "column": 8 }, "end": { - "line": 117, + "line": 120, "column": 12 } } @@ -8948,31 +9059,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3925, - 3936 + 4019, + 4030 ], "loc": { "start": { - "line": 117, + "line": 120, "column": 13 }, "end": { - "line": 117, + "line": 120, "column": 24 } } }, "range": [ - 3920, - 3936 + 4014, + 4030 ], "loc": { "start": { - "line": 117, + "line": 120, "column": 8 }, "end": { - "line": 117, + "line": 120, "column": 24 } } @@ -8982,62 +9093,62 @@ "value": true, "raw": "true", "range": [ - 3939, - 3943 + 4033, + 4037 ], "loc": { "start": { - "line": 117, + "line": 120, "column": 27 }, "end": { - "line": 117, + "line": 120, "column": 31 } } }, "range": [ - 3920, - 3943 + 4014, + 4037 ], "loc": { "start": { - "line": 117, + "line": 120, "column": 8 }, "end": { - "line": 117, + "line": 120, "column": 31 } } }, "range": [ - 3920, - 3944 + 4014, + 4038 ], "loc": { "start": { - "line": 117, + "line": 120, "column": 8 }, "end": { - "line": 117, + "line": 120, "column": 32 } } } ], "range": [ - 2679, - 3950 + 2773, + 4044 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 41 }, "end": { - "line": 118, + "line": 121, "column": 5 } } @@ -9045,16 +9156,16 @@ "generator": false, "expression": false, "range": [ - 2646, - 3950 + 2740, + 4044 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 8 }, "end": { - "line": 118, + "line": 121, "column": 5 } } @@ -9062,16 +9173,16 @@ "kind": "method", "computed": false, "range": [ - 2642, - 3950 + 2736, + 4044 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 4 }, "end": { - "line": 118, + "line": 121, "column": 5 } }, @@ -9080,16 +9191,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": [ - 2406, - 2637 + 2500, + 2731 ], "loc": { "start": { - "line": 73, + "line": 76, "column": 4 }, "end": { - "line": 78, + "line": 81, "column": 7 } } @@ -9100,16 +9211,16 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal Render in external container\n * @param {String} extFltId External container id\n ", "range": [ - 3956, - 4165 + 4050, + 4259 ], "loc": { "start": { - "line": 120, + "line": 123, "column": 4 }, "end": { - "line": 125, + "line": 128, "column": 7 } } @@ -9123,16 +9234,16 @@ "type": "Identifier", "name": "build", "range": [ - 4170, - 4175 + 4264, + 4269 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 4 }, "end": { - "line": 126, + "line": 129, "column": 9 } } @@ -9145,16 +9256,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4176, - 4184 + 4270, + 4278 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 10 }, "end": { - "line": 126, + "line": 129, "column": 18 } } @@ -9165,16 +9276,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4186, - 4196 + 4280, + 4290 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 20 }, "end": { - "line": 126, + "line": 129, "column": 30 } } @@ -9184,31 +9295,31 @@ "value": false, "raw": "false", "range": [ - 4197, - 4202 + 4291, + 4296 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 31 }, "end": { - "line": 126, + "line": 129, "column": 36 } } }, "range": [ - 4186, - 4202 + 4280, + 4296 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 20 }, "end": { - "line": 126, + "line": 129, "column": 36 } } @@ -9219,16 +9330,16 @@ "type": "Identifier", "name": "extFltId", "range": [ - 4204, - 4212 + 4298, + 4306 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 38 }, "end": { - "line": 126, + "line": 129, "column": 46 } } @@ -9238,31 +9349,31 @@ "value": null, "raw": "null", "range": [ - 4213, - 4217 + 4307, + 4311 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 47 }, "end": { - "line": 126, + "line": 129, "column": 51 } } }, "range": [ - 4204, - 4217 + 4298, + 4311 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 38 }, "end": { - "line": 126, + "line": 129, "column": 51 } } @@ -9280,16 +9391,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4232, - 4234 + 4326, + 4328 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 12 }, "end": { - "line": 127, + "line": 130, "column": 14 } } @@ -9300,16 +9411,16 @@ "object": { "type": "ThisExpression", "range": [ - 4237, - 4241 + 4331, + 4335 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 17 }, "end": { - "line": 127, + "line": 130, "column": 21 } } @@ -9318,46 +9429,46 @@ "type": "Identifier", "name": "tf", "range": [ - 4242, - 4244 + 4336, + 4338 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 22 }, "end": { - "line": 127, + "line": 130, "column": 24 } } }, "range": [ - 4237, - 4244 + 4331, + 4338 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 17 }, "end": { - "line": 127, + "line": 130, "column": 24 } } }, "range": [ - 4232, - 4244 + 4326, + 4338 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 12 }, "end": { - "line": 127, + "line": 130, "column": 24 } } @@ -9365,16 +9476,16 @@ ], "kind": "let", "range": [ - 4228, - 4245 + 4322, + 4339 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 8 }, "end": { - "line": 127, + "line": 130, "column": 25 } } @@ -9388,16 +9499,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4254, - 4262 + 4348, + 4356 ], "loc": { "start": { - "line": 128, + "line": 131, "column": 8 }, "end": { - "line": 128, + "line": 131, "column": 16 } } @@ -9408,16 +9519,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 4265, - 4273 + 4359, + 4367 ], "loc": { "start": { - "line": 128, + "line": 131, "column": 19 }, "end": { - "line": 128, + "line": 131, "column": 27 } } @@ -9427,16 +9538,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4274, - 4282 + 4368, + 4376 ], "loc": { "start": { - "line": 128, + "line": 131, "column": 28 }, "end": { - "line": 128, + "line": 131, "column": 36 } } @@ -9446,62 +9557,62 @@ "value": 10, "raw": "10", "range": [ - 4284, - 4286 + 4378, + 4380 ], "loc": { "start": { - "line": 128, + "line": 131, "column": 38 }, "end": { - "line": 128, + "line": 131, "column": 40 } } } ], "range": [ - 4265, - 4287 + 4359, + 4381 ], "loc": { "start": { - "line": 128, + "line": 131, "column": 19 }, "end": { - "line": 128, + "line": 131, "column": 41 } } }, "range": [ - 4254, - 4287 + 4348, + 4381 ], "loc": { "start": { - "line": 128, + "line": 131, "column": 8 }, "end": { - "line": 128, + "line": 131, "column": 41 } } }, "range": [ - 4254, - 4288 + 4348, + 4382 ], "loc": { "start": { - "line": 128, + "line": 131, "column": 8 }, "end": { - "line": 128, + "line": 131, "column": 42 } } @@ -9519,16 +9630,16 @@ "object": { "type": "ThisExpression", "range": [ - 4298, - 4302 + 4392, + 4396 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 12 } } @@ -9537,31 +9648,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4303, - 4310 + 4397, + 4404 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 13 }, "end": { - "line": 130, + "line": 133, "column": 20 } } }, "range": [ - 4298, - 4310 + 4392, + 4404 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 20 } } @@ -9570,31 +9681,31 @@ "type": "Identifier", "name": "emit", "range": [ - 4311, - 4315 + 4405, + 4409 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 21 }, "end": { - "line": 130, + "line": 133, "column": 25 } } }, "range": [ - 4298, - 4315 + 4392, + 4409 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 25 } } @@ -9605,16 +9716,16 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 4316, - 4342 + 4410, + 4436 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 26 }, "end": { - "line": 130, + "line": 133, "column": 52 } } @@ -9623,16 +9734,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4344, - 4346 + 4438, + 4440 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 54 }, "end": { - "line": 130, + "line": 133, "column": 56 } } @@ -9641,47 +9752,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4348, - 4356 + 4442, + 4450 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 58 }, "end": { - "line": 130, + "line": 133, "column": 66 } } } ], "range": [ - 4298, - 4357 + 4392, + 4451 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 67 } } }, "range": [ - 4298, - 4358 + 4392, + 4452 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 68 } } @@ -9697,16 +9808,16 @@ "object": { "type": "ThisExpression", "range": [ - 4368, - 4372 + 4462, + 4466 ], "loc": { "start": { - "line": 132, + "line": 135, "column": 8 }, "end": { - "line": 132, + "line": 135, "column": 12 } } @@ -9715,31 +9826,31 @@ "type": "Identifier", "name": "opts", "range": [ - 4373, - 4377 + 4467, + 4471 ], "loc": { "start": { - "line": 132, + "line": 135, "column": 13 }, "end": { - "line": 132, + "line": 135, "column": 17 } } }, "range": [ - 4368, - 4377 + 4462, + 4471 ], "loc": { "start": { - "line": 132, + "line": 135, "column": 8 }, "end": { - "line": 132, + "line": 135, "column": 17 } } @@ -9748,46 +9859,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4380, - 4382 + 4474, + 4476 ], "loc": { "start": { - "line": 132, + "line": 135, "column": 20 }, "end": { - "line": 132, + "line": 135, "column": 22 } } }, "range": [ - 4368, - 4382 + 4462, + 4476 ], "loc": { "start": { - "line": 132, + "line": 135, "column": 8 }, "end": { - "line": 132, + "line": 135, "column": 22 } } }, "range": [ - 4368, - 4383 + 4462, + 4477 ], "loc": { "start": { - "line": 132, + "line": 135, "column": 8 }, "end": { - "line": 132, + "line": 135, "column": 23 } } @@ -9803,16 +9914,16 @@ "object": { "type": "ThisExpression", "range": [ - 4392, - 4396 + 4486, + 4490 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 8 }, "end": { - "line": 133, + "line": 136, "column": 12 } } @@ -9821,31 +9932,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 4397, - 4404 + 4491, + 4498 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 13 }, "end": { - "line": 133, + "line": 136, "column": 20 } } }, "range": [ - 4392, - 4404 + 4486, + 4498 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 8 }, "end": { - "line": 133, + "line": 136, "column": 20 } } @@ -9854,46 +9965,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4407, - 4409 + 4501, + 4503 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 23 }, "end": { - "line": 133, + "line": 136, "column": 25 } } }, "range": [ - 4392, - 4409 + 4486, + 4503 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 8 }, "end": { - "line": 133, + "line": 136, "column": 25 } } }, "range": [ - 4392, - 4410 + 4486, + 4504 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 8 }, "end": { - "line": 133, + "line": 136, "column": 26 } } @@ -9907,16 +10018,16 @@ "type": "Identifier", "name": "divFltId", "range": [ - 4424, - 4432 + 4518, + 4526 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 12 }, "end": { - "line": 135, + "line": 138, "column": 20 } } @@ -9936,16 +10047,16 @@ "object": { "type": "ThisExpression", "range": [ - 4435, - 4439 + 4529, + 4533 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 23 }, "end": { - "line": 135, + "line": 138, "column": 27 } } @@ -9954,31 +10065,31 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 4440, - 4456 + 4534, + 4550 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 28 }, "end": { - "line": 135, + "line": 138, "column": 44 } } }, "range": [ - 4435, - 4456 + 4529, + 4550 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 23 }, "end": { - "line": 135, + "line": 138, "column": 44 } } @@ -9987,31 +10098,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4457, - 4465 + 4551, + 4559 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 45 }, "end": { - "line": 135, + "line": 138, "column": 53 } } }, "range": [ - 4435, - 4465 + 4529, + 4559 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 23 }, "end": { - "line": 135, + "line": 138, "column": 53 } } @@ -10021,31 +10132,31 @@ "value": "_", "raw": "'_'", "range": [ - 4466, - 4469 + 4560, + 4563 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 54 }, "end": { - "line": 135, + "line": 138, "column": 57 } } }, "range": [ - 4435, - 4469 + 4529, + 4563 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 23 }, "end": { - "line": 135, + "line": 138, "column": 57 } } @@ -10057,16 +10168,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4470, - 4472 + 4564, + 4566 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 58 }, "end": { - "line": 135, + "line": 138, "column": 60 } } @@ -10075,61 +10186,61 @@ "type": "Identifier", "name": "id", "range": [ - 4473, - 4475 + 4567, + 4569 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 61 }, "end": { - "line": 135, + "line": 138, "column": 63 } } }, "range": [ - 4470, - 4475 + 4564, + 4569 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 58 }, "end": { - "line": 135, + "line": 138, "column": 63 } } }, "range": [ - 4435, - 4475 + 4529, + 4569 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 23 }, "end": { - "line": 135, + "line": 138, "column": 63 } } }, "range": [ - 4424, - 4475 + 4518, + 4569 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 12 }, "end": { - "line": 135, + "line": 138, "column": 63 } } @@ -10137,16 +10248,16 @@ ], "kind": "let", "range": [ - 4420, - 4476 + 4514, + 4570 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 8 }, "end": { - "line": 135, + "line": 138, "column": 64 } } @@ -10171,16 +10282,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4490, - 4493 + 4584, + 4587 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 13 }, "end": { - "line": 136, + "line": 139, "column": 16 } } @@ -10189,31 +10300,31 @@ "type": "Identifier", "name": "id", "range": [ - 4494, - 4496 + 4588, + 4590 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 17 }, "end": { - "line": 136, + "line": 139, "column": 19 } } }, "range": [ - 4490, - 4496 + 4584, + 4590 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 13 }, "end": { - "line": 136, + "line": 139, "column": 19 } } @@ -10223,48 +10334,48 @@ "type": "Identifier", "name": "divFltId", "range": [ - 4497, - 4505 + 4591, + 4599 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 20 }, "end": { - "line": 136, + "line": 139, "column": 28 } } } ], "range": [ - 4490, - 4506 + 4584, + 4600 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 13 }, "end": { - "line": 136, + "line": 139, "column": 29 } } }, "prefix": true, "range": [ - 4489, - 4506 + 4583, + 4600 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 12 }, "end": { - "line": 136, + "line": 139, "column": 29 } } @@ -10276,47 +10387,47 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4511, - 4521 + 4605, + 4615 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 34 }, "end": { - "line": 136, + "line": 139, "column": 44 } } }, "prefix": true, "range": [ - 4510, - 4521 + 4604, + 4615 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 33 }, "end": { - "line": 136, + "line": 139, "column": 44 } } }, "range": [ - 4489, - 4521 + 4583, + 4615 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 12 }, "end": { - "line": 136, + "line": 139, "column": 44 } } @@ -10336,16 +10447,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4540, - 4543 + 4634, + 4637 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 14 }, "end": { - "line": 137, + "line": 140, "column": 17 } } @@ -10354,31 +10465,31 @@ "type": "Identifier", "name": "id", "range": [ - 4544, - 4546 + 4638, + 4640 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 18 }, "end": { - "line": 137, + "line": 140, "column": 20 } } }, "range": [ - 4540, - 4546 + 4634, + 4640 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 14 }, "end": { - "line": 137, + "line": 140, "column": 20 } } @@ -10388,48 +10499,48 @@ "type": "Identifier", "name": "extFltId", "range": [ - 4547, - 4555 + 4641, + 4649 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 21 }, "end": { - "line": 137, + "line": 140, "column": 29 } } } ], "range": [ - 4540, - 4556 + 4634, + 4650 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 14 }, "end": { - "line": 137, + "line": 140, "column": 30 } } }, "prefix": true, "range": [ - 4539, - 4556 + 4633, + 4650 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 13 }, "end": { - "line": 137, + "line": 140, "column": 30 } } @@ -10438,46 +10549,46 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4560, - 4570 + 4654, + 4664 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 34 }, "end": { - "line": 137, + "line": 140, "column": 44 } } }, "range": [ - 4539, - 4570 + 4633, + 4664 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 13 }, "end": { - "line": 137, + "line": 140, "column": 44 } } }, "range": [ - 4488, - 4571 + 4582, + 4665 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 11 }, "end": { - "line": 137, + "line": 140, "column": 45 } } @@ -10489,48 +10600,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4586, - 4593 + 4680, + 4687 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 12 }, "end": { - "line": 138, + "line": 141, "column": 19 } } } ], "range": [ - 4572, - 4603 + 4666, + 4697 ], "loc": { "start": { - "line": 137, + "line": 140, "column": 46 }, "end": { - "line": 139, + "line": 142, "column": 9 } } }, "alternate": null, "range": [ - 4485, - 4603 + 4579, + 4697 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 8 }, "end": { - "line": 139, + "line": 142, "column": 9 } } @@ -10544,16 +10655,16 @@ "type": "Identifier", "name": "flt", "range": [ - 4617, - 4620 + 4711, + 4714 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 12 }, "end": { - "line": 141, + "line": 144, "column": 15 } } @@ -10567,32 +10678,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4624, - 4634 + 4718, + 4728 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 19 }, "end": { - "line": 141, + "line": 144, "column": 29 } } }, "prefix": true, "range": [ - 4623, - 4634 + 4717, + 4728 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 18 }, "end": { - "line": 141, + "line": 144, "column": 29 } } @@ -10606,16 +10717,16 @@ "object": { "type": "ThisExpression", "range": [ - 4637, - 4641 + 4731, + 4735 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 32 }, "end": { - "line": 141, + "line": 144, "column": 36 } } @@ -10624,31 +10735,31 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 4642, - 4654 + 4736, + 4748 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 37 }, "end": { - "line": 141, + "line": 144, "column": 49 } } }, "range": [ - 4637, - 4654 + 4731, + 4748 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 32 }, "end": { - "line": 141, + "line": 144, "column": 49 } } @@ -10657,31 +10768,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4655, - 4663 + 4749, + 4757 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 50 }, "end": { - "line": 141, + "line": 144, "column": 58 } } }, "range": [ - 4637, - 4664 + 4731, + 4758 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 32 }, "end": { - "line": 141, + "line": 144, "column": 59 } } @@ -10695,16 +10806,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4667, - 4670 + 4761, + 4764 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 62 }, "end": { - "line": 141, + "line": 144, "column": 65 } } @@ -10713,31 +10824,31 @@ "type": "Identifier", "name": "id", "range": [ - 4671, - 4673 + 4765, + 4767 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 66 }, "end": { - "line": 141, + "line": 144, "column": 68 } } }, "range": [ - 4667, - 4673 + 4761, + 4767 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 62 }, "end": { - "line": 141, + "line": 144, "column": 68 } } @@ -10747,62 +10858,62 @@ "type": "Identifier", "name": "extFltId", "range": [ - 4674, - 4682 + 4768, + 4776 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 69 }, "end": { - "line": 141, + "line": 144, "column": 77 } } } ], "range": [ - 4667, - 4683 + 4761, + 4777 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 62 }, "end": { - "line": 141, + "line": 144, "column": 78 } } }, "range": [ - 4623, - 4683 + 4717, + 4777 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 18 }, "end": { - "line": 141, + "line": 144, "column": 78 } } }, "range": [ - 4617, - 4683 + 4711, + 4777 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 12 }, "end": { - "line": 141, + "line": 144, "column": 78 } } @@ -10810,16 +10921,16 @@ ], "kind": "let", "range": [ - 4613, - 4684 + 4707, + 4778 ], "loc": { "start": { - "line": 141, + "line": 144, "column": 8 }, "end": { - "line": 141, + "line": 144, "column": 79 } } @@ -10833,16 +10944,16 @@ "type": "Identifier", "name": "ul", "range": [ - 4697, - 4699 + 4791, + 4793 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 12 }, "end": { - "line": 142, + "line": 145, "column": 14 } } @@ -10856,16 +10967,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4702, - 4705 + 4796, + 4799 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 17 }, "end": { - "line": 142, + "line": 145, "column": 20 } } @@ -10874,31 +10985,31 @@ "type": "Identifier", "name": "create", "range": [ - 4706, - 4712 + 4800, + 4806 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 21 }, "end": { - "line": 142, + "line": 145, "column": 27 } } }, "range": [ - 4702, - 4712 + 4796, + 4806 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 17 }, "end": { - "line": 142, + "line": 145, "column": 27 } } @@ -10909,16 +11020,16 @@ "value": "ul", "raw": "'ul'", "range": [ - 4726, - 4730 + 4820, + 4824 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 12 }, "end": { - "line": 143, + "line": 146, "column": 16 } } @@ -10931,16 +11042,16 @@ "value": "id", "raw": "'id'", "range": [ - 4733, - 4737 + 4827, + 4831 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 19 }, "end": { - "line": 143, + "line": 146, "column": 23 } } @@ -10955,16 +11066,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4739, - 4741 + 4833, + 4835 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 25 }, "end": { - "line": 143, + "line": 146, "column": 27 } } @@ -10973,31 +11084,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 4742, - 4748 + 4836, + 4842 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 28 }, "end": { - "line": 143, + "line": 146, "column": 34 } } }, "range": [ - 4739, - 4748 + 4833, + 4842 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 25 }, "end": { - "line": 143, + "line": 146, "column": 34 } } @@ -11006,47 +11117,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4749, - 4757 + 4843, + 4851 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 35 }, "end": { - "line": 143, + "line": 146, "column": 43 } } }, "range": [ - 4739, - 4758 + 4833, + 4852 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 25 }, "end": { - "line": 143, + "line": 146, "column": 44 } } } ], "range": [ - 4732, - 4759 + 4826, + 4853 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 18 }, "end": { - "line": 143, + "line": 146, "column": 45 } } @@ -11059,16 +11170,16 @@ "value": "colIndex", "raw": "'colIndex'", "range": [ - 4762, - 4772 + 4856, + 4866 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 48 }, "end": { - "line": 143, + "line": 146, "column": 58 } } @@ -11077,63 +11188,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4774, - 4782 + 4868, + 4876 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 60 }, "end": { - "line": 143, + "line": 146, "column": 68 } } } ], "range": [ - 4761, - 4783 + 4855, + 4877 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 47 }, "end": { - "line": 143, + "line": 146, "column": 69 } } } ], "range": [ - 4702, - 4784 + 4796, + 4878 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 17 }, "end": { - "line": 143, + "line": 146, "column": 70 } } }, "range": [ - 4697, - 4784 + 4791, + 4878 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 12 }, "end": { - "line": 143, + "line": 146, "column": 70 } } @@ -11141,16 +11252,16 @@ ], "kind": "let", "range": [ - 4693, - 4785 + 4787, + 4879 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 8 }, "end": { - "line": 143, + "line": 146, "column": 71 } } @@ -11167,16 +11278,16 @@ "type": "Identifier", "name": "ul", "range": [ - 4794, - 4796 + 4888, + 4890 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 8 }, "end": { - "line": 144, + "line": 147, "column": 10 } } @@ -11185,31 +11296,31 @@ "type": "Identifier", "name": "className", "range": [ - 4797, - 4806 + 4891, + 4900 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 11 }, "end": { - "line": 144, + "line": 147, "column": 20 } } }, "range": [ - 4794, - 4806 + 4888, + 4900 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 8 }, "end": { - "line": 144, + "line": 147, "column": 20 } } @@ -11220,16 +11331,16 @@ "object": { "type": "ThisExpression", "range": [ - 4809, - 4813 + 4903, + 4907 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 23 }, "end": { - "line": 144, + "line": 147, "column": 27 } } @@ -11238,61 +11349,61 @@ "type": "Identifier", "name": "checkListCssClass", "range": [ - 4814, - 4831 + 4908, + 4925 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 28 }, "end": { - "line": 144, + "line": 147, "column": 45 } } }, "range": [ - 4809, - 4831 + 4903, + 4925 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 23 }, "end": { - "line": 144, + "line": 147, "column": 45 } } }, "range": [ - 4794, - 4831 + 4888, + 4925 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 8 }, "end": { - "line": 144, + "line": 147, "column": 45 } } }, "range": [ - 4794, - 4832 + 4888, + 4926 ], "loc": { "start": { - "line": 144, + "line": 147, "column": 8 }, "end": { - "line": 144, + "line": 147, "column": 46 } } @@ -11308,16 +11419,16 @@ "type": "Identifier", "name": "Event", "range": [ - 4841, - 4846 + 4935, + 4940 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 8 }, "end": { - "line": 145, + "line": 148, "column": 13 } } @@ -11326,31 +11437,31 @@ "type": "Identifier", "name": "add", "range": [ - 4847, - 4850 + 4941, + 4944 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 14 }, "end": { - "line": 145, + "line": 148, "column": 17 } } }, "range": [ - 4841, - 4850 + 4935, + 4944 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 8 }, "end": { - "line": 145, + "line": 148, "column": 17 } } @@ -11360,16 +11471,16 @@ "type": "Identifier", "name": "ul", "range": [ - 4851, - 4853 + 4945, + 4947 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 18 }, "end": { - "line": 145, + "line": 148, "column": 20 } } @@ -11379,16 +11490,16 @@ "value": "change", "raw": "'change'", "range": [ - 4855, - 4863 + 4949, + 4957 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 22 }, "end": { - "line": 145, + "line": 148, "column": 30 } } @@ -11401,16 +11512,16 @@ "type": "Identifier", "name": "evt", "range": [ - 4866, - 4869 + 4960, + 4963 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 33 }, "end": { - "line": 145, + "line": 148, "column": 36 } } @@ -11424,16 +11535,16 @@ "object": { "type": "ThisExpression", "range": [ - 4873, - 4877 + 4967, + 4971 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 40 }, "end": { - "line": 145, + "line": 148, "column": 44 } } @@ -11442,31 +11553,31 @@ "type": "Identifier", "name": "onChange", "range": [ - 4878, - 4886 + 4972, + 4980 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 45 }, "end": { - "line": 145, + "line": 148, "column": 53 } } }, "range": [ - 4873, - 4886 + 4967, + 4980 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 40 }, "end": { - "line": 145, + "line": 148, "column": 53 } } @@ -11476,32 +11587,32 @@ "type": "Identifier", "name": "evt", "range": [ - 4887, - 4890 + 4981, + 4984 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 54 }, "end": { - "line": 145, + "line": 148, "column": 57 } } } ], "range": [ - 4873, - 4891 + 4967, + 4985 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 40 }, "end": { - "line": 145, + "line": 148, "column": 58 } } @@ -11509,47 +11620,47 @@ "generator": false, "expression": true, "range": [ - 4865, - 4891 + 4959, + 4985 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 32 }, "end": { - "line": 145, + "line": 148, "column": 58 } } } ], "range": [ - 4841, - 4892 + 4935, + 4986 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 8 }, "end": { - "line": 145, + "line": 148, "column": 59 } } }, "range": [ - 4841, - 4893 + 4935, + 4987 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 8 }, "end": { - "line": 145, + "line": 148, "column": 60 } } @@ -11563,16 +11674,16 @@ "type": "Identifier", "name": "rows", "range": [ - 4907, - 4911 + 5001, + 5005 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 12 }, "end": { - "line": 147, + "line": 150, "column": 16 } } @@ -11587,16 +11698,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4914, - 4916 + 5008, + 5010 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 19 }, "end": { - "line": 147, + "line": 150, "column": 21 } } @@ -11605,31 +11716,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 4917, - 4920 + 5011, + 5014 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 22 }, "end": { - "line": 147, + "line": 150, "column": 25 } } }, "range": [ - 4914, - 4920 + 5008, + 5014 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 19 }, "end": { - "line": 147, + "line": 150, "column": 25 } } @@ -11638,46 +11749,46 @@ "type": "Identifier", "name": "rows", "range": [ - 4921, - 4925 + 5015, + 5019 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 26 }, "end": { - "line": 147, + "line": 150, "column": 30 } } }, "range": [ - 4914, - 4925 + 5008, + 5019 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 19 }, "end": { - "line": 147, + "line": 150, "column": 30 } } }, "range": [ - 4907, - 4925 + 5001, + 5019 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 12 }, "end": { - "line": 147, + "line": 150, "column": 30 } } @@ -11685,16 +11796,16 @@ ], "kind": "let", "range": [ - 4903, - 4926 + 4997, + 5020 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 8 }, "end": { - "line": 147, + "line": 150, "column": 31 } } @@ -11710,16 +11821,16 @@ "object": { "type": "ThisExpression", "range": [ - 4935, - 4939 + 5029, + 5033 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 8 }, "end": { - "line": 148, + "line": 151, "column": 12 } } @@ -11728,31 +11839,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 4940, - 4948 + 5034, + 5042 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 13 }, "end": { - "line": 148, + "line": 151, "column": 21 } } }, "range": [ - 4935, - 4948 + 5029, + 5042 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 8 }, "end": { - "line": 148, + "line": 151, "column": 21 } } @@ -11766,16 +11877,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4951, - 4953 + 5045, + 5047 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 26 } } @@ -11784,31 +11895,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 4954, - 4969 + 5048, + 5063 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 27 }, "end": { - "line": 148, + "line": 151, "column": 42 } } }, "range": [ - 4951, - 4969 + 5045, + 5063 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 42 } } @@ -11818,62 +11929,62 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4970, - 4978 + 5064, + 5072 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 43 }, "end": { - "line": 148, + "line": 151, "column": 51 } } } ], "range": [ - 4951, - 4979 + 5045, + 5073 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 52 } } }, "range": [ - 4935, - 4979 + 5029, + 5073 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 8 }, "end": { - "line": 148, + "line": 151, "column": 52 } } }, "range": [ - 4935, - 4980 + 5029, + 5074 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 8 }, "end": { - "line": 148, + "line": 151, "column": 53 } } @@ -11887,32 +11998,32 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 4994, - 5003 + 5088, + 5097 ], "loc": { "start": { - "line": 150, + "line": 153, "column": 12 }, "end": { - "line": 150, + "line": 153, "column": 21 } } }, "init": null, "range": [ - 4994, - 5003 + 5088, + 5097 ], "loc": { "start": { - "line": 150, + "line": 153, "column": 12 }, "end": { - "line": 150, + "line": 153, "column": 21 } } @@ -11920,16 +12031,16 @@ ], "kind": "let", "range": [ - 4990, - 5004 + 5084, + 5098 ], "loc": { "start": { - "line": 150, + "line": 153, "column": 8 }, "end": { - "line": 150, + "line": 153, "column": 22 } } @@ -11946,16 +12057,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5016, - 5018 + 5110, + 5112 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 11 }, "end": { - "line": 151, + "line": 154, "column": 13 } } @@ -11964,31 +12075,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5019, - 5032 + 5113, + 5126 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 14 }, "end": { - "line": 151, + "line": 154, "column": 27 } } }, "range": [ - 5016, - 5032 + 5110, + 5126 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 11 }, "end": { - "line": 151, + "line": 154, "column": 27 } } @@ -12000,16 +12111,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5036, - 5038 + 5130, + 5132 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 31 }, "end": { - "line": 151, + "line": 154, "column": 33 } } @@ -12018,46 +12129,46 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 5039, - 5053 + 5133, + 5147 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 34 }, "end": { - "line": 151, + "line": 154, "column": 48 } } }, "range": [ - 5036, - 5053 + 5130, + 5147 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 31 }, "end": { - "line": 151, + "line": 154, "column": 48 } } }, "range": [ - 5016, - 5053 + 5110, + 5147 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 11 }, "end": { - "line": 151, + "line": 154, "column": 48 } } @@ -12074,16 +12185,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 5068, - 5077 + 5162, + 5171 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 12 }, "end": { - "line": 152, + "line": 155, "column": 21 } } @@ -12103,16 +12214,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5080, - 5082 + 5174, + 5176 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 24 }, "end": { - "line": 152, + "line": 155, "column": 26 } } @@ -12121,31 +12232,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 5083, - 5097 + 5177, + 5191 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 27 }, "end": { - "line": 152, + "line": 155, "column": 41 } } }, "range": [ - 5080, - 5097 + 5174, + 5191 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 24 }, "end": { - "line": 152, + "line": 155, "column": 41 } } @@ -12154,31 +12265,31 @@ "type": "Identifier", "name": "split", "range": [ - 5098, - 5103 + 5192, + 5197 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 42 }, "end": { - "line": 152, + "line": 155, "column": 47 } } }, "range": [ - 5080, - 5103 + 5174, + 5197 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 24 }, "end": { - "line": 152, + "line": 155, "column": 47 } } @@ -12189,32 +12300,32 @@ "value": "_", "raw": "'_'", "range": [ - 5104, - 5107 + 5198, + 5201 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 48 }, "end": { - "line": 152, + "line": 155, "column": 51 } } } ], "range": [ - 5080, - 5108 + 5174, + 5202 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 24 }, "end": { - "line": 152, + "line": 155, "column": 52 } } @@ -12224,61 +12335,61 @@ "value": 0, "raw": "0", "range": [ - 5109, - 5110 + 5203, + 5204 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 53 }, "end": { - "line": 152, + "line": 155, "column": 54 } } }, "range": [ - 5080, - 5111 + 5174, + 5205 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 24 }, "end": { - "line": 152, + "line": 155, "column": 55 } } }, "range": [ - 5068, - 5111 + 5162, + 5205 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 12 }, "end": { - "line": 152, + "line": 155, "column": 55 } } }, "range": [ - 5068, - 5112 + 5162, + 5206 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 12 }, "end": { - "line": 152, + "line": 155, "column": 56 } } @@ -12292,16 +12403,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 5125, - 5134 + 5219, + 5228 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 12 }, "end": { - "line": 153, + "line": 156, "column": 21 } } @@ -12318,16 +12429,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 5137, - 5146 + 5231, + 5240 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 24 }, "end": { - "line": 153, + "line": 156, "column": 33 } } @@ -12336,31 +12447,31 @@ "type": "Identifier", "name": "split", "range": [ - 5147, - 5152 + 5241, + 5246 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 34 }, "end": { - "line": 153, + "line": 156, "column": 39 } } }, "range": [ - 5137, - 5152 + 5231, + 5246 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 24 }, "end": { - "line": 153, + "line": 156, "column": 39 } } @@ -12373,16 +12484,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5153, - 5155 + 5247, + 5249 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 40 }, "end": { - "line": 153, + "line": 156, "column": 42 } } @@ -12391,47 +12502,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 5156, - 5163 + 5250, + 5257 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 43 }, "end": { - "line": 153, + "line": 156, "column": 50 } } }, "range": [ - 5153, - 5163 + 5247, + 5257 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 40 }, "end": { - "line": 153, + "line": 156, "column": 50 } } } ], "range": [ - 5137, - 5164 + 5231, + 5258 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 24 }, "end": { - "line": 153, + "line": 156, "column": 51 } } @@ -12441,93 +12552,93 @@ "value": 1, "raw": "1", "range": [ - 5165, - 5166 + 5259, + 5260 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 52 }, "end": { - "line": 153, + "line": 156, "column": 53 } } }, "range": [ - 5137, - 5167 + 5231, + 5261 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 24 }, "end": { - "line": 153, + "line": 156, "column": 54 } } }, "range": [ - 5125, - 5167 + 5219, + 5261 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 12 }, "end": { - "line": 153, + "line": 156, "column": 54 } } }, "range": [ - 5125, - 5168 + 5219, + 5262 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 12 }, "end": { - "line": 153, + "line": 156, "column": 55 } } } ], "range": [ - 5054, - 5178 + 5148, + 5272 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 49 }, "end": { - "line": 154, + "line": 157, "column": 9 } } }, "alternate": null, "range": [ - 5013, - 5178 + 5107, + 5272 ], "loc": { "start": { - "line": 151, + "line": 154, "column": 8 }, "end": { - "line": 154, + "line": 157, "column": 9 } } @@ -12541,16 +12652,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 5192, - 5207 + 5286, + 5301 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 12 }, "end": { - "line": 156, + "line": 159, "column": 27 } } @@ -12559,31 +12670,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5210, - 5212 + 5304, + 5306 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 30 }, "end": { - "line": 156, + "line": 159, "column": 32 } } }, "range": [ - 5192, - 5212 + 5286, + 5306 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 12 }, "end": { - "line": 156, + "line": 159, "column": 32 } } @@ -12591,16 +12702,16 @@ ], "kind": "let", "range": [ - 5188, - 5213 + 5282, + 5307 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 8 }, "end": { - "line": 156, + "line": 159, "column": 33 } } @@ -12617,16 +12728,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5225, - 5227 + 5319, + 5321 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 11 }, "end": { - "line": 157, + "line": 160, "column": 13 } } @@ -12635,31 +12746,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5228, - 5241 + 5322, + 5335 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 14 }, "end": { - "line": 157, + "line": 160, "column": 27 } } }, "range": [ - 5225, - 5241 + 5319, + 5335 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 11 }, "end": { - "line": 157, + "line": 160, "column": 27 } } @@ -12671,16 +12782,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5245, - 5247 + 5339, + 5341 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 31 }, "end": { - "line": 157, + "line": 160, "column": 33 } } @@ -12689,46 +12800,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 5248, - 5270 + 5342, + 5364 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 34 }, "end": { - "line": 157, + "line": 160, "column": 56 } } }, "range": [ - 5245, - 5270 + 5339, + 5364 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 31 }, "end": { - "line": 157, + "line": 160, "column": 56 } } }, "range": [ - 5225, - 5270 + 5319, + 5364 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 11 }, "end": { - "line": 157, + "line": 160, "column": 56 } } @@ -12747,16 +12858,16 @@ "object": { "type": "ThisExpression", "range": [ - 5285, - 5289 + 5379, + 5383 ], "loc": { "start": { - "line": 158, + "line": 161, "column": 12 }, "end": { - "line": 158, + "line": 161, "column": 16 } } @@ -12765,31 +12876,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 5290, - 5302 + 5384, + 5396 ], "loc": { "start": { - "line": 158, + "line": 161, "column": 17 }, "end": { - "line": 158, + "line": 161, "column": 29 } } }, "range": [ - 5285, - 5302 + 5379, + 5396 ], "loc": { "start": { - "line": 158, + "line": 161, "column": 12 }, "end": { - "line": 158, + "line": 161, "column": 29 } } @@ -12798,78 +12909,78 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5305, - 5307 + 5399, + 5401 ], "loc": { "start": { - "line": 158, + "line": 161, "column": 32 }, "end": { - "line": 158, + "line": 161, "column": 34 } } }, "range": [ - 5285, - 5307 + 5379, + 5401 ], "loc": { "start": { - "line": 158, + "line": 161, "column": 12 }, "end": { - "line": 158, + "line": 161, "column": 34 } } }, "range": [ - 5285, - 5308 + 5379, + 5402 ], "loc": { "start": { - "line": 158, + "line": 161, "column": 12 }, "end": { - "line": 158, + "line": 161, "column": 35 } } } ], "range": [ - 5271, - 5318 + 5365, + 5412 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 57 }, "end": { - "line": 159, + "line": 162, "column": 9 } } }, "alternate": null, "range": [ - 5222, - 5318 + 5316, + 5412 ], "loc": { "start": { - "line": 157, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 162, "column": 9 } } @@ -12885,16 +12996,16 @@ "type": "Identifier", "name": "k", "range": [ - 5336, - 5337 + 5430, + 5431 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 16 }, "end": { - "line": 161, + "line": 164, "column": 17 } } @@ -12906,16 +13017,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5338, - 5340 + 5432, + 5434 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 18 }, "end": { - "line": 161, + "line": 164, "column": 20 } } @@ -12924,46 +13035,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 5341, - 5347 + 5435, + 5441 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 21 }, "end": { - "line": 161, + "line": 164, "column": 27 } } }, "range": [ - 5338, - 5347 + 5432, + 5441 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 18 }, "end": { - "line": 161, + "line": 164, "column": 27 } } }, "range": [ - 5336, - 5347 + 5430, + 5441 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 16 }, "end": { - "line": 161, + "line": 164, "column": 27 } } @@ -12971,16 +13082,16 @@ ], "kind": "let", "range": [ - 5332, - 5347 + 5426, + 5441 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 12 }, "end": { - "line": 161, + "line": 164, "column": 27 } } @@ -12992,16 +13103,16 @@ "type": "Identifier", "name": "k", "range": [ - 5349, - 5350 + 5443, + 5444 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 29 }, "end": { - "line": 161, + "line": 164, "column": 30 } } @@ -13013,16 +13124,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5351, - 5353 + 5445, + 5447 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 31 }, "end": { - "line": 161, + "line": 164, "column": 33 } } @@ -13031,46 +13142,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 5354, - 5360 + 5448, + 5454 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 34 }, "end": { - "line": 161, + "line": 164, "column": 40 } } }, "range": [ - 5351, - 5360 + 5445, + 5454 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 31 }, "end": { - "line": 161, + "line": 164, "column": 40 } } }, "range": [ - 5349, - 5360 + 5443, + 5454 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 29 }, "end": { - "line": 161, + "line": 164, "column": 40 } } @@ -13082,32 +13193,32 @@ "type": "Identifier", "name": "k", "range": [ - 5362, - 5363 + 5456, + 5457 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 42 }, "end": { - "line": 161, + "line": 164, "column": 43 } } }, "prefix": false, "range": [ - 5362, - 5365 + 5456, + 5459 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 42 }, "end": { - "line": 161, + "line": 164, "column": 45 } } @@ -13127,16 +13238,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5481, - 5483 + 5575, + 5577 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 15 }, "end": { - "line": 164, + "line": 167, "column": 17 } } @@ -13145,31 +13256,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 5484, - 5498 + 5578, + 5592 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 18 }, "end": { - "line": 164, + "line": 167, "column": 32 } } }, "range": [ - 5481, - 5498 + 5575, + 5592 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 15 }, "end": { - "line": 164, + "line": 167, "column": 32 } } @@ -13189,16 +13300,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5502, - 5504 + 5596, + 5598 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 36 }, "end": { - "line": 164, + "line": 167, "column": 38 } } @@ -13207,31 +13318,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 5505, - 5516 + 5599, + 5610 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 39 }, "end": { - "line": 164, + "line": 167, "column": 50 } } }, "range": [ - 5502, - 5516 + 5596, + 5610 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 36 }, "end": { - "line": 164, + "line": 167, "column": 50 } } @@ -13240,31 +13351,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5517, - 5524 + 5611, + 5618 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 51 }, "end": { - "line": 164, + "line": 167, "column": 58 } } }, "range": [ - 5502, - 5524 + 5596, + 5618 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 36 }, "end": { - "line": 164, + "line": 167, "column": 58 } } @@ -13274,32 +13385,32 @@ "type": "Identifier", "name": "k", "range": [ - 5525, - 5526 + 5619, + 5620 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 59 }, "end": { - "line": 164, + "line": 167, "column": 60 } } } ], "range": [ - 5502, - 5527 + 5596, + 5621 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 36 }, "end": { - "line": 164, + "line": 167, "column": 61 } } @@ -13312,62 +13423,62 @@ "value": 1, "raw": "1", "range": [ - 5533, - 5534 + 5627, + 5628 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 67 }, "end": { - "line": 164, + "line": 167, "column": 68 } } }, "prefix": true, "range": [ - 5532, - 5534 + 5626, + 5628 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 66 }, "end": { - "line": 164, + "line": 167, "column": 68 } } }, "range": [ - 5502, - 5534 + 5596, + 5628 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 36 }, "end": { - "line": 164, + "line": 167, "column": 68 } } }, "range": [ - 5481, - 5534 + 5575, + 5628 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 15 }, "end": { - "line": 164, + "line": 167, "column": 68 } } @@ -13379,48 +13490,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5553, - 5562 + 5647, + 5656 ], "loc": { "start": { - "line": 165, + "line": 168, "column": 16 }, "end": { - "line": 165, + "line": 168, "column": 25 } } } ], "range": [ - 5535, - 5576 + 5629, + 5670 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 69 }, "end": { - "line": 166, + "line": 169, "column": 13 } } }, "alternate": null, "range": [ - 5478, - 5576 + 5572, + 5670 ], "loc": { "start": { - "line": 164, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 169, "column": 13 } }, @@ -13429,16 +13540,16 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5380, - 5444 + 5474, + 5538 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 12 }, "end": { - "line": 162, + "line": 165, "column": 76 } } @@ -13447,16 +13558,16 @@ "type": "Line", "value": " valid", "range": [ - 5457, - 5465 + 5551, + 5559 ], "loc": { "start": { - "line": 163, + "line": 166, "column": 12 }, "end": { - "line": 163, + "line": 166, "column": 20 } } @@ -13472,16 +13583,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5594, - 5599 + 5688, + 5693 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 16 }, "end": { - "line": 168, + "line": 171, "column": 21 } } @@ -13496,16 +13607,16 @@ "type": "Identifier", "name": "rows", "range": [ - 5602, - 5606 + 5696, + 5700 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 24 }, "end": { - "line": 168, + "line": 171, "column": 28 } } @@ -13514,31 +13625,31 @@ "type": "Identifier", "name": "k", "range": [ - 5607, - 5608 + 5701, + 5702 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 29 }, "end": { - "line": 168, + "line": 171, "column": 30 } } }, "range": [ - 5602, - 5609 + 5696, + 5703 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 24 }, "end": { - "line": 168, + "line": 171, "column": 31 } } @@ -13547,46 +13658,46 @@ "type": "Identifier", "name": "cells", "range": [ - 5610, - 5615 + 5704, + 5709 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 32 }, "end": { - "line": 168, + "line": 171, "column": 37 } } }, "range": [ - 5602, - 5615 + 5696, + 5709 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 24 }, "end": { - "line": 168, + "line": 171, "column": 37 } } }, "range": [ - 5594, - 5615 + 5688, + 5709 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 16 }, "end": { - "line": 168, + "line": 171, "column": 37 } } @@ -13594,16 +13705,16 @@ ], "kind": "let", "range": [ - 5590, - 5616 + 5684, + 5710 ], "loc": { "start": { - "line": 168, + "line": 171, "column": 12 }, "end": { - "line": 168, + "line": 171, "column": 38 } } @@ -13617,16 +13728,16 @@ "type": "Identifier", "name": "ncells", "range": [ - 5633, - 5639 + 5727, + 5733 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 16 }, "end": { - "line": 169, + "line": 172, "column": 22 } } @@ -13638,16 +13749,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5642, - 5647 + 5736, + 5741 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 25 }, "end": { - "line": 169, + "line": 172, "column": 30 } } @@ -13656,46 +13767,46 @@ "type": "Identifier", "name": "length", "range": [ - 5648, - 5654 + 5742, + 5748 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 31 }, "end": { - "line": 169, + "line": 172, "column": 37 } } }, "range": [ - 5642, - 5654 + 5736, + 5748 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 25 }, "end": { - "line": 169, + "line": 172, "column": 37 } } }, "range": [ - 5633, - 5654 + 5727, + 5748 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 16 }, "end": { - "line": 169, + "line": 172, "column": 37 } } @@ -13703,16 +13814,16 @@ ], "kind": "let", "range": [ - 5629, - 5655 + 5723, + 5749 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 12 }, "end": { - "line": 169, + "line": 172, "column": 38 } }, @@ -13721,16 +13832,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5669, - 5702 + 5763, + 5796 ], "loc": { "start": { - "line": 171, + "line": 174, "column": 12 }, "end": { - "line": 171, + "line": 174, "column": 45 } } @@ -13749,16 +13860,16 @@ "type": "Identifier", "name": "ncells", "range": [ - 5718, - 5724 + 5812, + 5818 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 15 }, "end": { - "line": 172, + "line": 175, "column": 21 } } @@ -13770,16 +13881,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5729, - 5731 + 5823, + 5825 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 26 }, "end": { - "line": 172, + "line": 175, "column": 28 } } @@ -13788,46 +13899,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5732, - 5739 + 5826, + 5833 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 29 }, "end": { - "line": 172, + "line": 175, "column": 36 } } }, "range": [ - 5729, - 5739 + 5823, + 5833 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 26 }, "end": { - "line": 172, + "line": 175, "column": 36 } } }, "range": [ - 5718, - 5739 + 5812, + 5833 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 15 }, "end": { - "line": 172, + "line": 175, "column": 36 } } @@ -13838,16 +13949,16 @@ "object": { "type": "ThisExpression", "range": [ - 5743, - 5747 + 5837, + 5841 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 40 }, "end": { - "line": 172, + "line": 175, "column": 44 } } @@ -13856,46 +13967,46 @@ "type": "Identifier", "name": "isCustom", "range": [ - 5748, - 5756 + 5842, + 5850 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 45 }, "end": { - "line": 172, + "line": 175, "column": 53 } } }, "range": [ - 5743, - 5756 + 5837, + 5850 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 40 }, "end": { - "line": 172, + "line": 175, "column": 53 } } }, "range": [ - 5718, - 5756 + 5812, + 5850 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 15 }, "end": { - "line": 172, + "line": 175, "column": 53 } } @@ -13907,48 +14018,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5775, - 5784 + 5869, + 5878 ], "loc": { "start": { - "line": 173, + "line": 176, "column": 16 }, "end": { - "line": 173, + "line": 176, "column": 25 } } } ], "range": [ - 5757, - 5798 + 5851, + 5892 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 54 }, "end": { - "line": 174, + "line": 177, "column": 13 } } }, "alternate": null, "range": [ - 5715, - 5798 + 5809, + 5892 ], "loc": { "start": { - "line": 172, + "line": 175, "column": 12 }, "end": { - "line": 174, + "line": 177, "column": 13 } }, @@ -13957,16 +14068,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5669, - 5702 + 5763, + 5796 ], "loc": { "start": { - "line": 171, + "line": 174, "column": 12 }, "end": { - "line": 171, + "line": 174, "column": 45 } } @@ -13977,16 +14088,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5812, - 5844 + 5906, + 5938 ], "loc": { "start": { - "line": 176, + "line": 179, "column": 12 }, "end": { - "line": 176, + "line": 179, "column": 44 } } @@ -14004,16 +14115,16 @@ "type": "Identifier", "name": "j", "range": [ - 5865, - 5866 + 5959, + 5960 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 20 }, "end": { - "line": 177, + "line": 180, "column": 21 } } @@ -14023,31 +14134,31 @@ "value": 0, "raw": "0", "range": [ - 5867, - 5868 + 5961, + 5962 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 22 }, "end": { - "line": 177, + "line": 180, "column": 23 } } }, "range": [ - 5865, - 5868 + 5959, + 5962 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 20 }, "end": { - "line": 177, + "line": 180, "column": 23 } } @@ -14055,16 +14166,16 @@ ], "kind": "let", "range": [ - 5861, - 5868 + 5955, + 5962 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 16 }, "end": { - "line": 177, + "line": 180, "column": 23 } } @@ -14076,16 +14187,16 @@ "type": "Identifier", "name": "j", "range": [ - 5870, - 5871 + 5964, + 5965 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 25 }, "end": { - "line": 177, + "line": 180, "column": 26 } } @@ -14094,31 +14205,31 @@ "type": "Identifier", "name": "ncells", "range": [ - 5872, - 5878 + 5966, + 5972 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 27 }, "end": { - "line": 177, + "line": 180, "column": 33 } } }, "range": [ - 5870, - 5878 + 5964, + 5972 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 25 }, "end": { - "line": 177, + "line": 180, "column": 33 } } @@ -14130,32 +14241,32 @@ "type": "Identifier", "name": "j", "range": [ - 5880, - 5881 + 5974, + 5975 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 35 }, "end": { - "line": 177, + "line": 180, "column": 36 } } }, "prefix": false, "range": [ - 5880, - 5883 + 5974, + 5977 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 35 }, "end": { - "line": 177, + "line": 180, "column": 38 } } @@ -14178,16 +14289,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5960, - 5968 + 6054, + 6062 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 20 }, "end": { - "line": 179, + "line": 182, "column": 28 } } @@ -14196,31 +14307,31 @@ "type": "Identifier", "name": "j", "range": [ - 5971, - 5972 + 6065, + 6066 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 31 }, "end": { - "line": 179, + "line": 182, "column": 32 } } }, "range": [ - 5960, - 5972 + 6054, + 6066 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 20 }, "end": { - "line": 179, + "line": 182, "column": 32 } } @@ -14238,16 +14349,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5978, - 5980 + 6072, + 6074 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 38 }, "end": { - "line": 179, + "line": 182, "column": 40 } } @@ -14256,47 +14367,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5981, - 5994 + 6075, + 6088 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 41 }, "end": { - "line": 179, + "line": 182, "column": 54 } } }, "range": [ - 5978, - 5994 + 6072, + 6088 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 38 }, "end": { - "line": 179, + "line": 182, "column": 54 } } }, "prefix": true, "range": [ - 5977, - 5994 + 6071, + 6088 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 37 }, "end": { - "line": 179, + "line": 182, "column": 54 } } @@ -14311,16 +14422,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6019, - 6021 + 6113, + 6115 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 21 }, "end": { - "line": 180, + "line": 183, "column": 23 } } @@ -14329,31 +14440,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 6022, - 6035 + 6116, + 6129 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 24 }, "end": { - "line": 180, + "line": 183, "column": 37 } } }, "range": [ - 6019, - 6035 + 6113, + 6129 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 21 }, "end": { - "line": 180, + "line": 183, "column": 37 } } @@ -14365,16 +14476,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6039, - 6041 + 6133, + 6135 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 41 }, "end": { - "line": 180, + "line": 183, "column": 43 } } @@ -14383,76 +14494,76 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 6042, - 6064 + 6136, + 6158 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 44 }, "end": { - "line": 180, + "line": 183, "column": 66 } } }, "range": [ - 6039, - 6064 + 6133, + 6158 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 41 }, "end": { - "line": 180, + "line": 183, "column": 66 } } }, "range": [ - 6019, - 6064 + 6113, + 6158 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 21 }, "end": { - "line": 180, + "line": 183, "column": 66 } } }, "range": [ - 5977, - 6065 + 6071, + 6159 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 37 }, "end": { - "line": 180, + "line": 183, "column": 67 } } }, "range": [ - 5960, - 6066 + 6054, + 6160 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 20 }, "end": { - "line": 180, + "line": 183, "column": 68 } } @@ -14470,16 +14581,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6091, - 6099 + 6185, + 6193 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 21 }, "end": { - "line": 181, + "line": 184, "column": 29 } } @@ -14488,31 +14599,31 @@ "type": "Identifier", "name": "j", "range": [ - 6102, - 6103 + 6196, + 6197 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 32 }, "end": { - "line": 181, + "line": 184, "column": 33 } } }, "range": [ - 6091, - 6103 + 6185, + 6197 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 21 }, "end": { - "line": 181, + "line": 184, "column": 33 } } @@ -14524,16 +14635,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6107, - 6109 + 6201, + 6203 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 37 }, "end": { - "line": 181, + "line": 184, "column": 39 } } @@ -14542,46 +14653,46 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 6110, - 6123 + 6204, + 6217 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 40 }, "end": { - "line": 181, + "line": 184, "column": 53 } } }, "range": [ - 6107, - 6123 + 6201, + 6217 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 37 }, "end": { - "line": 181, + "line": 184, "column": 53 } } }, "range": [ - 6091, - 6123 + 6185, + 6217 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 21 }, "end": { - "line": 181, + "line": 184, "column": 53 } } @@ -14608,16 +14719,16 @@ "type": "Identifier", "name": "rows", "range": [ - 6149, - 6153 + 6243, + 6247 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 22 }, "end": { - "line": 182, + "line": 185, "column": 26 } } @@ -14626,31 +14737,31 @@ "type": "Identifier", "name": "k", "range": [ - 6154, - 6155 + 6248, + 6249 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 27 }, "end": { - "line": 182, + "line": 185, "column": 28 } } }, "range": [ - 6149, - 6156 + 6243, + 6250 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 22 }, "end": { - "line": 182, + "line": 185, "column": 29 } } @@ -14659,31 +14770,31 @@ "type": "Identifier", "name": "style", "range": [ - 6157, - 6162 + 6251, + 6256 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 30 }, "end": { - "line": 182, + "line": 185, "column": 35 } } }, "range": [ - 6149, - 6162 + 6243, + 6256 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 22 }, "end": { - "line": 182, + "line": 185, "column": 35 } } @@ -14692,31 +14803,31 @@ "type": "Identifier", "name": "display", "range": [ - 6163, - 6170 + 6257, + 6264 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 36 }, "end": { - "line": 182, + "line": 185, "column": 43 } } }, "range": [ - 6149, - 6170 + 6243, + 6264 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 22 }, "end": { - "line": 182, + "line": 185, "column": 43 } } @@ -14726,31 +14837,31 @@ "value": "", "raw": "''", "range": [ - 6175, - 6177 + 6269, + 6271 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 48 }, "end": { - "line": 182, + "line": 185, "column": 50 } } }, "range": [ - 6149, - 6177 + 6243, + 6271 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 22 }, "end": { - "line": 182, + "line": 185, "column": 50 } } @@ -14765,16 +14876,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6182, - 6184 + 6276, + 6278 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 55 }, "end": { - "line": 182, + "line": 185, "column": 57 } } @@ -14783,62 +14894,62 @@ "type": "Identifier", "name": "paging", "range": [ - 6185, - 6191 + 6279, + 6285 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 58 }, "end": { - "line": 182, + "line": 185, "column": 64 } } }, "range": [ - 6182, - 6191 + 6276, + 6285 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 55 }, "end": { - "line": 182, + "line": 185, "column": 64 } } }, "prefix": true, "range": [ - 6181, - 6191 + 6275, + 6285 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 54 }, "end": { - "line": 182, + "line": 185, "column": 64 } } }, "range": [ - 6149, - 6191 + 6243, + 6285 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 22 }, "end": { - "line": 182, + "line": 185, "column": 64 } } @@ -14853,16 +14964,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6217, - 6219 + 6311, + 6313 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 21 }, "end": { - "line": 183, + "line": 186, "column": 23 } } @@ -14871,31 +14982,31 @@ "type": "Identifier", "name": "paging", "range": [ - 6220, - 6226 + 6314, + 6320 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 24 }, "end": { - "line": 183, + "line": 186, "column": 30 } } }, "range": [ - 6217, - 6226 + 6311, + 6320 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 21 }, "end": { - "line": 183, + "line": 186, "column": 30 } } @@ -14913,32 +15024,32 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 6233, - 6242 + 6327, + 6336 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 37 }, "end": { - "line": 183, + "line": 186, "column": 46 } } }, "prefix": true, "range": [ - 6232, - 6242 + 6326, + 6336 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 36 }, "end": { - "line": 183, + "line": 186, "column": 46 } } @@ -14950,16 +15061,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 6246, - 6255 + 6340, + 6349 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 50 }, "end": { - "line": 183, + "line": 186, "column": 59 } } @@ -14968,46 +15079,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6258, - 6266 + 6352, + 6360 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 62 }, "end": { - "line": 183, + "line": 186, "column": 70 } } }, "range": [ - 6246, - 6266 + 6340, + 6360 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 50 }, "end": { - "line": 183, + "line": 186, "column": 70 } } }, "range": [ - 6232, - 6266 + 6326, + 6360 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 36 }, "end": { - "line": 183, + "line": 186, "column": 70 } } @@ -15022,16 +15133,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 6292, - 6301 + 6386, + 6395 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 21 }, "end": { - "line": 184, + "line": 187, "column": 30 } } @@ -15040,31 +15151,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6303, - 6311 + 6397, + 6405 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 32 }, "end": { - "line": 184, + "line": 187, "column": 40 } } }, "range": [ - 6292, - 6311 + 6386, + 6405 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 21 }, "end": { - "line": 184, + "line": 187, "column": 40 } } @@ -15084,16 +15195,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6339, - 6341 + 6433, + 6435 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 24 }, "end": { - "line": 185, + "line": 188, "column": 26 } } @@ -15102,31 +15213,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 6342, - 6356 + 6436, + 6450 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 27 }, "end": { - "line": 185, + "line": 188, "column": 41 } } }, "range": [ - 6339, - 6356 + 6433, + 6450 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 24 }, "end": { - "line": 185, + "line": 188, "column": 41 } } @@ -15135,31 +15246,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 6357, - 6364 + 6451, + 6458 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 42 }, "end": { - "line": 185, + "line": 188, "column": 49 } } }, "range": [ - 6339, - 6364 + 6433, + 6458 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 24 }, "end": { - "line": 185, + "line": 188, "column": 49 } } @@ -15169,32 +15280,32 @@ "type": "Identifier", "name": "k", "range": [ - 6365, - 6366 + 6459, + 6460 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 50 }, "end": { - "line": 185, + "line": 188, "column": 51 } } } ], "range": [ - 6339, - 6367 + 6433, + 6461 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 24 }, "end": { - "line": 185, + "line": 188, "column": 52 } } @@ -15207,137 +15318,137 @@ "value": 1, "raw": "1", "range": [ - 6372, - 6373 + 6466, + 6467 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 57 }, "end": { - "line": 185, + "line": 188, "column": 58 } } }, "prefix": true, "range": [ - 6371, - 6373 + 6465, + 6467 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 56 }, "end": { - "line": 185, + "line": 188, "column": 58 } } }, "range": [ - 6339, - 6373 + 6433, + 6467 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 24 }, "end": { - "line": 185, + "line": 188, "column": 58 } } }, "range": [ - 6292, - 6373 + 6386, + 6467 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 21 }, "end": { - "line": 185, + "line": 188, "column": 58 } } }, "range": [ - 6231, - 6374 + 6325, + 6468 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 35 }, "end": { - "line": 185, + "line": 188, "column": 59 } } }, "range": [ - 6217, - 6375 + 6311, + 6469 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 21 }, "end": { - "line": 185, + "line": 188, "column": 60 } } }, "range": [ - 6148, - 6377 + 6242, + 6471 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 21 }, "end": { - "line": 185, + "line": 188, "column": 62 } } }, "range": [ - 6091, - 6378 + 6185, + 6472 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 21 }, "end": { - "line": 185, + "line": 188, "column": 63 } } }, "range": [ - 5959, - 6379 + 6053, + 6473 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 19 }, "end": { - "line": 185, + "line": 188, "column": 64 } } @@ -15354,16 +15465,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 6406, - 6415 + 6500, + 6509 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 24 }, "end": { - "line": 186, + "line": 189, "column": 33 } } @@ -15377,16 +15488,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6418, - 6420 + 6512, + 6514 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 36 }, "end": { - "line": 186, + "line": 189, "column": 38 } } @@ -15395,31 +15506,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 6421, - 6432 + 6515, + 6526 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 39 }, "end": { - "line": 186, + "line": 189, "column": 50 } } }, "range": [ - 6418, - 6432 + 6512, + 6526 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 36 }, "end": { - "line": 186, + "line": 189, "column": 50 } } @@ -15432,16 +15543,16 @@ "type": "Identifier", "name": "cells", "range": [ - 6433, - 6438 + 6527, + 6532 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 51 }, "end": { - "line": 186, + "line": 189, "column": 56 } } @@ -15450,62 +15561,62 @@ "type": "Identifier", "name": "j", "range": [ - 6439, - 6440 + 6533, + 6534 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 57 }, "end": { - "line": 186, + "line": 189, "column": 58 } } }, "range": [ - 6433, - 6441 + 6527, + 6535 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 51 }, "end": { - "line": 186, + "line": 189, "column": 59 } } } ], "range": [ - 6418, - 6442 + 6512, + 6536 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 36 }, "end": { - "line": 186, + "line": 189, "column": 60 } } }, "range": [ - 6406, - 6442 + 6500, + 6536 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 24 }, "end": { - "line": 186, + "line": 189, "column": 60 } } @@ -15513,16 +15624,16 @@ ], "kind": "let", "range": [ - 6402, - 6443 + 6496, + 6537 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 20 }, "end": { - "line": 186, + "line": 189, "column": 61 } }, @@ -15531,16 +15642,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6464, - 6484 + 6558, + 6578 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 20 }, "end": { - "line": 187, + "line": 190, "column": 40 } } @@ -15556,16 +15667,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 6509, - 6520 + 6603, + 6614 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 24 }, "end": { - "line": 188, + "line": 191, "column": 35 } } @@ -15579,16 +15690,16 @@ "type": "Identifier", "name": "Str", "range": [ - 6523, - 6526 + 6617, + 6620 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 38 }, "end": { - "line": 188, + "line": 191, "column": 41 } } @@ -15597,31 +15708,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6527, - 6536 + 6621, + 6630 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 42 }, "end": { - "line": 188, + "line": 191, "column": 51 } } }, "range": [ - 6523, - 6536 + 6617, + 6630 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 38 }, "end": { - "line": 188, + "line": 191, "column": 51 } } @@ -15631,16 +15742,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 6537, - 6546 + 6631, + 6640 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 52 }, "end": { - "line": 188, + "line": 191, "column": 61 } } @@ -15652,16 +15763,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6548, - 6550 + 6642, + 6644 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 63 }, "end": { - "line": 188, + "line": 191, "column": 65 } } @@ -15670,62 +15781,62 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6551, - 6560 + 6645, + 6654 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 66 }, "end": { - "line": 188, + "line": 191, "column": 75 } } }, "range": [ - 6548, - 6560 + 6642, + 6654 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 63 }, "end": { - "line": 188, + "line": 191, "column": 75 } } } ], "range": [ - 6523, - 6561 + 6617, + 6655 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 38 }, "end": { - "line": 188, + "line": 191, "column": 76 } } }, "range": [ - 6509, - 6561 + 6603, + 6655 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 24 }, "end": { - "line": 188, + "line": 191, "column": 76 } } @@ -15733,16 +15844,16 @@ ], "kind": "let", "range": [ - 6505, - 6562 + 6599, + 6656 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 20 }, "end": { - "line": 188, + "line": 191, "column": 77 } }, @@ -15751,16 +15862,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6464, - 6484 + 6558, + 6578 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 20 }, "end": { - "line": 187, + "line": 190, "column": 40 } } @@ -15771,16 +15882,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6583, - 6624 + 6677, + 6718 ], "loc": { "start": { - "line": 189, + "line": 192, "column": 20 }, "end": { - "line": 189, + "line": 192, "column": 61 } } @@ -15801,16 +15912,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6649, - 6652 + 6743, + 6746 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 24 }, "end": { - "line": 190, + "line": 193, "column": 27 } } @@ -15819,31 +15930,31 @@ "type": "Identifier", "name": "has", "range": [ - 6653, - 6656 + 6747, + 6750 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 28 }, "end": { - "line": 190, + "line": 193, "column": 31 } } }, "range": [ - 6649, - 6656 + 6743, + 6750 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 24 }, "end": { - "line": 190, + "line": 193, "column": 31 } } @@ -15855,16 +15966,16 @@ "object": { "type": "ThisExpression", "range": [ - 6657, - 6661 + 6751, + 6755 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 32 }, "end": { - "line": 190, + "line": 193, "column": 36 } } @@ -15873,31 +15984,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6662, - 6666 + 6756, + 6760 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 37 }, "end": { - "line": 190, + "line": 193, "column": 41 } } }, "range": [ - 6657, - 6666 + 6751, + 6760 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 32 }, "end": { - "line": 190, + "line": 193, "column": 41 } } @@ -15906,16 +16017,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 6668, - 6679 + 6762, + 6773 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 43 }, "end": { - "line": 190, + "line": 193, "column": 54 } } @@ -15927,16 +16038,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6681, - 6683 + 6775, + 6777 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 56 }, "end": { - "line": 190, + "line": 193, "column": 58 } } @@ -15945,63 +16056,63 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6684, - 6693 + 6778, + 6787 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 59 }, "end": { - "line": 190, + "line": 193, "column": 68 } } }, "range": [ - 6681, - 6693 + 6775, + 6787 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 56 }, "end": { - "line": 190, + "line": 193, "column": 68 } } } ], "range": [ - 6649, - 6694 + 6743, + 6788 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 24 }, "end": { - "line": 190, + "line": 193, "column": 69 } } }, "prefix": true, "range": [ - 6648, - 6694 + 6742, + 6788 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 23 }, "end": { - "line": 190, + "line": 193, "column": 69 } } @@ -16022,16 +16133,16 @@ "object": { "type": "ThisExpression", "range": [ - 6721, - 6725 + 6815, + 6819 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 24 }, "end": { - "line": 191, + "line": 194, "column": 28 } } @@ -16040,31 +16151,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6726, - 6730 + 6820, + 6824 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 29 }, "end": { - "line": 191, + "line": 194, "column": 33 } } }, "range": [ - 6721, - 6730 + 6815, + 6824 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 24 }, "end": { - "line": 191, + "line": 194, "column": 33 } } @@ -16073,31 +16184,31 @@ "type": "Identifier", "name": "push", "range": [ - 6731, - 6735 + 6825, + 6829 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 34 }, "end": { - "line": 191, + "line": 194, "column": 38 } } }, "range": [ - 6721, - 6735 + 6815, + 6829 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 24 }, "end": { - "line": 191, + "line": 194, "column": 38 } } @@ -16107,79 +16218,79 @@ "type": "Identifier", "name": "cell_data", "range": [ - 6736, - 6745 + 6830, + 6839 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 39 }, "end": { - "line": 191, + "line": 194, "column": 48 } } } ], "range": [ - 6721, - 6746 + 6815, + 6840 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 24 }, "end": { - "line": 191, + "line": 194, "column": 49 } } }, "range": [ - 6721, - 6747 + 6815, + 6841 ], "loc": { "start": { - "line": 191, + "line": 194, "column": 24 }, "end": { - "line": 191, + "line": 194, "column": 50 } } } ], "range": [ - 6695, - 6769 + 6789, + 6863 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 70 }, "end": { - "line": 192, + "line": 195, "column": 21 } } }, "alternate": null, "range": [ - 6645, - 6769 + 6739, + 6863 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 20 }, "end": { - "line": 192, + "line": 195, "column": 21 } }, @@ -16188,16 +16299,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6583, - 6624 + 6677, + 6718 ], "loc": { "start": { - "line": 189, + "line": 192, "column": 20 }, "end": { - "line": 189, + "line": 192, "column": 61 } } @@ -16213,16 +16324,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6794, - 6805 + 6888, + 6899 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 24 }, "end": { - "line": 193, + "line": 196, "column": 35 } } @@ -16234,16 +16345,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 6808, - 6823 + 6902, + 6917 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 38 }, "end": { - "line": 193, + "line": 196, "column": 53 } } @@ -16252,46 +16363,46 @@ "type": "Identifier", "name": "j", "range": [ - 6824, - 6825 + 6918, + 6919 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 54 }, "end": { - "line": 193, + "line": 196, "column": 55 } } }, "range": [ - 6808, - 6826 + 6902, + 6920 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 38 }, "end": { - "line": 193, + "line": 196, "column": 56 } } }, "range": [ - 6794, - 6826 + 6888, + 6920 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 24 }, "end": { - "line": 193, + "line": 196, "column": 56 } } @@ -16299,16 +16410,16 @@ ], "kind": "let", "range": [ - 6790, - 6827 + 6884, + 6921 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 20 }, "end": { - "line": 193, + "line": 196, "column": 57 } } @@ -16325,16 +16436,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6851, - 6853 + 6945, + 6947 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 23 }, "end": { - "line": 194, + "line": 197, "column": 25 } } @@ -16343,31 +16454,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 6854, - 6867 + 6948, + 6961 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 26 }, "end": { - "line": 194, + "line": 197, "column": 39 } } }, "range": [ - 6851, - 6867 + 6945, + 6961 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 23 }, "end": { - "line": 194, + "line": 197, "column": 39 } } @@ -16379,16 +16490,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6871, - 6873 + 6965, + 6967 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 43 }, "end": { - "line": 194, + "line": 197, "column": 45 } } @@ -16397,46 +16508,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 6874, - 6896 + 6968, + 6990 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 46 }, "end": { - "line": 194, + "line": 197, "column": 68 } } }, "range": [ - 6871, - 6896 + 6965, + 6990 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 43 }, "end": { - "line": 194, + "line": 197, "column": 68 } } }, "range": [ - 6851, - 6896 + 6945, + 6990 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 23 }, "end": { - "line": 194, + "line": 197, "column": 68 } } @@ -16453,32 +16564,32 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6927, - 6938 + 7021, + 7032 ], "loc": { "start": { - "line": 195, + "line": 198, "column": 28 }, "end": { - "line": 195, + "line": 198, "column": 39 } } }, "prefix": true, "range": [ - 6926, - 6938 + 7020, + 7032 ], "loc": { "start": { - "line": 195, + "line": 198, "column": 27 }, "end": { - "line": 195, + "line": 198, "column": 39 } } @@ -16495,16 +16606,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6969, - 6980 + 7063, + 7074 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 28 }, "end": { - "line": 196, + "line": 199, "column": 39 } } @@ -16518,16 +16629,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6983, - 6985 + 7077, + 7079 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 42 }, "end": { - "line": 196, + "line": 199, "column": 44 } } @@ -16536,31 +16647,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 6986, - 7004 + 7080, + 7098 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 45 }, "end": { - "line": 196, + "line": 199, "column": 63 } } }, "range": [ - 6983, - 7004 + 7077, + 7098 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 42 }, "end": { - "line": 196, + "line": 199, "column": 63 } } @@ -16570,94 +16681,94 @@ "type": "Identifier", "name": "j", "range": [ - 7005, - 7006 + 7099, + 7100 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 64 }, "end": { - "line": 196, + "line": 199, "column": 65 } } } ], "range": [ - 6983, - 7007 + 7077, + 7101 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 42 }, "end": { - "line": 196, + "line": 199, "column": 66 } } }, "range": [ - 6969, - 7007 + 7063, + 7101 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 28 }, "end": { - "line": 196, + "line": 199, "column": 66 } } }, "range": [ - 6969, - 7008 + 7063, + 7102 ], "loc": { "start": { - "line": 196, + "line": 199, "column": 28 }, "end": { - "line": 196, + "line": 199, "column": 67 } } } ], "range": [ - 6939, - 7034 + 7033, + 7128 ], "loc": { "start": { - "line": 195, + "line": 198, "column": 40 }, "end": { - "line": 197, + "line": 200, "column": 25 } } }, "alternate": null, "range": [ - 6923, - 7034 + 7017, + 7128 ], "loc": { "start": { - "line": 195, + "line": 198, "column": 24 }, "end": { - "line": 197, + "line": 200, "column": 25 } } @@ -16679,16 +16790,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 7063, - 7066 + 7157, + 7160 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 28 }, "end": { - "line": 198, + "line": 201, "column": 31 } } @@ -16697,31 +16808,31 @@ "type": "Identifier", "name": "has", "range": [ - 7067, - 7070 + 7161, + 7164 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 32 }, "end": { - "line": 198, + "line": 201, "column": 35 } } }, "range": [ - 7063, - 7070 + 7157, + 7164 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 28 }, "end": { - "line": 198, + "line": 201, "column": 35 } } @@ -16731,16 +16842,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 7071, - 7082 + 7165, + 7176 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 36 }, "end": { - "line": 198, + "line": 201, "column": 47 } } @@ -16749,16 +16860,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 7084, - 7095 + 7178, + 7189 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 49 }, "end": { - "line": 198, + "line": 201, "column": 60 } } @@ -16770,16 +16881,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7097, - 7099 + 7191, + 7193 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 62 }, "end": { - "line": 198, + "line": 201, "column": 64 } } @@ -16788,63 +16899,63 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7100, - 7109 + 7194, + 7203 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 65 }, "end": { - "line": 198, + "line": 201, "column": 74 } } }, "range": [ - 7097, - 7109 + 7191, + 7203 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 62 }, "end": { - "line": 198, + "line": 201, "column": 74 } } } ], "range": [ - 7063, - 7110 + 7157, + 7204 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 28 }, "end": { - "line": 198, + "line": 201, "column": 75 } } }, "prefix": true, "range": [ - 7062, - 7110 + 7156, + 7204 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 27 }, "end": { - "line": 198, + "line": 201, "column": 75 } } @@ -16861,16 +16972,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 7143, - 7146 + 7237, + 7240 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 29 }, "end": { - "line": 199, + "line": 202, "column": 32 } } @@ -16879,31 +16990,31 @@ "type": "Identifier", "name": "has", "range": [ - 7147, - 7150 + 7241, + 7244 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 33 }, "end": { - "line": 199, + "line": 202, "column": 36 } } }, "range": [ - 7143, - 7150 + 7237, + 7244 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 29 }, "end": { - "line": 199, + "line": 202, "column": 36 } } @@ -16915,16 +17026,16 @@ "object": { "type": "ThisExpression", "range": [ - 7151, - 7155 + 7245, + 7249 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 37 }, "end": { - "line": 199, + "line": 202, "column": 41 } } @@ -16933,31 +17044,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7156, - 7168 + 7250, + 7262 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 42 }, "end": { - "line": 199, + "line": 202, "column": 54 } } }, "range": [ - 7151, - 7168 + 7245, + 7262 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 37 }, "end": { - "line": 199, + "line": 202, "column": 54 } } @@ -16966,16 +17077,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 7202, - 7213 + 7296, + 7307 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 32 }, "end": { - "line": 200, + "line": 203, "column": 43 } } @@ -16987,16 +17098,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7215, - 7217 + 7309, + 7311 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 45 }, "end": { - "line": 200, + "line": 203, "column": 47 } } @@ -17005,78 +17116,78 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7218, - 7227 + 7312, + 7321 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 48 }, "end": { - "line": 200, + "line": 203, "column": 57 } } }, "range": [ - 7215, - 7227 + 7309, + 7321 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 45 }, "end": { - "line": 200, + "line": 203, "column": 57 } } } ], "range": [ - 7143, - 7228 + 7237, + 7322 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 29 }, "end": { - "line": 200, + "line": 203, "column": 58 } } }, "prefix": true, "range": [ - 7142, - 7228 + 7236, + 7322 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 28 }, "end": { - "line": 200, + "line": 203, "column": 58 } } }, "range": [ - 7062, - 7228 + 7156, + 7322 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 27 }, "end": { - "line": 200, + "line": 203, "column": 58 } } @@ -17097,16 +17208,16 @@ "object": { "type": "ThisExpression", "range": [ - 7259, - 7263 + 7353, + 7357 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 28 }, "end": { - "line": 201, + "line": 204, "column": 32 } } @@ -17115,31 +17226,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7264, - 7276 + 7358, + 7370 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 33 }, "end": { - "line": 201, + "line": 204, "column": 45 } } }, "range": [ - 7259, - 7276 + 7353, + 7370 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 28 }, "end": { - "line": 201, + "line": 204, "column": 45 } } @@ -17148,31 +17259,31 @@ "type": "Identifier", "name": "push", "range": [ - 7277, - 7281 + 7371, + 7375 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 46 }, "end": { - "line": 201, + "line": 204, "column": 50 } } }, "range": [ - 7259, - 7281 + 7353, + 7375 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 28 }, "end": { - "line": 201, + "line": 204, "column": 50 } } @@ -17182,143 +17293,143 @@ "type": "Identifier", "name": "cell_data", "range": [ - 7282, - 7291 + 7376, + 7385 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 51 }, "end": { - "line": 201, + "line": 204, "column": 60 } } } ], "range": [ - 7259, - 7292 + 7353, + 7386 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 28 }, "end": { - "line": 201, + "line": 204, "column": 61 } } }, "range": [ - 7259, - 7293 + 7353, + 7387 ], "loc": { "start": { - "line": 201, + "line": 204, "column": 28 }, "end": { - "line": 201, + "line": 204, "column": 62 } } } ], "range": [ - 7229, - 7319 + 7323, + 7413 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 59 }, "end": { - "line": 202, + "line": 205, "column": 25 } } }, "alternate": null, "range": [ - 7059, - 7319 + 7153, + 7413 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 24 }, "end": { - "line": 202, + "line": 205, "column": 25 } } } ], "range": [ - 6897, - 7341 + 6991, + 7435 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 69 }, "end": { - "line": 203, + "line": 206, "column": 21 } } }, "alternate": null, "range": [ - 6848, - 7341 + 6942, + 7435 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 20 }, "end": { - "line": 203, + "line": 206, "column": 21 } } } ], "range": [ - 6380, - 7359 + 6474, + 7453 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 65 }, "end": { - "line": 204, + "line": 207, "column": 17 } } }, "alternate": null, "range": [ - 5956, - 7359 + 6050, + 7453 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 16 }, "end": { - "line": 204, + "line": 207, "column": 17 } }, @@ -17327,16 +17438,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ - 5902, - 5939 + 5996, + 6033 ], "loc": { "start": { - "line": 178, + "line": 181, "column": 16 }, "end": { - "line": 178, + "line": 181, "column": 53 } } @@ -17345,31 +17456,31 @@ } ], "range": [ - 5884, - 7373 + 5978, + 7467 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 39 }, "end": { - "line": 205, + "line": 208, "column": 13 } } }, "range": [ - 5857, - 7373 + 5951, + 7467 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 12 }, "end": { - "line": 205, + "line": 208, "column": 13 } }, @@ -17378,16 +17489,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5812, - 5844 + 5906, + 5938 ], "loc": { "start": { - "line": 176, + "line": 179, "column": 12 }, "end": { - "line": 176, + "line": 179, "column": 44 } } @@ -17396,31 +17507,31 @@ } ], "range": [ - 5366, - 7383 + 5460, + 7477 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 46 }, "end": { - "line": 206, + "line": 209, "column": 9 } } }, "range": [ - 5328, - 7383 + 5422, + 7477 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 8 }, "end": { - "line": 206, + "line": 209, "column": 9 } }, @@ -17429,16 +17540,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7393, - 7418 + 7487, + 7512 ], "loc": { "start": { - "line": 208, + "line": 211, "column": 8 }, "end": { - "line": 208, + "line": 211, "column": 33 } } @@ -17453,16 +17564,16 @@ "object": { "type": "ThisExpression", "range": [ - 7430, - 7434 + 7524, + 7528 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 11 }, "end": { - "line": 209, + "line": 212, "column": 15 } } @@ -17471,31 +17582,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7435, - 7443 + 7529, + 7537 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 16 }, "end": { - "line": 209, + "line": 212, "column": 24 } } }, "range": [ - 7430, - 7443 + 7524, + 7537 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 11 }, "end": { - "line": 209, + "line": 212, "column": 24 } } @@ -17512,16 +17623,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7462, - 7474 + 7556, + 7568 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 16 }, "end": { - "line": 210, + "line": 213, "column": 28 } } @@ -17535,16 +17646,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7477, - 7479 + 7571, + 7573 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 31 }, "end": { - "line": 210, + "line": 213, "column": 33 } } @@ -17553,31 +17664,31 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 7480, - 7496 + 7574, + 7590 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 34 }, "end": { - "line": 210, + "line": 213, "column": 50 } } }, "range": [ - 7477, - 7496 + 7571, + 7590 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 31 }, "end": { - "line": 210, + "line": 213, "column": 50 } } @@ -17587,47 +17698,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7497, - 7505 + 7591, + 7599 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 51 }, "end": { - "line": 210, + "line": 213, "column": 59 } } } ], "range": [ - 7477, - 7506 + 7571, + 7600 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 31 }, "end": { - "line": 210, + "line": 213, "column": 60 } } }, "range": [ - 7462, - 7506 + 7556, + 7600 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 16 }, "end": { - "line": 210, + "line": 213, "column": 60 } } @@ -17635,16 +17746,16 @@ ], "kind": "let", "range": [ - 7458, - 7507 + 7552, + 7601 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 12 }, "end": { - "line": 210, + "line": 213, "column": 61 } } @@ -17660,16 +17771,16 @@ "object": { "type": "ThisExpression", "range": [ - 7520, - 7524 + 7614, + 7618 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 12 }, "end": { - "line": 211, + "line": 214, "column": 16 } } @@ -17678,31 +17789,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7525, - 7529 + 7619, + 7623 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 17 }, "end": { - "line": 211, + "line": 214, "column": 21 } } }, "range": [ - 7520, - 7529 + 7614, + 7623 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 12 }, "end": { - "line": 211, + "line": 214, "column": 21 } } @@ -17714,16 +17825,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7532, - 7544 + 7626, + 7638 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 24 }, "end": { - "line": 211, + "line": 214, "column": 36 } } @@ -17733,61 +17844,61 @@ "value": 0, "raw": "0", "range": [ - 7545, - 7546 + 7639, + 7640 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 37 }, "end": { - "line": 211, + "line": 214, "column": 38 } } }, "range": [ - 7532, - 7547 + 7626, + 7641 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 24 }, "end": { - "line": 211, + "line": 214, "column": 39 } } }, "range": [ - 7520, - 7547 + 7614, + 7641 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 12 }, "end": { - "line": 211, + "line": 214, "column": 39 } } }, "range": [ - 7520, - 7548 + 7614, + 7642 ], "loc": { "start": { - "line": 211, + "line": 214, "column": 12 }, "end": { - "line": 211, + "line": 214, "column": 40 } } @@ -17803,16 +17914,16 @@ "object": { "type": "ThisExpression", "range": [ - 7561, - 7565 + 7655, + 7659 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 12 }, "end": { - "line": 212, + "line": 215, "column": 16 } } @@ -17821,31 +17932,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7566, - 7573 + 7660, + 7667 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 17 }, "end": { - "line": 212, + "line": 215, "column": 24 } } }, "range": [ - 7561, - 7573 + 7655, + 7667 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 12 }, "end": { - "line": 212, + "line": 215, "column": 24 } } @@ -17857,16 +17968,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7576, - 7588 + 7670, + 7682 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 27 }, "end": { - "line": 212, + "line": 215, "column": 39 } } @@ -17876,93 +17987,93 @@ "value": 1, "raw": "1", "range": [ - 7589, - 7590 + 7683, + 7684 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 40 }, "end": { - "line": 212, + "line": 215, "column": 41 } } }, "range": [ - 7576, - 7591 + 7670, + 7685 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 27 }, "end": { - "line": 212, + "line": 215, "column": 42 } } }, "range": [ - 7561, - 7591 + 7655, + 7685 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 12 }, "end": { - "line": 212, + "line": 215, "column": 42 } } }, "range": [ - 7561, - 7592 + 7655, + 7686 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 12 }, "end": { - "line": 212, + "line": 215, "column": 43 } } } ], "range": [ - 7444, - 7602 + 7538, + 7696 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 25 }, "end": { - "line": 213, + "line": 216, "column": 9 } } }, "alternate": null, "range": [ - 7427, - 7602 + 7521, + 7696 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 8 }, "end": { - "line": 213, + "line": 216, "column": 9 } }, @@ -17971,16 +18082,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7393, - 7418 + 7487, + 7512 ], "loc": { "start": { - "line": 208, + "line": 211, "column": 8 }, "end": { - "line": 208, + "line": 211, "column": 33 } } @@ -17999,16 +18110,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7615, - 7617 + 7709, + 7711 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 11 }, "end": { - "line": 215, + "line": 218, "column": 13 } } @@ -18017,31 +18128,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 7618, - 7625 + 7712, + 7719 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 14 }, "end": { - "line": 215, + "line": 218, "column": 21 } } }, "range": [ - 7615, - 7625 + 7709, + 7719 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 11 }, "end": { - "line": 215, + "line": 218, "column": 21 } } @@ -18055,16 +18166,16 @@ "object": { "type": "ThisExpression", "range": [ - 7630, - 7634 + 7724, + 7728 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 26 }, "end": { - "line": 215, + "line": 218, "column": 30 } } @@ -18073,62 +18184,62 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7635, - 7643 + 7729, + 7737 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 31 }, "end": { - "line": 215, + "line": 218, "column": 39 } } }, "range": [ - 7630, - 7643 + 7724, + 7737 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 26 }, "end": { - "line": 215, + "line": 218, "column": 39 } } }, "prefix": true, "range": [ - 7629, - 7643 + 7723, + 7737 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 25 }, "end": { - "line": 215, + "line": 218, "column": 39 } } }, "range": [ - 7615, - 7643 + 7709, + 7737 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 11 }, "end": { - "line": 215, + "line": 218, "column": 39 } } @@ -18148,16 +18259,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7663, - 7665 + 7757, + 7759 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 17 }, "end": { - "line": 216, + "line": 219, "column": 19 } } @@ -18166,47 +18277,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7666, - 7675 + 7760, + 7769 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 20 }, "end": { - "line": 216, + "line": 219, "column": 29 } } }, "range": [ - 7663, - 7675 + 7757, + 7769 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 17 }, "end": { - "line": 216, + "line": 219, "column": 29 } } }, "prefix": true, "range": [ - 7662, - 7675 + 7756, + 7769 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 16 }, "end": { - "line": 216, + "line": 219, "column": 29 } } @@ -18227,16 +18338,16 @@ "object": { "type": "ThisExpression", "range": [ - 7694, - 7698 + 7788, + 7792 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 16 }, "end": { - "line": 217, + "line": 220, "column": 20 } } @@ -18245,31 +18356,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7699, - 7703 + 7793, + 7797 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 21 }, "end": { - "line": 217, + "line": 220, "column": 25 } } }, "range": [ - 7694, - 7703 + 7788, + 7797 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 16 }, "end": { - "line": 217, + "line": 220, "column": 25 } } @@ -18278,31 +18389,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7704, - 7708 + 7798, + 7802 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 26 }, "end": { - "line": 217, + "line": 220, "column": 30 } } }, "range": [ - 7694, - 7708 + 7788, + 7802 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 16 }, "end": { - "line": 217, + "line": 220, "column": 30 } } @@ -18315,16 +18426,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7709, - 7713 + 7803, + 7807 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 31 }, "end": { - "line": 217, + "line": 220, "column": 35 } } @@ -18333,62 +18444,62 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7714, - 7724 + 7808, + 7818 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 36 }, "end": { - "line": 217, + "line": 220, "column": 46 } } }, "range": [ - 7709, - 7724 + 7803, + 7818 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 31 }, "end": { - "line": 217, + "line": 220, "column": 46 } } } ], "range": [ - 7694, - 7725 + 7788, + 7819 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 16 }, "end": { - "line": 217, + "line": 220, "column": 47 } } }, "range": [ - 7694, - 7726 + 7788, + 7820 ], "loc": { "start": { - "line": 217, + "line": 220, "column": 16 }, "end": { - "line": 217, + "line": 220, "column": 48 } } @@ -18401,16 +18512,16 @@ "object": { "type": "ThisExpression", "range": [ - 7746, - 7750 + 7840, + 7844 ], "loc": { "start": { - "line": 218, + "line": 221, "column": 19 }, "end": { - "line": 218, + "line": 221, "column": 23 } } @@ -18419,31 +18530,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7751, - 7763 + 7845, + 7857 ], "loc": { "start": { - "line": 218, + "line": 221, "column": 24 }, "end": { - "line": 218, + "line": 221, "column": 36 } } }, "range": [ - 7746, - 7763 + 7840, + 7857 ], "loc": { "start": { - "line": 218, + "line": 221, "column": 19 }, "end": { - "line": 218, + "line": 221, "column": 36 } } @@ -18464,16 +18575,16 @@ "object": { "type": "ThisExpression", "range": [ - 7786, - 7790 + 7880, + 7884 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 20 }, "end": { - "line": 219, + "line": 222, "column": 24 } } @@ -18482,31 +18593,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7791, - 7803 + 7885, + 7897 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 25 }, "end": { - "line": 219, + "line": 222, "column": 37 } } }, "range": [ - 7786, - 7803 + 7880, + 7897 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 20 }, "end": { - "line": 219, + "line": 222, "column": 37 } } @@ -18515,31 +18626,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7804, - 7808 + 7898, + 7902 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 38 }, "end": { - "line": 219, + "line": 222, "column": 42 } } }, "range": [ - 7786, - 7808 + 7880, + 7902 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 20 }, "end": { - "line": 219, + "line": 222, "column": 42 } } @@ -18552,16 +18663,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7809, - 7813 + 7903, + 7907 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 43 }, "end": { - "line": 219, + "line": 222, "column": 47 } } @@ -18570,110 +18681,110 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7814, - 7824 + 7908, + 7918 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 48 }, "end": { - "line": 219, + "line": 222, "column": 58 } } }, "range": [ - 7809, - 7824 + 7903, + 7918 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 43 }, "end": { - "line": 219, + "line": 222, "column": 58 } } } ], "range": [ - 7786, - 7825 + 7880, + 7919 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 20 }, "end": { - "line": 219, + "line": 222, "column": 59 } } }, "range": [ - 7786, - 7826 + 7880, + 7920 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 20 }, "end": { - "line": 219, + "line": 222, "column": 60 } } } ], "range": [ - 7764, - 7844 + 7858, + 7938 ], "loc": { "start": { - "line": 218, + "line": 221, "column": 37 }, "end": { - "line": 220, + "line": 223, "column": 17 } } }, "alternate": null, "range": [ - 7743, - 7844 + 7837, + 7938 ], "loc": { "start": { - "line": 218, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 223, "column": 17 } } } ], "range": [ - 7676, - 7858 + 7770, + 7952 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 30 }, "end": { - "line": 221, + "line": 224, "column": 13 } } @@ -18694,16 +18805,16 @@ "object": { "type": "ThisExpression", "range": [ - 7882, - 7886 + 7976, + 7980 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 16 }, "end": { - "line": 222, + "line": 225, "column": 20 } } @@ -18712,31 +18823,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7887, - 7891 + 7981, + 7985 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 21 }, "end": { - "line": 222, + "line": 225, "column": 25 } } }, "range": [ - 7882, - 7891 + 7976, + 7985 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 16 }, "end": { - "line": 222, + "line": 225, "column": 25 } } @@ -18745,62 +18856,62 @@ "type": "Identifier", "name": "sort", "range": [ - 7892, - 7896 + 7986, + 7990 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 26 }, "end": { - "line": 222, + "line": 225, "column": 30 } } }, "range": [ - 7882, - 7896 + 7976, + 7990 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 16 }, "end": { - "line": 222, + "line": 225, "column": 30 } } }, "arguments": [], "range": [ - 7882, - 7898 + 7976, + 7992 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 16 }, "end": { - "line": 222, + "line": 225, "column": 32 } } }, "range": [ - 7882, - 7899 + 7976, + 7993 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 16 }, "end": { - "line": 222, + "line": 225, "column": 33 } } @@ -18813,16 +18924,16 @@ "object": { "type": "ThisExpression", "range": [ - 7919, - 7923 + 8013, + 8017 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 19 }, "end": { - "line": 223, + "line": 226, "column": 23 } } @@ -18831,31 +18942,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7924, - 7936 + 8018, + 8030 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 24 }, "end": { - "line": 223, + "line": 226, "column": 36 } } }, "range": [ - 7919, - 7936 + 8013, + 8030 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 19 }, "end": { - "line": 223, + "line": 226, "column": 36 } } @@ -18876,16 +18987,16 @@ "object": { "type": "ThisExpression", "range": [ - 7959, - 7963 + 8053, + 8057 ], "loc": { "start": { - "line": 224, + "line": 227, "column": 20 }, "end": { - "line": 224, + "line": 227, "column": 24 } } @@ -18894,31 +19005,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7964, - 7976 + 8058, + 8070 ], "loc": { "start": { - "line": 224, + "line": 227, "column": 25 }, "end": { - "line": 224, + "line": 227, "column": 37 } } }, "range": [ - 7959, - 7976 + 8053, + 8070 ], "loc": { "start": { - "line": 224, + "line": 227, "column": 20 }, "end": { - "line": 224, + "line": 227, "column": 37 } } @@ -18927,157 +19038,157 @@ "type": "Identifier", "name": "sort", "range": [ - 7977, - 7981 + 8071, + 8075 ], "loc": { "start": { - "line": 224, + "line": 227, "column": 38 }, "end": { - "line": 224, + "line": 227, "column": 42 } } }, "range": [ - 7959, - 7981 + 8053, + 8075 ], "loc": { "start": { - "line": 224, + "line": 227, "column": 20 }, "end": { - "line": 224, + "line": 227, "column": 42 } } }, "arguments": [], "range": [ - 7959, - 7983 + 8053, + 8077 ], "loc": { "start": { - "line": 224, + "line": 227, "column": 20 }, "end": { - "line": 224, + "line": 227, "column": 44 } } }, "range": [ - 7959, - 7984 + 8053, + 8078 ], "loc": { "start": { - "line": 224, + "line": 227, "column": 20 }, "end": { - "line": 224, + "line": 227, "column": 45 } } } ], "range": [ - 7937, - 8002 + 8031, + 8096 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 37 }, "end": { - "line": 225, + "line": 228, "column": 17 } } }, "alternate": null, "range": [ - 7916, - 8002 + 8010, + 8096 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 16 }, "end": { - "line": 225, + "line": 228, "column": 17 } } } ], "range": [ - 7864, - 8016 + 7958, + 8110 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 19 }, "end": { - "line": 226, + "line": 229, "column": 13 } } }, "range": [ - 7658, - 8016 + 7752, + 8110 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 12 }, "end": { - "line": 226, + "line": 229, "column": 13 } } } ], "range": [ - 7644, - 8026 + 7738, + 8120 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 40 }, "end": { - "line": 227, + "line": 230, "column": 9 } } }, "alternate": null, "range": [ - 7612, - 8026 + 7706, + 8120 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 8 }, "end": { - "line": 227, + "line": 230, "column": 9 } }, @@ -19086,16 +19197,16 @@ "type": "Line", "value": "asc sort", "range": [ - 8035, - 8045 + 8129, + 8139 ], "loc": { "start": { - "line": 228, + "line": 231, "column": 8 }, "end": { - "line": 228, + "line": 231, "column": 18 } } @@ -19105,257 +19216,185 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "&&", + "type": "BinaryExpression", + "operator": "!=", "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8057, - 8059 - ], - "loc": { - "start": { - "line": 229, - "column": 11 - }, - "end": { - "line": 229, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumAsc", - "range": [ - 8060, - 8070 - ], - "loc": { - "start": { - "line": 229, - "column": 14 - }, - "end": { - "line": 229, - "column": 24 - } - } - }, - "range": [ - 8057, - 8070 - ], - "loc": { - "start": { - "line": 229, - "column": 11 - }, - "end": { - "line": 229, - "column": 24 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "!=", - "left": { - "type": "CallExpression", - "callee": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8074, - 8076 - ], - "loc": { - "start": { - "line": 229, - "column": 28 - }, - "end": { - "line": 229, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumAsc", - "range": [ - 8077, - 8087 - ], - "loc": { - "start": { - "line": 229, - "column": 31 - }, - "end": { - "line": 229, - "column": 41 - } - } - }, + "type": "Identifier", + "name": "tf", "range": [ - 8074, - 8087 + 8151, + 8153 ], "loc": { "start": { - "line": 229, - "column": 28 + "line": 232, + "column": 11 }, "end": { - "line": 229, - "column": 41 + "line": 232, + "column": 13 } } }, "property": { "type": "Identifier", - "name": "indexOf", + "name": "sortNumAsc", "range": [ - 8088, - 8095 + 8154, + 8164 ], "loc": { "start": { - "line": 229, - "column": 42 + "line": 232, + "column": 14 }, "end": { - "line": 229, - "column": 49 + "line": 232, + "column": 24 } } }, "range": [ - 8074, - 8095 + 8151, + 8164 ], "loc": { "start": { - "line": 229, - "column": 28 + "line": 232, + "column": 11 }, "end": { - "line": 229, - "column": 49 + "line": 232, + "column": 24 } } }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 8096, - 8104 - ], - "loc": { - "start": { - "line": 229, - "column": 50 - }, - "end": { - "line": 229, - "column": 58 - } - } - } - ], - "range": [ - 8074, - 8105 - ], - "loc": { - "start": { - "line": 229, - "column": 28 - }, - "end": { - "line": 229, - "column": 59 - } - } - }, - "right": { - "type": "UnaryExpression", - "operator": "-", - "argument": { - "type": "Literal", - "value": 1, - "raw": "1", + "property": { + "type": "Identifier", + "name": "indexOf", "range": [ - 8110, - 8111 + 8165, + 8172 ], "loc": { "start": { - "line": 229, - "column": 64 + "line": 232, + "column": 25 }, "end": { - "line": 229, - "column": 65 + "line": 232, + "column": 32 } } }, - "prefix": true, "range": [ - 8109, - 8111 + 8151, + 8172 ], "loc": { "start": { - "line": 229, - "column": 63 + "line": 232, + "column": 11 }, "end": { - "line": 229, - "column": 65 + "line": 232, + "column": 32 } } }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 8173, + 8181 + ], + "loc": { + "start": { + "line": 232, + "column": 33 + }, + "end": { + "line": 232, + "column": 41 + } + } + } + ], "range": [ - 8074, - 8111 + 8151, + 8182 ], "loc": { "start": { - "line": 229, - "column": 28 + "line": 232, + "column": 11 }, "end": { - "line": 229, - "column": 65 + "line": 232, + "column": 42 + } + } + }, + "right": { + "type": "UnaryExpression", + "operator": "-", + "argument": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 8187, + 8188 + ], + "loc": { + "start": { + "line": 232, + "column": 47 + }, + "end": { + "line": 232, + "column": 48 + } + } + }, + "prefix": true, + "range": [ + 8186, + 8188 + ], + "loc": { + "start": { + "line": 232, + "column": 46 + }, + "end": { + "line": 232, + "column": 48 } } }, "range": [ - 8057, - 8111 + 8151, + 8188 ], "loc": { "start": { - "line": 229, + "line": 232, "column": 11 }, "end": { - "line": 229, - "column": 65 + "line": 232, + "column": 48 } } }, @@ -19380,16 +19419,16 @@ "object": { "type": "ThisExpression", "range": [ - 8147, - 8151 + 8224, + 8228 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 16 }, "end": { - "line": 231, + "line": 234, "column": 20 } } @@ -19398,31 +19437,31 @@ "type": "Identifier", "name": "opts", "range": [ - 8152, - 8156 + 8229, + 8233 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 21 }, "end": { - "line": 231, + "line": 234, "column": 25 } } }, "range": [ - 8147, - 8156 + 8224, + 8233 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 16 }, "end": { - "line": 231, + "line": 234, "column": 25 } } @@ -19431,82 +19470,118 @@ "type": "Identifier", "name": "sort", "range": [ - 8157, - 8161 + 8234, + 8238 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 26 }, "end": { - "line": 231, + "line": 234, "column": 30 } } }, "range": [ - 8147, - 8161 + 8224, + 8238 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 16 }, "end": { - "line": 231, + "line": 234, "column": 30 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortAsc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8239, + 8243 + ], + "loc": { + "start": { + "line": 234, + "column": 31 + }, + "end": { + "line": 234, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortAsc", + "range": [ + 8244, + 8254 + ], + "loc": { + "start": { + "line": 234, + "column": 36 + }, + "end": { + "line": 234, + "column": 46 + } + } + }, "range": [ - 8162, - 8172 + 8239, + 8254 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 31 }, "end": { - "line": 231, - "column": 41 + "line": 234, + "column": 46 } } } ], "range": [ - 8147, - 8173 + 8224, + 8255 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 16 }, "end": { - "line": 231, - "column": 42 + "line": 234, + "column": 47 } } }, "range": [ - 8147, - 8174 + 8224, + 8256 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 16 }, "end": { - "line": 231, - "column": 43 + "line": 234, + "column": 48 } } }, @@ -19518,16 +19593,16 @@ "object": { "type": "ThisExpression", "range": [ - 8194, - 8198 + 8276, + 8280 ], "loc": { "start": { - "line": 232, + "line": 235, "column": 19 }, "end": { - "line": 232, + "line": 235, "column": 23 } } @@ -19536,31 +19611,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8199, - 8211 + 8281, + 8293 ], "loc": { "start": { - "line": 232, + "line": 235, "column": 24 }, "end": { - "line": 232, + "line": 235, "column": 36 } } }, "range": [ - 8194, - 8211 + 8276, + 8293 ], "loc": { "start": { - "line": 232, + "line": 235, "column": 19 }, "end": { - "line": 232, + "line": 235, "column": 36 } } @@ -19581,16 +19656,16 @@ "object": { "type": "ThisExpression", "range": [ - 8234, - 8238 + 8316, + 8320 ], "loc": { "start": { - "line": 233, + "line": 236, "column": 20 }, "end": { - "line": 233, + "line": 236, "column": 24 } } @@ -19599,31 +19674,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8239, - 8251 + 8321, + 8333 ], "loc": { "start": { - "line": 233, + "line": 236, "column": 25 }, "end": { - "line": 233, + "line": 236, "column": 37 } } }, "range": [ - 8234, - 8251 + 8316, + 8333 ], "loc": { "start": { - "line": 233, + "line": 236, "column": 20 }, "end": { - "line": 233, + "line": 236, "column": 37 } } @@ -19632,291 +19707,94 @@ "type": "Identifier", "name": "sort", "range": [ - 8252, - 8256 + 8334, + 8338 ], "loc": { "start": { - "line": 233, + "line": 236, "column": 38 }, "end": { - "line": 233, + "line": 236, "column": 42 } } }, "range": [ - 8234, - 8256 + 8316, + 8338 ], "loc": { "start": { - "line": 233, + "line": 236, "column": 20 }, "end": { - "line": 233, + "line": 236, "column": 42 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortAsc", - "range": [ - 8257, - 8267 - ], - "loc": { - "start": { - "line": 233, - "column": 43 - }, - "end": { - "line": 233, - "column": 53 - } - } - } - ], - "range": [ - 8234, - 8268 - ], - "loc": { - "start": { - "line": 233, - "column": 20 - }, - "end": { - "line": 233, - "column": 54 - } - } - }, - "range": [ - 8234, - 8269 - ], - "loc": { - "start": { - "line": 233, - "column": 20 - }, - "end": { - "line": 233, - "column": 55 - } - } - } - ], - "range": [ - 8212, - 8287 - ], - "loc": { - "start": { - "line": 232, - "column": 37 - }, - "end": { - "line": 234, - "column": 17 - } - } - }, - "alternate": null, - "range": [ - 8191, - 8287 - ], - "loc": { - "start": { - "line": 232, - "column": 16 - }, - "end": { - "line": 234, - "column": 17 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8307, - 8311 - ], - "loc": { - "start": { - "line": 235, - "column": 19 - }, - "end": { - "line": 235, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "isCustom", - "range": [ - 8312, - 8320 - ], - "loc": { - "start": { - "line": 235, - "column": 24 - }, - "end": { - "line": 235, - "column": 32 - } - } - }, - "range": [ - 8307, - 8320 - ], - "loc": { - "start": { - "line": 235, - "column": 19 - }, - "end": { - "line": 235, - "column": 32 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", + "type": "Identifier", + "name": "Sort", "range": [ - 8343, - 8347 + 8339, + 8343 ], "loc": { "start": { "line": 236, - "column": 20 + "column": 43 }, "end": { "line": 236, - "column": 24 + "column": 47 } } }, "property": { "type": "Identifier", - "name": "optsTxt", + "name": "numSortAsc", "range": [ - 8348, - 8355 + 8344, + 8354 ], "loc": { "start": { "line": 236, - "column": 25 + "column": 48 }, "end": { "line": 236, - "column": 32 + "column": 58 } } }, "range": [ - 8343, - 8355 + 8339, + 8354 ], "loc": { "start": { "line": 236, - "column": 20 + "column": 43 }, "end": { "line": 236, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8356, - 8360 - ], - "loc": { - "start": { - "line": 236, - "column": 33 - }, - "end": { - "line": 236, - "column": 37 - } - } - }, - "range": [ - 8343, - 8360 - ], - "loc": { - "start": { - "line": 236, - "column": 20 - }, - "end": { - "line": 236, - "column": 37 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "numSortAsc", - "range": [ - 8361, - 8371 - ], - "loc": { - "start": { - "line": 236, - "column": 38 - }, - "end": { - "line": 236, - "column": 48 + "column": 58 } } } ], "range": [ - 8343, - 8372 + 8316, + 8355 ], "loc": { "start": { @@ -19925,13 +19803,13 @@ }, "end": { "line": 236, - "column": 49 + "column": 59 } } }, "range": [ - 8343, - 8373 + 8316, + 8356 ], "loc": { "start": { @@ -19940,19 +19818,19 @@ }, "end": { "line": 236, - "column": 50 + "column": 60 } } } ], "range": [ - 8321, - 8391 + 8294, + 8374 ], "loc": { "start": { "line": 235, - "column": 33 + "column": 37 }, "end": { "line": 237, @@ -19962,8 +19840,8 @@ }, "alternate": null, "range": [ - 8304, - 8391 + 8273, + 8374 ], "loc": { "start": { @@ -19975,19 +19853,288 @@ "column": 17 } } + }, + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 8394, + 8398 + ], + "loc": { + "start": { + "line": 238, + "column": 19 + }, + "end": { + "line": 238, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "isCustom", + "range": [ + 8399, + 8407 + ], + "loc": { + "start": { + "line": 238, + "column": 24 + }, + "end": { + "line": 238, + "column": 32 + } + } + }, + "range": [ + 8394, + 8407 + ], + "loc": { + "start": { + "line": 238, + "column": 19 + }, + "end": { + "line": 238, + "column": 32 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 8430, + 8434 + ], + "loc": { + "start": { + "line": 239, + "column": 20 + }, + "end": { + "line": 239, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "optsTxt", + "range": [ + 8435, + 8442 + ], + "loc": { + "start": { + "line": 239, + "column": 25 + }, + "end": { + "line": 239, + "column": 32 + } + } + }, + "range": [ + 8430, + 8442 + ], + "loc": { + "start": { + "line": 239, + "column": 20 + }, + "end": { + "line": 239, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "sort", + "range": [ + 8443, + 8447 + ], + "loc": { + "start": { + "line": 239, + "column": 33 + }, + "end": { + "line": 239, + "column": 37 + } + } + }, + "range": [ + 8430, + 8447 + ], + "loc": { + "start": { + "line": 239, + "column": 20 + }, + "end": { + "line": 239, + "column": 37 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8448, + 8452 + ], + "loc": { + "start": { + "line": 239, + "column": 38 + }, + "end": { + "line": 239, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortAsc", + "range": [ + 8453, + 8463 + ], + "loc": { + "start": { + "line": 239, + "column": 43 + }, + "end": { + "line": 239, + "column": 53 + } + } + }, + "range": [ + 8448, + 8463 + ], + "loc": { + "start": { + "line": 239, + "column": 38 + }, + "end": { + "line": 239, + "column": 53 + } + } + } + ], + "range": [ + 8430, + 8464 + ], + "loc": { + "start": { + "line": 239, + "column": 20 + }, + "end": { + "line": 239, + "column": 54 + } + } + }, + "range": [ + 8430, + 8465 + ], + "loc": { + "start": { + "line": 239, + "column": 20 + }, + "end": { + "line": 239, + "column": 55 + } + } + } + ], + "range": [ + 8408, + 8483 + ], + "loc": { + "start": { + "line": 238, + "column": 33 + }, + "end": { + "line": 240, + "column": 17 + } + } + }, + "alternate": null, + "range": [ + 8391, + 8483 + ], + "loc": { + "start": { + "line": 238, + "column": 16 + }, + "end": { + "line": 240, + "column": 17 + } + } } ], "range": [ - 8129, - 8405 + 8206, + 8497 ], "loc": { "start": { - "line": 230, + "line": 233, "column": 15 }, "end": { - "line": 238, + "line": 241, "column": 13 } } @@ -19998,16 +20145,16 @@ "type": "Identifier", "name": "e", "range": [ - 8412, - 8413 + 8504, + 8505 ], "loc": { "start": { - "line": 238, + "line": 241, "column": 20 }, "end": { - "line": 238, + "line": 241, "column": 21 } } @@ -20016,600 +20163,305 @@ "type": "BlockStatement", "body": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", + "type": "ThrowStatement", + "argument": { + "type": "NewExpression", "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8433, - 8437 - ], - "loc": { - "start": { - "line": 239, - "column": 16 - }, - "end": { - "line": 239, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "opts", - "range": [ - 8438, - 8442 - ], - "loc": { - "start": { - "line": 239, - "column": 21 - }, - "end": { - "line": 239, - "column": 25 - } - } - }, - "range": [ - 8433, - 8442 - ], - "loc": { - "start": { - "line": 239, - "column": 16 - }, - "end": { - "line": 239, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8443, - 8447 - ], - "loc": { - "start": { - "line": 239, - "column": 26 - }, - "end": { - "line": 239, - "column": 30 - } - } - }, - "range": [ - 8433, - 8447 - ], - "loc": { - "start": { - "line": 239, - "column": 16 - }, - "end": { - "line": 239, - "column": 30 - } - } - }, - "arguments": [], - "range": [ - 8433, - 8449 - ], - "loc": { - "start": { - "line": 239, - "column": 16 - }, - "end": { - "line": 239, - "column": 32 - } - } - }, - "range": [ - 8433, - 8450 - ], - "loc": { - "start": { - "line": 239, - "column": 16 - }, - "end": { - "line": 239, - "column": 33 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8470, - 8474 - ], - "loc": { - "start": { - "line": 240, - "column": 19 - }, - "end": { - "line": 240, - "column": 23 - } - } - }, - "property": { "type": "Identifier", - "name": "excludedOpts", + "name": "Error", "range": [ - 8475, - 8487 + 8535, + 8540 ], "loc": { "start": { - "line": 240, - "column": 24 + "line": 242, + "column": 26 }, "end": { - "line": 240, - "column": 36 + "line": 242, + "column": 31 } } }, - "range": [ - 8470, - 8487 - ], - "loc": { - "start": { - "line": 240, - "column": 19 - }, - "end": { - "line": 240, - "column": 36 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ + "arguments": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", - "range": [ - 8510, - 8514 - ], - "loc": { - "start": { - "line": 241, - "column": 20 - }, - "end": { - "line": 241, - "column": 24 - } - } - }, - "property": { "type": "Identifier", - "name": "excludedOpts", + "name": "SORT_ERROR", "range": [ - 8515, - 8527 + 8541, + 8551 ], "loc": { "start": { - "line": 241, - "column": 25 - }, - "end": { - "line": 241, - "column": 37 - } - } - }, - "range": [ - 8510, - 8527 - ], - "loc": { - "start": { - "line": 241, - "column": 20 - }, - "end": { - "line": 241, - "column": 37 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8528, - 8532 - ], - "loc": { - "start": { - "line": 241, - "column": 38 - }, - "end": { - "line": 241, - "column": 42 - } - } - }, - "range": [ - 8510, - 8532 - ], - "loc": { - "start": { - "line": 241, - "column": 20 - }, - "end": { - "line": 241, - "column": 42 - } - } - }, - "arguments": [], - "range": [ - 8510, - 8534 - ], - "loc": { - "start": { - "line": 241, - "column": 20 - }, - "end": { - "line": 241, - "column": 44 - } - } - }, - "range": [ - 8510, - 8535 - ], - "loc": { - "start": { - "line": 241, - "column": 20 - }, - "end": { - "line": 241, - "column": 45 - } - } - } - ], - "range": [ - 8488, - 8553 - ], - "loc": { - "start": { - "line": 240, - "column": 37 - }, - "end": { - "line": 242, - "column": 17 - } - } - }, - "alternate": null, - "range": [ - 8467, - 8553 - ], - "loc": { - "start": { - "line": 240, - "column": 16 - }, - "end": { - "line": 242, - "column": 17 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8573, - 8577 - ], - "loc": { - "start": { - "line": 243, - "column": 19 - }, - "end": { - "line": 243, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "isCustom", - "range": [ - 8578, - 8586 - ], - "loc": { - "start": { - "line": 243, - "column": 24 - }, - "end": { - "line": 243, - "column": 32 - } - } - }, - "range": [ - 8573, - 8586 - ], - "loc": { - "start": { - "line": 243, - "column": 19 - }, - "end": { - "line": 243, - "column": 32 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8609, - 8613 - ], - "loc": { - "start": { - "line": 244, - "column": 20 - }, - "end": { - "line": 244, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "optsTxt", - "range": [ - 8614, - 8621 - ], - "loc": { - "start": { - "line": 244, - "column": 25 - }, - "end": { - "line": 244, + "line": 242, "column": 32 + }, + "end": { + "line": 242, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 8552, + 8559 + ], + "loc": { + "start": { + "line": 242, + "column": 43 + }, + "end": { + "line": 242, + "column": 50 } } }, "range": [ - 8609, - 8621 + 8541, + 8559 ], "loc": { "start": { - "line": 244, - "column": 20 - }, - "end": { - "line": 244, + "line": 242, "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8622, - 8626 - ], - "loc": { - "start": { - "line": 244, - "column": 33 }, "end": { - "line": 244, - "column": 37 + "line": 242, + "column": 50 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{0}", + "raw": "'{0}'", + "range": [ + 8560, + 8565 + ], + "loc": { + "start": { + "line": 242, + "column": 51 + }, + "end": { + "line": 242, + "column": 56 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 8567, + 8575 + ], + "loc": { + "start": { + "line": 242, + "column": 58 + }, + "end": { + "line": 242, + "column": 66 + } + } + } + ], "range": [ - 8609, - 8626 + 8541, + 8576 ], "loc": { "start": { - "line": 244, - "column": 20 + "line": 242, + "column": 32 }, "end": { - "line": 244, - "column": 37 + "line": 242, + "column": 67 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 8598, + 8605 + ], + "loc": { + "start": { + "line": 243, + "column": 21 + }, + "end": { + "line": 243, + "column": 28 } } }, - "arguments": [], "range": [ - 8609, - 8628 + 8541, + 8605 ], "loc": { "start": { - "line": 244, - "column": 20 + "line": 242, + "column": 32 }, "end": { - "line": 244, - "column": 39 + "line": 243, + "column": 28 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{1}", + "raw": "'{1}'", + "range": [ + 8606, + 8611 + ], + "loc": { + "start": { + "line": 243, + "column": 29 + }, + "end": { + "line": 243, + "column": 34 + } + } + }, + { + "type": "Literal", + "value": "ascending", + "raw": "'ascending'", + "range": [ + 8613, + 8624 + ], + "loc": { + "start": { + "line": 243, + "column": 36 + }, + "end": { + "line": 243, + "column": 47 + } + } + } + ], "range": [ - 8609, - 8629 + 8541, + 8625 ], "loc": { "start": { - "line": 244, - "column": 20 + "line": 242, + "column": 32 }, "end": { - "line": 244, - "column": 40 + "line": 243, + "column": 48 } } } ], "range": [ - 8587, - 8647 + 8531, + 8626 ], "loc": { "start": { - "line": 243, - "column": 33 + "line": 242, + "column": 22 }, "end": { - "line": 245, - "column": 17 + "line": 243, + "column": 49 } } }, - "alternate": null, "range": [ - 8570, - 8647 + 8525, + 8627 ], "loc": { "start": { - "line": 243, + "line": 242, "column": 16 }, "end": { - "line": 245, - "column": 17 + "line": 243, + "column": 50 } } } ], "range": [ - 8415, - 8661 + 8507, + 8641 ], "loc": { "start": { - "line": 238, + "line": 241, "column": 23 }, "end": { - "line": 246, + "line": 244, "column": 13 } } }, "range": [ - 8406, - 8661 + 8498, + 8641 ], "loc": { "start": { - "line": 238, + "line": 241, "column": 14 }, "end": { - "line": 246, + "line": 244, "column": 13 } } }, "finalizer": null, "range": [ - 8126, - 8661 + 8203, + 8641 ], "loc": { "start": { - "line": 230, + "line": 233, "column": 12 }, "end": { - "line": 246, + "line": 244, "column": 13 } }, @@ -20618,16 +20470,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8661, - 8700 + 8641, + 8680 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 13 }, "end": { - "line": 246, + "line": 244, "column": 52 } } @@ -20636,32 +20488,32 @@ } ], "range": [ - 8112, - 8710 + 8189, + 8690 ], "loc": { "start": { - "line": 229, - "column": 66 + "line": 232, + "column": 49 }, "end": { - "line": 247, + "line": 245, "column": 9 } } }, "alternate": null, "range": [ - 8054, - 8710 + 8148, + 8690 ], "loc": { "start": { - "line": 229, + "line": 232, "column": 8 }, "end": { - "line": 247, + "line": 245, "column": 9 } }, @@ -20670,16 +20522,16 @@ "type": "Line", "value": "asc sort", "range": [ - 8035, - 8045 + 8129, + 8139 ], "loc": { "start": { - "line": 228, + "line": 231, "column": 8 }, "end": { - "line": 228, + "line": 231, "column": 18 } } @@ -20690,16 +20542,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8719, - 8730 + 8699, + 8710 ], "loc": { "start": { - "line": 248, + "line": 246, "column": 8 }, "end": { - "line": 248, + "line": 246, "column": 19 } } @@ -20709,257 +20561,185 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "&&", + "type": "BinaryExpression", + "operator": "!=", "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8742, - 8744 - ], - "loc": { - "start": { - "line": 249, - "column": 11 - }, - "end": { - "line": 249, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumDesc", - "range": [ - 8745, - 8756 - ], - "loc": { - "start": { - "line": 249, - "column": 14 - }, - "end": { - "line": 249, - "column": 25 - } - } - }, - "range": [ - 8742, - 8756 - ], - "loc": { - "start": { - "line": 249, - "column": 11 - }, - "end": { - "line": 249, - "column": 25 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "!=", - "left": { - "type": "CallExpression", - "callee": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8760, - 8762 - ], - "loc": { - "start": { - "line": 249, - "column": 29 - }, - "end": { - "line": 249, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumDesc", - "range": [ - 8763, - 8774 - ], - "loc": { - "start": { - "line": 249, - "column": 32 - }, - "end": { - "line": 249, - "column": 43 - } - } - }, + "type": "Identifier", + "name": "tf", "range": [ - 8760, - 8774 + 8722, + 8724 ], "loc": { "start": { - "line": 249, - "column": 29 + "line": 247, + "column": 11 }, "end": { - "line": 249, - "column": 43 + "line": 247, + "column": 13 } } }, "property": { "type": "Identifier", - "name": "indexOf", + "name": "sortNumDesc", "range": [ - 8775, - 8782 + 8725, + 8736 ], "loc": { "start": { - "line": 249, - "column": 44 + "line": 247, + "column": 14 }, "end": { - "line": 249, - "column": 51 + "line": 247, + "column": 25 } } }, "range": [ - 8760, - 8782 + 8722, + 8736 ], "loc": { "start": { - "line": 249, - "column": 29 + "line": 247, + "column": 11 }, "end": { - "line": 249, - "column": 51 + "line": 247, + "column": 25 } } }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 8783, - 8791 - ], - "loc": { - "start": { - "line": 249, - "column": 52 - }, - "end": { - "line": 249, - "column": 60 - } - } - } - ], - "range": [ - 8760, - 8792 - ], - "loc": { - "start": { - "line": 249, - "column": 29 - }, - "end": { - "line": 249, - "column": 61 - } - } - }, - "right": { - "type": "UnaryExpression", - "operator": "-", - "argument": { - "type": "Literal", - "value": 1, - "raw": "1", + "property": { + "type": "Identifier", + "name": "indexOf", "range": [ - 8797, - 8798 + 8737, + 8744 ], "loc": { "start": { - "line": 249, - "column": 66 + "line": 247, + "column": 26 }, "end": { - "line": 249, - "column": 67 + "line": 247, + "column": 33 } } }, - "prefix": true, "range": [ - 8796, - 8798 + 8722, + 8744 ], "loc": { "start": { - "line": 249, - "column": 65 + "line": 247, + "column": 11 }, "end": { - "line": 249, - "column": 67 + "line": 247, + "column": 33 } } }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 8745, + 8753 + ], + "loc": { + "start": { + "line": 247, + "column": 34 + }, + "end": { + "line": 247, + "column": 42 + } + } + } + ], "range": [ - 8760, - 8798 + 8722, + 8754 ], "loc": { "start": { - "line": 249, - "column": 29 + "line": 247, + "column": 11 }, "end": { - "line": 249, - "column": 67 + "line": 247, + "column": 43 + } + } + }, + "right": { + "type": "UnaryExpression", + "operator": "-", + "argument": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 8759, + 8760 + ], + "loc": { + "start": { + "line": 247, + "column": 48 + }, + "end": { + "line": 247, + "column": 49 + } + } + }, + "prefix": true, + "range": [ + 8758, + 8760 + ], + "loc": { + "start": { + "line": 247, + "column": 47 + }, + "end": { + "line": 247, + "column": 49 } } }, "range": [ - 8742, - 8798 + 8722, + 8760 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 11 }, "end": { - "line": 249, - "column": 67 + "line": 247, + "column": 49 } } }, @@ -20984,16 +20764,16 @@ "object": { "type": "ThisExpression", "range": [ - 8834, - 8838 + 8796, + 8800 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 16 }, "end": { - "line": 251, + "line": 249, "column": 20 } } @@ -21002,31 +20782,31 @@ "type": "Identifier", "name": "opts", "range": [ - 8839, - 8843 + 8801, + 8805 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 21 }, "end": { - "line": 251, + "line": 249, "column": 25 } } }, "range": [ - 8834, - 8843 + 8796, + 8805 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 16 }, "end": { - "line": 251, + "line": 249, "column": 25 } } @@ -21035,82 +20815,118 @@ "type": "Identifier", "name": "sort", "range": [ - 8844, - 8848 + 8806, + 8810 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 26 }, "end": { - "line": 251, + "line": 249, "column": 30 } } }, "range": [ - 8834, - 8848 + 8796, + 8810 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 16 }, "end": { - "line": 251, + "line": 249, "column": 30 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortDesc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8811, + 8815 + ], + "loc": { + "start": { + "line": 249, + "column": 31 + }, + "end": { + "line": 249, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortDesc", + "range": [ + 8816, + 8827 + ], + "loc": { + "start": { + "line": 249, + "column": 36 + }, + "end": { + "line": 249, + "column": 47 + } + } + }, "range": [ - 8849, - 8860 + 8811, + 8827 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 31 }, "end": { - "line": 251, - "column": 42 + "line": 249, + "column": 47 } } } ], "range": [ - 8834, - 8861 + 8796, + 8828 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 16 }, "end": { - "line": 251, - "column": 43 + "line": 249, + "column": 48 } } }, "range": [ - 8834, - 8862 + 8796, + 8829 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 16 }, "end": { - "line": 251, - "column": 44 + "line": 249, + "column": 49 } } }, @@ -21122,16 +20938,16 @@ "object": { "type": "ThisExpression", "range": [ - 8882, - 8886 + 8849, + 8853 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 19 }, "end": { - "line": 252, + "line": 250, "column": 23 } } @@ -21140,31 +20956,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8887, - 8899 + 8854, + 8866 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 24 }, "end": { - "line": 252, + "line": 250, "column": 36 } } }, "range": [ - 8882, - 8899 + 8849, + 8866 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 19 }, "end": { - "line": 252, + "line": 250, "column": 36 } } @@ -21185,16 +21001,16 @@ "object": { "type": "ThisExpression", "range": [ - 8922, - 8926 + 8889, + 8893 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 20 }, "end": { - "line": 253, + "line": 251, "column": 24 } } @@ -21203,31 +21019,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8927, - 8939 + 8894, + 8906 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 25 }, "end": { - "line": 253, + "line": 251, "column": 37 } } }, "range": [ - 8922, - 8939 + 8889, + 8906 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 20 }, "end": { - "line": 253, + "line": 251, "column": 37 } } @@ -21236,113 +21052,149 @@ "type": "Identifier", "name": "sort", "range": [ - 8940, - 8944 + 8907, + 8911 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 38 }, "end": { - "line": 253, + "line": 251, "column": 42 } } }, "range": [ - 8922, - 8944 + 8889, + 8911 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 20 }, "end": { - "line": 253, + "line": 251, "column": 42 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortDesc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8912, + 8916 + ], + "loc": { + "start": { + "line": 251, + "column": 43 + }, + "end": { + "line": 251, + "column": 47 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortDesc", + "range": [ + 8917, + 8928 + ], + "loc": { + "start": { + "line": 251, + "column": 48 + }, + "end": { + "line": 251, + "column": 59 + } + } + }, "range": [ - 8945, - 8956 + 8912, + 8928 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 43 }, "end": { - "line": 253, - "column": 54 + "line": 251, + "column": 59 } } } ], "range": [ - 8922, - 8957 + 8889, + 8929 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 20 }, "end": { - "line": 253, - "column": 55 + "line": 251, + "column": 60 } } }, "range": [ - 8922, - 8958 + 8889, + 8930 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 20 }, "end": { - "line": 253, - "column": 56 + "line": 251, + "column": 61 } } } ], "range": [ - 8900, - 8976 + 8867, + 8948 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 37 }, "end": { - "line": 254, + "line": 252, "column": 17 } } }, "alternate": null, "range": [ - 8879, - 8976 + 8846, + 8948 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 16 }, "end": { - "line": 254, + "line": 252, "column": 17 } } @@ -21355,16 +21207,16 @@ "object": { "type": "ThisExpression", "range": [ - 8996, - 9000 + 8968, + 8972 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 19 }, "end": { - "line": 255, + "line": 253, "column": 23 } } @@ -21373,31 +21225,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 9001, - 9009 + 8973, + 8981 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 24 }, "end": { - "line": 255, + "line": 253, "column": 32 } } }, "range": [ - 8996, - 9009 + 8968, + 8981 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 19 }, "end": { - "line": 255, + "line": 253, "column": 32 } } @@ -21418,16 +21270,16 @@ "object": { "type": "ThisExpression", "range": [ - 9032, - 9036 + 9004, + 9008 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, + "line": 254, "column": 24 } } @@ -21436,31 +21288,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 9037, - 9044 + 9009, + 9016 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 25 }, "end": { - "line": 256, + "line": 254, "column": 32 } } }, "range": [ - 9032, - 9044 + 9004, + 9016 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, + "line": 254, "column": 32 } } @@ -21469,129 +21321,165 @@ "type": "Identifier", "name": "sort", "range": [ - 9045, - 9049 + 9017, + 9021 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 33 }, "end": { - "line": 256, + "line": 254, "column": 37 } } }, "range": [ - 9032, - 9049 + 9004, + 9021 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, + "line": 254, "column": 37 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortDesc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 9022, + 9026 + ], + "loc": { + "start": { + "line": 254, + "column": 38 + }, + "end": { + "line": 254, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortDesc", + "range": [ + 9027, + 9038 + ], + "loc": { + "start": { + "line": 254, + "column": 43 + }, + "end": { + "line": 254, + "column": 54 + } + } + }, "range": [ - 9050, - 9061 + 9022, + 9038 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 38 }, "end": { - "line": 256, - "column": 49 + "line": 254, + "column": 54 } } } ], "range": [ - 9032, - 9062 + 9004, + 9039 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, - "column": 50 + "line": 254, + "column": 55 } } }, "range": [ - 9032, - 9063 + 9004, + 9040 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, - "column": 51 + "line": 254, + "column": 56 } } } ], "range": [ - 9010, - 9081 + 8982, + 9058 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 33 }, "end": { - "line": 257, + "line": 255, "column": 17 } } }, "alternate": null, "range": [ - 8993, - 9081 + 8965, + 9058 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 16 }, "end": { - "line": 257, + "line": 255, "column": 17 } } } ], "range": [ - 8816, - 9095 + 8778, + 9072 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 15 }, "end": { - "line": 258, + "line": 256, "column": 13 } } @@ -21602,16 +21490,16 @@ "type": "Identifier", "name": "e", "range": [ - 9102, - 9103 + 9079, + 9080 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 20 }, "end": { - "line": 258, + "line": 256, "column": 21 } } @@ -21620,600 +21508,305 @@ "type": "BlockStatement", "body": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", + "type": "ThrowStatement", + "argument": { + "type": "NewExpression", "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 9123, - 9127 - ], - "loc": { - "start": { - "line": 259, - "column": 16 - }, - "end": { - "line": 259, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "opts", - "range": [ - 9128, - 9132 - ], - "loc": { - "start": { - "line": 259, - "column": 21 - }, - "end": { - "line": 259, - "column": 25 - } - } - }, - "range": [ - 9123, - 9132 - ], - "loc": { - "start": { - "line": 259, - "column": 16 - }, - "end": { - "line": 259, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 9133, - 9137 - ], - "loc": { - "start": { - "line": 259, - "column": 26 - }, - "end": { - "line": 259, - "column": 30 - } - } - }, - "range": [ - 9123, - 9137 - ], - "loc": { - "start": { - "line": 259, - "column": 16 - }, - "end": { - "line": 259, - "column": 30 - } - } - }, - "arguments": [], - "range": [ - 9123, - 9139 - ], - "loc": { - "start": { - "line": 259, - "column": 16 - }, - "end": { - "line": 259, - "column": 32 - } - } - }, - "range": [ - 9123, - 9140 - ], - "loc": { - "start": { - "line": 259, - "column": 16 - }, - "end": { - "line": 259, - "column": 33 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 9160, - 9164 - ], - "loc": { - "start": { - "line": 260, - "column": 19 - }, - "end": { - "line": 260, - "column": 23 - } - } - }, - "property": { "type": "Identifier", - "name": "excludedOpts", + "name": "Error", "range": [ - 9165, - 9177 + 9110, + 9115 ], "loc": { "start": { - "line": 260, - "column": 24 + "line": 257, + "column": 26 }, "end": { - "line": 260, - "column": 36 + "line": 257, + "column": 31 } } }, - "range": [ - 9160, - 9177 - ], - "loc": { - "start": { - "line": 260, - "column": 19 - }, - "end": { - "line": 260, - "column": 36 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ + "arguments": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", - "range": [ - 9200, - 9204 - ], - "loc": { - "start": { - "line": 261, - "column": 20 - }, - "end": { - "line": 261, - "column": 24 - } - } - }, - "property": { "type": "Identifier", - "name": "excludedOpts", + "name": "SORT_ERROR", "range": [ - 9205, - 9217 + 9116, + 9126 ], "loc": { "start": { - "line": 261, - "column": 25 - }, - "end": { - "line": 261, - "column": 37 - } - } - }, - "range": [ - 9200, - 9217 - ], - "loc": { - "start": { - "line": 261, - "column": 20 - }, - "end": { - "line": 261, - "column": 37 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 9218, - 9222 - ], - "loc": { - "start": { - "line": 261, - "column": 38 - }, - "end": { - "line": 261, - "column": 42 - } - } - }, - "range": [ - 9200, - 9222 - ], - "loc": { - "start": { - "line": 261, - "column": 20 - }, - "end": { - "line": 261, - "column": 42 - } - } - }, - "arguments": [], - "range": [ - 9200, - 9224 - ], - "loc": { - "start": { - "line": 261, - "column": 20 - }, - "end": { - "line": 261, - "column": 44 - } - } - }, - "range": [ - 9200, - 9225 - ], - "loc": { - "start": { - "line": 261, - "column": 20 - }, - "end": { - "line": 261, - "column": 45 - } - } - } - ], - "range": [ - 9178, - 9227 - ], - "loc": { - "start": { - "line": 260, - "column": 37 - }, - "end": { - "line": 261, - "column": 47 - } - } - }, - "alternate": null, - "range": [ - 9157, - 9227 - ], - "loc": { - "start": { - "line": 260, - "column": 16 - }, - "end": { - "line": 261, - "column": 47 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 9247, - 9251 - ], - "loc": { - "start": { - "line": 262, - "column": 19 - }, - "end": { - "line": 262, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "isCustom", - "range": [ - 9252, - 9260 - ], - "loc": { - "start": { - "line": 262, - "column": 24 - }, - "end": { - "line": 262, - "column": 32 - } - } - }, - "range": [ - 9247, - 9260 - ], - "loc": { - "start": { - "line": 262, - "column": 19 - }, - "end": { - "line": 262, - "column": 32 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 9283, - 9287 - ], - "loc": { - "start": { - "line": 263, - "column": 20 - }, - "end": { - "line": 263, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "optsTxt", - "range": [ - 9288, - 9295 - ], - "loc": { - "start": { - "line": 263, - "column": 25 - }, - "end": { - "line": 263, + "line": 257, "column": 32 + }, + "end": { + "line": 257, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 9127, + 9134 + ], + "loc": { + "start": { + "line": 257, + "column": 43 + }, + "end": { + "line": 257, + "column": 50 } } }, "range": [ - 9283, - 9295 + 9116, + 9134 ], "loc": { "start": { - "line": 263, - "column": 20 - }, - "end": { - "line": 263, + "line": 257, "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 9296, - 9300 - ], - "loc": { - "start": { - "line": 263, - "column": 33 }, "end": { - "line": 263, - "column": 37 + "line": 257, + "column": 50 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{0}", + "raw": "'{0}'", + "range": [ + 9135, + 9140 + ], + "loc": { + "start": { + "line": 257, + "column": 51 + }, + "end": { + "line": 257, + "column": 56 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 9142, + 9150 + ], + "loc": { + "start": { + "line": 257, + "column": 58 + }, + "end": { + "line": 257, + "column": 66 + } + } + } + ], "range": [ - 9283, - 9300 + 9116, + 9151 ], "loc": { "start": { - "line": 263, - "column": 20 + "line": 257, + "column": 32 }, "end": { - "line": 263, - "column": 37 + "line": 257, + "column": 67 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 9173, + 9180 + ], + "loc": { + "start": { + "line": 258, + "column": 21 + }, + "end": { + "line": 258, + "column": 28 } } }, - "arguments": [], "range": [ - 9283, - 9302 + 9116, + 9180 ], "loc": { "start": { - "line": 263, - "column": 20 + "line": 257, + "column": 32 }, "end": { - "line": 263, - "column": 39 + "line": 258, + "column": 28 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{1}", + "raw": "'{1}'", + "range": [ + 9181, + 9186 + ], + "loc": { + "start": { + "line": 258, + "column": 29 + }, + "end": { + "line": 258, + "column": 34 + } + } + }, + { + "type": "Literal", + "value": "descending", + "raw": "'descending'", + "range": [ + 9188, + 9200 + ], + "loc": { + "start": { + "line": 258, + "column": 36 + }, + "end": { + "line": 258, + "column": 48 + } + } + } + ], "range": [ - 9283, - 9303 + 9116, + 9201 ], "loc": { "start": { - "line": 263, - "column": 20 + "line": 257, + "column": 32 }, "end": { - "line": 263, - "column": 40 + "line": 258, + "column": 49 } } } ], "range": [ - 9261, - 9321 + 9106, + 9202 ], "loc": { "start": { - "line": 262, - "column": 33 + "line": 257, + "column": 22 }, "end": { - "line": 264, - "column": 17 + "line": 258, + "column": 50 } } }, - "alternate": null, "range": [ - 9244, - 9321 + 9100, + 9203 ], "loc": { "start": { - "line": 262, + "line": 257, "column": 16 }, "end": { - "line": 264, - "column": 17 + "line": 258, + "column": 51 } } } ], "range": [ - 9105, - 9335 + 9082, + 9217 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 23 }, "end": { - "line": 265, + "line": 259, "column": 13 } } }, "range": [ - 9096, - 9335 + 9073, + 9217 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 14 }, "end": { - "line": 265, + "line": 259, "column": 13 } } }, "finalizer": null, "range": [ - 8813, - 9335 + 8775, + 9217 ], "loc": { "start": { - "line": 250, + "line": 248, "column": 12 }, "end": { - "line": 265, + "line": 259, "column": 13 } }, @@ -22222,16 +21815,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9335, - 9374 + 9217, + 9256 ], "loc": { "start": { - "line": 265, + "line": 259, "column": 13 }, "end": { - "line": 265, + "line": 259, "column": 52 } } @@ -22240,32 +21833,32 @@ } ], "range": [ - 8799, - 9384 + 8761, + 9266 ], "loc": { "start": { - "line": 249, - "column": 68 + "line": 247, + "column": 50 }, "end": { - "line": 266, + "line": 260, "column": 9 } } }, "alternate": null, "range": [ - 8739, - 9384 + 8719, + 9266 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 8 }, "end": { - "line": 266, + "line": 260, "column": 9 } }, @@ -22274,16 +21867,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8661, - 8700 + 8641, + 8680 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 13 }, "end": { - "line": 246, + "line": 244, "column": 52 } } @@ -22292,16 +21885,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8719, - 8730 + 8699, + 8710 ], "loc": { "start": { - "line": 248, + "line": 246, "column": 8 }, "end": { - "line": 248, + "line": 246, "column": 19 } } @@ -22318,16 +21911,16 @@ "object": { "type": "ThisExpression", "range": [ - 9394, - 9398 + 9276, + 9280 ], "loc": { "start": { - "line": 268, + "line": 262, "column": 8 }, "end": { - "line": 268, + "line": 262, "column": 12 } } @@ -22336,31 +21929,31 @@ "type": "Identifier", "name": "addChecks", "range": [ - 9399, - 9408 + 9281, + 9290 ], "loc": { "start": { - "line": 268, + "line": 262, "column": 13 }, "end": { - "line": 268, + "line": 262, "column": 22 } } }, "range": [ - 9394, - 9408 + 9276, + 9290 ], "loc": { "start": { - "line": 268, + "line": 262, "column": 8 }, "end": { - "line": 268, + "line": 262, "column": 22 } } @@ -22370,16 +21963,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9409, - 9417 + 9291, + 9299 ], "loc": { "start": { - "line": 268, + "line": 262, "column": 23 }, "end": { - "line": 268, + "line": 262, "column": 31 } } @@ -22388,47 +21981,47 @@ "type": "Identifier", "name": "ul", "range": [ - 9419, - 9421 + 9301, + 9303 ], "loc": { "start": { - "line": 268, + "line": 262, "column": 33 }, "end": { - "line": 268, + "line": 262, "column": 35 } } } ], "range": [ - 9394, - 9422 + 9276, + 9304 ], "loc": { "start": { - "line": 268, + "line": 262, "column": 8 }, "end": { - "line": 268, + "line": 262, "column": 36 } } }, "range": [ - 9394, - 9423 + 9276, + 9305 ], "loc": { "start": { - "line": 268, + "line": 262, "column": 8 }, "end": { - "line": 268, + "line": 262, "column": 37 } }, @@ -22437,16 +22030,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9335, - 9374 + 9217, + 9256 ], "loc": { "start": { - "line": 265, + "line": 259, "column": 13 }, "end": { - "line": 265, + "line": 259, "column": 52 } } @@ -22462,16 +22055,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9436, - 9438 + 9318, + 9320 ], "loc": { "start": { - "line": 270, + "line": 264, "column": 11 }, "end": { - "line": 270, + "line": 264, "column": 13 } } @@ -22480,31 +22073,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 9439, - 9454 + 9321, + 9336 ], "loc": { "start": { - "line": 270, + "line": 264, "column": 14 }, "end": { - "line": 270, + "line": 264, "column": 29 } } }, "range": [ - 9436, - 9454 + 9318, + 9336 ], "loc": { "start": { - "line": 270, + "line": 264, "column": 11 }, "end": { - "line": 270, + "line": 264, "column": 29 } } @@ -22524,16 +22117,16 @@ "type": "Identifier", "name": "flt", "range": [ - 9469, - 9472 + 9351, + 9354 ], "loc": { "start": { - "line": 271, + "line": 265, "column": 12 }, "end": { - "line": 271, + "line": 265, "column": 15 } } @@ -22542,31 +22135,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9473, - 9482 + 9355, + 9364 ], "loc": { "start": { - "line": 271, + "line": 265, "column": 16 }, "end": { - "line": 271, + "line": 265, "column": 25 } } }, "range": [ - 9469, - 9482 + 9351, + 9364 ], "loc": { "start": { - "line": 271, + "line": 265, "column": 12 }, "end": { - "line": 271, + "line": 265, "column": 25 } } @@ -22576,78 +22169,78 @@ "value": "", "raw": "''", "range": [ - 9485, - 9487 + 9367, + 9369 ], "loc": { "start": { - "line": 271, + "line": 265, "column": 28 }, "end": { - "line": 271, + "line": 265, "column": 30 } } }, "range": [ - 9469, - 9487 + 9351, + 9369 ], "loc": { "start": { - "line": 271, + "line": 265, "column": 12 }, "end": { - "line": 271, + "line": 265, "column": 30 } } }, "range": [ - 9469, - 9488 + 9351, + 9370 ], "loc": { "start": { - "line": 271, + "line": 265, "column": 12 }, "end": { - "line": 271, + "line": 265, "column": 31 } } } ], "range": [ - 9455, - 9498 + 9337, + 9380 ], "loc": { "start": { - "line": 270, + "line": 264, "column": 30 }, "end": { - "line": 272, + "line": 266, "column": 9 } } }, "alternate": null, "range": [ - 9433, - 9498 + 9315, + 9380 ], "loc": { "start": { - "line": 270, + "line": 264, "column": 8 }, "end": { - "line": 272, + "line": 266, "column": 9 } } @@ -22663,16 +22256,16 @@ "type": "Identifier", "name": "flt", "range": [ - 9507, - 9510 + 9389, + 9392 ], "loc": { "start": { - "line": 273, + "line": 267, "column": 8 }, "end": { - "line": 273, + "line": 267, "column": 11 } } @@ -22681,31 +22274,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9511, - 9522 + 9393, + 9404 ], "loc": { "start": { - "line": 273, + "line": 267, "column": 12 }, "end": { - "line": 273, + "line": 267, "column": 23 } } }, "range": [ - 9507, - 9522 + 9389, + 9404 ], "loc": { "start": { - "line": 273, + "line": 267, "column": 8 }, "end": { - "line": 273, + "line": 267, "column": 23 } } @@ -22715,47 +22308,47 @@ "type": "Identifier", "name": "ul", "range": [ - 9523, - 9525 + 9405, + 9407 ], "loc": { "start": { - "line": 273, + "line": 267, "column": 24 }, "end": { - "line": 273, + "line": 267, "column": 26 } } } ], "range": [ - 9507, - 9526 + 9389, + 9408 ], "loc": { "start": { - "line": 273, + "line": 267, "column": 8 }, "end": { - "line": 273, + "line": 267, "column": 27 } } }, "range": [ - 9507, - 9527 + 9389, + 9409 ], "loc": { "start": { - "line": 273, + "line": 267, "column": 8 }, "end": { - "line": 273, + "line": 267, "column": 28 } } @@ -22771,16 +22364,16 @@ "type": "Identifier", "name": "flt", "range": [ - 9536, - 9539 + 9418, + 9421 ], "loc": { "start": { - "line": 274, + "line": 268, "column": 8 }, "end": { - "line": 274, + "line": 268, "column": 11 } } @@ -22789,31 +22382,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 9540, - 9552 + 9422, + 9434 ], "loc": { "start": { - "line": 274, + "line": 268, "column": 12 }, "end": { - "line": 274, + "line": 268, "column": 24 } } }, "range": [ - 9536, - 9552 + 9418, + 9434 ], "loc": { "start": { - "line": 274, + "line": 268, "column": 8 }, "end": { - "line": 274, + "line": 268, "column": 24 } } @@ -22824,16 +22417,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 9553, - 9561 + 9435, + 9443 ], "loc": { "start": { - "line": 274, + "line": 268, "column": 25 }, "end": { - "line": 274, + "line": 268, "column": 33 } } @@ -22843,47 +22436,47 @@ "value": "1", "raw": "'1'", "range": [ - 9563, - 9566 + 9445, + 9448 ], "loc": { "start": { - "line": 274, + "line": 268, "column": 35 }, "end": { - "line": 274, + "line": 268, "column": 38 } } } ], "range": [ - 9536, - 9567 + 9418, + 9449 ], "loc": { "start": { - "line": 274, + "line": 268, "column": 8 }, "end": { - "line": 274, + "line": 268, "column": 39 } } }, "range": [ - 9536, - 9568 + 9418, + 9450 ], "loc": { "start": { - "line": 274, + "line": 268, "column": 8 }, "end": { - "line": 274, + "line": 268, "column": 40 } } @@ -22901,16 +22494,16 @@ "object": { "type": "ThisExpression", "range": [ - 9578, - 9582 + 9460, + 9464 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 8 }, "end": { - "line": 276, + "line": 270, "column": 12 } } @@ -22919,31 +22512,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 9583, - 9590 + 9465, + 9472 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 13 }, "end": { - "line": 276, + "line": 270, "column": 20 } } }, "range": [ - 9578, - 9590 + 9460, + 9472 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 8 }, "end": { - "line": 276, + "line": 270, "column": 20 } } @@ -22952,31 +22545,31 @@ "type": "Identifier", "name": "emit", "range": [ - 9591, - 9595 + 9473, + 9477 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 21 }, "end": { - "line": 276, + "line": 270, "column": 25 } } }, "range": [ - 9578, - 9595 + 9460, + 9477 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 8 }, "end": { - "line": 276, + "line": 270, "column": 25 } } @@ -22987,16 +22580,16 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 9596, - 9621 + 9478, + 9503 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 26 }, "end": { - "line": 276, + "line": 270, "column": 51 } } @@ -23005,16 +22598,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9623, - 9625 + 9505, + 9507 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 53 }, "end": { - "line": 276, + "line": 270, "column": 55 } } @@ -23023,16 +22616,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9627, - 9635 + 9509, + 9517 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 57 }, "end": { - "line": 276, + "line": 270, "column": 65 } } @@ -23041,63 +22634,63 @@ "type": "Identifier", "name": "flt", "range": [ - 9637, - 9640 + 9519, + 9522 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 67 }, "end": { - "line": 276, + "line": 270, "column": 70 } } } ], "range": [ - 9578, - 9641 + 9460, + 9523 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 8 }, "end": { - "line": 276, + "line": 270, "column": 71 } } }, "range": [ - 9578, - 9642 + 9460, + 9524 ], "loc": { "start": { - "line": 276, + "line": 270, "column": 8 }, "end": { - "line": 276, + "line": 270, "column": 72 } } } ], "range": [ - 4218, - 9648 + 4312, + 9530 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 52 }, "end": { - "line": 277, + "line": 271, "column": 5 } } @@ -23105,16 +22698,16 @@ "generator": false, "expression": false, "range": [ - 4175, - 9648 + 4269, + 9530 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 9 }, "end": { - "line": 277, + "line": 271, "column": 5 } } @@ -23122,16 +22715,16 @@ "kind": "method", "computed": false, "range": [ - 4170, - 9648 + 4264, + 9530 ], "loc": { "start": { - "line": 126, + "line": 129, "column": 4 }, "end": { - "line": 277, + "line": 271, "column": 5 } }, @@ -23140,16 +22733,16 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal Render in external container\n * @param {String} extFltId External container id\n ", "range": [ - 3956, - 4165 + 4050, + 4259 ], "loc": { "start": { - "line": 120, + "line": 123, "column": 4 }, "end": { - "line": 125, + "line": 128, "column": 7 } } @@ -23160,16 +22753,16 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9654, - 9784 + 9536, + 9666 ], "loc": { "start": { - "line": 279, + "line": 273, "column": 4 }, "end": { - "line": 283, + "line": 277, "column": 7 } } @@ -23183,16 +22776,16 @@ "type": "Identifier", "name": "addChecks", "range": [ - 9789, - 9798 + 9671, + 9680 ], "loc": { "start": { - "line": 284, + "line": 278, "column": 4 }, "end": { - "line": 284, + "line": 278, "column": 13 } } @@ -23205,16 +22798,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9799, - 9807 + 9681, + 9689 ], "loc": { "start": { - "line": 284, + "line": 278, "column": 14 }, "end": { - "line": 284, + "line": 278, "column": 22 } } @@ -23223,16 +22816,16 @@ "type": "Identifier", "name": "ul", "range": [ - 9809, - 9811 + 9691, + 9693 ], "loc": { "start": { - "line": 284, + "line": 278, "column": 24 }, "end": { - "line": 284, + "line": 278, "column": 26 } } @@ -23250,16 +22843,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9826, - 9828 + 9708, + 9710 ], "loc": { "start": { - "line": 285, + "line": 279, "column": 12 }, "end": { - "line": 285, + "line": 279, "column": 14 } } @@ -23270,16 +22863,16 @@ "object": { "type": "ThisExpression", "range": [ - 9831, - 9835 + 9713, + 9717 ], "loc": { "start": { - "line": 285, + "line": 279, "column": 17 }, "end": { - "line": 285, + "line": 279, "column": 21 } } @@ -23288,46 +22881,46 @@ "type": "Identifier", "name": "tf", "range": [ - 9836, - 9838 + 9718, + 9720 ], "loc": { "start": { - "line": 285, + "line": 279, "column": 22 }, "end": { - "line": 285, + "line": 279, "column": 24 } } }, "range": [ - 9831, - 9838 + 9713, + 9720 ], "loc": { "start": { - "line": 285, + "line": 279, "column": 17 }, "end": { - "line": 285, + "line": 279, "column": 24 } } }, "range": [ - 9826, - 9838 + 9708, + 9720 ], "loc": { "start": { - "line": 285, + "line": 279, "column": 12 }, "end": { - "line": 285, + "line": 279, "column": 24 } } @@ -23335,16 +22928,16 @@ ], "kind": "let", "range": [ - 9822, - 9839 + 9704, + 9721 ], "loc": { "start": { - "line": 285, + "line": 279, "column": 8 }, "end": { - "line": 285, + "line": 279, "column": 25 } } @@ -23358,16 +22951,16 @@ "type": "Identifier", "name": "chkCt", "range": [ - 9852, - 9857 + 9734, + 9739 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 12 }, "end": { - "line": 286, + "line": 280, "column": 17 } } @@ -23380,16 +22973,16 @@ "object": { "type": "ThisExpression", "range": [ - 9860, - 9864 + 9742, + 9746 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 20 }, "end": { - "line": 286, + "line": 280, "column": 24 } } @@ -23398,31 +22991,31 @@ "type": "Identifier", "name": "addTChecks", "range": [ - 9865, - 9875 + 9747, + 9757 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 25 }, "end": { - "line": 286, + "line": 280, "column": 35 } } }, "range": [ - 9860, - 9875 + 9742, + 9757 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 20 }, "end": { - "line": 286, + "line": 280, "column": 35 } } @@ -23432,16 +23025,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9876, - 9884 + 9758, + 9766 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 36 }, "end": { - "line": 286, + "line": 280, "column": 44 } } @@ -23450,47 +23043,47 @@ "type": "Identifier", "name": "ul", "range": [ - 9886, - 9888 + 9768, + 9770 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 46 }, "end": { - "line": 286, + "line": 280, "column": 48 } } } ], "range": [ - 9860, - 9889 + 9742, + 9771 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 20 }, "end": { - "line": 286, + "line": 280, "column": 49 } } }, "range": [ - 9852, - 9889 + 9734, + 9771 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 12 }, "end": { - "line": 286, + "line": 280, "column": 49 } } @@ -23498,16 +23091,16 @@ ], "kind": "let", "range": [ - 9848, - 9890 + 9730, + 9772 ], "loc": { "start": { - "line": 286, + "line": 280, "column": 8 }, "end": { - "line": 286, + "line": 280, "column": 50 } } @@ -23523,16 +23116,16 @@ "type": "Identifier", "name": "y", "range": [ - 9908, - 9909 + 9790, + 9791 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 16 }, "end": { - "line": 288, + "line": 282, "column": 17 } } @@ -23542,31 +23135,31 @@ "value": 0, "raw": "0", "range": [ - 9910, - 9911 + 9792, + 9793 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 18 }, "end": { - "line": 288, + "line": 282, "column": 19 } } }, "range": [ - 9908, - 9911 + 9790, + 9793 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 16 }, "end": { - "line": 288, + "line": 282, "column": 19 } } @@ -23574,16 +23167,16 @@ ], "kind": "let", "range": [ - 9904, - 9911 + 9786, + 9793 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 12 }, "end": { - "line": 288, + "line": 282, "column": 19 } } @@ -23595,16 +23188,16 @@ "type": "Identifier", "name": "y", "range": [ - 9913, - 9914 + 9795, + 9796 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 21 }, "end": { - "line": 288, + "line": 282, "column": 22 } } @@ -23618,16 +23211,16 @@ "object": { "type": "ThisExpression", "range": [ - 9915, - 9919 + 9797, + 9801 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 23 }, "end": { - "line": 288, + "line": 282, "column": 27 } } @@ -23636,31 +23229,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9920, - 9924 + 9802, + 9806 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 28 }, "end": { - "line": 288, + "line": 282, "column": 32 } } }, "range": [ - 9915, - 9924 + 9797, + 9806 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 23 }, "end": { - "line": 288, + "line": 282, "column": 32 } } @@ -23669,46 +23262,46 @@ "type": "Identifier", "name": "length", "range": [ - 9925, - 9931 + 9807, + 9813 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 33 }, "end": { - "line": 288, + "line": 282, "column": 39 } } }, "range": [ - 9915, - 9931 + 9797, + 9813 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 23 }, "end": { - "line": 288, + "line": 282, "column": 39 } } }, "range": [ - 9913, - 9931 + 9795, + 9813 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 21 }, "end": { - "line": 288, + "line": 282, "column": 39 } } @@ -23720,32 +23313,32 @@ "type": "Identifier", "name": "y", "range": [ - 9933, - 9934 + 9815, + 9816 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 41 }, "end": { - "line": 288, + "line": 282, "column": 42 } } }, "prefix": false, "range": [ - 9933, - 9936 + 9815, + 9818 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 41 }, "end": { - "line": 288, + "line": 282, "column": 44 } } @@ -23762,16 +23355,16 @@ "type": "Identifier", "name": "val", "range": [ - 9955, - 9958 + 9837, + 9840 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 16 }, "end": { - "line": 289, + "line": 283, "column": 19 } } @@ -23785,16 +23378,16 @@ "object": { "type": "ThisExpression", "range": [ - 9961, - 9965 + 9843, + 9847 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 22 }, "end": { - "line": 289, + "line": 283, "column": 26 } } @@ -23803,31 +23396,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9966, - 9970 + 9848, + 9852 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 27 }, "end": { - "line": 289, + "line": 283, "column": 31 } } }, "range": [ - 9961, - 9970 + 9843, + 9852 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 22 }, "end": { - "line": 289, + "line": 283, "column": 31 } } @@ -23836,46 +23429,46 @@ "type": "Identifier", "name": "y", "range": [ - 9971, - 9972 + 9853, + 9854 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 32 }, "end": { - "line": 289, + "line": 283, "column": 33 } } }, "range": [ - 9961, - 9973 + 9843, + 9855 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 22 }, "end": { - "line": 289, + "line": 283, "column": 34 } } }, "range": [ - 9955, - 9973 + 9837, + 9855 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 16 }, "end": { - "line": 289, + "line": 283, "column": 34 } } @@ -23883,16 +23476,16 @@ ], "kind": "let", "range": [ - 9951, - 9974 + 9833, + 9856 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 12 }, "end": { - "line": 289, + "line": 283, "column": 35 } }, @@ -23901,16 +23494,16 @@ "type": "Line", "value": "item value", "range": [ - 9975, - 9987 + 9857, + 9869 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 36 }, "end": { - "line": 289, + "line": 283, "column": 48 } } @@ -23926,16 +23519,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 10004, - 10007 + 9886, + 9889 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 16 }, "end": { - "line": 290, + "line": 284, "column": 19 } } @@ -23948,16 +23541,16 @@ "object": { "type": "ThisExpression", "range": [ - 10010, - 10014 + 9892, + 9896 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 22 }, "end": { - "line": 290, + "line": 284, "column": 26 } } @@ -23966,31 +23559,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 10015, - 10023 + 9897, + 9905 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 27 }, "end": { - "line": 290, + "line": 284, "column": 35 } } }, "range": [ - 10010, - 10023 + 9892, + 9905 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 22 }, "end": { - "line": 290, + "line": 284, "column": 35 } } @@ -24004,16 +23597,16 @@ "object": { "type": "ThisExpression", "range": [ - 10026, - 10030 + 9908, + 9912 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 38 }, "end": { - "line": 290, + "line": 284, "column": 42 } } @@ -24022,31 +23615,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 10031, - 10038 + 9913, + 9920 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 43 }, "end": { - "line": 290, + "line": 284, "column": 50 } } }, "range": [ - 10026, - 10038 + 9908, + 9920 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 38 }, "end": { - "line": 290, + "line": 284, "column": 50 } } @@ -24055,31 +23648,31 @@ "type": "Identifier", "name": "y", "range": [ - 10039, - 10040 + 9921, + 9922 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 51 }, "end": { - "line": 290, + "line": 284, "column": 52 } } }, "range": [ - 10026, - 10041 + 9908, + 9923 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 38 }, "end": { - "line": 290, + "line": 284, "column": 53 } } @@ -24088,46 +23681,46 @@ "type": "Identifier", "name": "val", "range": [ - 10044, - 10047 + 9926, + 9929 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 56 }, "end": { - "line": 290, + "line": 284, "column": 59 } } }, "range": [ - 10010, - 10047 + 9892, + 9929 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 22 }, "end": { - "line": 290, + "line": 284, "column": 59 } } }, "range": [ - 10004, - 10047 + 9886, + 9929 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 16 }, "end": { - "line": 290, + "line": 284, "column": 59 } } @@ -24135,16 +23728,16 @@ ], "kind": "let", "range": [ - 10000, - 10048 + 9882, + 9930 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 12 }, "end": { - "line": 290, + "line": 284, "column": 60 } }, @@ -24153,16 +23746,16 @@ "type": "Line", "value": "item value", "range": [ - 9975, - 9987 + 9857, + 9869 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 36 }, "end": { - "line": 289, + "line": 283, "column": 48 } } @@ -24173,16 +23766,16 @@ "type": "Line", "value": "item text", "range": [ - 10049, - 10060 + 9931, + 9942 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 61 }, "end": { - "line": 290, + "line": 284, "column": 72 } } @@ -24198,16 +23791,16 @@ "type": "Identifier", "name": "li", "range": [ - 10077, - 10079 + 9959, + 9961 ], "loc": { "start": { - "line": 291, + "line": 285, "column": 16 }, "end": { - "line": 291, + "line": 285, "column": 18 } } @@ -24221,16 +23814,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10082, - 10085 + 9964, + 9967 ], "loc": { "start": { - "line": 291, + "line": 285, "column": 21 }, "end": { - "line": 291, + "line": 285, "column": 24 } } @@ -24239,31 +23832,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 10086, - 10101 + 9968, + 9983 ], "loc": { "start": { - "line": 291, + "line": 285, "column": 25 }, "end": { - "line": 291, + "line": 285, "column": 40 } } }, "range": [ - 10082, - 10101 + 9964, + 9983 ], "loc": { "start": { - "line": 291, + "line": 285, "column": 21 }, "end": { - "line": 291, + "line": 285, "column": 40 } } @@ -24285,16 +23878,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10127, - 10129 + 10009, + 10011 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 24 }, "end": { - "line": 292, + "line": 286, "column": 26 } } @@ -24303,31 +23896,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 10130, - 10136 + 10012, + 10018 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 27 }, "end": { - "line": 292, + "line": 286, "column": 33 } } }, "range": [ - 10127, - 10136 + 10009, + 10018 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 24 }, "end": { - "line": 292, + "line": 286, "column": 33 } } @@ -24336,31 +23929,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10137, - 10145 + 10019, + 10027 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 34 }, "end": { - "line": 292, + "line": 286, "column": 42 } } }, "range": [ - 10127, - 10146 + 10009, + 10028 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 24 }, "end": { - "line": 292, + "line": 286, "column": 43 } } @@ -24370,31 +23963,31 @@ "value": "_", "raw": "'_'", "range": [ - 10147, - 10150 + 10029, + 10032 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 44 }, "end": { - "line": 292, + "line": 286, "column": 47 } } }, "range": [ - 10127, - 10150 + 10009, + 10032 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 24 }, "end": { - "line": 292, + "line": 286, "column": 47 } } @@ -24406,16 +23999,16 @@ "type": "Identifier", "name": "y", "range": [ - 10152, - 10153 + 10034, + 10035 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 49 }, "end": { - "line": 292, + "line": 286, "column": 50 } } @@ -24424,46 +24017,46 @@ "type": "Identifier", "name": "chkCt", "range": [ - 10154, - 10159 + 10036, + 10041 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 51 }, "end": { - "line": 292, + "line": 286, "column": 56 } } }, "range": [ - 10152, - 10159 + 10034, + 10041 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 49 }, "end": { - "line": 292, + "line": 286, "column": 56 } } }, "range": [ - 10127, - 10160 + 10009, + 10042 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 24 }, "end": { - "line": 292, + "line": 286, "column": 57 } } @@ -24472,16 +24065,16 @@ "type": "Identifier", "name": "val", "range": [ - 10162, - 10165 + 10044, + 10047 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 59 }, "end": { - "line": 292, + "line": 286, "column": 62 } } @@ -24490,47 +24083,47 @@ "type": "Identifier", "name": "lbl", "range": [ - 10167, - 10170 + 10049, + 10052 ], "loc": { "start": { - "line": 292, + "line": 286, "column": 64 }, "end": { - "line": 292, + "line": 286, "column": 67 } } } ], "range": [ - 10082, - 10171 + 9964, + 10053 ], "loc": { "start": { - "line": 291, + "line": 285, "column": 21 }, "end": { - "line": 292, + "line": 286, "column": 68 } } }, "range": [ - 10077, - 10171 + 9959, + 10053 ], "loc": { "start": { - "line": 291, + "line": 285, "column": 16 }, "end": { - "line": 292, + "line": 286, "column": 68 } } @@ -24538,16 +24131,16 @@ ], "kind": "let", "range": [ - 10073, - 10172 + 9955, + 10054 ], "loc": { "start": { - "line": 291, + "line": 285, "column": 12 }, "end": { - "line": 292, + "line": 286, "column": 69 } }, @@ -24556,16 +24149,16 @@ "type": "Line", "value": "item text", "range": [ - 10049, - 10060 + 9931, + 9942 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 61 }, "end": { - "line": 290, + "line": 284, "column": 72 } } @@ -24584,16 +24177,16 @@ "type": "Identifier", "name": "li", "range": [ - 10185, - 10187 + 10067, + 10069 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 12 }, "end": { - "line": 293, + "line": 287, "column": 14 } } @@ -24602,31 +24195,31 @@ "type": "Identifier", "name": "className", "range": [ - 10188, - 10197 + 10070, + 10079 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 15 }, "end": { - "line": 293, + "line": 287, "column": 24 } } }, "range": [ - 10185, - 10197 + 10067, + 10079 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 12 }, "end": { - "line": 293, + "line": 287, "column": 24 } } @@ -24637,16 +24230,16 @@ "object": { "type": "ThisExpression", "range": [ - 10200, - 10204 + 10082, + 10086 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 27 }, "end": { - "line": 293, + "line": 287, "column": 31 } } @@ -24655,61 +24248,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 10205, - 10226 + 10087, + 10108 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 32 }, "end": { - "line": 293, + "line": 287, "column": 53 } } }, "range": [ - 10200, - 10226 + 10082, + 10108 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 27 }, "end": { - "line": 293, + "line": 287, "column": 53 } } }, "range": [ - 10185, - 10226 + 10067, + 10108 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 12 }, "end": { - "line": 293, + "line": 287, "column": 53 } } }, "range": [ - 10185, - 10227 + 10067, + 10109 ], "loc": { "start": { - "line": 293, + "line": 287, "column": 12 }, "end": { - "line": 293, + "line": 287, "column": 54 } } @@ -24729,16 +24322,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10243, - 10245 + 10125, + 10127 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 15 }, "end": { - "line": 294, + "line": 288, "column": 17 } } @@ -24747,31 +24340,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 10246, - 10259 + 10128, + 10141 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 18 }, "end": { - "line": 294, + "line": 288, "column": 31 } } }, "range": [ - 10243, - 10259 + 10125, + 10141 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 15 }, "end": { - "line": 294, + "line": 288, "column": 31 } } @@ -24783,16 +24376,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10263, - 10265 + 10145, + 10147 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 35 }, "end": { - "line": 294, + "line": 288, "column": 37 } } @@ -24801,46 +24394,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 10266, - 10288 + 10148, + 10170 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 38 }, "end": { - "line": 294, + "line": 288, "column": 60 } } }, "range": [ - 10263, - 10288 + 10145, + 10170 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 35 }, "end": { - "line": 294, + "line": 288, "column": 60 } } }, "range": [ - 10243, - 10288 + 10125, + 10170 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 15 }, "end": { - "line": 294, + "line": 288, "column": 60 } } @@ -24854,16 +24447,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 10308, - 10311 + 10190, + 10193 ], "loc": { "start": { - "line": 295, + "line": 289, "column": 16 }, "end": { - "line": 295, + "line": 289, "column": 19 } } @@ -24872,31 +24465,31 @@ "type": "Identifier", "name": "has", "range": [ - 10312, - 10315 + 10194, + 10197 ], "loc": { "start": { - "line": 295, + "line": 289, "column": 20 }, "end": { - "line": 295, + "line": 289, "column": 23 } } }, "range": [ - 10308, - 10315 + 10190, + 10197 ], "loc": { "start": { - "line": 295, + "line": 289, "column": 16 }, "end": { - "line": 295, + "line": 289, "column": 23 } } @@ -24908,16 +24501,16 @@ "object": { "type": "ThisExpression", "range": [ - 10316, - 10320 + 10198, + 10202 ], "loc": { "start": { - "line": 295, + "line": 289, "column": 24 }, "end": { - "line": 295, + "line": 289, "column": 28 } } @@ -24926,31 +24519,31 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 10321, - 10333 + 10203, + 10215 ], "loc": { "start": { - "line": 295, + "line": 289, "column": 29 }, "end": { - "line": 295, + "line": 289, "column": 41 } } }, "range": [ - 10316, - 10333 + 10198, + 10215 ], "loc": { "start": { - "line": 295, + "line": 289, "column": 24 }, "end": { - "line": 295, + "line": 289, "column": 41 } } @@ -24964,16 +24557,16 @@ "type": "Identifier", "name": "Str", "range": [ - 10355, - 10358 + 10237, + 10240 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 20 }, "end": { - "line": 296, + "line": 290, "column": 23 } } @@ -24982,31 +24575,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10359, - 10368 + 10241, + 10250 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 24 }, "end": { - "line": 296, + "line": 290, "column": 33 } } }, "range": [ - 10355, - 10368 + 10237, + 10250 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 20 }, "end": { - "line": 296, + "line": 290, "column": 33 } } @@ -25016,16 +24609,16 @@ "type": "Identifier", "name": "val", "range": [ - 10369, - 10372 + 10251, + 10254 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 34 }, "end": { - "line": 296, + "line": 290, "column": 37 } } @@ -25037,16 +24630,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10374, - 10376 + 10256, + 10258 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 39 }, "end": { - "line": 296, + "line": 290, "column": 41 } } @@ -25055,47 +24648,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10377, - 10386 + 10259, + 10268 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 42 }, "end": { - "line": 296, + "line": 290, "column": 51 } } }, "range": [ - 10374, - 10386 + 10256, + 10268 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 39 }, "end": { - "line": 296, + "line": 290, "column": 51 } } } ], "range": [ - 10355, - 10387 + 10237, + 10269 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 20 }, "end": { - "line": 296, + "line": 290, "column": 52 } } @@ -25107,16 +24700,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10389, - 10391 + 10271, + 10273 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 54 }, "end": { - "line": 296, + "line": 290, "column": 56 } } @@ -25125,62 +24718,62 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10392, - 10401 + 10274, + 10283 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 57 }, "end": { - "line": 296, + "line": 290, "column": 66 } } }, "range": [ - 10389, - 10401 + 10271, + 10283 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 54 }, "end": { - "line": 296, + "line": 290, "column": 66 } } } ], "range": [ - 10308, - 10402 + 10190, + 10284 ], "loc": { "start": { - "line": 295, + "line": 289, "column": 16 }, "end": { - "line": 296, + "line": 290, "column": 67 } } }, "range": [ - 10243, - 10402 + 10125, + 10284 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 15 }, "end": { - "line": 296, + "line": 290, "column": 67 } } @@ -25199,16 +24792,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10421, - 10424 + 10303, + 10306 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 16 }, "end": { - "line": 297, + "line": 291, "column": 19 } } @@ -25217,31 +24810,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 10425, - 10433 + 10307, + 10315 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 20 }, "end": { - "line": 297, + "line": 291, "column": 28 } } }, "range": [ - 10421, - 10433 + 10303, + 10315 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 16 }, "end": { - "line": 297, + "line": 291, "column": 28 } } @@ -25251,16 +24844,16 @@ "type": "Identifier", "name": "li", "range": [ - 10434, - 10436 + 10316, + 10318 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 29 }, "end": { - "line": 297, + "line": 291, "column": 31 } } @@ -25271,16 +24864,16 @@ "object": { "type": "ThisExpression", "range": [ - 10438, - 10442 + 10320, + 10324 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 33 }, "end": { - "line": 297, + "line": 291, "column": 37 } } @@ -25289,62 +24882,62 @@ "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ - 10443, - 10472 + 10325, + 10354 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 38 }, "end": { - "line": 297, + "line": 291, "column": 67 } } }, "range": [ - 10438, - 10472 + 10320, + 10354 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 33 }, "end": { - "line": 297, + "line": 291, "column": 67 } } } ], "range": [ - 10421, - 10473 + 10303, + 10355 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 16 }, "end": { - "line": 297, + "line": 291, "column": 68 } } }, "range": [ - 10421, - 10474 + 10303, + 10356 ], "loc": { "start": { - "line": 297, + "line": 291, "column": 16 }, "end": { - "line": 297, + "line": 291, "column": 69 } } @@ -25364,16 +24957,16 @@ "type": "Identifier", "name": "li", "range": [ - 10491, - 10493 + 10373, + 10375 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 16 }, "end": { - "line": 298, + "line": 292, "column": 18 } } @@ -25382,31 +24975,31 @@ "type": "Identifier", "name": "check", "range": [ - 10494, - 10499 + 10376, + 10381 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 19 }, "end": { - "line": 298, + "line": 292, "column": 24 } } }, "range": [ - 10491, - 10499 + 10373, + 10381 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 16 }, "end": { - "line": 298, + "line": 292, "column": 24 } } @@ -25415,31 +25008,31 @@ "type": "Identifier", "name": "disabled", "range": [ - 10500, - 10508 + 10382, + 10390 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 25 }, "end": { - "line": 298, + "line": 292, "column": 33 } } }, "range": [ - 10491, - 10508 + 10373, + 10390 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 16 }, "end": { - "line": 298, + "line": 292, "column": 33 } } @@ -25449,46 +25042,46 @@ "value": true, "raw": "true", "range": [ - 10511, - 10515 + 10393, + 10397 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 36 }, "end": { - "line": 298, + "line": 292, "column": 40 } } }, "range": [ - 10491, - 10515 + 10373, + 10397 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 16 }, "end": { - "line": 298, + "line": 292, "column": 40 } } }, "range": [ - 10491, - 10516 + 10373, + 10398 ], "loc": { "start": { - "line": 298, + "line": 292, "column": 16 }, "end": { - "line": 298, + "line": 292, "column": 41 } } @@ -25505,16 +25098,16 @@ "type": "Identifier", "name": "li", "range": [ - 10533, - 10535 + 10415, + 10417 ], "loc": { "start": { - "line": 299, + "line": 293, "column": 16 }, "end": { - "line": 299, + "line": 293, "column": 18 } } @@ -25523,31 +25116,31 @@ "type": "Identifier", "name": "disabled", "range": [ - 10536, - 10544 + 10418, + 10426 ], "loc": { "start": { - "line": 299, + "line": 293, "column": 19 }, "end": { - "line": 299, + "line": 293, "column": 27 } } }, "range": [ - 10533, - 10544 + 10415, + 10426 ], "loc": { "start": { - "line": 299, + "line": 293, "column": 16 }, "end": { - "line": 299, + "line": 293, "column": 27 } } @@ -25557,62 +25150,62 @@ "value": true, "raw": "true", "range": [ - 10547, - 10551 + 10429, + 10433 ], "loc": { "start": { - "line": 299, + "line": 293, "column": 30 }, "end": { - "line": 299, + "line": 293, "column": 34 } } }, "range": [ - 10533, - 10551 + 10415, + 10433 ], "loc": { "start": { - "line": 299, + "line": 293, "column": 16 }, "end": { - "line": 299, + "line": 293, "column": 34 } } }, "range": [ - 10533, - 10552 + 10415, + 10434 ], "loc": { "start": { - "line": 299, + "line": 293, "column": 16 }, "end": { - "line": 299, + "line": 293, "column": 35 } } } ], "range": [ - 10403, - 10566 + 10285, + 10448 ], "loc": { "start": { - "line": 296, + "line": 290, "column": 68 }, "end": { - "line": 300, + "line": 294, "column": 13 } } @@ -25631,16 +25224,16 @@ "type": "Identifier", "name": "Event", "range": [ - 10590, - 10595 + 10472, + 10477 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 16 }, "end": { - "line": 301, + "line": 295, "column": 21 } } @@ -25649,31 +25242,31 @@ "type": "Identifier", "name": "add", "range": [ - 10596, - 10599 + 10478, + 10481 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 22 }, "end": { - "line": 301, + "line": 295, "column": 25 } } }, "range": [ - 10590, - 10599 + 10472, + 10481 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 16 }, "end": { - "line": 301, + "line": 295, "column": 25 } } @@ -25686,16 +25279,16 @@ "type": "Identifier", "name": "li", "range": [ - 10600, - 10602 + 10482, + 10484 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 26 }, "end": { - "line": 301, + "line": 295, "column": 28 } } @@ -25704,31 +25297,31 @@ "type": "Identifier", "name": "check", "range": [ - 10603, - 10608 + 10485, + 10490 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 29 }, "end": { - "line": 301, + "line": 295, "column": 34 } } }, "range": [ - 10600, - 10608 + 10482, + 10490 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 26 }, "end": { - "line": 301, + "line": 295, "column": 34 } } @@ -25738,16 +25331,16 @@ "value": "click", "raw": "'click'", "range": [ - 10610, - 10617 + 10492, + 10499 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 36 }, "end": { - "line": 301, + "line": 295, "column": 43 } } @@ -25760,16 +25353,16 @@ "type": "Identifier", "name": "evt", "range": [ - 10620, - 10623 + 10502, + 10505 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 46 }, "end": { - "line": 301, + "line": 295, "column": 49 } } @@ -25783,16 +25376,16 @@ "object": { "type": "ThisExpression", "range": [ - 10627, - 10631 + 10509, + 10513 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 53 }, "end": { - "line": 301, + "line": 295, "column": 57 } } @@ -25801,31 +25394,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 10632, - 10643 + 10514, + 10525 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 58 }, "end": { - "line": 301, + "line": 295, "column": 69 } } }, "range": [ - 10627, - 10643 + 10509, + 10525 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 53 }, "end": { - "line": 301, + "line": 295, "column": 69 } } @@ -25835,32 +25428,32 @@ "type": "Identifier", "name": "evt", "range": [ - 10644, - 10647 + 10526, + 10529 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 70 }, "end": { - "line": 301, + "line": 295, "column": 73 } } } ], "range": [ - 10627, - 10648 + 10509, + 10530 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 53 }, "end": { - "line": 301, + "line": 295, "column": 74 } } @@ -25868,78 +25461,78 @@ "generator": false, "expression": true, "range": [ - 10619, - 10648 + 10501, + 10530 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 45 }, "end": { - "line": 301, + "line": 295, "column": 74 } } } ], "range": [ - 10590, - 10649 + 10472, + 10531 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 16 }, "end": { - "line": 301, + "line": 295, "column": 75 } } }, "range": [ - 10590, - 10650 + 10472, + 10532 ], "loc": { "start": { - "line": 301, + "line": 295, "column": 16 }, "end": { - "line": 301, + "line": 295, "column": 76 } } } ], "range": [ - 10572, - 10664 + 10454, + 10546 ], "loc": { "start": { - "line": 300, + "line": 294, "column": 19 }, "end": { - "line": 302, + "line": 296, "column": 13 } } }, "range": [ - 10240, - 10664 + 10122, + 10546 ], "loc": { "start": { - "line": 294, + "line": 288, "column": 12 }, "end": { - "line": 302, + "line": 296, "column": 13 } } @@ -25955,16 +25548,16 @@ "type": "Identifier", "name": "ul", "range": [ - 10677, - 10679 + 10559, + 10561 ], "loc": { "start": { - "line": 303, + "line": 297, "column": 12 }, "end": { - "line": 303, + "line": 297, "column": 14 } } @@ -25973,31 +25566,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10680, - 10691 + 10562, + 10573 ], "loc": { "start": { - "line": 303, + "line": 297, "column": 15 }, "end": { - "line": 303, + "line": 297, "column": 26 } } }, "range": [ - 10677, - 10691 + 10559, + 10573 ], "loc": { "start": { - "line": 303, + "line": 297, "column": 12 }, "end": { - "line": 303, + "line": 297, "column": 26 } } @@ -26007,47 +25600,47 @@ "type": "Identifier", "name": "li", "range": [ - 10692, - 10694 + 10574, + 10576 ], "loc": { "start": { - "line": 303, + "line": 297, "column": 27 }, "end": { - "line": 303, + "line": 297, "column": 29 } } } ], "range": [ - 10677, - 10695 + 10559, + 10577 ], "loc": { "start": { - "line": 303, + "line": 297, "column": 12 }, "end": { - "line": 303, + "line": 297, "column": 30 } } }, "range": [ - 10677, - 10696 + 10559, + 10578 ], "loc": { "start": { - "line": 303, + "line": 297, "column": 12 }, "end": { - "line": 303, + "line": 297, "column": 31 } } @@ -26061,16 +25654,16 @@ "type": "Identifier", "name": "val", "range": [ - 10713, - 10716 + 10595, + 10598 ], "loc": { "start": { - "line": 305, + "line": 299, "column": 15 }, "end": { - "line": 305, + "line": 299, "column": 18 } } @@ -26080,31 +25673,31 @@ "value": "", "raw": "''", "range": [ - 10721, - 10723 + 10603, + 10605 ], "loc": { "start": { - "line": 305, + "line": 299, "column": 23 }, "end": { - "line": 305, + "line": 299, "column": 25 } } }, "range": [ - 10713, - 10723 + 10595, + 10605 ], "loc": { "start": { - "line": 305, + "line": 299, "column": 15 }, "end": { - "line": 305, + "line": 299, "column": 25 } } @@ -26127,16 +25720,16 @@ "type": "Identifier", "name": "li", "range": [ - 10775, - 10777 + 10657, + 10659 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 16 }, "end": { - "line": 307, + "line": 301, "column": 18 } } @@ -26145,31 +25738,31 @@ "type": "Identifier", "name": "style", "range": [ - 10778, - 10783 + 10660, + 10665 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 19 }, "end": { - "line": 307, + "line": 301, "column": 24 } } }, "range": [ - 10775, - 10783 + 10657, + 10665 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 16 }, "end": { - "line": 307, + "line": 301, "column": 24 } } @@ -26178,31 +25771,31 @@ "type": "Identifier", "name": "display", "range": [ - 10784, - 10791 + 10666, + 10673 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 25 }, "end": { - "line": 307, + "line": 301, "column": 32 } } }, "range": [ - 10775, - 10791 + 10657, + 10673 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 16 }, "end": { - "line": 307, + "line": 301, "column": 32 } } @@ -26212,46 +25805,46 @@ "value": "none", "raw": "'none'", "range": [ - 10794, - 10800 + 10676, + 10682 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 35 }, "end": { - "line": 307, + "line": 301, "column": 41 } } }, "range": [ - 10775, - 10800 + 10657, + 10682 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 16 }, "end": { - "line": 307, + "line": 301, "column": 41 } } }, "range": [ - 10775, - 10801 + 10657, + 10683 ], "loc": { "start": { - "line": 307, + "line": 301, "column": 16 }, "end": { - "line": 307, + "line": 301, "column": 42 } }, @@ -26260,16 +25853,16 @@ "type": "Line", "value": "item is hidden", "range": [ - 10742, - 10758 + 10624, + 10640 ], "loc": { "start": { - "line": 306, + "line": 300, "column": 16 }, "end": { - "line": 306, + "line": 300, "column": 32 } } @@ -26278,79 +25871,79 @@ } ], "range": [ - 10724, - 10815 + 10606, + 10697 ], "loc": { "start": { - "line": 305, + "line": 299, "column": 26 }, "end": { - "line": 308, + "line": 302, "column": 13 } } }, "alternate": null, "range": [ - 10710, - 10815 + 10592, + 10697 ], "loc": { "start": { - "line": 305, + "line": 299, "column": 12 }, "end": { - "line": 308, + "line": 302, "column": 13 } } } ], "range": [ - 9937, - 10825 + 9819, + 10707 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 45 }, "end": { - "line": 309, + "line": 303, "column": 9 } } }, "range": [ - 9900, - 10825 + 9782, + 10707 ], "loc": { "start": { - "line": 288, + "line": 282, "column": 8 }, "end": { - "line": 309, + "line": 303, "column": 9 } } } ], "range": [ - 9812, - 10831 + 9694, + 10713 ], "loc": { "start": { - "line": 284, + "line": 278, "column": 27 }, "end": { - "line": 310, + "line": 304, "column": 5 } } @@ -26358,16 +25951,16 @@ "generator": false, "expression": false, "range": [ - 9798, - 10831 + 9680, + 10713 ], "loc": { "start": { - "line": 284, + "line": 278, "column": 13 }, "end": { - "line": 310, + "line": 304, "column": 5 } } @@ -26375,16 +25968,16 @@ "kind": "method", "computed": false, "range": [ - 9789, - 10831 + 9671, + 10713 ], "loc": { "start": { - "line": 284, + "line": 278, "column": 4 }, "end": { - "line": 310, + "line": 304, "column": 5 } }, @@ -26393,16 +25986,16 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9654, - 9784 + 9536, + 9666 ], "loc": { "start": { - "line": 279, + "line": 273, "column": 4 }, "end": { - "line": 283, + "line": 277, "column": 7 } } @@ -26413,16 +26006,16 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10837, - 10971 + 10719, + 10853 ], "loc": { "start": { - "line": 312, + "line": 306, "column": 4 }, "end": { - "line": 316, + "line": 310, "column": 7 } } @@ -26436,16 +26029,16 @@ "type": "Identifier", "name": "addTChecks", "range": [ - 10976, - 10986 + 10858, + 10868 ], "loc": { "start": { - "line": 317, + "line": 311, "column": 4 }, "end": { - "line": 317, + "line": 311, "column": 14 } } @@ -26458,16 +26051,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10987, - 10995 + 10869, + 10877 ], "loc": { "start": { - "line": 317, + "line": 311, "column": 15 }, "end": { - "line": 317, + "line": 311, "column": 23 } } @@ -26476,16 +26069,16 @@ "type": "Identifier", "name": "ul", "range": [ - 10997, - 10999 + 10879, + 10881 ], "loc": { "start": { - "line": 317, + "line": 311, "column": 25 }, "end": { - "line": 317, + "line": 311, "column": 27 } } @@ -26503,16 +26096,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11014, - 11016 + 10896, + 10898 ], "loc": { "start": { - "line": 318, + "line": 312, "column": 12 }, "end": { - "line": 318, + "line": 312, "column": 14 } } @@ -26523,16 +26116,16 @@ "object": { "type": "ThisExpression", "range": [ - 11019, - 11023 + 10901, + 10905 ], "loc": { "start": { - "line": 318, + "line": 312, "column": 17 }, "end": { - "line": 318, + "line": 312, "column": 21 } } @@ -26541,46 +26134,46 @@ "type": "Identifier", "name": "tf", "range": [ - 11024, - 11026 + 10906, + 10908 ], "loc": { "start": { - "line": 318, + "line": 312, "column": 22 }, "end": { - "line": 318, + "line": 312, "column": 24 } } }, "range": [ - 11019, - 11026 + 10901, + 10908 ], "loc": { "start": { - "line": 318, + "line": 312, "column": 17 }, "end": { - "line": 318, + "line": 312, "column": 24 } } }, "range": [ - 11014, - 11026 + 10896, + 10908 ], "loc": { "start": { - "line": 318, + "line": 312, "column": 12 }, "end": { - "line": 318, + "line": 312, "column": 24 } } @@ -26588,16 +26181,16 @@ ], "kind": "let", "range": [ - 11010, - 11027 + 10892, + 10909 ], "loc": { "start": { - "line": 318, + "line": 312, "column": 8 }, "end": { - "line": 318, + "line": 312, "column": 25 } } @@ -26611,16 +26204,16 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11040, - 11045 + 10922, + 10927 ], "loc": { "start": { - "line": 319, + "line": 313, "column": 12 }, "end": { - "line": 319, + "line": 313, "column": 17 } } @@ -26630,31 +26223,31 @@ "value": 1, "raw": "1", "range": [ - 11048, - 11049 + 10930, + 10931 ], "loc": { "start": { - "line": 319, + "line": 313, "column": 20 }, "end": { - "line": 319, + "line": 313, "column": 21 } } }, "range": [ - 11040, - 11049 + 10922, + 10931 ], "loc": { "start": { - "line": 319, + "line": 313, "column": 12 }, "end": { - "line": 319, + "line": 313, "column": 21 } } @@ -26662,16 +26255,16 @@ ], "kind": "let", "range": [ - 11036, - 11050 + 10918, + 10932 ], "loc": { "start": { - "line": 319, + "line": 313, "column": 8 }, "end": { - "line": 319, + "line": 313, "column": 22 } } @@ -26685,16 +26278,16 @@ "type": "Identifier", "name": "li0", "range": [ - 11063, - 11066 + 10945, + 10948 ], "loc": { "start": { - "line": 320, + "line": 314, "column": 12 }, "end": { - "line": 320, + "line": 314, "column": 15 } } @@ -26708,16 +26301,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11069, - 11072 + 10951, + 10954 ], "loc": { "start": { - "line": 320, + "line": 314, "column": 18 }, "end": { - "line": 320, + "line": 314, "column": 21 } } @@ -26726,31 +26319,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 11073, - 11088 + 10955, + 10970 ], "loc": { "start": { - "line": 320, + "line": 314, "column": 22 }, "end": { - "line": 320, + "line": 314, "column": 37 } } }, "range": [ - 11069, - 11088 + 10951, + 10970 ], "loc": { "start": { - "line": 320, + "line": 314, "column": 18 }, "end": { - "line": 320, + "line": 314, "column": 37 } } @@ -26769,16 +26362,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11110, - 11112 + 10992, + 10994 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 20 }, "end": { - "line": 321, + "line": 315, "column": 22 } } @@ -26787,31 +26380,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 11113, - 11119 + 10995, + 11001 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 23 }, "end": { - "line": 321, + "line": 315, "column": 29 } } }, "range": [ - 11110, - 11119 + 10992, + 11001 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 20 }, "end": { - "line": 321, + "line": 315, "column": 29 } } @@ -26820,31 +26413,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11120, - 11128 + 11002, + 11010 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 30 }, "end": { - "line": 321, + "line": 315, "column": 38 } } }, "range": [ - 11110, - 11129 + 10992, + 11011 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 20 }, "end": { - "line": 321, + "line": 315, "column": 39 } } @@ -26854,31 +26447,31 @@ "value": "_0", "raw": "'_0'", "range": [ - 11130, - 11134 + 11012, + 11016 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 40 }, "end": { - "line": 321, + "line": 315, "column": 44 } } }, "range": [ - 11110, - 11134 + 10992, + 11016 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 20 }, "end": { - "line": 321, + "line": 315, "column": 44 } } @@ -26888,16 +26481,16 @@ "value": "", "raw": "''", "range": [ - 11136, - 11138 + 11018, + 11020 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 46 }, "end": { - "line": 321, + "line": 315, "column": 48 } } @@ -26909,16 +26502,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11140, - 11142 + 11022, + 11024 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 50 }, "end": { - "line": 321, + "line": 315, "column": 52 } } @@ -26927,62 +26520,62 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 11143, - 11157 + 11025, + 11039 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 53 }, "end": { - "line": 321, + "line": 315, "column": 67 } } }, "range": [ - 11140, - 11157 + 11022, + 11039 ], "loc": { "start": { - "line": 321, + "line": 315, "column": 50 }, "end": { - "line": 321, + "line": 315, "column": 67 } } } ], "range": [ - 11069, - 11158 + 10951, + 11040 ], "loc": { "start": { - "line": 320, + "line": 314, "column": 18 }, "end": { - "line": 321, + "line": 315, "column": 68 } } }, "range": [ - 11063, - 11158 + 10945, + 11040 ], "loc": { "start": { - "line": 320, + "line": 314, "column": 12 }, "end": { - "line": 321, + "line": 315, "column": 68 } } @@ -26990,16 +26583,16 @@ ], "kind": "let", "range": [ - 11059, - 11159 + 10941, + 11041 ], "loc": { "start": { - "line": 320, + "line": 314, "column": 8 }, "end": { - "line": 321, + "line": 315, "column": 69 } } @@ -27016,16 +26609,16 @@ "type": "Identifier", "name": "li0", "range": [ - 11168, - 11171 + 11050, + 11053 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 8 }, "end": { - "line": 322, + "line": 316, "column": 11 } } @@ -27034,31 +26627,31 @@ "type": "Identifier", "name": "className", "range": [ - 11172, - 11181 + 11054, + 11063 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 12 }, "end": { - "line": 322, + "line": 316, "column": 21 } } }, "range": [ - 11168, - 11181 + 11050, + 11063 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 8 }, "end": { - "line": 322, + "line": 316, "column": 21 } } @@ -27069,16 +26662,16 @@ "object": { "type": "ThisExpression", "range": [ - 11184, - 11188 + 11066, + 11070 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 24 }, "end": { - "line": 322, + "line": 316, "column": 28 } } @@ -27087,61 +26680,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 11189, - 11210 + 11071, + 11092 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 29 }, "end": { - "line": 322, + "line": 316, "column": 50 } } }, "range": [ - 11184, - 11210 + 11066, + 11092 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 24 }, "end": { - "line": 322, + "line": 316, "column": 50 } } }, "range": [ - 11168, - 11210 + 11050, + 11092 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 8 }, "end": { - "line": 322, + "line": 316, "column": 50 } } }, "range": [ - 11168, - 11211 + 11050, + 11093 ], "loc": { "start": { - "line": 322, + "line": 316, "column": 8 }, "end": { - "line": 322, + "line": 316, "column": 51 } } @@ -27157,16 +26750,16 @@ "type": "Identifier", "name": "ul", "range": [ - 11220, - 11222 + 11102, + 11104 ], "loc": { "start": { - "line": 323, + "line": 317, "column": 8 }, "end": { - "line": 323, + "line": 317, "column": 10 } } @@ -27175,31 +26768,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11223, - 11234 + 11105, + 11116 ], "loc": { "start": { - "line": 323, + "line": 317, "column": 11 }, "end": { - "line": 323, + "line": 317, "column": 22 } } }, "range": [ - 11220, - 11234 + 11102, + 11116 ], "loc": { "start": { - "line": 323, + "line": 317, "column": 8 }, "end": { - "line": 323, + "line": 317, "column": 22 } } @@ -27209,47 +26802,47 @@ "type": "Identifier", "name": "li0", "range": [ - 11235, - 11238 + 11117, + 11120 ], "loc": { "start": { - "line": 323, + "line": 317, "column": 23 }, "end": { - "line": 323, + "line": 317, "column": 26 } } } ], "range": [ - 11220, - 11239 + 11102, + 11121 ], "loc": { "start": { - "line": 323, + "line": 317, "column": 8 }, "end": { - "line": 323, + "line": 317, "column": 27 } } }, "range": [ - 11220, - 11240 + 11102, + 11122 ], "loc": { "start": { - "line": 323, + "line": 317, "column": 8 }, "end": { - "line": 323, + "line": 317, "column": 28 } } @@ -27265,16 +26858,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11250, - 11255 + 11132, + 11137 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 8 }, "end": { - "line": 325, + "line": 319, "column": 13 } } @@ -27283,31 +26876,31 @@ "type": "Identifier", "name": "add", "range": [ - 11256, - 11259 + 11138, + 11141 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 14 }, "end": { - "line": 325, + "line": 319, "column": 17 } } }, "range": [ - 11250, - 11259 + 11132, + 11141 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 8 }, "end": { - "line": 325, + "line": 319, "column": 17 } } @@ -27320,16 +26913,16 @@ "type": "Identifier", "name": "li0", "range": [ - 11260, - 11263 + 11142, + 11145 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 18 }, "end": { - "line": 325, + "line": 319, "column": 21 } } @@ -27338,31 +26931,31 @@ "type": "Identifier", "name": "check", "range": [ - 11264, - 11269 + 11146, + 11151 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 22 }, "end": { - "line": 325, + "line": 319, "column": 27 } } }, "range": [ - 11260, - 11269 + 11142, + 11151 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 18 }, "end": { - "line": 325, + "line": 319, "column": 27 } } @@ -27372,16 +26965,16 @@ "value": "click", "raw": "'click'", "range": [ - 11271, - 11278 + 11153, + 11160 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 29 }, "end": { - "line": 325, + "line": 319, "column": 36 } } @@ -27394,16 +26987,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11281, - 11284 + 11163, + 11166 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 39 }, "end": { - "line": 325, + "line": 319, "column": 42 } } @@ -27417,16 +27010,16 @@ "object": { "type": "ThisExpression", "range": [ - 11288, - 11292 + 11170, + 11174 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 46 }, "end": { - "line": 325, + "line": 319, "column": 50 } } @@ -27435,31 +27028,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 11293, - 11304 + 11175, + 11186 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 51 }, "end": { - "line": 325, + "line": 319, "column": 62 } } }, "range": [ - 11288, - 11304 + 11170, + 11186 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 46 }, "end": { - "line": 325, + "line": 319, "column": 62 } } @@ -27469,32 +27062,32 @@ "type": "Identifier", "name": "evt", "range": [ - 11305, - 11308 + 11187, + 11190 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 63 }, "end": { - "line": 325, + "line": 319, "column": 66 } } } ], "range": [ - 11288, - 11309 + 11170, + 11191 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 46 }, "end": { - "line": 325, + "line": 319, "column": 67 } } @@ -27502,47 +27095,47 @@ "generator": false, "expression": true, "range": [ - 11280, - 11309 + 11162, + 11191 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 38 }, "end": { - "line": 325, + "line": 319, "column": 67 } } } ], "range": [ - 11250, - 11310 + 11132, + 11192 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 8 }, "end": { - "line": 325, + "line": 319, "column": 68 } } }, "range": [ - 11250, - 11311 + 11132, + 11193 ], "loc": { "start": { - "line": 325, + "line": 319, "column": 8 }, "end": { - "line": 325, + "line": 319, "column": 69 } } @@ -27558,16 +27151,16 @@ "object": { "type": "ThisExpression", "range": [ - 11325, - 11329 + 11207, + 11211 ], "loc": { "start": { - "line": 327, + "line": 321, "column": 12 }, "end": { - "line": 327, + "line": 321, "column": 16 } } @@ -27576,47 +27169,47 @@ "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ - 11330, - 11356 + 11212, + 11238 ], "loc": { "start": { - "line": 327, + "line": 321, "column": 17 }, "end": { - "line": 327, + "line": 321, "column": 43 } } }, "range": [ - 11325, - 11356 + 11207, + 11238 ], "loc": { "start": { - "line": 327, + "line": 321, "column": 12 }, "end": { - "line": 327, + "line": 321, "column": 43 } } }, "prefix": true, "range": [ - 11324, - 11356 + 11206, + 11238 ], "loc": { "start": { - "line": 327, + "line": 321, "column": 11 }, "end": { - "line": 327, + "line": 321, "column": 43 } } @@ -27639,16 +27232,16 @@ "type": "Identifier", "name": "li0", "range": [ - 11371, - 11374 + 11253, + 11256 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 12 }, "end": { - "line": 328, + "line": 322, "column": 15 } } @@ -27657,31 +27250,31 @@ "type": "Identifier", "name": "style", "range": [ - 11375, - 11380 + 11257, + 11262 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 16 }, "end": { - "line": 328, + "line": 322, "column": 21 } } }, "range": [ - 11371, - 11380 + 11253, + 11262 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 12 }, "end": { - "line": 328, + "line": 322, "column": 21 } } @@ -27690,31 +27283,31 @@ "type": "Identifier", "name": "display", "range": [ - 11381, - 11388 + 11263, + 11270 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 22 }, "end": { - "line": 328, + "line": 322, "column": 29 } } }, "range": [ - 11371, - 11388 + 11253, + 11270 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 12 }, "end": { - "line": 328, + "line": 322, "column": 29 } } @@ -27724,78 +27317,78 @@ "value": "none", "raw": "'none'", "range": [ - 11391, - 11397 + 11273, + 11279 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 32 }, "end": { - "line": 328, + "line": 322, "column": 38 } } }, "range": [ - 11371, - 11397 + 11253, + 11279 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 12 }, "end": { - "line": 328, + "line": 322, "column": 38 } } }, "range": [ - 11371, - 11398 + 11253, + 11280 ], "loc": { "start": { - "line": 328, + "line": 322, "column": 12 }, "end": { - "line": 328, + "line": 322, "column": 39 } } } ], "range": [ - 11357, - 11408 + 11239, + 11290 ], "loc": { "start": { - "line": 327, + "line": 321, "column": 44 }, "end": { - "line": 329, + "line": 323, "column": 9 } } }, "alternate": null, "range": [ - 11321, - 11408 + 11203, + 11290 ], "loc": { "start": { - "line": 327, + "line": 321, "column": 8 }, "end": { - "line": 329, + "line": 323, "column": 9 } } @@ -27809,16 +27402,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11421, - 11423 + 11303, + 11305 ], "loc": { "start": { - "line": 331, + "line": 325, "column": 11 }, "end": { - "line": 331, + "line": 325, "column": 13 } } @@ -27827,31 +27420,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 11424, - 11441 + 11306, + 11323 ], "loc": { "start": { - "line": 331, + "line": 325, "column": 14 }, "end": { - "line": 331, + "line": 325, "column": 31 } } }, "range": [ - 11421, - 11441 + 11303, + 11323 ], "loc": { "start": { - "line": 331, + "line": 325, "column": 11 }, "end": { - "line": 331, + "line": 325, "column": 31 } } @@ -27868,16 +27461,16 @@ "type": "Identifier", "name": "li1", "range": [ - 11460, - 11463 + 11342, + 11345 ], "loc": { "start": { - "line": 332, + "line": 326, "column": 16 }, "end": { - "line": 332, + "line": 326, "column": 19 } } @@ -27891,16 +27484,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11466, - 11469 + 11348, + 11351 ], "loc": { "start": { - "line": 332, + "line": 326, "column": 22 }, "end": { - "line": 332, + "line": 326, "column": 25 } } @@ -27909,31 +27502,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 11470, - 11485 + 11352, + 11367 ], "loc": { "start": { - "line": 332, + "line": 326, "column": 26 }, "end": { - "line": 332, + "line": 326, "column": 41 } } }, "range": [ - 11466, - 11485 + 11348, + 11367 ], "loc": { "start": { - "line": 332, + "line": 326, "column": 22 }, "end": { - "line": 332, + "line": 326, "column": 41 } } @@ -27952,16 +27545,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11507, - 11509 + 11389, + 11391 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 20 }, "end": { - "line": 333, + "line": 327, "column": 22 } } @@ -27970,31 +27563,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 11510, - 11516 + 11392, + 11398 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 23 }, "end": { - "line": 333, + "line": 327, "column": 29 } } }, "range": [ - 11507, - 11516 + 11389, + 11398 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 20 }, "end": { - "line": 333, + "line": 327, "column": 29 } } @@ -28003,31 +27596,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11517, - 11525 + 11399, + 11407 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 30 }, "end": { - "line": 333, + "line": 327, "column": 38 } } }, "range": [ - 11507, - 11526 + 11389, + 11408 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 20 }, "end": { - "line": 333, + "line": 327, "column": 39 } } @@ -28037,31 +27630,31 @@ "value": "_1", "raw": "'_1'", "range": [ - 11527, - 11531 + 11409, + 11413 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 40 }, "end": { - "line": 333, + "line": 327, "column": 44 } } }, "range": [ - 11507, - 11531 + 11389, + 11413 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 20 }, "end": { - "line": 333, + "line": 327, "column": 44 } } @@ -28073,16 +27666,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11533, - 11535 + 11415, + 11417 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 46 }, "end": { - "line": 333, + "line": 327, "column": 48 } } @@ -28091,31 +27684,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 11536, - 11546 + 11418, + 11428 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 49 }, "end": { - "line": 333, + "line": 327, "column": 59 } } }, "range": [ - 11533, - 11546 + 11415, + 11428 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 46 }, "end": { - "line": 333, + "line": 327, "column": 59 } } @@ -28127,16 +27720,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11548, - 11550 + 11430, + 11432 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 61 }, "end": { - "line": 333, + "line": 327, "column": 63 } } @@ -28145,62 +27738,62 @@ "type": "Identifier", "name": "emptyText", "range": [ - 11551, - 11560 + 11433, + 11442 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 64 }, "end": { - "line": 333, + "line": 327, "column": 73 } } }, "range": [ - 11548, - 11560 + 11430, + 11442 ], "loc": { "start": { - "line": 333, + "line": 327, "column": 61 }, "end": { - "line": 333, + "line": 327, "column": 73 } } } ], "range": [ - 11466, - 11561 + 11348, + 11443 ], "loc": { "start": { - "line": 332, + "line": 326, "column": 22 }, "end": { - "line": 333, + "line": 327, "column": 74 } } }, "range": [ - 11460, - 11561 + 11342, + 11443 ], "loc": { "start": { - "line": 332, + "line": 326, "column": 16 }, "end": { - "line": 333, + "line": 327, "column": 74 } } @@ -28208,16 +27801,16 @@ ], "kind": "let", "range": [ - 11456, - 11562 + 11338, + 11444 ], "loc": { "start": { - "line": 332, + "line": 326, "column": 12 }, "end": { - "line": 333, + "line": 327, "column": 75 } } @@ -28234,16 +27827,16 @@ "type": "Identifier", "name": "li1", "range": [ - 11575, - 11578 + 11457, + 11460 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 12 }, "end": { - "line": 334, + "line": 328, "column": 15 } } @@ -28252,31 +27845,31 @@ "type": "Identifier", "name": "className", "range": [ - 11579, - 11588 + 11461, + 11470 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 16 }, "end": { - "line": 334, + "line": 328, "column": 25 } } }, "range": [ - 11575, - 11588 + 11457, + 11470 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 12 }, "end": { - "line": 334, + "line": 328, "column": 25 } } @@ -28287,16 +27880,16 @@ "object": { "type": "ThisExpression", "range": [ - 11591, - 11595 + 11473, + 11477 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 28 }, "end": { - "line": 334, + "line": 328, "column": 32 } } @@ -28305,61 +27898,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 11596, - 11617 + 11478, + 11499 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 33 }, "end": { - "line": 334, + "line": 328, "column": 54 } } }, "range": [ - 11591, - 11617 + 11473, + 11499 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 28 }, "end": { - "line": 334, + "line": 328, "column": 54 } } }, "range": [ - 11575, - 11617 + 11457, + 11499 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 12 }, "end": { - "line": 334, + "line": 328, "column": 54 } } }, "range": [ - 11575, - 11618 + 11457, + 11500 ], "loc": { "start": { - "line": 334, + "line": 328, "column": 12 }, "end": { - "line": 334, + "line": 328, "column": 55 } } @@ -28375,16 +27968,16 @@ "type": "Identifier", "name": "ul", "range": [ - 11631, - 11633 + 11513, + 11515 ], "loc": { "start": { - "line": 335, + "line": 329, "column": 12 }, "end": { - "line": 335, + "line": 329, "column": 14 } } @@ -28393,31 +27986,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11634, - 11645 + 11516, + 11527 ], "loc": { "start": { - "line": 335, + "line": 329, "column": 15 }, "end": { - "line": 335, + "line": 329, "column": 26 } } }, "range": [ - 11631, - 11645 + 11513, + 11527 ], "loc": { "start": { - "line": 335, + "line": 329, "column": 12 }, "end": { - "line": 335, + "line": 329, "column": 26 } } @@ -28427,47 +28020,47 @@ "type": "Identifier", "name": "li1", "range": [ - 11646, - 11649 + 11528, + 11531 ], "loc": { "start": { - "line": 335, + "line": 329, "column": 27 }, "end": { - "line": 335, + "line": 329, "column": 30 } } } ], "range": [ - 11631, - 11650 + 11513, + 11532 ], "loc": { "start": { - "line": 335, + "line": 329, "column": 12 }, "end": { - "line": 335, + "line": 329, "column": 31 } } }, "range": [ - 11631, - 11651 + 11513, + 11533 ], "loc": { "start": { - "line": 335, + "line": 329, "column": 12 }, "end": { - "line": 335, + "line": 329, "column": 32 } } @@ -28483,16 +28076,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11664, - 11669 + 11546, + 11551 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 12 }, "end": { - "line": 336, + "line": 330, "column": 17 } } @@ -28501,31 +28094,31 @@ "type": "Identifier", "name": "add", "range": [ - 11670, - 11673 + 11552, + 11555 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 18 }, "end": { - "line": 336, + "line": 330, "column": 21 } } }, "range": [ - 11664, - 11673 + 11546, + 11555 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 12 }, "end": { - "line": 336, + "line": 330, "column": 21 } } @@ -28538,16 +28131,16 @@ "type": "Identifier", "name": "li1", "range": [ - 11674, - 11677 + 11556, + 11559 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 22 }, "end": { - "line": 336, + "line": 330, "column": 25 } } @@ -28556,31 +28149,31 @@ "type": "Identifier", "name": "check", "range": [ - 11678, - 11683 + 11560, + 11565 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 26 }, "end": { - "line": 336, + "line": 330, "column": 31 } } }, "range": [ - 11674, - 11683 + 11556, + 11565 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 22 }, "end": { - "line": 336, + "line": 330, "column": 31 } } @@ -28590,16 +28183,16 @@ "value": "click", "raw": "'click'", "range": [ - 11685, - 11692 + 11567, + 11574 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 33 }, "end": { - "line": 336, + "line": 330, "column": 40 } } @@ -28612,16 +28205,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11695, - 11698 + 11577, + 11580 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 43 }, "end": { - "line": 336, + "line": 330, "column": 46 } } @@ -28635,16 +28228,16 @@ "object": { "type": "ThisExpression", "range": [ - 11702, - 11706 + 11584, + 11588 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 50 }, "end": { - "line": 336, + "line": 330, "column": 54 } } @@ -28653,31 +28246,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 11707, - 11718 + 11589, + 11600 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 55 }, "end": { - "line": 336, + "line": 330, "column": 66 } } }, "range": [ - 11702, - 11718 + 11584, + 11600 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 50 }, "end": { - "line": 336, + "line": 330, "column": 66 } } @@ -28687,32 +28280,32 @@ "type": "Identifier", "name": "evt", "range": [ - 11719, - 11722 + 11601, + 11604 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 67 }, "end": { - "line": 336, + "line": 330, "column": 70 } } } ], "range": [ - 11702, - 11723 + 11584, + 11605 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 50 }, "end": { - "line": 336, + "line": 330, "column": 71 } } @@ -28720,47 +28313,47 @@ "generator": false, "expression": true, "range": [ - 11694, - 11723 + 11576, + 11605 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 42 }, "end": { - "line": 336, + "line": 330, "column": 71 } } } ], "range": [ - 11664, - 11724 + 11546, + 11606 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 12 }, "end": { - "line": 336, + "line": 330, "column": 72 } } }, "range": [ - 11664, - 11725 + 11546, + 11607 ], "loc": { "start": { - "line": 336, + "line": 330, "column": 12 }, "end": { - "line": 336, + "line": 330, "column": 73 } } @@ -28774,79 +28367,79 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11738, - 11743 + 11620, + 11625 ], "loc": { "start": { - "line": 337, + "line": 331, "column": 12 }, "end": { - "line": 337, + "line": 331, "column": 17 } } }, "prefix": false, "range": [ - 11738, - 11745 + 11620, + 11627 ], "loc": { "start": { - "line": 337, + "line": 331, "column": 12 }, "end": { - "line": 337, + "line": 331, "column": 19 } } }, "range": [ - 11738, - 11746 + 11620, + 11628 ], "loc": { "start": { - "line": 337, + "line": 331, "column": 12 }, "end": { - "line": 337, + "line": 331, "column": 20 } } } ], "range": [ - 11442, - 11756 + 11324, + 11638 ], "loc": { "start": { - "line": 331, + "line": 325, "column": 32 }, "end": { - "line": 338, + "line": 332, "column": 9 } } }, "alternate": null, "range": [ - 11418, - 11756 + 11300, + 11638 ], "loc": { "start": { - "line": 331, + "line": 325, "column": 8 }, "end": { - "line": 338, + "line": 332, "column": 9 } } @@ -28860,16 +28453,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11769, - 11771 + 11651, + 11653 ], "loc": { "start": { - "line": 340, + "line": 334, "column": 11 }, "end": { - "line": 340, + "line": 334, "column": 13 } } @@ -28878,31 +28471,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 11772, - 11792 + 11654, + 11674 ], "loc": { "start": { - "line": 340, + "line": 334, "column": 14 }, "end": { - "line": 340, + "line": 334, "column": 34 } } }, "range": [ - 11769, - 11792 + 11651, + 11674 ], "loc": { "start": { - "line": 340, + "line": 334, "column": 11 }, "end": { - "line": 340, + "line": 334, "column": 34 } } @@ -28919,16 +28512,16 @@ "type": "Identifier", "name": "li2", "range": [ - 11811, - 11814 + 11693, + 11696 ], "loc": { "start": { - "line": 341, + "line": 335, "column": 16 }, "end": { - "line": 341, + "line": 335, "column": 19 } } @@ -28942,16 +28535,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11817, - 11820 + 11699, + 11702 ], "loc": { "start": { - "line": 341, + "line": 335, "column": 22 }, "end": { - "line": 341, + "line": 335, "column": 25 } } @@ -28960,31 +28553,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 11821, - 11836 + 11703, + 11718 ], "loc": { "start": { - "line": 341, + "line": 335, "column": 26 }, "end": { - "line": 341, + "line": 335, "column": 41 } } }, "range": [ - 11817, - 11836 + 11699, + 11718 ], "loc": { "start": { - "line": 341, + "line": 335, "column": 22 }, "end": { - "line": 341, + "line": 335, "column": 41 } } @@ -29003,16 +28596,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11854, - 11856 + 11736, + 11738 ], "loc": { "start": { - "line": 342, + "line": 336, "column": 16 }, "end": { - "line": 342, + "line": 336, "column": 18 } } @@ -29021,31 +28614,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 11857, - 11863 + 11739, + 11745 ], "loc": { "start": { - "line": 342, + "line": 336, "column": 19 }, "end": { - "line": 342, + "line": 336, "column": 25 } } }, "range": [ - 11854, - 11863 + 11736, + 11745 ], "loc": { "start": { - "line": 342, + "line": 336, "column": 16 }, "end": { - "line": 342, + "line": 336, "column": 25 } } @@ -29054,31 +28647,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11864, - 11872 + 11746, + 11754 ], "loc": { "start": { - "line": 342, + "line": 336, "column": 26 }, "end": { - "line": 342, + "line": 336, "column": 34 } } }, "range": [ - 11854, - 11873 + 11736, + 11755 ], "loc": { "start": { - "line": 342, + "line": 336, "column": 16 }, "end": { - "line": 342, + "line": 336, "column": 35 } } @@ -29088,31 +28681,31 @@ "value": "_2", "raw": "'_2'", "range": [ - 11874, - 11878 + 11756, + 11760 ], "loc": { "start": { - "line": 342, + "line": 336, "column": 36 }, "end": { - "line": 342, + "line": 336, "column": 40 } } }, "range": [ - 11854, - 11878 + 11736, + 11760 ], "loc": { "start": { - "line": 342, + "line": 336, "column": 16 }, "end": { - "line": 342, + "line": 336, "column": 40 } } @@ -29124,16 +28717,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11896, - 11898 + 11778, + 11780 ], "loc": { "start": { - "line": 343, + "line": 337, "column": 16 }, "end": { - "line": 343, + "line": 337, "column": 18 } } @@ -29142,31 +28735,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11899, - 11909 + 11781, + 11791 ], "loc": { "start": { - "line": 343, + "line": 337, "column": 19 }, "end": { - "line": 343, + "line": 337, "column": 29 } } }, "range": [ - 11896, - 11909 + 11778, + 11791 ], "loc": { "start": { - "line": 343, + "line": 337, "column": 16 }, "end": { - "line": 343, + "line": 337, "column": 29 } } @@ -29178,16 +28771,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11927, - 11929 + 11809, + 11811 ], "loc": { "start": { - "line": 344, + "line": 338, "column": 16 }, "end": { - "line": 344, + "line": 338, "column": 18 } } @@ -29196,62 +28789,62 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 11930, - 11942 + 11812, + 11824 ], "loc": { "start": { - "line": 344, + "line": 338, "column": 19 }, "end": { - "line": 344, + "line": 338, "column": 31 } } }, "range": [ - 11927, - 11942 + 11809, + 11824 ], "loc": { "start": { - "line": 344, + "line": 338, "column": 16 }, "end": { - "line": 344, + "line": 338, "column": 31 } } } ], "range": [ - 11817, - 11956 + 11699, + 11838 ], "loc": { "start": { - "line": 341, + "line": 335, "column": 22 }, "end": { - "line": 345, + "line": 339, "column": 13 } } }, "range": [ - 11811, - 11956 + 11693, + 11838 ], "loc": { "start": { - "line": 341, + "line": 335, "column": 16 }, "end": { - "line": 345, + "line": 339, "column": 13 } } @@ -29259,16 +28852,16 @@ ], "kind": "let", "range": [ - 11807, - 11957 + 11689, + 11839 ], "loc": { "start": { - "line": 341, + "line": 335, "column": 12 }, "end": { - "line": 345, + "line": 339, "column": 14 } } @@ -29285,16 +28878,16 @@ "type": "Identifier", "name": "li2", "range": [ - 11970, - 11973 + 11852, + 11855 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 12 }, "end": { - "line": 346, + "line": 340, "column": 15 } } @@ -29303,31 +28896,31 @@ "type": "Identifier", "name": "className", "range": [ - 11974, - 11983 + 11856, + 11865 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 16 }, "end": { - "line": 346, + "line": 340, "column": 25 } } }, "range": [ - 11970, - 11983 + 11852, + 11865 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 12 }, "end": { - "line": 346, + "line": 340, "column": 25 } } @@ -29338,16 +28931,16 @@ "object": { "type": "ThisExpression", "range": [ - 11986, - 11990 + 11868, + 11872 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 28 }, "end": { - "line": 346, + "line": 340, "column": 32 } } @@ -29356,61 +28949,61 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 11991, - 12012 + 11873, + 11894 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 33 }, "end": { - "line": 346, + "line": 340, "column": 54 } } }, "range": [ - 11986, - 12012 + 11868, + 11894 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 28 }, "end": { - "line": 346, + "line": 340, "column": 54 } } }, "range": [ - 11970, - 12012 + 11852, + 11894 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 12 }, "end": { - "line": 346, + "line": 340, "column": 54 } } }, "range": [ - 11970, - 12013 + 11852, + 11895 ], "loc": { "start": { - "line": 346, + "line": 340, "column": 12 }, "end": { - "line": 346, + "line": 340, "column": 55 } } @@ -29426,16 +29019,16 @@ "type": "Identifier", "name": "ul", "range": [ - 12026, - 12028 + 11908, + 11910 ], "loc": { "start": { - "line": 347, + "line": 341, "column": 12 }, "end": { - "line": 347, + "line": 341, "column": 14 } } @@ -29444,31 +29037,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12029, - 12040 + 11911, + 11922 ], "loc": { "start": { - "line": 347, + "line": 341, "column": 15 }, "end": { - "line": 347, + "line": 341, "column": 26 } } }, "range": [ - 12026, - 12040 + 11908, + 11922 ], "loc": { "start": { - "line": 347, + "line": 341, "column": 12 }, "end": { - "line": 347, + "line": 341, "column": 26 } } @@ -29478,47 +29071,47 @@ "type": "Identifier", "name": "li2", "range": [ - 12041, - 12044 + 11923, + 11926 ], "loc": { "start": { - "line": 347, + "line": 341, "column": 27 }, "end": { - "line": 347, + "line": 341, "column": 30 } } } ], "range": [ - 12026, - 12045 + 11908, + 11927 ], "loc": { "start": { - "line": 347, + "line": 341, "column": 12 }, "end": { - "line": 347, + "line": 341, "column": 31 } } }, "range": [ - 12026, - 12046 + 11908, + 11928 ], "loc": { "start": { - "line": 347, + "line": 341, "column": 12 }, "end": { - "line": 347, + "line": 341, "column": 32 } } @@ -29534,16 +29127,16 @@ "type": "Identifier", "name": "Event", "range": [ - 12059, - 12064 + 11941, + 11946 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 12 }, "end": { - "line": 348, + "line": 342, "column": 17 } } @@ -29552,31 +29145,31 @@ "type": "Identifier", "name": "add", "range": [ - 12065, - 12068 + 11947, + 11950 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 18 }, "end": { - "line": 348, + "line": 342, "column": 21 } } }, "range": [ - 12059, - 12068 + 11941, + 11950 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 12 }, "end": { - "line": 348, + "line": 342, "column": 21 } } @@ -29589,16 +29182,16 @@ "type": "Identifier", "name": "li2", "range": [ - 12069, - 12072 + 11951, + 11954 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 22 }, "end": { - "line": 348, + "line": 342, "column": 25 } } @@ -29607,31 +29200,31 @@ "type": "Identifier", "name": "check", "range": [ - 12073, - 12078 + 11955, + 11960 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 26 }, "end": { - "line": 348, + "line": 342, "column": 31 } } }, "range": [ - 12069, - 12078 + 11951, + 11960 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 22 }, "end": { - "line": 348, + "line": 342, "column": 31 } } @@ -29641,16 +29234,16 @@ "value": "click", "raw": "'click'", "range": [ - 12080, - 12087 + 11962, + 11969 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 33 }, "end": { - "line": 348, + "line": 342, "column": 40 } } @@ -29663,16 +29256,16 @@ "type": "Identifier", "name": "evt", "range": [ - 12090, - 12093 + 11972, + 11975 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 43 }, "end": { - "line": 348, + "line": 342, "column": 46 } } @@ -29686,16 +29279,16 @@ "object": { "type": "ThisExpression", "range": [ - 12097, - 12101 + 11979, + 11983 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 50 }, "end": { - "line": 348, + "line": 342, "column": 54 } } @@ -29704,31 +29297,31 @@ "type": "Identifier", "name": "optionClick", "range": [ - 12102, - 12113 + 11984, + 11995 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 55 }, "end": { - "line": 348, + "line": 342, "column": 66 } } }, "range": [ - 12097, - 12113 + 11979, + 11995 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 50 }, "end": { - "line": 348, + "line": 342, "column": 66 } } @@ -29738,32 +29331,32 @@ "type": "Identifier", "name": "evt", "range": [ - 12114, - 12117 + 11996, + 11999 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 67 }, "end": { - "line": 348, + "line": 342, "column": 70 } } } ], "range": [ - 12097, - 12118 + 11979, + 12000 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 50 }, "end": { - "line": 348, + "line": 342, "column": 71 } } @@ -29771,47 +29364,47 @@ "generator": false, "expression": true, "range": [ - 12089, - 12118 + 11971, + 12000 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 42 }, "end": { - "line": 348, + "line": 342, "column": 71 } } } ], "range": [ - 12059, - 12119 + 11941, + 12001 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 12 }, "end": { - "line": 348, + "line": 342, "column": 72 } } }, "range": [ - 12059, - 12120 + 11941, + 12002 ], "loc": { "start": { - "line": 348, + "line": 342, "column": 12 }, "end": { - "line": 348, + "line": 342, "column": 73 } } @@ -29825,79 +29418,79 @@ "type": "Identifier", "name": "chkCt", "range": [ - 12133, - 12138 + 12015, + 12020 ], "loc": { "start": { - "line": 349, + "line": 343, "column": 12 }, "end": { - "line": 349, + "line": 343, "column": 17 } } }, "prefix": false, "range": [ - 12133, - 12140 + 12015, + 12022 ], "loc": { "start": { - "line": 349, + "line": 343, "column": 12 }, "end": { - "line": 349, + "line": 343, "column": 19 } } }, "range": [ - 12133, - 12141 + 12015, + 12023 ], "loc": { "start": { - "line": 349, + "line": 343, "column": 12 }, "end": { - "line": 349, + "line": 343, "column": 20 } } } ], "range": [ - 11793, - 12151 + 11675, + 12033 ], "loc": { "start": { - "line": 340, + "line": 334, "column": 35 }, "end": { - "line": 350, + "line": 344, "column": 9 } } }, "alternate": null, "range": [ - 11766, - 12151 + 11648, + 12033 ], "loc": { "start": { - "line": 340, + "line": 334, "column": 8 }, "end": { - "line": 350, + "line": 344, "column": 9 } } @@ -29908,47 +29501,47 @@ "type": "Identifier", "name": "chkCt", "range": [ - 12167, - 12172 + 12049, + 12054 ], "loc": { "start": { - "line": 351, + "line": 345, "column": 15 }, "end": { - "line": 351, + "line": 345, "column": 20 } } }, "range": [ - 12160, - 12173 + 12042, + 12055 ], "loc": { "start": { - "line": 351, + "line": 345, "column": 8 }, "end": { - "line": 351, + "line": 345, "column": 21 } } } ], "range": [ - 11000, - 12179 + 10882, + 12061 ], "loc": { "start": { - "line": 317, + "line": 311, "column": 28 }, "end": { - "line": 352, + "line": 346, "column": 5 } } @@ -29956,16 +29549,16 @@ "generator": false, "expression": false, "range": [ - 10986, - 12179 + 10868, + 12061 ], "loc": { "start": { - "line": 317, + "line": 311, "column": 14 }, "end": { - "line": 352, + "line": 346, "column": 5 } } @@ -29973,16 +29566,16 @@ "kind": "method", "computed": false, "range": [ - 10976, - 12179 + 10858, + 12061 ], "loc": { "start": { - "line": 317, + "line": 311, "column": 4 }, "end": { - "line": 352, + "line": 346, "column": 5 } }, @@ -29991,16 +29584,16 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10837, - 10971 + 10719, + 10853 ], "loc": { "start": { - "line": 312, + "line": 306, "column": 4 }, "end": { - "line": 316, + "line": 310, "column": 7 } } @@ -30011,16 +29604,16 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 12185, - 12304 + 12067, + 12186 ], "loc": { "start": { - "line": 354, + "line": 348, "column": 4 }, "end": { - "line": 357, + "line": 351, "column": 7 } } @@ -30034,16 +29627,16 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 12309, - 12327 + 12191, + 12209 ], "loc": { "start": { - "line": 358, + "line": 352, "column": 4 }, "end": { - "line": 358, + "line": 352, "column": 22 } } @@ -30056,16 +29649,16 @@ "type": "Identifier", "name": "o", "range": [ - 12328, - 12329 + 12210, + 12211 ], "loc": { "start": { - "line": 358, + "line": 352, "column": 23 }, "end": { - "line": 358, + "line": 352, "column": 24 } } @@ -30083,32 +29676,32 @@ "type": "Identifier", "name": "o", "range": [ - 12344, - 12345 + 12226, + 12227 ], "loc": { "start": { - "line": 359, + "line": 353, "column": 12 }, "end": { - "line": 359, + "line": 353, "column": 13 } } }, "prefix": true, "range": [ - 12343, - 12345 + 12225, + 12227 ], "loc": { "start": { - "line": 359, + "line": 353, "column": 11 }, "end": { - "line": 359, + "line": 353, "column": 13 } } @@ -30120,48 +29713,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 12360, - 12367 + 12242, + 12249 ], "loc": { "start": { - "line": 360, + "line": 354, "column": 12 }, "end": { - "line": 360, + "line": 354, "column": 19 } } } ], "range": [ - 12346, - 12377 + 12228, + 12259 ], "loc": { "start": { - "line": 359, + "line": 353, "column": 14 }, "end": { - "line": 361, + "line": 355, "column": 9 } } }, "alternate": null, "range": [ - 12340, - 12377 + 12222, + 12259 ], "loc": { "start": { - "line": 359, + "line": 353, "column": 8 }, "end": { - "line": 361, + "line": 355, "column": 9 } } @@ -30175,16 +29768,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12390, - 12392 + 12272, + 12274 ], "loc": { "start": { - "line": 362, + "line": 356, "column": 12 }, "end": { - "line": 362, + "line": 356, "column": 14 } } @@ -30195,16 +29788,16 @@ "object": { "type": "ThisExpression", "range": [ - 12395, - 12399 + 12277, + 12281 ], "loc": { "start": { - "line": 362, + "line": 356, "column": 17 }, "end": { - "line": 362, + "line": 356, "column": 21 } } @@ -30213,46 +29806,46 @@ "type": "Identifier", "name": "tf", "range": [ - 12400, - 12402 + 12282, + 12284 ], "loc": { "start": { - "line": 362, + "line": 356, "column": 22 }, "end": { - "line": 362, + "line": 356, "column": 24 } } }, "range": [ - 12395, - 12402 + 12277, + 12284 ], "loc": { "start": { - "line": 362, + "line": 356, "column": 17 }, "end": { - "line": 362, + "line": 356, "column": 24 } } }, "range": [ - 12390, - 12402 + 12272, + 12284 ], "loc": { "start": { - "line": 362, + "line": 356, "column": 12 }, "end": { - "line": 362, + "line": 356, "column": 24 } } @@ -30260,16 +29853,16 @@ ], "kind": "let", "range": [ - 12386, - 12403 + 12268, + 12285 ], "loc": { "start": { - "line": 362, + "line": 356, "column": 8 }, "end": { - "line": 362, + "line": 356, "column": 25 } } @@ -30283,16 +29876,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 12416, - 12424 + 12298, + 12306 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 12 }, "end": { - "line": 363, + "line": 357, "column": 20 } } @@ -30304,16 +29897,16 @@ "type": "Identifier", "name": "o", "range": [ - 12427, - 12428 + 12309, + 12310 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 23 }, "end": { - "line": 363, + "line": 357, "column": 24 } } @@ -30322,46 +29915,46 @@ "type": "Identifier", "name": "value", "range": [ - 12429, - 12434 + 12311, + 12316 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 25 }, "end": { - "line": 363, + "line": 357, "column": 30 } } }, "range": [ - 12427, - 12434 + 12309, + 12316 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 23 }, "end": { - "line": 363, + "line": 357, "column": 30 } } }, "range": [ - 12416, - 12434 + 12298, + 12316 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 12 }, "end": { - "line": 363, + "line": 357, "column": 30 } } @@ -30369,16 +29962,16 @@ ], "kind": "let", "range": [ - 12412, - 12435 + 12294, + 12317 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 8 }, "end": { - "line": 363, + "line": 357, "column": 31 } }, @@ -30387,16 +29980,16 @@ "type": "Line", "value": "checked item value", "range": [ - 12436, - 12456 + 12318, + 12338 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 32 }, "end": { - "line": 363, + "line": 357, "column": 52 } } @@ -30412,16 +30005,16 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 12469, - 12477 + 12351, + 12359 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 12 }, "end": { - "line": 364, + "line": 358, "column": 20 } } @@ -30432,16 +30025,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 12480, - 12488 + 12362, + 12370 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 23 }, "end": { - "line": 364, + "line": 358, "column": 31 } } @@ -30462,16 +30055,16 @@ "type": "Identifier", "name": "o", "range": [ - 12489, - 12490 + 12371, + 12372 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 32 }, "end": { - "line": 364, + "line": 358, "column": 33 } } @@ -30480,31 +30073,31 @@ "type": "Identifier", "name": "id", "range": [ - 12491, - 12493 + 12373, + 12375 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 34 }, "end": { - "line": 364, + "line": 358, "column": 36 } } }, "range": [ - 12489, - 12493 + 12371, + 12375 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 32 }, "end": { - "line": 364, + "line": 358, "column": 36 } } @@ -30513,31 +30106,31 @@ "type": "Identifier", "name": "split", "range": [ - 12494, - 12499 + 12376, + 12381 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 37 }, "end": { - "line": 364, + "line": 358, "column": 42 } } }, "range": [ - 12489, - 12499 + 12371, + 12381 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 32 }, "end": { - "line": 364, + "line": 358, "column": 42 } } @@ -30548,32 +30141,32 @@ "value": "_", "raw": "'_'", "range": [ - 12500, - 12503 + 12382, + 12385 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 43 }, "end": { - "line": 364, + "line": 358, "column": 46 } } } ], "range": [ - 12489, - 12504 + 12371, + 12386 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 32 }, "end": { - "line": 364, + "line": 358, "column": 47 } } @@ -30583,31 +30176,31 @@ "value": 2, "raw": "2", "range": [ - 12505, - 12506 + 12387, + 12388 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 48 }, "end": { - "line": 364, + "line": 358, "column": 49 } } }, "range": [ - 12489, - 12507 + 12371, + 12389 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 32 }, "end": { - "line": 364, + "line": 358, "column": 50 } } @@ -30617,47 +30210,47 @@ "value": 10, "raw": "10", "range": [ - 12509, - 12511 + 12391, + 12393 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 52 }, "end": { - "line": 364, + "line": 358, "column": 54 } } } ], "range": [ - 12480, - 12512 + 12362, + 12394 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 23 }, "end": { - "line": 364, + "line": 358, "column": 55 } } }, "range": [ - 12469, - 12512 + 12351, + 12394 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 12 }, "end": { - "line": 364, + "line": 358, "column": 55 } } @@ -30665,16 +30258,16 @@ ], "kind": "let", "range": [ - 12465, - 12513 + 12347, + 12395 ], "loc": { "start": { - "line": 364, + "line": 358, "column": 8 }, "end": { - "line": 364, + "line": 358, "column": 56 } }, @@ -30683,16 +30276,16 @@ "type": "Line", "value": "checked item value", "range": [ - 12436, - 12456 + 12318, + 12338 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 32 }, "end": { - "line": 363, + "line": 357, "column": 52 } } @@ -30708,16 +30301,16 @@ "type": "Identifier", "name": "filterTag", "range": [ - 12526, - 12535 + 12408, + 12417 ], "loc": { "start": { - "line": 365, + "line": 359, "column": 12 }, "end": { - "line": 365, + "line": 359, "column": 21 } } @@ -30727,31 +30320,31 @@ "value": "ul", "raw": "'ul'", "range": [ - 12538, - 12542 + 12420, + 12424 ], "loc": { "start": { - "line": 365, + "line": 359, "column": 24 }, "end": { - "line": 365, + "line": 359, "column": 28 } } }, "range": [ - 12526, - 12542 + 12408, + 12424 ], "loc": { "start": { - "line": 365, + "line": 359, "column": 12 }, "end": { - "line": 365, + "line": 359, "column": 28 } } @@ -30762,16 +30355,16 @@ "type": "Identifier", "name": "itemTag", "range": [ - 12544, - 12551 + 12426, + 12433 ], "loc": { "start": { - "line": 365, + "line": 359, "column": 30 }, "end": { - "line": 365, + "line": 359, "column": 37 } } @@ -30781,31 +30374,31 @@ "value": "li", "raw": "'li'", "range": [ - 12554, - 12558 + 12436, + 12440 ], "loc": { "start": { - "line": 365, + "line": 359, "column": 40 }, "end": { - "line": 365, + "line": 359, "column": 44 } } }, "range": [ - 12544, - 12558 + 12426, + 12440 ], "loc": { "start": { - "line": 365, + "line": 359, "column": 30 }, "end": { - "line": 365, + "line": 359, "column": 44 } } @@ -30813,16 +30406,16 @@ ], "kind": "let", "range": [ - 12522, - 12559 + 12404, + 12441 ], "loc": { "start": { - "line": 365, + "line": 359, "column": 8 }, "end": { - "line": 365, + "line": 359, "column": 45 } } @@ -30836,16 +30429,16 @@ "type": "Identifier", "name": "n", "range": [ - 12572, - 12573 + 12454, + 12455 ], "loc": { "start": { - "line": 366, + "line": 360, "column": 12 }, "end": { - "line": 366, + "line": 360, "column": 13 } } @@ -30854,31 +30447,31 @@ "type": "Identifier", "name": "o", "range": [ - 12576, - 12577 + 12458, + 12459 ], "loc": { "start": { - "line": 366, + "line": 360, "column": 16 }, "end": { - "line": 366, + "line": 360, "column": 17 } } }, "range": [ - 12572, - 12577 + 12454, + 12459 ], "loc": { "start": { - "line": 366, + "line": 360, "column": 12 }, "end": { - "line": 366, + "line": 360, "column": 17 } } @@ -30886,16 +30479,16 @@ ], "kind": "let", "range": [ - 12568, - 12578 + 12450, + 12460 ], "loc": { "start": { - "line": 366, + "line": 360, "column": 8 }, "end": { - "line": 366, + "line": 360, "column": 18 } }, @@ -30904,16 +30497,16 @@ "type": "Line", "value": "ul tag search", "range": [ - 12588, - 12603 + 12470, + 12485 ], "loc": { "start": { - "line": 368, + "line": 362, "column": 8 }, "end": { - "line": 368, + "line": 362, "column": 23 } } @@ -30934,16 +30527,16 @@ "type": "Identifier", "name": "Str", "range": [ - 12618, - 12621 + 12500, + 12503 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 14 }, "end": { - "line": 369, + "line": 363, "column": 17 } } @@ -30952,31 +30545,31 @@ "type": "Identifier", "name": "lower", "range": [ - 12622, - 12627 + 12504, + 12509 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 18 }, "end": { - "line": 369, + "line": 363, "column": 23 } } }, "range": [ - 12618, - 12627 + 12500, + 12509 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 14 }, "end": { - "line": 369, + "line": 363, "column": 23 } } @@ -30989,16 +30582,16 @@ "type": "Identifier", "name": "n", "range": [ - 12628, - 12629 + 12510, + 12511 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 24 }, "end": { - "line": 369, + "line": 363, "column": 25 } } @@ -31007,47 +30600,47 @@ "type": "Identifier", "name": "nodeName", "range": [ - 12630, - 12638 + 12512, + 12520 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 26 }, "end": { - "line": 369, + "line": 363, "column": 34 } } }, "range": [ - 12628, - 12638 + 12510, + 12520 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 24 }, "end": { - "line": 369, + "line": 363, "column": 34 } } } ], "range": [ - 12618, - 12639 + 12500, + 12521 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 14 }, "end": { - "line": 369, + "line": 363, "column": 35 } } @@ -31056,31 +30649,31 @@ "type": "Identifier", "name": "filterTag", "range": [ - 12642, - 12651 + 12524, + 12533 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 38 }, "end": { - "line": 369, + "line": 363, "column": 47 } } }, "range": [ - 12618, - 12651 + 12500, + 12533 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 14 }, "end": { - "line": 369, + "line": 363, "column": 47 } } @@ -31097,16 +30690,16 @@ "type": "Identifier", "name": "n", "range": [ - 12666, - 12667 + 12548, + 12549 ], "loc": { "start": { - "line": 370, + "line": 364, "column": 12 }, "end": { - "line": 370, + "line": 364, "column": 13 } } @@ -31118,16 +30711,16 @@ "type": "Identifier", "name": "n", "range": [ - 12670, - 12671 + 12552, + 12553 ], "loc": { "start": { - "line": 370, + "line": 364, "column": 16 }, "end": { - "line": 370, + "line": 364, "column": 17 } } @@ -31136,92 +30729,92 @@ "type": "Identifier", "name": "parentNode", "range": [ - 12672, - 12682 + 12554, + 12564 ], "loc": { "start": { - "line": 370, + "line": 364, "column": 18 }, "end": { - "line": 370, + "line": 364, "column": 28 } } }, "range": [ - 12670, - 12682 + 12552, + 12564 ], "loc": { "start": { - "line": 370, + "line": 364, "column": 16 }, "end": { - "line": 370, + "line": 364, "column": 28 } } }, "range": [ - 12666, - 12682 + 12548, + 12564 ], "loc": { "start": { - "line": 370, + "line": 364, "column": 12 }, "end": { - "line": 370, + "line": 364, "column": 28 } } }, "range": [ - 12666, - 12683 + 12548, + 12565 ], "loc": { "start": { - "line": 370, + "line": 364, "column": 12 }, "end": { - "line": 370, + "line": 364, "column": 29 } } } ], "range": [ - 12652, - 12693 + 12534, + 12575 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 48 }, "end": { - "line": 371, + "line": 365, "column": 9 } } }, "range": [ - 12612, - 12693 + 12494, + 12575 ], "loc": { "start": { - "line": 369, + "line": 363, "column": 8 }, "end": { - "line": 371, + "line": 365, "column": 9 } }, @@ -31230,16 +30823,16 @@ "type": "Line", "value": "ul tag search", "range": [ - 12588, - 12603 + 12470, + 12485 ], "loc": { "start": { - "line": 368, + "line": 362, "column": 8 }, "end": { - "line": 368, + "line": 362, "column": 23 } } @@ -31255,16 +30848,16 @@ "type": "Identifier", "name": "li", "range": [ - 12707, - 12709 + 12589, + 12591 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 12 }, "end": { - "line": 373, + "line": 367, "column": 14 } } @@ -31279,16 +30872,16 @@ "type": "Identifier", "name": "n", "range": [ - 12712, - 12713 + 12594, + 12595 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 17 }, "end": { - "line": 373, + "line": 367, "column": 18 } } @@ -31297,31 +30890,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 12714, - 12724 + 12596, + 12606 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 19 }, "end": { - "line": 373, + "line": 367, "column": 29 } } }, "range": [ - 12712, - 12724 + 12594, + 12606 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 17 }, "end": { - "line": 373, + "line": 367, "column": 29 } } @@ -31330,46 +30923,46 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 12725, - 12733 + 12607, + 12615 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 30 }, "end": { - "line": 373, + "line": 367, "column": 38 } } }, "range": [ - 12712, - 12734 + 12594, + 12616 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 17 }, "end": { - "line": 373, + "line": 367, "column": 39 } } }, "range": [ - 12707, - 12734 + 12589, + 12616 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 12 }, "end": { - "line": 373, + "line": 367, "column": 39 } } @@ -31377,16 +30970,16 @@ ], "kind": "let", "range": [ - 12703, - 12735 + 12585, + 12617 ], "loc": { "start": { - "line": 373, + "line": 367, "column": 8 }, "end": { - "line": 373, + "line": 367, "column": 40 } } @@ -31400,16 +30993,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12748, - 12756 + 12630, + 12638 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 12 }, "end": { - "line": 374, + "line": 368, "column": 20 } } @@ -31423,16 +31016,16 @@ "type": "Identifier", "name": "n", "range": [ - 12759, - 12760 + 12641, + 12642 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 23 }, "end": { - "line": 374, + "line": 368, "column": 24 } } @@ -31441,31 +31034,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12761, - 12773 + 12643, + 12655 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 25 }, "end": { - "line": 374, + "line": 368, "column": 37 } } }, "range": [ - 12759, - 12773 + 12641, + 12655 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 23 }, "end": { - "line": 374, + "line": 368, "column": 37 } } @@ -31476,47 +31069,47 @@ "value": "colIndex", "raw": "'colIndex'", "range": [ - 12774, - 12784 + 12656, + 12666 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 38 }, "end": { - "line": 374, + "line": 368, "column": 48 } } } ], "range": [ - 12759, - 12785 + 12641, + 12667 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 23 }, "end": { - "line": 374, + "line": 368, "column": 49 } } }, "range": [ - 12748, - 12785 + 12630, + 12667 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 12 }, "end": { - "line": 374, + "line": 368, "column": 49 } } @@ -31524,16 +31117,16 @@ ], "kind": "let", "range": [ - 12744, - 12786 + 12626, + 12668 ], "loc": { "start": { - "line": 374, + "line": 368, "column": 8 }, "end": { - "line": 374, + "line": 368, "column": 50 } } @@ -31547,16 +31140,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 12799, - 12807 + 12681, + 12689 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 12 }, "end": { - "line": 375, + "line": 369, "column": 20 } } @@ -31570,16 +31163,16 @@ "type": "Identifier", "name": "n", "range": [ - 12810, - 12811 + 12692, + 12693 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 23 }, "end": { - "line": 375, + "line": 369, "column": 24 } } @@ -31588,31 +31181,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12812, - 12824 + 12694, + 12706 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 25 }, "end": { - "line": 375, + "line": 369, "column": 37 } } }, "range": [ - 12810, - 12824 + 12692, + 12706 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 23 }, "end": { - "line": 375, + "line": 369, "column": 37 } } @@ -31623,47 +31216,47 @@ "value": "value", "raw": "'value'", "range": [ - 12825, - 12832 + 12707, + 12714 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 38 }, "end": { - "line": 375, + "line": 369, "column": 45 } } } ], "range": [ - 12810, - 12833 + 12692, + 12715 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 23 }, "end": { - "line": 375, + "line": 369, "column": 46 } } }, "range": [ - 12799, - 12833 + 12681, + 12715 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 12 }, "end": { - "line": 375, + "line": 369, "column": 46 } } @@ -31671,16 +31264,16 @@ ], "kind": "let", "range": [ - 12795, - 12834 + 12677, + 12716 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 8 }, "end": { - "line": 375, + "line": 369, "column": 47 } }, @@ -31689,16 +31282,16 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12835, - 12858 + 12717, + 12740 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 48 }, "end": { - "line": 375, + "line": 369, "column": 71 } } @@ -31714,16 +31307,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12871, - 12881 + 12753, + 12763 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 12 }, "end": { - "line": 376, + "line": 370, "column": 22 } } @@ -31737,16 +31330,16 @@ "type": "Identifier", "name": "n", "range": [ - 12884, - 12885 + 12766, + 12767 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 25 }, "end": { - "line": 376, + "line": 370, "column": 26 } } @@ -31755,31 +31348,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12886, - 12898 + 12768, + 12780 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 27 }, "end": { - "line": 376, + "line": 370, "column": 39 } } }, "range": [ - 12884, - 12898 + 12766, + 12780 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 25 }, "end": { - "line": 376, + "line": 370, "column": 39 } } @@ -31790,47 +31383,47 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 12899, - 12908 + 12781, + 12790 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 40 }, "end": { - "line": 376, + "line": 370, "column": 49 } } } ], "range": [ - 12884, - 12909 + 12766, + 12791 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 25 }, "end": { - "line": 376, + "line": 370, "column": 50 } } }, "range": [ - 12871, - 12909 + 12753, + 12791 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 12 }, "end": { - "line": 376, + "line": 370, "column": 50 } } @@ -31838,16 +31431,16 @@ ], "kind": "let", "range": [ - 12867, - 12910 + 12749, + 12792 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 8 }, "end": { - "line": 376, + "line": 370, "column": 51 } }, @@ -31856,16 +31449,16 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12835, - 12858 + 12717, + 12740 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 48 }, "end": { - "line": 375, + "line": 369, "column": 71 } } @@ -31876,16 +31469,16 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12911, - 12936 + 12793, + 12818 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 52 }, "end": { - "line": 376, + "line": 370, "column": 77 } } @@ -31901,16 +31494,16 @@ "type": "Identifier", "name": "o", "range": [ - 12949, - 12950 + 12831, + 12832 ], "loc": { "start": { - "line": 378, + "line": 372, "column": 11 }, "end": { - "line": 378, + "line": 372, "column": 12 } } @@ -31919,31 +31512,31 @@ "type": "Identifier", "name": "checked", "range": [ - 12951, - 12958 + 12833, + 12840 ], "loc": { "start": { - "line": 378, + "line": 372, "column": 13 }, "end": { - "line": 378, + "line": 372, "column": 20 } } }, "range": [ - 12949, - 12958 + 12831, + 12840 ], "loc": { "start": { - "line": 378, + "line": 372, "column": 11 }, "end": { - "line": 378, + "line": 372, "column": 20 } } @@ -31960,16 +31553,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13004, - 13012 + 12886, + 12894 ], "loc": { "start": { - "line": 380, + "line": 374, "column": 15 }, "end": { - "line": 380, + "line": 374, "column": 23 } } @@ -31979,31 +31572,31 @@ "value": "", "raw": "''", "range": [ - 13015, - 13017 + 12897, + 12899 ], "loc": { "start": { - "line": 380, + "line": 374, "column": 26 }, "end": { - "line": 380, + "line": 374, "column": 28 } } }, "range": [ - 13004, - 13017 + 12886, + 12899 ], "loc": { "start": { - "line": 380, + "line": 374, "column": 15 }, "end": { - "line": 380, + "line": 374, "column": 28 } } @@ -32020,16 +31613,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 13040, - 13050 + 12922, + 12932 ], "loc": { "start": { - "line": 381, + "line": 375, "column": 20 }, "end": { - "line": 381, + "line": 375, "column": 30 } } @@ -32041,16 +31634,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 13054, - 13064 + 12936, + 12946 ], "loc": { "start": { - "line": 381, + "line": 375, "column": 34 }, "end": { - "line": 381, + "line": 375, "column": 44 } } @@ -32060,46 +31653,46 @@ "value": "", "raw": "''", "range": [ - 13067, - 13069 + 12949, + 12951 ], "loc": { "start": { - "line": 381, + "line": 375, "column": 47 }, "end": { - "line": 381, + "line": 375, "column": 49 } } }, "range": [ - 13054, - 13069 + 12936, + 12951 ], "loc": { "start": { - "line": 381, + "line": 375, "column": 34 }, "end": { - "line": 381, + "line": 375, "column": 49 } } }, "range": [ - 13040, - 13069 + 12922, + 12951 ], "loc": { "start": { - "line": 381, + "line": 375, "column": 20 }, "end": { - "line": 381, + "line": 375, "column": 49 } } @@ -32116,16 +31709,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13133, - 13141 + 13015, + 13023 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 24 }, "end": { - "line": 383, + "line": 377, "column": 32 } } @@ -32139,16 +31732,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 13144, - 13154 + 13026, + 13036 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 35 }, "end": { - "line": 383, + "line": 377, "column": 45 } } @@ -32157,31 +31750,31 @@ "type": "Identifier", "name": "split", "range": [ - 13155, - 13160 + 13037, + 13042 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 46 }, "end": { - "line": 383, + "line": 377, "column": 51 } } }, "range": [ - 13144, - 13160 + 13026, + 13042 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 35 }, "end": { - "line": 383, + "line": 377, "column": 51 } } @@ -32194,16 +31787,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13161, - 13163 + 13043, + 13045 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 52 }, "end": { - "line": 383, + "line": 377, "column": 54 } } @@ -32212,62 +31805,62 @@ "type": "Identifier", "name": "separator", "range": [ - 13164, - 13173 + 13046, + 13055 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 55 }, "end": { - "line": 383, + "line": 377, "column": 64 } } }, "range": [ - 13161, - 13173 + 13043, + 13055 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 52 }, "end": { - "line": 383, + "line": 377, "column": 64 } } } ], "range": [ - 13144, - 13174 + 13026, + 13056 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 35 }, "end": { - "line": 383, + "line": 377, "column": 65 } } }, "range": [ - 13133, - 13174 + 13015, + 13056 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 24 }, "end": { - "line": 383, + "line": 377, "column": 65 } } @@ -32275,16 +31868,16 @@ ], "kind": "let", "range": [ - 13129, - 13175 + 13011, + 13057 ], "loc": { "start": { - "line": 383, + "line": 377, "column": 20 }, "end": { - "line": 383, + "line": 377, "column": 66 } }, @@ -32293,16 +31886,16 @@ "type": "Line", "value": "items indexes", "range": [ - 13093, - 13108 + 12975, + 12990 ], "loc": { "start": { - "line": 382, + "line": 376, "column": 20 }, "end": { - "line": 382, + "line": 376, "column": 35 } } @@ -32313,16 +31906,16 @@ "type": "Line", "value": "checked items loop", "range": [ - 13196, - 13216 + 13078, + 13098 ], "loc": { "start": { - "line": 384, + "line": 378, "column": 20 }, "end": { - "line": 384, + "line": 378, "column": 40 } } @@ -32340,16 +31933,16 @@ "type": "Identifier", "name": "u", "range": [ - 13245, - 13246 + 13127, + 13128 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 28 }, "end": { - "line": 385, + "line": 379, "column": 29 } } @@ -32359,31 +31952,31 @@ "value": 0, "raw": "0", "range": [ - 13247, - 13248 + 13129, + 13130 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 30 }, "end": { - "line": 385, + "line": 379, "column": 31 } } }, "range": [ - 13245, - 13248 + 13127, + 13130 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 28 }, "end": { - "line": 385, + "line": 379, "column": 31 } } @@ -32391,16 +31984,16 @@ ], "kind": "let", "range": [ - 13241, - 13248 + 13123, + 13130 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 24 }, "end": { - "line": 385, + "line": 379, "column": 31 } } @@ -32412,16 +32005,16 @@ "type": "Identifier", "name": "u", "range": [ - 13250, - 13251 + 13132, + 13133 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 33 }, "end": { - "line": 385, + "line": 379, "column": 34 } } @@ -32433,16 +32026,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13252, - 13260 + 13134, + 13142 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 35 }, "end": { - "line": 385, + "line": 379, "column": 43 } } @@ -32451,46 +32044,46 @@ "type": "Identifier", "name": "length", "range": [ - 13261, - 13267 + 13143, + 13149 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 44 }, "end": { - "line": 385, + "line": 379, "column": 50 } } }, "range": [ - 13252, - 13267 + 13134, + 13149 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 35 }, "end": { - "line": 385, + "line": 379, "column": 50 } } }, "range": [ - 13250, - 13267 + 13132, + 13149 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 33 }, "end": { - "line": 385, + "line": 379, "column": 50 } } @@ -32502,32 +32095,32 @@ "type": "Identifier", "name": "u", "range": [ - 13269, - 13270 + 13151, + 13152 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 52 }, "end": { - "line": 385, + "line": 379, "column": 53 } } }, "prefix": false, "range": [ - 13269, - 13272 + 13151, + 13154 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 52 }, "end": { - "line": 385, + "line": 379, "column": 55 } } @@ -32544,16 +32137,16 @@ "type": "Identifier", "name": "cChk", "range": [ - 13342, - 13346 + 13224, + 13228 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 28 }, "end": { - "line": 387, + "line": 381, "column": 32 } } @@ -32567,16 +32160,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 13349, - 13352 + 13231, + 13234 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 35 }, "end": { - "line": 387, + "line": 381, "column": 38 } } @@ -32585,31 +32178,31 @@ "type": "Identifier", "name": "id", "range": [ - 13353, - 13355 + 13235, + 13237 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 39 }, "end": { - "line": 387, + "line": 381, "column": 41 } } }, "range": [ - 13349, - 13355 + 13231, + 13237 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 35 }, "end": { - "line": 387, + "line": 381, "column": 41 } } @@ -32631,16 +32224,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13356, - 13358 + 13238, + 13240 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 42 }, "end": { - "line": 387, + "line": 381, "column": 44 } } @@ -32649,31 +32242,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 13359, - 13365 + 13241, + 13247 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 45 }, "end": { - "line": 387, + "line": 381, "column": 51 } } }, "range": [ - 13356, - 13365 + 13238, + 13247 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 42 }, "end": { - "line": 387, + "line": 381, "column": 51 } } @@ -32682,31 +32275,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13366, - 13374 + 13248, + 13256 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 52 }, "end": { - "line": 387, + "line": 381, "column": 60 } } }, "range": [ - 13356, - 13375 + 13238, + 13257 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 42 }, "end": { - "line": 387, + "line": 381, "column": 61 } } @@ -32716,31 +32309,31 @@ "value": "_", "raw": "'_'", "range": [ - 13376, - 13379 + 13258, + 13261 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 62 }, "end": { - "line": 387, + "line": 381, "column": 65 } } }, "range": [ - 13356, - 13379 + 13238, + 13261 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 42 }, "end": { - "line": 387, + "line": 381, "column": 65 } } @@ -32752,16 +32345,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13380, - 13388 + 13262, + 13270 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 66 }, "end": { - "line": 387, + "line": 381, "column": 74 } } @@ -32770,77 +32363,77 @@ "type": "Identifier", "name": "u", "range": [ - 13389, - 13390 + 13271, + 13272 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 75 }, "end": { - "line": 387, + "line": 381, "column": 76 } } }, "range": [ - 13380, - 13391 + 13262, + 13273 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 66 }, "end": { - "line": 387, + "line": 381, "column": 77 } } }, "range": [ - 13356, - 13391 + 13238, + 13273 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 42 }, "end": { - "line": 387, + "line": 381, "column": 77 } } } ], "range": [ - 13349, - 13392 + 13231, + 13274 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 35 }, "end": { - "line": 387, + "line": 381, "column": 78 } } }, "range": [ - 13342, - 13392 + 13224, + 13274 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 28 }, "end": { - "line": 387, + "line": 381, "column": 78 } } @@ -32848,16 +32441,16 @@ ], "kind": "let", "range": [ - 13338, - 13393 + 13220, + 13275 ], "loc": { "start": { - "line": 387, + "line": 381, "column": 24 }, "end": { - "line": 387, + "line": 381, "column": 79 } }, @@ -32866,16 +32459,16 @@ "type": "Line", "value": "checked item", "range": [ - 13299, - 13313 + 13181, + 13195 ], "loc": { "start": { - "line": 386, + "line": 380, "column": 24 }, "end": { - "line": 386, + "line": 380, "column": 38 } } @@ -32888,16 +32481,16 @@ "type": "Identifier", "name": "cChk", "range": [ - 13421, - 13425 + 13303, + 13307 ], "loc": { "start": { - "line": 388, + "line": 382, "column": 27 }, "end": { - "line": 388, + "line": 382, "column": 31 } } @@ -32917,16 +32510,16 @@ "type": "Identifier", "name": "cChk", "range": [ - 13456, - 13460 + 13338, + 13342 ], "loc": { "start": { - "line": 389, + "line": 383, "column": 28 }, "end": { - "line": 389, + "line": 383, "column": 32 } } @@ -32935,31 +32528,31 @@ "type": "Identifier", "name": "checked", "range": [ - 13461, - 13468 + 13343, + 13350 ], "loc": { "start": { - "line": 389, + "line": 383, "column": 33 }, "end": { - "line": 389, + "line": 383, "column": 40 } } }, "range": [ - 13456, - 13468 + 13338, + 13350 ], "loc": { "start": { - "line": 389, + "line": 383, "column": 28 }, "end": { - "line": 389, + "line": 383, "column": 40 } } @@ -32969,46 +32562,46 @@ "value": false, "raw": "false", "range": [ - 13471, - 13476 + 13353, + 13358 ], "loc": { "start": { - "line": 389, + "line": 383, "column": 43 }, "end": { - "line": 389, + "line": 383, "column": 48 } } }, "range": [ - 13456, - 13476 + 13338, + 13358 ], "loc": { "start": { - "line": 389, + "line": 383, "column": 28 }, "end": { - "line": 389, + "line": 383, "column": 48 } } }, "range": [ - 13456, - 13477 + 13338, + 13359 ], "loc": { "start": { - "line": 389, + "line": 383, "column": 28 }, "end": { - "line": 389, + "line": 383, "column": 49 } } @@ -33024,16 +32617,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 13506, - 13509 + 13388, + 13391 ], "loc": { "start": { - "line": 390, + "line": 384, "column": 28 }, "end": { - "line": 390, + "line": 384, "column": 31 } } @@ -33042,31 +32635,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 13510, - 13521 + 13392, + 13403 ], "loc": { "start": { - "line": 390, + "line": 384, "column": 32 }, "end": { - "line": 390, + "line": 384, "column": 43 } } }, "range": [ - 13506, - 13521 + 13388, + 13403 ], "loc": { "start": { - "line": 390, + "line": 384, "column": 28 }, "end": { - "line": 390, + "line": 384, "column": 43 } } @@ -33082,16 +32675,16 @@ "type": "Identifier", "name": "n", "range": [ - 13555, - 13556 + 13437, + 13438 ], "loc": { "start": { - "line": 391, + "line": 385, "column": 32 }, "end": { - "line": 391, + "line": 385, "column": 33 } } @@ -33100,31 +32693,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 13557, - 13567 + 13439, + 13449 ], "loc": { "start": { - "line": 391, + "line": 385, "column": 34 }, "end": { - "line": 391, + "line": 385, "column": 44 } } }, "range": [ - 13555, - 13567 + 13437, + 13449 ], "loc": { "start": { - "line": 391, + "line": 385, "column": 32 }, "end": { - "line": 391, + "line": 385, "column": 44 } } @@ -33136,16 +32729,16 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13568, - 13576 + 13450, + 13458 ], "loc": { "start": { - "line": 391, + "line": 385, "column": 45 }, "end": { - "line": 391, + "line": 385, "column": 53 } } @@ -33154,46 +32747,46 @@ "type": "Identifier", "name": "u", "range": [ - 13577, - 13578 + 13459, + 13460 ], "loc": { "start": { - "line": 391, + "line": 385, "column": 54 }, "end": { - "line": 391, + "line": 385, "column": 55 } } }, "range": [ - 13568, - 13579 + 13450, + 13461 ], "loc": { "start": { - "line": 391, + "line": 385, "column": 45 }, "end": { - "line": 391, + "line": 385, "column": 56 } } }, "range": [ - 13555, - 13580 + 13437, + 13462 ], "loc": { "start": { - "line": 391, + "line": 385, "column": 32 }, "end": { - "line": 391, + "line": 385, "column": 57 } } @@ -33204,16 +32797,16 @@ "object": { "type": "ThisExpression", "range": [ - 13614, - 13618 + 13496, + 13500 ], "loc": { "start": { - "line": 392, + "line": 386, "column": 32 }, "end": { - "line": 392, + "line": 386, "column": 36 } } @@ -33222,125 +32815,125 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 13619, - 13643 + 13501, + 13525 ], "loc": { "start": { - "line": 392, + "line": 386, "column": 37 }, "end": { - "line": 392, + "line": 386, "column": 61 } } }, "range": [ - 13614, - 13643 + 13496, + 13525 ], "loc": { "start": { - "line": 392, + "line": 386, "column": 32 }, "end": { - "line": 392, + "line": 386, "column": 61 } } } ], "range": [ - 13506, - 13673 + 13388, + 13555 ], "loc": { "start": { - "line": 390, + "line": 384, "column": 28 }, "end": { - "line": 393, + "line": 387, "column": 29 } } }, "range": [ - 13506, - 13674 + 13388, + 13556 ], "loc": { "start": { - "line": 390, + "line": 384, "column": 28 }, "end": { - "line": 393, + "line": 387, "column": 30 } } } ], "range": [ - 13426, - 13700 + 13308, + 13582 ], "loc": { "start": { - "line": 388, + "line": 382, "column": 32 }, "end": { - "line": 394, + "line": 388, "column": 25 } } }, "alternate": null, "range": [ - 13418, - 13700 + 13300, + 13582 ], "loc": { "start": { - "line": 388, + "line": 382, "column": 24 }, "end": { - "line": 394, + "line": 388, "column": 25 } } } ], "range": [ - 13273, - 13722 + 13155, + 13604 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 56 }, "end": { - "line": 395, + "line": 389, "column": 21 } } }, "range": [ - 13237, - 13722 + 13119, + 13604 ], "loc": { "start": { - "line": 385, + "line": 379, "column": 20 }, "end": { - "line": 395, + "line": 389, "column": 21 } }, @@ -33349,16 +32942,16 @@ "type": "Line", "value": "checked items loop", "range": [ - 13196, - 13216 + 13078, + 13098 ], "loc": { "start": { - "line": 384, + "line": 378, "column": 20 }, "end": { - "line": 384, + "line": 378, "column": 40 } } @@ -33367,32 +32960,32 @@ } ], "range": [ - 13071, - 13740 + 12953, + 13622 ], "loc": { "start": { - "line": 381, + "line": 375, "column": 51 }, "end": { - "line": 396, + "line": 390, "column": 17 } } }, "alternate": null, "range": [ - 13036, - 13740 + 12918, + 13622 ], "loc": { "start": { - "line": 381, + "line": 375, "column": 16 }, "end": { - "line": 396, + "line": 390, "column": 17 } } @@ -33408,16 +33001,16 @@ "type": "Identifier", "name": "n", "range": [ - 13757, - 13758 + 13639, + 13640 ], "loc": { "start": { - "line": 397, + "line": 391, "column": 16 }, "end": { - "line": 397, + "line": 391, "column": 17 } } @@ -33426,31 +33019,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13759, - 13771 + 13641, + 13653 ], "loc": { "start": { - "line": 397, + "line": 391, "column": 18 }, "end": { - "line": 397, + "line": 391, "column": 30 } } }, "range": [ - 13757, - 13771 + 13639, + 13653 ], "loc": { "start": { - "line": 397, + "line": 391, "column": 16 }, "end": { - "line": 397, + "line": 391, "column": 30 } } @@ -33461,16 +33054,16 @@ "value": "value", "raw": "'value'", "range": [ - 13772, - 13779 + 13654, + 13661 ], "loc": { "start": { - "line": 397, + "line": 391, "column": 31 }, "end": { - "line": 397, + "line": 391, "column": 38 } } @@ -33480,47 +33073,47 @@ "value": "", "raw": "''", "range": [ - 13781, - 13783 + 13663, + 13665 ], "loc": { "start": { - "line": 397, + "line": 391, "column": 40 }, "end": { - "line": 397, + "line": 391, "column": 42 } } } ], "range": [ - 13757, - 13784 + 13639, + 13666 ], "loc": { "start": { - "line": 397, + "line": 391, "column": 16 }, "end": { - "line": 397, + "line": 391, "column": 43 } } }, "range": [ - 13757, - 13785 + 13639, + 13667 ], "loc": { "start": { - "line": 397, + "line": 391, "column": 16 }, "end": { - "line": 397, + "line": 391, "column": 44 } } @@ -33536,16 +33129,16 @@ "type": "Identifier", "name": "n", "range": [ - 13802, - 13803 + 13684, + 13685 ], "loc": { "start": { - "line": 398, + "line": 392, "column": 16 }, "end": { - "line": 398, + "line": 392, "column": 17 } } @@ -33554,31 +33147,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13804, - 13816 + 13686, + 13698 ], "loc": { "start": { - "line": 398, + "line": 392, "column": 18 }, "end": { - "line": 398, + "line": 392, "column": 30 } } }, "range": [ - 13802, - 13816 + 13684, + 13698 ], "loc": { "start": { - "line": 398, + "line": 392, "column": 16 }, "end": { - "line": 398, + "line": 392, "column": 30 } } @@ -33589,16 +33182,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 13817, - 13826 + 13699, + 13708 ], "loc": { "start": { - "line": 398, + "line": 392, "column": 31 }, "end": { - "line": 398, + "line": 392, "column": 40 } } @@ -33608,63 +33201,63 @@ "value": "", "raw": "''", "range": [ - 13828, - 13830 + 13710, + 13712 ], "loc": { "start": { - "line": 398, + "line": 392, "column": 42 }, "end": { - "line": 398, + "line": 392, "column": 44 } } } ], "range": [ - 13802, - 13831 + 13684, + 13713 ], "loc": { "start": { - "line": 398, + "line": 392, "column": 16 }, "end": { - "line": 398, + "line": 392, "column": 45 } } }, "range": [ - 13802, - 13832 + 13684, + 13714 ], "loc": { "start": { - "line": 398, + "line": 392, "column": 16 }, "end": { - "line": 398, + "line": 392, "column": 46 } } } ], "range": [ - 13018, - 13847 + 12900, + 13729 ], "loc": { "start": { - "line": 380, + "line": 374, "column": 29 }, "end": { - "line": 400, + "line": 394, "column": 13 } } @@ -33681,16 +33274,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13871, - 13879 + 13753, + 13761 ], "loc": { "start": { - "line": 401, + "line": 395, "column": 16 }, "end": { - "line": 401, + "line": 395, "column": 24 } } @@ -33701,16 +33294,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13883, - 13891 + 13765, + 13773 ], "loc": { "start": { - "line": 401, + "line": 395, "column": 28 }, "end": { - "line": 401, + "line": 395, "column": 36 } } @@ -33719,16 +33312,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13895, - 13903 + 13777, + 13785 ], "loc": { "start": { - "line": 401, + "line": 395, "column": 40 }, "end": { - "line": 401, + "line": 395, "column": 48 } } @@ -33738,61 +33331,61 @@ "value": "", "raw": "''", "range": [ - 13906, - 13908 + 13788, + 13790 ], "loc": { "start": { - "line": 401, + "line": 395, "column": 51 }, "end": { - "line": 401, + "line": 395, "column": 53 } } }, "range": [ - 13882, - 13908 + 13764, + 13790 ], "loc": { "start": { - "line": 401, + "line": 395, "column": 27 }, "end": { - "line": 401, + "line": 395, "column": 53 } } }, "range": [ - 13871, - 13908 + 13753, + 13790 ], "loc": { "start": { - "line": 401, + "line": 395, "column": 16 }, "end": { - "line": 401, + "line": 395, "column": 53 } } }, "range": [ - 13871, - 13909 + 13753, + 13791 ], "loc": { "start": { - "line": 401, + "line": 395, "column": 16 }, "end": { - "line": 401, + "line": 395, "column": 54 } } @@ -33806,16 +33399,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13926, - 13934 + 13808, + 13816 ], "loc": { "start": { - "line": 402, + "line": 396, "column": 16 }, "end": { - "line": 402, + "line": 396, "column": 24 } } @@ -33829,16 +33422,16 @@ "type": "Identifier", "name": "Str", "range": [ - 13937, - 13940 + 13819, + 13822 ], "loc": { "start": { - "line": 402, + "line": 396, "column": 27 }, "end": { - "line": 402, + "line": 396, "column": 30 } } @@ -33847,31 +33440,31 @@ "type": "Identifier", "name": "trim", "range": [ - 13941, - 13945 + 13823, + 13827 ], "loc": { "start": { - "line": 402, + "line": 396, "column": 31 }, "end": { - "line": 402, + "line": 396, "column": 35 } } }, "range": [ - 13937, - 13945 + 13819, + 13827 ], "loc": { "start": { - "line": 402, + "line": 396, "column": 27 }, "end": { - "line": 402, + "line": 396, "column": 35 } } @@ -33893,16 +33486,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13967, - 13975 + 13849, + 13857 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 20 }, "end": { - "line": 403, + "line": 397, "column": 28 } } @@ -33912,31 +33505,31 @@ "value": " ", "raw": "' '", "range": [ - 13976, - 13979 + 13858, + 13861 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 29 }, "end": { - "line": 403, + "line": 397, "column": 32 } } }, "range": [ - 13967, - 13979 + 13849, + 13861 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 20 }, "end": { - "line": 403, + "line": 397, "column": 32 } } @@ -33945,31 +33538,31 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13980, - 13988 + 13862, + 13870 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 33 }, "end": { - "line": 403, + "line": 397, "column": 41 } } }, "range": [ - 13967, - 13988 + 13849, + 13870 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 20 }, "end": { - "line": 403, + "line": 397, "column": 41 } } @@ -33979,31 +33572,31 @@ "value": " ", "raw": "' '", "range": [ - 13989, - 13992 + 13871, + 13874 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 42 }, "end": { - "line": 403, + "line": 397, "column": 45 } } }, "range": [ - 13967, - 13992 + 13849, + 13874 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 20 }, "end": { - "line": 403, + "line": 397, "column": 45 } } @@ -34015,16 +33608,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13993, - 13995 + 13875, + 13877 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 46 }, "end": { - "line": 403, + "line": 397, "column": 48 } } @@ -34033,92 +33626,92 @@ "type": "Identifier", "name": "orOperator", "range": [ - 13996, - 14006 + 13878, + 13888 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 49 }, "end": { - "line": 403, + "line": 397, "column": 59 } } }, "range": [ - 13993, - 14006 + 13875, + 13888 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 46 }, "end": { - "line": 403, + "line": 397, "column": 59 } } }, "range": [ - 13967, - 14006 + 13849, + 13888 ], "loc": { "start": { - "line": 403, + "line": 397, "column": 20 }, "end": { - "line": 403, + "line": 397, "column": 59 } } } ], "range": [ - 13937, - 14007 + 13819, + 13889 ], "loc": { "start": { - "line": 402, + "line": 396, "column": 27 }, "end": { - "line": 403, + "line": 397, "column": 60 } } }, "range": [ - 13926, - 14007 + 13808, + 13889 ], "loc": { "start": { - "line": 402, + "line": 396, "column": 16 }, "end": { - "line": 403, + "line": 397, "column": 60 } } }, "range": [ - 13926, - 14008 + 13808, + 13890 ], "loc": { "start": { - "line": 402, + "line": 396, "column": 16 }, "end": { - "line": 403, + "line": 397, "column": 61 } } @@ -34132,16 +33725,16 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 14025, - 14033 + 13907, + 13915 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 16 }, "end": { - "line": 404, + "line": 398, "column": 24 } } @@ -34156,16 +33749,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 14036, - 14046 + 13918, + 13928 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 27 }, "end": { - "line": 404, + "line": 398, "column": 37 } } @@ -34174,31 +33767,31 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 14049, - 14057 + 13931, + 13939 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 40 }, "end": { - "line": 404, + "line": 398, "column": 48 } } }, "range": [ - 14036, - 14057 + 13918, + 13939 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 27 }, "end": { - "line": 404, + "line": 398, "column": 48 } } @@ -34210,16 +33803,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14060, - 14062 + 13942, + 13944 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 51 }, "end": { - "line": 404, + "line": 398, "column": 53 } } @@ -34228,76 +33821,76 @@ "type": "Identifier", "name": "separator", "range": [ - 14063, - 14072 + 13945, + 13954 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 54 }, "end": { - "line": 404, + "line": 398, "column": 63 } } }, "range": [ - 14060, - 14072 + 13942, + 13954 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 51 }, "end": { - "line": 404, + "line": 398, "column": 63 } } }, "range": [ - 14036, - 14072 + 13918, + 13954 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 27 }, "end": { - "line": 404, + "line": 398, "column": 63 } } }, "range": [ - 14025, - 14072 + 13907, + 13954 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 16 }, "end": { - "line": 404, + "line": 398, "column": 63 } } }, "range": [ - 14025, - 14073 + 13907, + 13955 ], "loc": { "start": { - "line": 404, + "line": 398, "column": 16 }, "end": { - "line": 404, + "line": 398, "column": 64 } } @@ -34313,16 +33906,16 @@ "type": "Identifier", "name": "n", "range": [ - 14090, - 14091 + 13972, + 13973 ], "loc": { "start": { - "line": 405, + "line": 399, "column": 16 }, "end": { - "line": 405, + "line": 399, "column": 17 } } @@ -34331,31 +33924,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14092, - 14104 + 13974, + 13986 ], "loc": { "start": { - "line": 405, + "line": 399, "column": 18 }, "end": { - "line": 405, + "line": 399, "column": 30 } } }, "range": [ - 14090, - 14104 + 13972, + 13986 ], "loc": { "start": { - "line": 405, + "line": 399, "column": 16 }, "end": { - "line": 405, + "line": 399, "column": 30 } } @@ -34366,16 +33959,16 @@ "value": "value", "raw": "'value'", "range": [ - 14105, - 14112 + 13987, + 13994 ], "loc": { "start": { - "line": 405, + "line": 399, "column": 31 }, "end": { - "line": 405, + "line": 399, "column": 38 } } @@ -34384,47 +33977,47 @@ "type": "Identifier", "name": "chkValue", "range": [ - 14114, - 14122 + 13996, + 14004 ], "loc": { "start": { - "line": 405, + "line": 399, "column": 40 }, "end": { - "line": 405, + "line": 399, "column": 48 } } } ], "range": [ - 14090, - 14123 + 13972, + 14005 ], "loc": { "start": { - "line": 405, + "line": 399, "column": 16 }, "end": { - "line": 405, + "line": 399, "column": 49 } } }, "range": [ - 14090, - 14124 + 13972, + 14006 ], "loc": { "start": { - "line": 405, + "line": 399, "column": 16 }, "end": { - "line": 405, + "line": 399, "column": 50 } } @@ -34440,16 +34033,16 @@ "type": "Identifier", "name": "n", "range": [ - 14141, - 14142 + 14023, + 14024 ], "loc": { "start": { - "line": 406, + "line": 400, "column": 16 }, "end": { - "line": 406, + "line": 400, "column": 17 } } @@ -34458,31 +34051,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14143, - 14155 + 14025, + 14037 ], "loc": { "start": { - "line": 406, + "line": 400, "column": 18 }, "end": { - "line": 406, + "line": 400, "column": 30 } } }, "range": [ - 14141, - 14155 + 14023, + 14037 ], "loc": { "start": { - "line": 406, + "line": 400, "column": 16 }, "end": { - "line": 406, + "line": 400, "column": 30 } } @@ -34493,16 +34086,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 14156, - 14165 + 14038, + 14047 ], "loc": { "start": { - "line": 406, + "line": 400, "column": 31 }, "end": { - "line": 406, + "line": 400, "column": 40 } } @@ -34511,47 +34104,47 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 14167, - 14175 + 14049, + 14057 ], "loc": { "start": { - "line": 406, + "line": 400, "column": 42 }, "end": { - "line": 406, + "line": 400, "column": 50 } } } ], "range": [ - 14141, - 14176 + 14023, + 14058 ], "loc": { "start": { - "line": 406, + "line": 400, "column": 16 }, "end": { - "line": 406, + "line": 400, "column": 51 } } }, "range": [ - 14141, - 14177 + 14023, + 14059 ], "loc": { "start": { - "line": 406, + "line": 400, "column": 16 }, "end": { - "line": 406, + "line": 400, "column": 52 } }, @@ -34560,16 +34153,16 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 14194, - 14216 + 14076, + 14098 ], "loc": { "start": { - "line": 407, + "line": 401, "column": 16 }, "end": { - "line": 407, + "line": 401, "column": 38 } } @@ -34587,16 +34180,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14236, - 14239 + 14118, + 14121 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 19 }, "end": { - "line": 408, + "line": 402, "column": 22 } } @@ -34605,31 +34198,31 @@ "type": "Identifier", "name": "id", "range": [ - 14240, - 14242 + 14122, + 14124 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 23 }, "end": { - "line": 408, + "line": 402, "column": 25 } } }, "range": [ - 14236, - 14242 + 14118, + 14124 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 19 }, "end": { - "line": 408, + "line": 402, "column": 25 } } @@ -34648,16 +34241,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14243, - 14245 + 14125, + 14127 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 26 }, "end": { - "line": 408, + "line": 402, "column": 28 } } @@ -34666,31 +34259,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 14246, - 14252 + 14128, + 14134 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 29 }, "end": { - "line": 408, + "line": 402, "column": 35 } } }, "range": [ - 14243, - 14252 + 14125, + 14134 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 26 }, "end": { - "line": 408, + "line": 402, "column": 35 } } @@ -34699,31 +34292,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14253, - 14261 + 14135, + 14143 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 36 }, "end": { - "line": 408, + "line": 402, "column": 44 } } }, "range": [ - 14243, - 14262 + 14125, + 14144 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 26 }, "end": { - "line": 408, + "line": 402, "column": 45 } } @@ -34733,47 +34326,47 @@ "value": "_0", "raw": "'_0'", "range": [ - 14263, - 14267 + 14145, + 14149 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 46 }, "end": { - "line": 408, + "line": 402, "column": 50 } } }, "range": [ - 14243, - 14267 + 14125, + 14149 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 26 }, "end": { - "line": 408, + "line": 402, "column": 50 } } } ], "range": [ - 14236, - 14268 + 14118, + 14150 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 19 }, "end": { - "line": 408, + "line": 402, "column": 51 } } @@ -34798,16 +34391,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14291, - 14294 + 14173, + 14176 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 20 }, "end": { - "line": 409, + "line": 403, "column": 23 } } @@ -34816,31 +34409,31 @@ "type": "Identifier", "name": "id", "range": [ - 14295, - 14297 + 14177, + 14179 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 24 }, "end": { - "line": 409, + "line": 403, "column": 26 } } }, "range": [ - 14291, - 14297 + 14173, + 14179 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 20 }, "end": { - "line": 409, + "line": 403, "column": 26 } } @@ -34859,16 +34452,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14298, - 14300 + 14180, + 14182 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 27 }, "end": { - "line": 409, + "line": 403, "column": 29 } } @@ -34877,31 +34470,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 14301, - 14307 + 14183, + 14189 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 30 }, "end": { - "line": 409, + "line": 403, "column": 36 } } }, "range": [ - 14298, - 14307 + 14180, + 14189 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 27 }, "end": { - "line": 409, + "line": 403, "column": 36 } } @@ -34910,31 +34503,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14308, - 14316 + 14190, + 14198 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 37 }, "end": { - "line": 409, + "line": 403, "column": 45 } } }, "range": [ - 14298, - 14317 + 14180, + 14199 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 27 }, "end": { - "line": 409, + "line": 403, "column": 46 } } @@ -34944,47 +34537,47 @@ "value": "_0", "raw": "'_0'", "range": [ - 14318, - 14322 + 14200, + 14204 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 47 }, "end": { - "line": 409, + "line": 403, "column": 51 } } }, "range": [ - 14298, - 14322 + 14180, + 14204 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 27 }, "end": { - "line": 409, + "line": 403, "column": 51 } } } ], "range": [ - 14291, - 14323 + 14173, + 14205 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 20 }, "end": { - "line": 409, + "line": 403, "column": 52 } } @@ -34993,31 +34586,31 @@ "type": "Identifier", "name": "checked", "range": [ - 14324, - 14331 + 14206, + 14213 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 53 }, "end": { - "line": 409, + "line": 403, "column": 60 } } }, "range": [ - 14291, - 14331 + 14173, + 14213 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 20 }, "end": { - "line": 409, + "line": 403, "column": 60 } } @@ -35027,78 +34620,78 @@ "value": false, "raw": "false", "range": [ - 14334, - 14339 + 14216, + 14221 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 63 }, "end": { - "line": 409, + "line": 403, "column": 68 } } }, "range": [ - 14291, - 14339 + 14173, + 14221 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 20 }, "end": { - "line": 409, + "line": 403, "column": 68 } } }, "range": [ - 14291, - 14340 + 14173, + 14222 ], "loc": { "start": { - "line": 409, + "line": 403, "column": 20 }, "end": { - "line": 409, + "line": 403, "column": 69 } } } ], "range": [ - 14269, - 14358 + 14151, + 14240 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 52 }, "end": { - "line": 410, + "line": 404, "column": 17 } } }, "alternate": null, "range": [ - 14233, - 14358 + 14115, + 14240 ], "loc": { "start": { - "line": 408, + "line": 402, "column": 16 }, "end": { - "line": 410, + "line": 404, "column": 17 } }, @@ -35107,16 +34700,16 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 14194, - 14216 + 14076, + 14098 ], "loc": { "start": { - "line": 407, + "line": 401, "column": 16 }, "end": { - "line": 407, + "line": 401, "column": 38 } } @@ -35125,31 +34718,31 @@ } ], "range": [ - 13853, - 14372 + 13735, + 14254 ], "loc": { "start": { - "line": 400, + "line": 394, "column": 19 }, "end": { - "line": 411, + "line": 405, "column": 13 } } }, "range": [ - 13001, - 14372 + 12883, + 14254 ], "loc": { "start": { - "line": 380, + "line": 374, "column": 12 }, "end": { - "line": 411, + "line": 405, "column": 13 } }, @@ -35158,16 +34751,16 @@ "type": "Line", "value": "show all item", "range": [ - 12973, - 12988 + 12855, + 12870 ], "loc": { "start": { - "line": 379, + "line": 373, "column": 12 }, "end": { - "line": 379, + "line": 373, "column": 27 } } @@ -35188,16 +34781,16 @@ "type": "Identifier", "name": "Str", "range": [ - 14389, - 14392 + 14271, + 14274 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 15 }, "end": { - "line": 413, + "line": 407, "column": 18 } } @@ -35206,31 +34799,31 @@ "type": "Identifier", "name": "lower", "range": [ - 14393, - 14398 + 14275, + 14280 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 19 }, "end": { - "line": 413, + "line": 407, "column": 24 } } }, "range": [ - 14389, - 14398 + 14271, + 14280 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 15 }, "end": { - "line": 413, + "line": 407, "column": 24 } } @@ -35243,16 +34836,16 @@ "type": "Identifier", "name": "li", "range": [ - 14399, - 14401 + 14281, + 14283 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 25 }, "end": { - "line": 413, + "line": 407, "column": 27 } } @@ -35261,47 +34854,47 @@ "type": "Identifier", "name": "nodeName", "range": [ - 14402, - 14410 + 14284, + 14292 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 28 }, "end": { - "line": 413, + "line": 407, "column": 36 } } }, "range": [ - 14399, - 14410 + 14281, + 14292 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 25 }, "end": { - "line": 413, + "line": 407, "column": 36 } } } ], "range": [ - 14389, - 14411 + 14271, + 14293 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 15 }, "end": { - "line": 413, + "line": 407, "column": 37 } } @@ -35310,31 +34903,31 @@ "type": "Identifier", "name": "itemTag", "range": [ - 14416, - 14423 + 14298, + 14305 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 42 }, "end": { - "line": 413, + "line": 407, "column": 49 } } }, "range": [ - 14389, - 14423 + 14271, + 14305 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 15 }, "end": { - "line": 413, + "line": 407, "column": 49 } } @@ -35353,16 +34946,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14442, - 14445 + 14324, + 14327 ], "loc": { "start": { - "line": 414, + "line": 408, "column": 16 }, "end": { - "line": 414, + "line": 408, "column": 19 } } @@ -35371,31 +34964,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 14446, - 14457 + 14328, + 14339 ], "loc": { "start": { - "line": 414, + "line": 408, "column": 20 }, "end": { - "line": 414, + "line": 408, "column": 31 } } }, "range": [ - 14442, - 14457 + 14324, + 14339 ], "loc": { "start": { - "line": 414, + "line": 408, "column": 16 }, "end": { - "line": 414, + "line": 408, "column": 31 } } @@ -35411,16 +35004,16 @@ "type": "Identifier", "name": "n", "range": [ - 14479, - 14480 + 14361, + 14362 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 20 }, "end": { - "line": 415, + "line": 409, "column": 21 } } @@ -35429,31 +35022,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 14481, - 14491 + 14363, + 14373 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 22 }, "end": { - "line": 415, + "line": 409, "column": 32 } } }, "range": [ - 14479, - 14491 + 14361, + 14373 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 20 }, "end": { - "line": 415, + "line": 409, "column": 32 } } @@ -35463,31 +35056,31 @@ "value": 0, "raw": "0", "range": [ - 14492, - 14493 + 14374, + 14375 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 33 }, "end": { - "line": 415, + "line": 409, "column": 34 } } }, "range": [ - 14479, - 14494 + 14361, + 14376 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 20 }, "end": { - "line": 415, + "line": 409, "column": 35 } } @@ -35498,16 +35091,16 @@ "object": { "type": "ThisExpression", "range": [ - 14496, - 14500 + 14378, + 14382 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 37 }, "end": { - "line": 415, + "line": 409, "column": 41 } } @@ -35516,62 +35109,62 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 14501, - 14525 + 14383, + 14407 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 42 }, "end": { - "line": 415, + "line": 409, "column": 66 } } }, "range": [ - 14496, - 14525 + 14378, + 14407 ], "loc": { "start": { - "line": 415, + "line": 409, "column": 37 }, "end": { - "line": 415, + "line": 409, "column": 66 } } } ], "range": [ - 14442, - 14526 + 14324, + 14408 ], "loc": { "start": { - "line": 414, + "line": 408, "column": 16 }, "end": { - "line": 415, + "line": 409, "column": 67 } } }, "range": [ - 14442, - 14527 + 14324, + 14409 ], "loc": { "start": { - "line": 414, + "line": 408, "column": 16 }, "end": { - "line": 415, + "line": 409, "column": 68 } } @@ -35587,16 +35180,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 14544, - 14547 + 14426, + 14429 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 16 }, "end": { - "line": 416, + "line": 410, "column": 19 } } @@ -35605,31 +35198,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 14548, - 14556 + 14430, + 14438 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 20 }, "end": { - "line": 416, + "line": 410, "column": 28 } } }, "range": [ - 14544, - 14556 + 14426, + 14438 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 16 }, "end": { - "line": 416, + "line": 410, "column": 28 } } @@ -35639,16 +35232,16 @@ "type": "Identifier", "name": "li", "range": [ - 14557, - 14559 + 14439, + 14441 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 29 }, "end": { - "line": 416, + "line": 410, "column": 31 } } @@ -35659,16 +35252,16 @@ "object": { "type": "ThisExpression", "range": [ - 14561, - 14565 + 14443, + 14447 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 33 }, "end": { - "line": 416, + "line": 410, "column": 37 } } @@ -35677,110 +35270,110 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 14566, - 14590 + 14448, + 14472 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 38 }, "end": { - "line": 416, + "line": 410, "column": 62 } } }, "range": [ - 14561, - 14590 + 14443, + 14472 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 33 }, "end": { - "line": 416, + "line": 410, "column": 62 } } } ], "range": [ - 14544, - 14591 + 14426, + 14473 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 16 }, "end": { - "line": 416, + "line": 410, "column": 63 } } }, "range": [ - 14544, - 14592 + 14426, + 14474 ], "loc": { "start": { - "line": 416, + "line": 410, "column": 16 }, "end": { - "line": 416, + "line": 410, "column": 64 } } } ], "range": [ - 14424, - 14606 + 14306, + 14488 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 50 }, "end": { - "line": 417, + "line": 411, "column": 13 } } }, "alternate": null, "range": [ - 14386, - 14606 + 14268, + 14488 ], "loc": { "start": { - "line": 413, + "line": 407, "column": 12 }, "end": { - "line": 417, + "line": 411, "column": 13 } } } ], "range": [ - 12959, - 14616 + 12841, + 14498 ], "loc": { "start": { - "line": 378, + "line": 372, "column": 21 }, "end": { - "line": 418, + "line": 412, "column": 9 } } @@ -35797,16 +35390,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 14668, - 14676 + 14550, + 14558 ], "loc": { "start": { - "line": 419, + "line": 413, "column": 15 }, "end": { - "line": 419, + "line": 413, "column": 23 } } @@ -35816,31 +35409,31 @@ "value": "", "raw": "''", "range": [ - 14679, - 14681 + 14561, + 14563 ], "loc": { "start": { - "line": 419, + "line": 413, "column": 26 }, "end": { - "line": 419, + "line": 413, "column": 28 } } }, "range": [ - 14668, - 14681 + 14550, + 14563 ], "loc": { "start": { - "line": 419, + "line": 413, "column": 15 }, "end": { - "line": 419, + "line": 413, "column": 28 } } @@ -35857,16 +35450,16 @@ "type": "Identifier", "name": "replaceValue", "range": [ - 14704, - 14716 + 14586, + 14598 ], "loc": { "start": { - "line": 420, + "line": 414, "column": 20 }, "end": { - "line": 420, + "line": 414, "column": 32 } } @@ -35877,16 +35470,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 14723, - 14729 + 14605, + 14611 ], "loc": { "start": { - "line": 420, + "line": 414, "column": 39 }, "end": { - "line": 420, + "line": 414, "column": 45 } } @@ -35901,16 +35494,16 @@ "type": "Identifier", "name": "Str", "range": [ - 14755, - 14758 + 14637, + 14640 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 24 }, "end": { - "line": 421, + "line": 415, "column": 27 } } @@ -35919,31 +35512,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 14759, - 14765 + 14641, + 14647 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 28 }, "end": { - "line": 421, + "line": 415, "column": 34 } } }, "range": [ - 14755, - 14765 + 14637, + 14647 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 24 }, "end": { - "line": 421, + "line": 415, "column": 34 } } @@ -35959,16 +35552,16 @@ "type": "Identifier", "name": "chkValue", "range": [ - 14766, - 14774 + 14648, + 14656 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 35 }, "end": { - "line": 421, + "line": 415, "column": 43 } } @@ -35978,31 +35571,31 @@ "value": " ", "raw": "' '", "range": [ - 14775, - 14778 + 14657, + 14660 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 44 }, "end": { - "line": 421, + "line": 415, "column": 47 } } }, "range": [ - 14766, - 14778 + 14648, + 14660 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 35 }, "end": { - "line": 421, + "line": 415, "column": 47 } } @@ -36014,16 +35607,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14779, - 14781 + 14661, + 14663 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 48 }, "end": { - "line": 421, + "line": 415, "column": 50 } } @@ -36032,93 +35625,93 @@ "type": "Identifier", "name": "orOperator", "range": [ - 14782, - 14792 + 14664, + 14674 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 51 }, "end": { - "line": 421, + "line": 415, "column": 61 } } }, "range": [ - 14779, - 14792 + 14661, + 14674 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 48 }, "end": { - "line": 421, + "line": 415, "column": 61 } } }, "range": [ - 14766, - 14792 + 14648, + 14674 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 35 }, "end": { - "line": 421, + "line": 415, "column": 61 } } } ], "range": [ - 14755, - 14793 + 14637, + 14675 ], "loc": { "start": { - "line": 421, + "line": 415, "column": 24 }, "end": { - "line": 421, + "line": 415, "column": 62 } } } ], "range": [ - 14719, - 14794 + 14601, + 14676 ], "loc": { "start": { - "line": 420, + "line": 414, "column": 35 }, "end": { - "line": 421, + "line": 415, "column": 63 } } }, "range": [ - 14704, - 14794 + 14586, + 14676 ], "loc": { "start": { - "line": 420, + "line": 414, "column": 20 }, "end": { - "line": 421, + "line": 415, "column": 63 } } @@ -36126,16 +35719,16 @@ ], "kind": "let", "range": [ - 14700, - 14795 + 14582, + 14677 ], "loc": { "start": { - "line": 420, + "line": 414, "column": 16 }, "end": { - "line": 421, + "line": 415, "column": 64 } } @@ -36149,16 +35742,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14812, - 14820 + 14694, + 14702 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 16 }, "end": { - "line": 422, + "line": 416, "column": 24 } } @@ -36172,16 +35765,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14823, - 14831 + 14705, + 14713 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 27 }, "end": { - "line": 422, + "line": 416, "column": 35 } } @@ -36190,31 +35783,31 @@ "type": "Identifier", "name": "replace", "range": [ - 14832, - 14839 + 14714, + 14721 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 36 }, "end": { - "line": 422, + "line": 416, "column": 43 } } }, "range": [ - 14823, - 14839 + 14705, + 14721 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 27 }, "end": { - "line": 422, + "line": 416, "column": 43 } } @@ -36224,16 +35817,16 @@ "type": "Identifier", "name": "replaceValue", "range": [ - 14840, - 14852 + 14722, + 14734 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 44 }, "end": { - "line": 422, + "line": 416, "column": 56 } } @@ -36243,62 +35836,62 @@ "value": "", "raw": "''", "range": [ - 14853, - 14855 + 14735, + 14737 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 57 }, "end": { - "line": 422, + "line": 416, "column": 59 } } } ], "range": [ - 14823, - 14856 + 14705, + 14738 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 27 }, "end": { - "line": 422, + "line": 416, "column": 60 } } }, "range": [ - 14812, - 14856 + 14694, + 14738 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 16 }, "end": { - "line": 422, + "line": 416, "column": 60 } } }, "range": [ - 14812, - 14857 + 14694, + 14739 ], "loc": { "start": { - "line": 422, + "line": 416, "column": 16 }, "end": { - "line": 422, + "line": 416, "column": 61 } } @@ -36314,16 +35907,16 @@ "type": "Identifier", "name": "n", "range": [ - 14874, - 14875 + 14756, + 14757 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 16 }, "end": { - "line": 423, + "line": 417, "column": 17 } } @@ -36332,31 +35925,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14876, - 14888 + 14758, + 14770 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 18 }, "end": { - "line": 423, + "line": 417, "column": 30 } } }, "range": [ - 14874, - 14888 + 14756, + 14770 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 16 }, "end": { - "line": 423, + "line": 417, "column": 30 } } @@ -36367,16 +35960,16 @@ "value": "value", "raw": "'value'", "range": [ - 14889, - 14896 + 14771, + 14778 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 31 }, "end": { - "line": 423, + "line": 417, "column": 38 } } @@ -36390,16 +35983,16 @@ "type": "Identifier", "name": "Str", "range": [ - 14898, - 14901 + 14780, + 14783 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 40 }, "end": { - "line": 423, + "line": 417, "column": 43 } } @@ -36408,31 +36001,31 @@ "type": "Identifier", "name": "trim", "range": [ - 14902, - 14906 + 14784, + 14788 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 44 }, "end": { - "line": 423, + "line": 417, "column": 48 } } }, "range": [ - 14898, - 14906 + 14780, + 14788 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 40 }, "end": { - "line": 423, + "line": 417, "column": 48 } } @@ -36442,63 +36035,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14907, - 14915 + 14789, + 14797 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 49 }, "end": { - "line": 423, + "line": 417, "column": 57 } } } ], "range": [ - 14898, - 14916 + 14780, + 14798 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 40 }, "end": { - "line": 423, + "line": 417, "column": 58 } } } ], "range": [ - 14874, - 14917 + 14756, + 14799 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 16 }, "end": { - "line": 423, + "line": 417, "column": 59 } } }, "range": [ - 14874, - 14918 + 14756, + 14800 ], "loc": { "start": { - "line": 423, + "line": 417, "column": 16 }, "end": { - "line": 423, + "line": 417, "column": 60 } } @@ -36512,16 +36105,16 @@ "type": "Identifier", "name": "replaceIndex", "range": [ - 14940, - 14952 + 14822, + 14834 ], "loc": { "start": { - "line": 425, + "line": 419, "column": 20 }, "end": { - "line": 425, + "line": 419, "column": 32 } } @@ -36532,16 +36125,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 14959, - 14965 + 14841, + 14847 ], "loc": { "start": { - "line": 425, + "line": 419, "column": 39 }, "end": { - "line": 425, + "line": 419, "column": 45 } } @@ -36556,16 +36149,16 @@ "type": "Identifier", "name": "Str", "range": [ - 14991, - 14994 + 14873, + 14876 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 24 }, "end": { - "line": 426, + "line": 420, "column": 27 } } @@ -36574,31 +36167,31 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 14995, - 15001 + 14877, + 14883 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 28 }, "end": { - "line": 426, + "line": 420, "column": 34 } } }, "range": [ - 14991, - 15001 + 14873, + 14883 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 24 }, "end": { - "line": 426, + "line": 420, "column": 34 } } @@ -36611,16 +36204,16 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 15002, - 15010 + 14884, + 14892 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 35 }, "end": { - "line": 426, + "line": 420, "column": 43 } } @@ -36632,16 +36225,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15013, - 15015 + 14895, + 14897 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 46 }, "end": { - "line": 426, + "line": 420, "column": 48 } } @@ -36650,93 +36243,93 @@ "type": "Identifier", "name": "separator", "range": [ - 15016, - 15025 + 14898, + 14907 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 49 }, "end": { - "line": 426, + "line": 420, "column": 58 } } }, "range": [ - 15013, - 15025 + 14895, + 14907 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 46 }, "end": { - "line": 426, + "line": 420, "column": 58 } } }, "range": [ - 15002, - 15025 + 14884, + 14907 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 35 }, "end": { - "line": 426, + "line": 420, "column": 58 } } } ], "range": [ - 14991, - 15026 + 14873, + 14908 ], "loc": { "start": { - "line": 426, + "line": 420, "column": 24 }, "end": { - "line": 426, + "line": 420, "column": 59 } } } ], "range": [ - 14955, - 15027 + 14837, + 14909 ], "loc": { "start": { - "line": 425, + "line": 419, "column": 35 }, "end": { - "line": 426, + "line": 420, "column": 60 } } }, "range": [ - 14940, - 15027 + 14822, + 14909 ], "loc": { "start": { - "line": 425, + "line": 419, "column": 20 }, "end": { - "line": 426, + "line": 420, "column": 60 } } @@ -36744,16 +36337,16 @@ ], "kind": "let", "range": [ - 14936, - 15028 + 14818, + 14910 ], "loc": { "start": { - "line": 425, + "line": 419, "column": 16 }, "end": { - "line": 426, + "line": 420, "column": 61 } } @@ -36767,16 +36360,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 15045, - 15055 + 14927, + 14937 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 16 }, "end": { - "line": 427, + "line": 421, "column": 26 } } @@ -36790,16 +36383,16 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 15058, - 15068 + 14940, + 14950 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 29 }, "end": { - "line": 427, + "line": 421, "column": 39 } } @@ -36808,31 +36401,31 @@ "type": "Identifier", "name": "replace", "range": [ - 15069, - 15076 + 14951, + 14958 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 40 }, "end": { - "line": 427, + "line": 421, "column": 47 } } }, "range": [ - 15058, - 15076 + 14940, + 14958 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 29 }, "end": { - "line": 427, + "line": 421, "column": 47 } } @@ -36842,16 +36435,16 @@ "type": "Identifier", "name": "replaceIndex", "range": [ - 15077, - 15089 + 14959, + 14971 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 48 }, "end": { - "line": 427, + "line": 421, "column": 60 } } @@ -36861,62 +36454,62 @@ "value": "", "raw": "''", "range": [ - 15091, - 15093 + 14973, + 14975 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 62 }, "end": { - "line": 427, + "line": 421, "column": 64 } } } ], "range": [ - 15058, - 15094 + 14940, + 14976 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 29 }, "end": { - "line": 427, + "line": 421, "column": 65 } } }, "range": [ - 15045, - 15094 + 14927, + 14976 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 16 }, "end": { - "line": 427, + "line": 421, "column": 65 } } }, "range": [ - 15045, - 15095 + 14927, + 14977 ], "loc": { "start": { - "line": 427, + "line": 421, "column": 16 }, "end": { - "line": 427, + "line": 421, "column": 66 } } @@ -36932,16 +36525,16 @@ "type": "Identifier", "name": "n", "range": [ - 15112, - 15113 + 14994, + 14995 ], "loc": { "start": { - "line": 428, + "line": 422, "column": 16 }, "end": { - "line": 428, + "line": 422, "column": 17 } } @@ -36950,31 +36543,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 15114, - 15126 + 14996, + 15008 ], "loc": { "start": { - "line": 428, + "line": 422, "column": 18 }, "end": { - "line": 428, + "line": 422, "column": 30 } } }, "range": [ - 15112, - 15126 + 14994, + 15008 ], "loc": { "start": { - "line": 428, + "line": 422, "column": 16 }, "end": { - "line": 428, + "line": 422, "column": 30 } } @@ -36985,16 +36578,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 15127, - 15136 + 15009, + 15018 ], "loc": { "start": { - "line": 428, + "line": 422, "column": 31 }, "end": { - "line": 428, + "line": 422, "column": 40 } } @@ -37003,79 +36596,79 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 15138, - 15148 + 15020, + 15030 ], "loc": { "start": { - "line": 428, + "line": 422, "column": 42 }, "end": { - "line": 428, + "line": 422, "column": 52 } } } ], "range": [ - 15112, - 15149 + 14994, + 15031 ], "loc": { "start": { - "line": 428, + "line": 422, "column": 16 }, "end": { - "line": 428, + "line": 422, "column": 53 } } }, "range": [ - 15112, - 15150 + 14994, + 15032 ], "loc": { "start": { - "line": 428, + "line": 422, "column": 16 }, "end": { - "line": 428, + "line": 422, "column": 54 } } } ], "range": [ - 14682, - 15164 + 14564, + 15046 ], "loc": { "start": { - "line": 419, + "line": 413, "column": 29 }, "end": { - "line": 429, + "line": 423, "column": 13 } } }, "alternate": null, "range": [ - 14665, - 15164 + 14547, + 15046 ], "loc": { "start": { - "line": 419, + "line": 413, "column": 12 }, "end": { - "line": 429, + "line": 423, "column": 13 } }, @@ -37084,16 +36677,16 @@ "type": "Line", "value": "removes values and indexes", "range": [ - 14624, - 14652 + 14506, + 14534 ], "loc": { "start": { - "line": 418, + "line": 412, "column": 17 }, "end": { - "line": 418, + "line": 412, "column": 45 } } @@ -37114,16 +36707,16 @@ "type": "Identifier", "name": "Str", "range": [ - 15180, - 15183 + 15062, + 15065 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 15 }, "end": { - "line": 430, + "line": 424, "column": 18 } } @@ -37132,31 +36725,31 @@ "type": "Identifier", "name": "lower", "range": [ - 15184, - 15189 + 15066, + 15071 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 19 }, "end": { - "line": 430, + "line": 424, "column": 24 } } }, "range": [ - 15180, - 15189 + 15062, + 15071 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 15 }, "end": { - "line": 430, + "line": 424, "column": 24 } } @@ -37169,16 +36762,16 @@ "type": "Identifier", "name": "li", "range": [ - 15190, - 15192 + 15072, + 15074 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 25 }, "end": { - "line": 430, + "line": 424, "column": 27 } } @@ -37187,47 +36780,47 @@ "type": "Identifier", "name": "nodeName", "range": [ - 15193, - 15201 + 15075, + 15083 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 28 }, "end": { - "line": 430, + "line": 424, "column": 36 } } }, "range": [ - 15190, - 15201 + 15072, + 15083 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 25 }, "end": { - "line": 430, + "line": 424, "column": 36 } } } ], "range": [ - 15180, - 15202 + 15062, + 15084 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 15 }, "end": { - "line": 430, + "line": 424, "column": 37 } } @@ -37236,31 +36829,31 @@ "type": "Identifier", "name": "itemTag", "range": [ - 15205, - 15212 + 15087, + 15094 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 40 }, "end": { - "line": 430, + "line": 424, "column": 47 } } }, "range": [ - 15180, - 15212 + 15062, + 15094 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 15 }, "end": { - "line": 430, + "line": 424, "column": 47 } } @@ -37279,16 +36872,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 15231, - 15234 + 15113, + 15116 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 16 }, "end": { - "line": 431, + "line": 425, "column": 19 } } @@ -37297,31 +36890,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 15235, - 15246 + 15117, + 15128 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 20 }, "end": { - "line": 431, + "line": 425, "column": 31 } } }, "range": [ - 15231, - 15246 + 15113, + 15128 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 16 }, "end": { - "line": 431, + "line": 425, "column": 31 } } @@ -37331,16 +36924,16 @@ "type": "Identifier", "name": "li", "range": [ - 15247, - 15249 + 15129, + 15131 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 32 }, "end": { - "line": 431, + "line": 425, "column": 34 } } @@ -37351,16 +36944,16 @@ "object": { "type": "ThisExpression", "range": [ - 15251, - 15255 + 15133, + 15137 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 36 }, "end": { - "line": 431, + "line": 425, "column": 40 } } @@ -37369,125 +36962,125 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 15256, - 15280 + 15138, + 15162 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 41 }, "end": { - "line": 431, + "line": 425, "column": 65 } } }, "range": [ - 15251, - 15280 + 15133, + 15162 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 36 }, "end": { - "line": 431, + "line": 425, "column": 65 } } } ], "range": [ - 15231, - 15281 + 15113, + 15163 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 16 }, "end": { - "line": 431, + "line": 425, "column": 66 } } }, "range": [ - 15231, - 15282 + 15113, + 15164 ], "loc": { "start": { - "line": 431, + "line": 425, "column": 16 }, "end": { - "line": 431, + "line": 425, "column": 67 } } } ], "range": [ - 15213, - 15296 + 15095, + 15178 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 48 }, "end": { - "line": 432, + "line": 426, "column": 13 } } }, "alternate": null, "range": [ - 15177, - 15296 + 15059, + 15178 ], "loc": { "start": { - "line": 430, + "line": 424, "column": 12 }, "end": { - "line": 432, + "line": 426, "column": 13 } } } ], "range": [ - 14622, - 15306 + 14504, + 15188 ], "loc": { "start": { - "line": 418, + "line": 412, "column": 15 }, "end": { - "line": 433, + "line": 427, "column": 9 } } }, "range": [ - 12946, - 15306 + 12828, + 15188 ], "loc": { "start": { - "line": 378, + "line": 372, "column": 8 }, "end": { - "line": 433, + "line": 427, "column": 9 } }, @@ -37496,16 +37089,16 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12911, - 12936 + 12793, + 12818 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 52 }, "end": { - "line": 376, + "line": 370, "column": 77 } } @@ -37514,16 +37107,16 @@ } ], "range": [ - 12330, - 15312 + 12212, + 15194 ], "loc": { "start": { - "line": 358, + "line": 352, "column": 25 }, "end": { - "line": 434, + "line": 428, "column": 5 } } @@ -37531,16 +37124,16 @@ "generator": false, "expression": false, "range": [ - 12327, - 15312 + 12209, + 15194 ], "loc": { "start": { - "line": 358, + "line": 352, "column": 22 }, "end": { - "line": 434, + "line": 428, "column": 5 } } @@ -37548,16 +37141,16 @@ "kind": "method", "computed": false, "range": [ - 12309, - 15312 + 12191, + 15194 ], "loc": { "start": { - "line": 358, + "line": 352, "column": 4 }, "end": { - "line": 434, + "line": 428, "column": 5 } }, @@ -37566,16 +37159,16 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 12185, - 12304 + 12067, + 12186 ], "loc": { "start": { - "line": 354, + "line": 348, "column": 4 }, "end": { - "line": 357, + "line": 351, "column": 7 } } @@ -37586,16 +37179,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": [ - 15318, - 15487 + 15200, + 15369 ], "loc": { "start": { - "line": 436, + "line": 430, "column": 4 }, "end": { - "line": 440, + "line": 434, "column": 7 } } @@ -37609,16 +37202,16 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 15492, - 15505 + 15374, + 15387 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 4 }, "end": { - "line": 441, + "line": 435, "column": 17 } } @@ -37631,16 +37224,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15506, - 15514 + 15388, + 15396 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 18 }, "end": { - "line": 441, + "line": 435, "column": 26 } } @@ -37651,16 +37244,16 @@ "type": "Identifier", "name": "values", "range": [ - 15516, - 15522 + 15398, + 15404 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 28 }, "end": { - "line": 441, + "line": 435, "column": 34 } } @@ -37669,31 +37262,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 15523, - 15525 + 15405, + 15407 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 35 }, "end": { - "line": 441, + "line": 435, "column": 37 } } }, "range": [ - 15516, - 15525 + 15398, + 15407 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 28 }, "end": { - "line": 441, + "line": 435, "column": 37 } } @@ -37711,16 +37304,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15540, - 15542 + 15422, + 15424 ], "loc": { "start": { - "line": 442, + "line": 436, "column": 12 }, "end": { - "line": 442, + "line": 436, "column": 14 } } @@ -37731,16 +37324,16 @@ "object": { "type": "ThisExpression", "range": [ - 15545, - 15549 + 15427, + 15431 ], "loc": { "start": { - "line": 442, + "line": 436, "column": 17 }, "end": { - "line": 442, + "line": 436, "column": 21 } } @@ -37749,46 +37342,46 @@ "type": "Identifier", "name": "tf", "range": [ - 15550, - 15552 + 15432, + 15434 ], "loc": { "start": { - "line": 442, + "line": 436, "column": 22 }, "end": { - "line": 442, + "line": 436, "column": 24 } } }, "range": [ - 15545, - 15552 + 15427, + 15434 ], "loc": { "start": { - "line": 442, + "line": 436, "column": 17 }, "end": { - "line": 442, + "line": 436, "column": 24 } } }, "range": [ - 15540, - 15552 + 15422, + 15434 ], "loc": { "start": { - "line": 442, + "line": 436, "column": 12 }, "end": { - "line": 442, + "line": 436, "column": 24 } } @@ -37796,16 +37389,16 @@ ], "kind": "let", "range": [ - 15536, - 15553 + 15418, + 15435 ], "loc": { "start": { - "line": 442, + "line": 436, "column": 8 }, "end": { - "line": 442, + "line": 436, "column": 25 } } @@ -37827,16 +37420,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15565, - 15567 + 15447, + 15449 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 11 }, "end": { - "line": 443, + "line": 437, "column": 13 } } @@ -37845,31 +37438,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 15568, - 15581 + 15450, + 15463 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 14 }, "end": { - "line": 443, + "line": 437, "column": 27 } } }, "range": [ - 15565, - 15581 + 15447, + 15463 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 11 }, "end": { - "line": 443, + "line": 437, "column": 27 } } @@ -37879,32 +37472,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15582, - 15590 + 15464, + 15472 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 28 }, "end": { - "line": 443, + "line": 437, "column": 36 } } } ], "range": [ - 15565, - 15591 + 15447, + 15473 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 11 }, "end": { - "line": 443, + "line": 437, "column": 37 } } @@ -37916,16 +37509,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15596, - 15598 + 15478, + 15480 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 42 }, "end": { - "line": 443, + "line": 437, "column": 44 } } @@ -37934,46 +37527,46 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 15599, - 15615 + 15481, + 15497 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 45 }, "end": { - "line": 443, + "line": 437, "column": 61 } } }, "range": [ - 15596, - 15615 + 15478, + 15497 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 42 }, "end": { - "line": 443, + "line": 437, "column": 61 } } }, "range": [ - 15565, - 15615 + 15447, + 15497 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 11 }, "end": { - "line": 443, + "line": 437, "column": 61 } } @@ -37988,16 +37581,16 @@ "type": "Identifier", "name": "values", "range": [ - 15631, - 15637 + 15513, + 15519 ], "loc": { "start": { - "line": 444, + "line": 438, "column": 12 }, "end": { - "line": 444, + "line": 438, "column": 18 } } @@ -38006,31 +37599,31 @@ "type": "Identifier", "name": "length", "range": [ - 15638, - 15644 + 15520, + 15526 ], "loc": { "start": { - "line": 444, + "line": 438, "column": 19 }, "end": { - "line": 444, + "line": 438, "column": 25 } } }, "range": [ - 15631, - 15644 + 15513, + 15526 ], "loc": { "start": { - "line": 444, + "line": 438, "column": 12 }, "end": { - "line": 444, + "line": 438, "column": 25 } } @@ -38040,46 +37633,46 @@ "value": 0, "raw": "0", "range": [ - 15649, - 15650 + 15531, + 15532 ], "loc": { "start": { - "line": 444, + "line": 438, "column": 30 }, "end": { - "line": 444, + "line": 438, "column": 31 } } }, "range": [ - 15631, - 15650 + 15513, + 15532 ], "loc": { "start": { - "line": 444, + "line": 438, "column": 12 }, "end": { - "line": 444, + "line": 438, "column": 31 } } }, "range": [ - 15565, - 15650 + 15447, + 15532 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 11 }, "end": { - "line": 444, + "line": 438, "column": 31 } } @@ -38091,48 +37684,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 15665, - 15672 + 15547, + 15554 ], "loc": { "start": { - "line": 445, + "line": 439, "column": 12 }, "end": { - "line": 445, + "line": 439, "column": 19 } } } ], "range": [ - 15651, - 15682 + 15533, + 15564 ], "loc": { "start": { - "line": 444, + "line": 438, "column": 32 }, "end": { - "line": 446, + "line": 440, "column": 9 } } }, "alternate": null, "range": [ - 15562, - 15682 + 15444, + 15564 ], "loc": { "start": { - "line": 443, + "line": 437, "column": 8 }, "end": { - "line": 446, + "line": 440, "column": 9 } } @@ -38146,16 +37739,16 @@ "type": "Identifier", "name": "flt", "range": [ - 15695, - 15698 + 15577, + 15580 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 12 }, "end": { - "line": 447, + "line": 441, "column": 15 } } @@ -38169,16 +37762,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15701, - 15703 + 15583, + 15585 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 18 }, "end": { - "line": 447, + "line": 441, "column": 20 } } @@ -38187,31 +37780,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 15704, - 15720 + 15586, + 15602 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 21 }, "end": { - "line": 447, + "line": 441, "column": 37 } } }, "range": [ - 15701, - 15720 + 15583, + 15602 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 18 }, "end": { - "line": 447, + "line": 441, "column": 37 } } @@ -38221,47 +37814,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15721, - 15729 + 15603, + 15611 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 38 }, "end": { - "line": 447, + "line": 441, "column": 46 } } } ], "range": [ - 15701, - 15730 + 15583, + 15612 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 18 }, "end": { - "line": 447, + "line": 441, "column": 47 } } }, "range": [ - 15695, - 15730 + 15577, + 15612 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 12 }, "end": { - "line": 447, + "line": 441, "column": 47 } } @@ -38269,16 +37862,16 @@ ], "kind": "let", "range": [ - 15691, - 15731 + 15573, + 15613 ], "loc": { "start": { - "line": 447, + "line": 441, "column": 8 }, "end": { - "line": 447, + "line": 441, "column": 48 } } @@ -38292,16 +37885,16 @@ "type": "Identifier", "name": "lisNb", "range": [ - 15745, - 15750 + 15627, + 15632 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 12 }, "end": { - "line": 449, + "line": 443, "column": 17 } } @@ -38318,16 +37911,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 15753, - 15756 + 15635, + 15638 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 20 }, "end": { - "line": 449, + "line": 443, "column": 23 } } @@ -38336,31 +37929,31 @@ "type": "Identifier", "name": "tag", "range": [ - 15757, - 15760 + 15639, + 15642 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 24 }, "end": { - "line": 449, + "line": 443, "column": 27 } } }, "range": [ - 15753, - 15760 + 15635, + 15642 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 20 }, "end": { - "line": 449, + "line": 443, "column": 27 } } @@ -38370,16 +37963,16 @@ "type": "Identifier", "name": "flt", "range": [ - 15761, - 15764 + 15643, + 15646 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 28 }, "end": { - "line": 449, + "line": 443, "column": 31 } } @@ -38389,32 +37982,32 @@ "value": "li", "raw": "'li'", "range": [ - 15766, - 15770 + 15648, + 15652 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 33 }, "end": { - "line": 449, + "line": 443, "column": 37 } } } ], "range": [ - 15753, - 15771 + 15635, + 15653 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 20 }, "end": { - "line": 449, + "line": 443, "column": 38 } } @@ -38423,46 +38016,46 @@ "type": "Identifier", "name": "length", "range": [ - 15772, - 15778 + 15654, + 15660 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 39 }, "end": { - "line": 449, + "line": 443, "column": 45 } } }, "range": [ - 15753, - 15778 + 15635, + 15660 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 20 }, "end": { - "line": 449, + "line": 443, "column": 45 } } }, "range": [ - 15745, - 15778 + 15627, + 15660 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 12 }, "end": { - "line": 449, + "line": 443, "column": 45 } } @@ -38470,16 +38063,16 @@ ], "kind": "let", "range": [ - 15741, - 15779 + 15623, + 15661 ], "loc": { "start": { - "line": 449, + "line": 443, "column": 8 }, "end": { - "line": 449, + "line": 443, "column": 46 } } @@ -38495,16 +38088,16 @@ "type": "Identifier", "name": "flt", "range": [ - 15789, - 15792 + 15671, + 15674 ], "loc": { "start": { - "line": 451, + "line": 445, "column": 8 }, "end": { - "line": 451, + "line": 445, "column": 11 } } @@ -38513,31 +38106,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 15793, - 15805 + 15675, + 15687 ], "loc": { "start": { - "line": 451, + "line": 445, "column": 12 }, "end": { - "line": 451, + "line": 445, "column": 24 } } }, "range": [ - 15789, - 15805 + 15671, + 15687 ], "loc": { "start": { - "line": 451, + "line": 445, "column": 8 }, "end": { - "line": 451, + "line": 445, "column": 24 } } @@ -38548,16 +38141,16 @@ "value": "value", "raw": "'value'", "range": [ - 15806, - 15813 + 15688, + 15695 ], "loc": { "start": { - "line": 451, + "line": 445, "column": 25 }, "end": { - "line": 451, + "line": 445, "column": 32 } } @@ -38567,47 +38160,47 @@ "value": "", "raw": "''", "range": [ - 15815, - 15817 + 15697, + 15699 ], "loc": { "start": { - "line": 451, + "line": 445, "column": 34 }, "end": { - "line": 451, + "line": 445, "column": 36 } } } ], "range": [ - 15789, - 15818 + 15671, + 15700 ], "loc": { "start": { - "line": 451, + "line": 445, "column": 8 }, "end": { - "line": 451, + "line": 445, "column": 37 } } }, "range": [ - 15789, - 15819 + 15671, + 15701 ], "loc": { "start": { - "line": 451, + "line": 445, "column": 8 }, "end": { - "line": 451, + "line": 445, "column": 38 } } @@ -38623,16 +38216,16 @@ "type": "Identifier", "name": "flt", "range": [ - 15828, - 15831 + 15710, + 15713 ], "loc": { "start": { - "line": 452, + "line": 446, "column": 8 }, "end": { - "line": 452, + "line": 446, "column": 11 } } @@ -38641,31 +38234,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 15832, - 15844 + 15714, + 15726 ], "loc": { "start": { - "line": 452, + "line": 446, "column": 12 }, "end": { - "line": 452, + "line": 446, "column": 24 } } }, "range": [ - 15828, - 15844 + 15710, + 15726 ], "loc": { "start": { - "line": 452, + "line": 446, "column": 8 }, "end": { - "line": 452, + "line": 446, "column": 24 } } @@ -38676,16 +38269,16 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 15845, - 15854 + 15727, + 15736 ], "loc": { "start": { - "line": 452, + "line": 446, "column": 25 }, "end": { - "line": 452, + "line": 446, "column": 34 } } @@ -38695,47 +38288,47 @@ "value": "", "raw": "''", "range": [ - 15856, - 15858 + 15738, + 15740 ], "loc": { "start": { - "line": 452, + "line": 446, "column": 36 }, "end": { - "line": 452, + "line": 446, "column": 38 } } } ], "range": [ - 15828, - 15859 + 15710, + 15741 ], "loc": { "start": { - "line": 452, + "line": 446, "column": 8 }, "end": { - "line": 452, + "line": 446, "column": 39 } } }, "range": [ - 15828, - 15860 + 15710, + 15742 ], "loc": { "start": { - "line": 452, + "line": 446, "column": 8 }, "end": { - "line": 452, + "line": 446, "column": 40 } } @@ -38751,16 +38344,16 @@ "type": "Identifier", "name": "k", "range": [ - 15878, - 15879 + 15760, + 15761 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 16 }, "end": { - "line": 454, + "line": 448, "column": 17 } } @@ -38770,31 +38363,31 @@ "value": 0, "raw": "0", "range": [ - 15880, - 15881 + 15762, + 15763 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 18 }, "end": { - "line": 454, + "line": 448, "column": 19 } } }, "range": [ - 15878, - 15881 + 15760, + 15763 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 16 }, "end": { - "line": 454, + "line": 448, "column": 19 } } @@ -38802,16 +38395,16 @@ ], "kind": "let", "range": [ - 15874, - 15881 + 15756, + 15763 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 12 }, "end": { - "line": 454, + "line": 448, "column": 19 } } @@ -38823,16 +38416,16 @@ "type": "Identifier", "name": "k", "range": [ - 15883, - 15884 + 15765, + 15766 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 21 }, "end": { - "line": 454, + "line": 448, "column": 22 } } @@ -38841,31 +38434,31 @@ "type": "Identifier", "name": "lisNb", "range": [ - 15885, - 15890 + 15767, + 15772 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 23 }, "end": { - "line": 454, + "line": 448, "column": 28 } } }, "range": [ - 15883, - 15890 + 15765, + 15772 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 21 }, "end": { - "line": 454, + "line": 448, "column": 28 } } @@ -38877,32 +38470,32 @@ "type": "Identifier", "name": "k", "range": [ - 15892, - 15893 + 15774, + 15775 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 30 }, "end": { - "line": 454, + "line": 448, "column": 31 } } }, "prefix": false, "range": [ - 15892, - 15895 + 15774, + 15777 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 30 }, "end": { - "line": 454, + "line": 448, "column": 33 } } @@ -38919,16 +38512,16 @@ "type": "Identifier", "name": "li", "range": [ - 15914, - 15916 + 15796, + 15798 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 16 }, "end": { - "line": 455, + "line": 449, "column": 18 } } @@ -38945,16 +38538,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 15919, - 15922 + 15801, + 15804 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 21 }, "end": { - "line": 455, + "line": 449, "column": 24 } } @@ -38963,31 +38556,31 @@ "type": "Identifier", "name": "tag", "range": [ - 15923, - 15926 + 15805, + 15808 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 25 }, "end": { - "line": 455, + "line": 449, "column": 28 } } }, "range": [ - 15919, - 15926 + 15801, + 15808 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 21 }, "end": { - "line": 455, + "line": 449, "column": 28 } } @@ -38997,16 +38590,16 @@ "type": "Identifier", "name": "flt", "range": [ - 15927, - 15930 + 15809, + 15812 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 29 }, "end": { - "line": 455, + "line": 449, "column": 32 } } @@ -39016,32 +38609,32 @@ "value": "li", "raw": "'li'", "range": [ - 15932, - 15936 + 15814, + 15818 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 34 }, "end": { - "line": 455, + "line": 449, "column": 38 } } } ], "range": [ - 15919, - 15937 + 15801, + 15819 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 21 }, "end": { - "line": 455, + "line": 449, "column": 39 } } @@ -39050,46 +38643,46 @@ "type": "Identifier", "name": "k", "range": [ - 15938, - 15939 + 15820, + 15821 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 40 }, "end": { - "line": 455, + "line": 449, "column": 41 } } }, "range": [ - 15919, - 15940 + 15801, + 15822 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 21 }, "end": { - "line": 455, + "line": 449, "column": 42 } } }, "range": [ - 15914, - 15940 + 15796, + 15822 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 16 }, "end": { - "line": 455, + "line": 449, "column": 42 } } @@ -39100,16 +38693,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 15958, - 15961 + 15840, + 15843 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 16 }, "end": { - "line": 456, + "line": 450, "column": 19 } } @@ -39126,16 +38719,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 15964, - 15967 + 15846, + 15849 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 22 }, "end": { - "line": 456, + "line": 450, "column": 25 } } @@ -39144,31 +38737,31 @@ "type": "Identifier", "name": "tag", "range": [ - 15968, - 15971 + 15850, + 15853 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 26 }, "end": { - "line": 456, + "line": 450, "column": 29 } } }, "range": [ - 15964, - 15971 + 15846, + 15853 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 22 }, "end": { - "line": 456, + "line": 450, "column": 29 } } @@ -39178,16 +38771,16 @@ "type": "Identifier", "name": "li", "range": [ - 15972, - 15974 + 15854, + 15856 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 30 }, "end": { - "line": 456, + "line": 450, "column": 32 } } @@ -39197,32 +38790,32 @@ "value": "label", "raw": "'label'", "range": [ - 15976, - 15983 + 15858, + 15865 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 34 }, "end": { - "line": 456, + "line": 450, "column": 41 } } } ], "range": [ - 15964, - 15984 + 15846, + 15866 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 22 }, "end": { - "line": 456, + "line": 450, "column": 42 } } @@ -39232,46 +38825,46 @@ "value": 0, "raw": "0", "range": [ - 15985, - 15986 + 15867, + 15868 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 43 }, "end": { - "line": 456, + "line": 450, "column": 44 } } }, "range": [ - 15964, - 15987 + 15846, + 15869 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 22 }, "end": { - "line": 456, + "line": 450, "column": 45 } } }, "range": [ - 15958, - 15987 + 15840, + 15869 ], "loc": { "start": { - "line": 456, + "line": 450, "column": 16 }, "end": { - "line": 456, + "line": 450, "column": 45 } } @@ -39282,16 +38875,16 @@ "type": "Identifier", "name": "chk", "range": [ - 16005, - 16008 + 15887, + 15890 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 16 }, "end": { - "line": 457, + "line": 451, "column": 19 } } @@ -39308,16 +38901,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 16011, - 16014 + 15893, + 15896 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 22 }, "end": { - "line": 457, + "line": 451, "column": 25 } } @@ -39326,31 +38919,31 @@ "type": "Identifier", "name": "tag", "range": [ - 16015, - 16018 + 15897, + 15900 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 26 }, "end": { - "line": 457, + "line": 451, "column": 29 } } }, "range": [ - 16011, - 16018 + 15893, + 15900 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 22 }, "end": { - "line": 457, + "line": 451, "column": 29 } } @@ -39360,16 +38953,16 @@ "type": "Identifier", "name": "li", "range": [ - 16019, - 16021 + 15901, + 15903 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 30 }, "end": { - "line": 457, + "line": 451, "column": 32 } } @@ -39379,32 +38972,32 @@ "value": "input", "raw": "'input'", "range": [ - 16023, - 16030 + 15905, + 15912 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 34 }, "end": { - "line": 457, + "line": 451, "column": 41 } } } ], "range": [ - 16011, - 16031 + 15893, + 15913 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 22 }, "end": { - "line": 457, + "line": 451, "column": 42 } } @@ -39414,46 +39007,46 @@ "value": 0, "raw": "0", "range": [ - 16032, - 16033 + 15914, + 15915 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 43 }, "end": { - "line": 457, + "line": 451, "column": 44 } } }, "range": [ - 16011, - 16034 + 15893, + 15916 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 22 }, "end": { - "line": 457, + "line": 451, "column": 45 } } }, "range": [ - 16005, - 16034 + 15887, + 15916 ], "loc": { "start": { - "line": 457, + "line": 451, "column": 16 }, "end": { - "line": 457, + "line": 451, "column": 45 } } @@ -39464,16 +39057,16 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 16052, - 16058 + 15934, + 15940 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 16 }, "end": { - "line": 458, + "line": 452, "column": 22 } } @@ -39487,16 +39080,16 @@ "type": "Identifier", "name": "Str", "range": [ - 16061, - 16064 + 15943, + 15946 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 25 }, "end": { - "line": 458, + "line": 452, "column": 28 } } @@ -39505,31 +39098,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 16065, - 16074 + 15947, + 15956 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 29 }, "end": { - "line": 458, + "line": 452, "column": 38 } } }, "range": [ - 16061, - 16074 + 15943, + 15956 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 25 }, "end": { - "line": 458, + "line": 452, "column": 38 } } @@ -39544,16 +39137,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 16075, - 16078 + 15957, + 15960 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 39 }, "end": { - "line": 458, + "line": 452, "column": 42 } } @@ -39562,31 +39155,31 @@ "type": "Identifier", "name": "getText", "range": [ - 16079, - 16086 + 15961, + 15968 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 43 }, "end": { - "line": 458, + "line": 452, "column": 50 } } }, "range": [ - 16075, - 16086 + 15957, + 15968 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 39 }, "end": { - "line": 458, + "line": 452, "column": 50 } } @@ -39596,32 +39189,32 @@ "type": "Identifier", "name": "lbl", "range": [ - 16087, - 16090 + 15969, + 15972 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 51 }, "end": { - "line": 458, + "line": 452, "column": 54 } } } ], "range": [ - 16075, - 16091 + 15957, + 15973 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 39 }, "end": { - "line": 458, + "line": 452, "column": 55 } } @@ -39633,16 +39226,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16093, - 16095 + 15975, + 15977 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 57 }, "end": { - "line": 458, + "line": 452, "column": 59 } } @@ -39651,62 +39244,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 16096, - 16109 + 15978, + 15991 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 60 }, "end": { - "line": 458, + "line": 452, "column": 73 } } }, "range": [ - 16093, - 16109 + 15975, + 15991 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 57 }, "end": { - "line": 458, + "line": 452, "column": 73 } } } ], "range": [ - 16061, - 16110 + 15943, + 15992 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 25 }, "end": { - "line": 458, + "line": 452, "column": 74 } } }, "range": [ - 16052, - 16110 + 15934, + 15992 ], "loc": { "start": { - "line": 458, + "line": 452, "column": 16 }, "end": { - "line": 458, + "line": 452, "column": 74 } } @@ -39714,16 +39307,16 @@ ], "kind": "let", "range": [ - 15910, - 16111 + 15792, + 15993 ], "loc": { "start": { - "line": 455, + "line": 449, "column": 12 }, "end": { - "line": 458, + "line": 452, "column": 75 } } @@ -39740,16 +39333,16 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 16127, - 16133 + 16009, + 16015 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 15 }, "end": { - "line": 459, + "line": 453, "column": 21 } } @@ -39759,31 +39352,31 @@ "value": "", "raw": "''", "range": [ - 16138, - 16140 + 16020, + 16022 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 26 }, "end": { - "line": 459, + "line": 453, "column": 28 } } }, "range": [ - 16127, - 16140 + 16009, + 16022 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 15 }, "end": { - "line": 459, + "line": 453, "column": 28 } } @@ -39797,16 +39390,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 16144, - 16147 + 16026, + 16029 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 32 }, "end": { - "line": 459, + "line": 453, "column": 35 } } @@ -39815,31 +39408,31 @@ "type": "Identifier", "name": "has", "range": [ - 16148, - 16151 + 16030, + 16033 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 36 }, "end": { - "line": 459, + "line": 453, "column": 39 } } }, "range": [ - 16144, - 16151 + 16026, + 16033 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 32 }, "end": { - "line": 459, + "line": 453, "column": 39 } } @@ -39849,16 +39442,16 @@ "type": "Identifier", "name": "values", "range": [ - 16152, - 16158 + 16034, + 16040 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 40 }, "end": { - "line": 459, + "line": 453, "column": 46 } } @@ -39867,16 +39460,16 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 16160, - 16166 + 16042, + 16048 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 48 }, "end": { - "line": 459, + "line": 453, "column": 54 } } @@ -39888,16 +39481,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16168, - 16170 + 16050, + 16052 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 56 }, "end": { - "line": 459, + "line": 453, "column": 58 } } @@ -39906,62 +39499,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 16171, - 16184 + 16053, + 16066 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 59 }, "end": { - "line": 459, + "line": 453, "column": 72 } } }, "range": [ - 16168, - 16184 + 16050, + 16066 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 56 }, "end": { - "line": 459, + "line": 453, "column": 72 } } } ], "range": [ - 16144, - 16185 + 16026, + 16067 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 32 }, "end": { - "line": 459, + "line": 453, "column": 73 } } }, "range": [ - 16127, - 16185 + 16009, + 16067 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 15 }, "end": { - "line": 459, + "line": 453, "column": 73 } } @@ -39981,16 +39574,16 @@ "type": "Identifier", "name": "chk", "range": [ - 16204, - 16207 + 16086, + 16089 ], "loc": { "start": { - "line": 460, + "line": 454, "column": 16 }, "end": { - "line": 460, + "line": 454, "column": 19 } } @@ -39999,31 +39592,31 @@ "type": "Identifier", "name": "checked", "range": [ - 16208, - 16215 + 16090, + 16097 ], "loc": { "start": { - "line": 460, + "line": 454, "column": 20 }, "end": { - "line": 460, + "line": 454, "column": 27 } } }, "range": [ - 16204, - 16215 + 16086, + 16097 ], "loc": { "start": { - "line": 460, + "line": 454, "column": 16 }, "end": { - "line": 460, + "line": 454, "column": 27 } } @@ -40033,46 +39626,46 @@ "value": true, "raw": "true", "range": [ - 16218, - 16222 + 16100, + 16104 ], "loc": { "start": { - "line": 460, + "line": 454, "column": 30 }, "end": { - "line": 460, + "line": 454, "column": 34 } } }, "range": [ - 16204, - 16222 + 16086, + 16104 ], "loc": { "start": { - "line": 460, + "line": 454, "column": 16 }, "end": { - "line": 460, + "line": 454, "column": 34 } } }, "range": [ - 16204, - 16223 + 16086, + 16105 ], "loc": { "start": { - "line": 460, + "line": 454, "column": 16 }, "end": { - "line": 460, + "line": 454, "column": 35 } } @@ -40087,16 +39680,16 @@ "object": { "type": "ThisExpression", "range": [ - 16240, - 16244 + 16122, + 16126 ], "loc": { "start": { - "line": 461, + "line": 455, "column": 16 }, "end": { - "line": 461, + "line": 455, "column": 20 } } @@ -40105,31 +39698,31 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 16245, - 16263 + 16127, + 16145 ], "loc": { "start": { - "line": 461, + "line": 455, "column": 21 }, "end": { - "line": 461, + "line": 455, "column": 39 } } }, "range": [ - 16240, - 16263 + 16122, + 16145 ], "loc": { "start": { - "line": 461, + "line": 455, "column": 16 }, "end": { - "line": 461, + "line": 455, "column": 39 } } @@ -40139,63 +39732,63 @@ "type": "Identifier", "name": "chk", "range": [ - 16264, - 16267 + 16146, + 16149 ], "loc": { "start": { - "line": 461, + "line": 455, "column": 40 }, "end": { - "line": 461, + "line": 455, "column": 43 } } } ], "range": [ - 16240, - 16268 + 16122, + 16150 ], "loc": { "start": { - "line": 461, + "line": 455, "column": 16 }, "end": { - "line": 461, + "line": 455, "column": 44 } } }, "range": [ - 16240, - 16269 + 16122, + 16151 ], "loc": { "start": { - "line": 461, + "line": 455, "column": 16 }, "end": { - "line": 461, + "line": 455, "column": 45 } } } ], "range": [ - 16186, - 16283 + 16068, + 16165 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 74 }, "end": { - "line": 462, + "line": 456, "column": 13 } } @@ -40215,16 +39808,16 @@ "type": "Identifier", "name": "chk", "range": [ - 16318, - 16321 + 16200, + 16203 ], "loc": { "start": { - "line": 464, + "line": 458, "column": 16 }, "end": { - "line": 464, + "line": 458, "column": 19 } } @@ -40233,31 +39826,31 @@ "type": "Identifier", "name": "checked", "range": [ - 16322, - 16329 + 16204, + 16211 ], "loc": { "start": { - "line": 464, + "line": 458, "column": 20 }, "end": { - "line": 464, + "line": 458, "column": 27 } } }, "range": [ - 16318, - 16329 + 16200, + 16211 ], "loc": { "start": { - "line": 464, + "line": 458, "column": 16 }, "end": { - "line": 464, + "line": 458, "column": 27 } } @@ -40267,46 +39860,46 @@ "value": false, "raw": "false", "range": [ - 16332, - 16337 + 16214, + 16219 ], "loc": { "start": { - "line": 464, + "line": 458, "column": 30 }, "end": { - "line": 464, + "line": 458, "column": 35 } } }, "range": [ - 16318, - 16337 + 16200, + 16219 ], "loc": { "start": { - "line": 464, + "line": 458, "column": 16 }, "end": { - "line": 464, + "line": 458, "column": 35 } } }, "range": [ - 16318, - 16338 + 16200, + 16220 ], "loc": { "start": { - "line": 464, + "line": 458, "column": 16 }, "end": { - "line": 464, + "line": 458, "column": 36 } } @@ -40321,16 +39914,16 @@ "object": { "type": "ThisExpression", "range": [ - 16355, - 16359 + 16237, + 16241 ], "loc": { "start": { - "line": 465, + "line": 459, "column": 16 }, "end": { - "line": 465, + "line": 459, "column": 20 } } @@ -40339,31 +39932,31 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 16360, - 16378 + 16242, + 16260 ], "loc": { "start": { - "line": 465, + "line": 459, "column": 21 }, "end": { - "line": 465, + "line": 459, "column": 39 } } }, "range": [ - 16355, - 16378 + 16237, + 16260 ], "loc": { "start": { - "line": 465, + "line": 459, "column": 16 }, "end": { - "line": 465, + "line": 459, "column": 39 } } @@ -40373,125 +39966,125 @@ "type": "Identifier", "name": "chk", "range": [ - 16379, - 16382 + 16261, + 16264 ], "loc": { "start": { - "line": 465, + "line": 459, "column": 40 }, "end": { - "line": 465, + "line": 459, "column": 43 } } } ], "range": [ - 16355, - 16383 + 16237, + 16265 ], "loc": { "start": { - "line": 465, + "line": 459, "column": 16 }, "end": { - "line": 465, + "line": 459, "column": 44 } } }, "range": [ - 16355, - 16384 + 16237, + 16266 ], "loc": { "start": { - "line": 465, + "line": 459, "column": 16 }, "end": { - "line": 465, + "line": 459, "column": 45 } } } ], "range": [ - 16300, - 16398 + 16182, + 16280 ], "loc": { "start": { - "line": 463, + "line": 457, "column": 16 }, "end": { - "line": 466, + "line": 460, "column": 13 } } }, "range": [ - 16124, - 16398 + 16006, + 16280 ], "loc": { "start": { - "line": 459, + "line": 453, "column": 12 }, "end": { - "line": 466, + "line": 460, "column": 13 } } } ], "range": [ - 15896, - 16408 + 15778, + 16290 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 34 }, "end": { - "line": 467, + "line": 461, "column": 9 } } }, "range": [ - 15870, - 16408 + 15752, + 16290 ], "loc": { "start": { - "line": 454, + "line": 448, "column": 8 }, "end": { - "line": 467, + "line": 461, "column": 9 } } } ], "range": [ - 15526, - 16414 + 15408, + 16296 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 38 }, "end": { - "line": 468, + "line": 462, "column": 5 } } @@ -40499,16 +40092,16 @@ "generator": false, "expression": false, "range": [ - 15505, - 16414 + 15387, + 16296 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 17 }, "end": { - "line": 468, + "line": 462, "column": 5 } } @@ -40516,16 +40109,16 @@ "kind": "method", "computed": false, "range": [ - 15492, - 16414 + 15374, + 16296 ], "loc": { "start": { - "line": 441, + "line": 435, "column": 4 }, "end": { - "line": 468, + "line": 462, "column": 5 } }, @@ -40534,16 +40127,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": [ - 15318, - 15487 + 15200, + 15369 ], "loc": { "start": { - "line": 436, + "line": 430, "column": 4 }, "end": { - "line": 440, + "line": 434, "column": 7 } } @@ -40557,16 +40150,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 16420, - 16427 + 16302, + 16309 ], "loc": { "start": { - "line": 470, + "line": 464, "column": 4 }, "end": { - "line": 470, + "line": 464, "column": 11 } } @@ -40591,16 +40184,16 @@ "object": { "type": "ThisExpression", "range": [ - 16439, - 16443 + 16321, + 16325 ], "loc": { "start": { - "line": 471, + "line": 465, "column": 8 }, "end": { - "line": 471, + "line": 465, "column": 12 } } @@ -40609,31 +40202,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 16444, - 16451 + 16326, + 16333 ], "loc": { "start": { - "line": 471, + "line": 465, "column": 13 }, "end": { - "line": 471, + "line": 465, "column": 20 } } }, "range": [ - 16439, - 16451 + 16321, + 16333 ], "loc": { "start": { - "line": 471, + "line": 465, "column": 8 }, "end": { - "line": 471, + "line": 465, "column": 20 } } @@ -40642,31 +40235,31 @@ "type": "Identifier", "name": "off", "range": [ - 16452, - 16455 + 16334, + 16337 ], "loc": { "start": { - "line": 471, + "line": 465, "column": 21 }, "end": { - "line": 471, + "line": 465, "column": 24 } } }, "range": [ - 16439, - 16455 + 16321, + 16337 ], "loc": { "start": { - "line": 471, + "line": 465, "column": 8 }, "end": { - "line": 471, + "line": 465, "column": 24 } } @@ -40680,32 +40273,32 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 16470, - 16494 + 16352, + 16376 ], "loc": { "start": { - "line": 472, + "line": 466, "column": 13 }, "end": { - "line": 472, + "line": 466, "column": 37 } } } ], "range": [ - 16469, - 16495 + 16351, + 16377 ], "loc": { "start": { - "line": 472, + "line": 466, "column": 12 }, "end": { - "line": 472, + "line": 466, "column": 38 } } @@ -40718,16 +40311,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16510, - 16512 + 16392, + 16394 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 13 }, "end": { - "line": 473, + "line": 467, "column": 15 } } @@ -40736,16 +40329,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16514, - 16522 + 16396, + 16404 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 17 }, "end": { - "line": 473, + "line": 467, "column": 25 } } @@ -40754,16 +40347,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 16524, - 16534 + 16406, + 16416 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 27 }, "end": { - "line": 473, + "line": 467, "column": 37 } } @@ -40777,16 +40370,16 @@ "object": { "type": "ThisExpression", "range": [ - 16538, - 16542 + 16420, + 16424 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 41 }, "end": { - "line": 473, + "line": 467, "column": 45 } } @@ -40795,31 +40388,31 @@ "type": "Identifier", "name": "build", "range": [ - 16543, - 16548 + 16425, + 16430 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 46 }, "end": { - "line": 473, + "line": 467, "column": 51 } } }, "range": [ - 16538, - 16548 + 16420, + 16430 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 41 }, "end": { - "line": 473, + "line": 467, "column": 51 } } @@ -40829,16 +40422,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16549, - 16557 + 16431, + 16439 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 52 }, "end": { - "line": 473, + "line": 467, "column": 60 } } @@ -40847,32 +40440,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 16559, - 16569 + 16441, + 16451 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 62 }, "end": { - "line": 473, + "line": 467, "column": 72 } } } ], "range": [ - 16538, - 16570 + 16420, + 16452 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 41 }, "end": { - "line": 473, + "line": 467, "column": 73 } } @@ -40880,47 +40473,47 @@ "generator": false, "expression": true, "range": [ - 16509, - 16570 + 16391, + 16452 ], "loc": { "start": { - "line": 473, + "line": 467, "column": 12 }, "end": { - "line": 473, + "line": 467, "column": 73 } } } ], "range": [ - 16439, - 16580 + 16321, + 16462 ], "loc": { "start": { - "line": 471, + "line": 465, "column": 8 }, "end": { - "line": 474, + "line": 468, "column": 9 } } }, "range": [ - 16439, - 16581 + 16321, + 16463 ], "loc": { "start": { - "line": 471, + "line": 465, "column": 8 }, "end": { - "line": 474, + "line": 468, "column": 10 } } @@ -40938,16 +40531,16 @@ "object": { "type": "ThisExpression", "range": [ - 16590, - 16594 + 16472, + 16476 ], "loc": { "start": { - "line": 475, + "line": 469, "column": 8 }, "end": { - "line": 475, + "line": 469, "column": 12 } } @@ -40956,31 +40549,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 16595, - 16602 + 16477, + 16484 ], "loc": { "start": { - "line": 475, + "line": 469, "column": 13 }, "end": { - "line": 475, + "line": 469, "column": 20 } } }, "range": [ - 16590, - 16602 + 16472, + 16484 ], "loc": { "start": { - "line": 475, + "line": 469, "column": 8 }, "end": { - "line": 475, + "line": 469, "column": 20 } } @@ -40989,31 +40582,31 @@ "type": "Identifier", "name": "off", "range": [ - 16603, - 16606 + 16485, + 16488 ], "loc": { "start": { - "line": 475, + "line": 469, "column": 21 }, "end": { - "line": 475, + "line": 469, "column": 24 } } }, "range": [ - 16590, - 16606 + 16472, + 16488 ], "loc": { "start": { - "line": 475, + "line": 469, "column": 8 }, "end": { - "line": 475, + "line": 469, "column": 24 } } @@ -41027,32 +40620,32 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 16621, - 16647 + 16503, + 16529 ], "loc": { "start": { - "line": 476, + "line": 470, "column": 13 }, "end": { - "line": 476, + "line": 470, "column": 39 } } } ], "range": [ - 16620, - 16648 + 16502, + 16530 ], "loc": { "start": { - "line": 476, + "line": 470, "column": 12 }, "end": { - "line": 476, + "line": 470, "column": 40 } } @@ -41065,16 +40658,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16663, - 16665 + 16545, + 16547 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 13 }, "end": { - "line": 477, + "line": 471, "column": 15 } } @@ -41083,16 +40676,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16667, - 16675 + 16549, + 16557 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 17 }, "end": { - "line": 477, + "line": 471, "column": 25 } } @@ -41101,16 +40694,16 @@ "type": "Identifier", "name": "values", "range": [ - 16677, - 16683 + 16559, + 16565 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 27 }, "end": { - "line": 477, + "line": 471, "column": 33 } } @@ -41124,16 +40717,16 @@ "object": { "type": "ThisExpression", "range": [ - 16687, - 16691 + 16569, + 16573 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 37 }, "end": { - "line": 477, + "line": 471, "column": 41 } } @@ -41142,31 +40735,31 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 16692, - 16705 + 16574, + 16587 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 42 }, "end": { - "line": 477, + "line": 471, "column": 55 } } }, "range": [ - 16687, - 16705 + 16569, + 16587 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 37 }, "end": { - "line": 477, + "line": 471, "column": 55 } } @@ -41176,16 +40769,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16706, - 16714 + 16588, + 16596 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 56 }, "end": { - "line": 477, + "line": 471, "column": 64 } } @@ -41194,32 +40787,32 @@ "type": "Identifier", "name": "values", "range": [ - 16716, - 16722 + 16598, + 16604 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 66 }, "end": { - "line": 477, + "line": 471, "column": 72 } } } ], "range": [ - 16687, - 16723 + 16569, + 16605 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 37 }, "end": { - "line": 477, + "line": 471, "column": 73 } } @@ -41227,63 +40820,63 @@ "generator": false, "expression": true, "range": [ - 16662, - 16723 + 16544, + 16605 ], "loc": { "start": { - "line": 477, + "line": 471, "column": 12 }, "end": { - "line": 477, + "line": 471, "column": 73 } } } ], "range": [ - 16590, - 16733 + 16472, + 16615 ], "loc": { "start": { - "line": 475, + "line": 469, "column": 8 }, "end": { - "line": 478, + "line": 472, "column": 9 } } }, "range": [ - 16590, - 16734 + 16472, + 16616 ], "loc": { "start": { - "line": 475, + "line": 469, "column": 8 }, "end": { - "line": 478, + "line": 472, "column": 10 } } } ], "range": [ - 16429, - 16740 + 16311, + 16622 ], "loc": { "start": { - "line": 470, + "line": 464, "column": 13 }, "end": { - "line": 479, + "line": 473, "column": 5 } } @@ -41291,16 +40884,16 @@ "generator": false, "expression": false, "range": [ - 16427, - 16740 + 16309, + 16622 ], "loc": { "start": { - "line": 470, + "line": 464, "column": 11 }, "end": { - "line": 479, + "line": 473, "column": 5 } } @@ -41308,16 +40901,16 @@ "kind": "method", "computed": false, "range": [ - 16420, - 16740 + 16302, + 16622 ], "loc": { "start": { - "line": 470, + "line": 464, "column": 4 }, "end": { - "line": 479, + "line": 473, "column": 5 } }, @@ -41325,31 +40918,31 @@ } ], "range": [ - 215, - 16742 + 309, + 16624 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 38 }, "end": { - "line": 480, + "line": 474, "column": 1 } } }, "range": [ - 184, - 16742 + 278, + 16624 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 7 }, "end": { - "line": 480, + "line": 474, "column": 1 } }, @@ -41359,16 +40952,16 @@ "specifiers": [], "source": null, "range": [ - 177, - 16742 + 271, + 16624 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 0 }, "end": { - "line": 480, + "line": 474, "column": 1 } } @@ -41377,7 +40970,7 @@ "sourceType": "module", "range": [ 0, - 16742 + 16624 ], "loc": { "start": { @@ -41385,7 +40978,7 @@ "column": 0 }, "end": { - "line": 480, + "line": 474, "column": 1 } }, @@ -41394,16 +40987,16 @@ "type": "Block", "value": "*\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 222, - 310 + 316, + 404 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 4 }, "end": { - "line": 13, + "line": 16, "column": 7 } } @@ -41412,16 +41005,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 373, - 396 + 467, + 490 ], "loc": { "start": { - "line": 17, + "line": 20, "column": 8 }, "end": { - "line": 17, + "line": 20, "column": 31 } } @@ -41430,16 +41023,16 @@ "type": "Line", "value": "checklist container div", "range": [ - 459, - 484 + 553, + 578 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 32 }, "end": { - "line": 20, + "line": 23, "column": 57 } } @@ -41448,16 +41041,16 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 493, - 548 + 587, + 642 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 8 }, "end": { - "line": 21, + "line": 24, "column": 63 } } @@ -41466,16 +41059,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 651, - 692 + 745, + 786 ], "loc": { "start": { - "line": 24, + "line": 27, "column": 8 }, "end": { - "line": 24, + "line": 27, "column": 49 } } @@ -41484,16 +41077,16 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 776, - 819 + 870, + 913 ], "loc": { "start": { - "line": 26, + "line": 29, "column": 8 }, "end": { - "line": 26, + "line": 29, "column": 51 } } @@ -41502,16 +41095,16 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 929, - 981 + 1023, + 1075 ], "loc": { "start": { - "line": 29, + "line": 32, "column": 8 }, "end": { - "line": 29, + "line": 32, "column": 60 } } @@ -41520,16 +41113,16 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1107, - 1128 + 1201, + 1222 ], "loc": { "start": { - "line": 32, + "line": 35, "column": 8 }, "end": { - "line": 32, + "line": 35, "column": 29 } } @@ -41538,16 +41131,16 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1243, - 1284 + 1337, + 1378 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 49 } } @@ -41556,16 +41149,16 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1542, - 1574 + 1636, + 1668 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 8 }, "end": { - "line": 41, + "line": 44, "column": 40 } } @@ -41574,16 +41167,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": [ - 2406, - 2637 + 2500, + 2731 ], "loc": { "start": { - "line": 73, + "line": 76, "column": 4 }, "end": { - "line": 78, + "line": 81, "column": 7 } } @@ -41592,16 +41185,16 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3017, - 3056 + 3111, + 3150 ], "loc": { "start": { - "line": 89, + "line": 92, "column": 8 }, "end": { - "line": 89, + "line": 92, "column": 47 } } @@ -41610,16 +41203,16 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal Render in external container\n * @param {String} extFltId External container id\n ", "range": [ - 3956, - 4165 + 4050, + 4259 ], "loc": { "start": { - "line": 120, + "line": 123, "column": 4 }, "end": { - "line": 125, + "line": 128, "column": 7 } } @@ -41628,16 +41221,16 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5380, - 5444 + 5474, + 5538 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 12 }, "end": { - "line": 162, + "line": 165, "column": 76 } } @@ -41646,16 +41239,16 @@ "type": "Line", "value": " valid", "range": [ - 5457, - 5465 + 5551, + 5559 ], "loc": { "start": { - "line": 163, + "line": 166, "column": 12 }, "end": { - "line": 163, + "line": 166, "column": 20 } } @@ -41664,16 +41257,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5669, - 5702 + 5763, + 5796 ], "loc": { "start": { - "line": 171, + "line": 174, "column": 12 }, "end": { - "line": 171, + "line": 174, "column": 45 } } @@ -41682,16 +41275,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5812, - 5844 + 5906, + 5938 ], "loc": { "start": { - "line": 176, + "line": 179, "column": 12 }, "end": { - "line": 176, + "line": 179, "column": 44 } } @@ -41700,16 +41293,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ - 5902, - 5939 + 5996, + 6033 ], "loc": { "start": { - "line": 178, + "line": 181, "column": 16 }, "end": { - "line": 178, + "line": 181, "column": 53 } } @@ -41718,16 +41311,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6464, - 6484 + 6558, + 6578 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 20 }, "end": { - "line": 187, + "line": 190, "column": 40 } } @@ -41736,16 +41329,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6583, - 6624 + 6677, + 6718 ], "loc": { "start": { - "line": 189, + "line": 192, "column": 20 }, "end": { - "line": 189, + "line": 192, "column": 61 } } @@ -41754,16 +41347,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7393, - 7418 + 7487, + 7512 ], "loc": { "start": { - "line": 208, + "line": 211, "column": 8 }, "end": { - "line": 208, + "line": 211, "column": 33 } } @@ -41772,16 +41365,16 @@ "type": "Line", "value": "asc sort", "range": [ - 8035, - 8045 + 8129, + 8139 ], "loc": { "start": { - "line": 228, + "line": 231, "column": 8 }, "end": { - "line": 228, + "line": 231, "column": 18 } } @@ -41790,16 +41383,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8661, - 8700 + 8641, + 8680 ], "loc": { "start": { - "line": 246, + "line": 244, "column": 13 }, "end": { - "line": 246, + "line": 244, "column": 52 } } @@ -41808,16 +41401,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8719, - 8730 + 8699, + 8710 ], "loc": { "start": { - "line": 248, + "line": 246, "column": 8 }, "end": { - "line": 248, + "line": 246, "column": 19 } } @@ -41826,16 +41419,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9335, - 9374 + 9217, + 9256 ], "loc": { "start": { - "line": 265, + "line": 259, "column": 13 }, "end": { - "line": 265, + "line": 259, "column": 52 } } @@ -41844,16 +41437,16 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9654, - 9784 + 9536, + 9666 ], "loc": { "start": { - "line": 279, + "line": 273, "column": 4 }, "end": { - "line": 283, + "line": 277, "column": 7 } } @@ -41862,16 +41455,16 @@ "type": "Line", "value": "item value", "range": [ - 9975, - 9987 + 9857, + 9869 ], "loc": { "start": { - "line": 289, + "line": 283, "column": 36 }, "end": { - "line": 289, + "line": 283, "column": 48 } } @@ -41880,16 +41473,16 @@ "type": "Line", "value": "item text", "range": [ - 10049, - 10060 + 9931, + 9942 ], "loc": { "start": { - "line": 290, + "line": 284, "column": 61 }, "end": { - "line": 290, + "line": 284, "column": 72 } } @@ -41898,16 +41491,16 @@ "type": "Line", "value": "item is hidden", "range": [ - 10742, - 10758 + 10624, + 10640 ], "loc": { "start": { - "line": 306, + "line": 300, "column": 16 }, "end": { - "line": 306, + "line": 300, "column": 32 } } @@ -41916,16 +41509,16 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10837, - 10971 + 10719, + 10853 ], "loc": { "start": { - "line": 312, + "line": 306, "column": 4 }, "end": { - "line": 316, + "line": 310, "column": 7 } } @@ -41934,16 +41527,16 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 12185, - 12304 + 12067, + 12186 ], "loc": { "start": { - "line": 354, + "line": 348, "column": 4 }, "end": { - "line": 357, + "line": 351, "column": 7 } } @@ -41952,16 +41545,16 @@ "type": "Line", "value": "checked item value", "range": [ - 12436, - 12456 + 12318, + 12338 ], "loc": { "start": { - "line": 363, + "line": 357, "column": 32 }, "end": { - "line": 363, + "line": 357, "column": 52 } } @@ -41970,16 +41563,16 @@ "type": "Line", "value": "ul tag search", "range": [ - 12588, - 12603 + 12470, + 12485 ], "loc": { "start": { - "line": 368, + "line": 362, "column": 8 }, "end": { - "line": 368, + "line": 362, "column": 23 } } @@ -41988,16 +41581,16 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12835, - 12858 + 12717, + 12740 ], "loc": { "start": { - "line": 375, + "line": 369, "column": 48 }, "end": { - "line": 375, + "line": 369, "column": 71 } } @@ -42006,16 +41599,16 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12911, - 12936 + 12793, + 12818 ], "loc": { "start": { - "line": 376, + "line": 370, "column": 52 }, "end": { - "line": 376, + "line": 370, "column": 77 } } @@ -42024,16 +41617,16 @@ "type": "Line", "value": "show all item", "range": [ - 12973, - 12988 + 12855, + 12870 ], "loc": { "start": { - "line": 379, + "line": 373, "column": 12 }, "end": { - "line": 379, + "line": 373, "column": 27 } } @@ -42042,16 +41635,16 @@ "type": "Line", "value": "items indexes", "range": [ - 13093, - 13108 + 12975, + 12990 ], "loc": { "start": { - "line": 382, + "line": 376, "column": 20 }, "end": { - "line": 382, + "line": 376, "column": 35 } } @@ -42060,16 +41653,16 @@ "type": "Line", "value": "checked items loop", "range": [ - 13196, - 13216 + 13078, + 13098 ], "loc": { "start": { - "line": 384, + "line": 378, "column": 20 }, "end": { - "line": 384, + "line": 378, "column": 40 } } @@ -42078,16 +41671,16 @@ "type": "Line", "value": "checked item", "range": [ - 13299, - 13313 + 13181, + 13195 ], "loc": { "start": { - "line": 386, + "line": 380, "column": 24 }, "end": { - "line": 386, + "line": 380, "column": 38 } } @@ -42096,16 +41689,16 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 14194, - 14216 + 14076, + 14098 ], "loc": { "start": { - "line": 407, + "line": 401, "column": 16 }, "end": { - "line": 407, + "line": 401, "column": 38 } } @@ -42114,16 +41707,16 @@ "type": "Line", "value": "removes values and indexes", "range": [ - 14624, - 14652 + 14506, + 14534 ], "loc": { "start": { - "line": 418, + "line": 412, "column": 17 }, "end": { - "line": 418, + "line": 412, "column": 45 } } @@ -42132,16 +41725,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": [ - 15318, - 15487 + 15200, + 15369 ], "loc": { "start": { - "line": 436, + "line": 430, "column": 4 }, "end": { - "line": 440, + "line": 434, "column": 7 } } diff --git a/docs/ast/source/src/modules/dropdown.js.json b/docs/ast/source/src/modules/dropdown.js.json index 71511a9f..e4cea966 100644 --- a/docs/ast/source/src/modules/dropdown.js.json +++ b/docs/ast/source/src/modules/dropdown.js.json @@ -457,6 +457,117 @@ } } }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "SORT_ERROR", + "range": [ + 183, + 193 + ], + "loc": { + "start": { + "line": 8, + "column": 6 + }, + "end": { + "line": 8, + "column": 16 + } + } + }, + "init": { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "Literal", + "value": "Filter options for column {0} cannot be sorted in ", + "raw": "'Filter options for column {0} cannot be sorted in '", + "range": [ + 196, + 248 + ], + "loc": { + "start": { + "line": 8, + "column": 19 + }, + "end": { + "line": 8, + "column": 71 + } + } + }, + "right": { + "type": "Literal", + "value": "{1} manner.", + "raw": "'{1} manner.'", + "range": [ + 255, + 268 + ], + "loc": { + "start": { + "line": 9, + "column": 4 + }, + "end": { + "line": 9, + "column": 17 + } + } + }, + "range": [ + 196, + 268 + ], + "loc": { + "start": { + "line": 8, + "column": 19 + }, + "end": { + "line": 9, + "column": 17 + } + } + }, + "range": [ + 183, + 268 + ], + "loc": { + "start": { + "line": 8, + "column": 6 + }, + "end": { + "line": 9, + "column": 17 + } + } + } + ], + "kind": "const", + "range": [ + 177, + 269 + ], + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 9, + "column": 18 + } + } + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -465,16 +576,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 190, - 198 + 284, + 292 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 13 }, "end": { - "line": 8, + "line": 11, "column": 21 } } @@ -483,16 +594,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 207, - 214 + 301, + 308 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 30 }, "end": { - "line": 8, + "line": 11, "column": 37 } } @@ -506,16 +617,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 313, - 324 + 407, + 418 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 4 }, "end": { - "line": 14, + "line": 17, "column": 15 } } @@ -528,16 +639,16 @@ "type": "Identifier", "name": "tf", "range": [ - 325, - 327 + 419, + 421 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 16 }, "end": { - "line": 14, + "line": 17, "column": 18 } } @@ -553,16 +664,16 @@ "callee": { "type": "Super", "range": [ - 338, - 343 + 432, + 437 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, + "line": 18, "column": 13 } } @@ -572,16 +683,16 @@ "type": "Identifier", "name": "tf", "range": [ - 344, - 346 + 438, + 440 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 14 }, "end": { - "line": 15, + "line": 18, "column": 16 } } @@ -591,47 +702,47 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 348, - 358 + 442, + 452 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 18 }, "end": { - "line": 15, + "line": 18, "column": 28 } } } ], "range": [ - 338, - 359 + 432, + 453 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, + "line": 18, "column": 29 } } }, "range": [ - 338, - 360 + 432, + 454 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, + "line": 18, "column": 30 } }, @@ -640,16 +751,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 370, - 393 + 464, + 487 ], "loc": { "start": { - "line": 17, + "line": 20, "column": 8 }, "end": { - "line": 17, + "line": 20, "column": 31 } } @@ -665,16 +776,16 @@ "type": "Identifier", "name": "f", "range": [ - 406, - 407 + 500, + 501 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 12 }, "end": { - "line": 18, + "line": 21, "column": 13 } } @@ -688,16 +799,16 @@ "type": "Identifier", "name": "tf", "range": [ - 410, - 412 + 504, + 506 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 16 }, "end": { - "line": 18, + "line": 21, "column": 18 } } @@ -706,62 +817,62 @@ "type": "Identifier", "name": "config", "range": [ - 413, - 419 + 507, + 513 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 19 }, "end": { - "line": 18, + "line": 21, "column": 25 } } }, "range": [ - 410, - 419 + 504, + 513 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 16 }, "end": { - "line": 18, + "line": 21, "column": 25 } } }, "arguments": [], "range": [ - 410, - 421 + 504, + 515 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 16 }, "end": { - "line": 18, + "line": 21, "column": 27 } } }, "range": [ - 406, - 421 + 500, + 515 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 12 }, "end": { - "line": 18, + "line": 21, "column": 27 } } @@ -769,16 +880,16 @@ ], "kind": "let", "range": [ - 402, - 422 + 496, + 516 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 8 }, "end": { - "line": 18, + "line": 21, "column": 28 } }, @@ -787,16 +898,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 370, - 393 + 464, + 487 ], "loc": { "start": { - "line": 17, + "line": 20, "column": 8 }, "end": { - "line": 17, + "line": 20, "column": 31 } } @@ -814,16 +925,16 @@ "object": { "type": "ThisExpression", "range": [ - 432, - 436 + 526, + 530 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 20, + "line": 23, "column": 12 } } @@ -832,31 +943,31 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 437, - 457 + 531, + 551 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 13 }, "end": { - "line": 20, + "line": 23, "column": 33 } } }, "range": [ - 432, - 457 + 526, + 551 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 20, + "line": 23, "column": 33 } } @@ -873,16 +984,16 @@ "type": "Identifier", "name": "f", "range": [ - 460, - 461 + 554, + 555 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 36 }, "end": { - "line": 20, + "line": 23, "column": 37 } } @@ -891,31 +1002,31 @@ "type": "Identifier", "name": "enable_slc_reset_filter", "range": [ - 462, - 485 + 556, + 579 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 38 }, "end": { - "line": 20, + "line": 23, "column": 61 } } }, "range": [ - 460, - 485 + 554, + 579 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 36 }, "end": { - "line": 20, + "line": 23, "column": 61 } } @@ -925,31 +1036,31 @@ "value": false, "raw": "false", "range": [ - 488, - 493 + 582, + 587 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 64 }, "end": { - "line": 20, + "line": 23, "column": 69 } } }, "range": [ - 460, - 493 + 554, + 587 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 36 }, "end": { - "line": 20, + "line": 23, "column": 69 } } @@ -959,16 +1070,16 @@ "value": false, "raw": "false", "range": [ - 508, - 513 + 602, + 607 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 24, "column": 17 } } @@ -978,61 +1089,61 @@ "value": true, "raw": "true", "range": [ - 516, - 520 + 610, + 614 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 20 }, "end": { - "line": 21, + "line": 24, "column": 24 } } }, "range": [ - 460, - 520 + 554, + 614 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 36 }, "end": { - "line": 21, + "line": 24, "column": 24 } } }, "range": [ - 432, - 520 + 526, + 614 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 24, "column": 24 } } }, "range": [ - 432, - 521 + 526, + 615 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 24, "column": 25 } }, @@ -1041,16 +1152,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 530, - 557 + 624, + 651 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 8 }, "end": { - "line": 22, + "line": 25, "column": 35 } } @@ -1068,16 +1179,16 @@ "object": { "type": "ThisExpression", "range": [ - 566, - 570 + 660, + 664 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 8 }, "end": { - "line": 23, + "line": 26, "column": 12 } } @@ -1086,31 +1197,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 571, - 583 + 665, + 677 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 13 }, "end": { - "line": 23, + "line": 26, "column": 25 } } }, "range": [ - 566, - 583 + 660, + 677 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 8 }, "end": { - "line": 23, + "line": 26, "column": 25 } } @@ -1125,16 +1236,16 @@ "type": "Identifier", "name": "f", "range": [ - 586, - 587 + 680, + 681 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 28 }, "end": { - "line": 23, + "line": 26, "column": 29 } } @@ -1143,31 +1254,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 588, - 602 + 682, + 696 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 30 }, "end": { - "line": 23, + "line": 26, "column": 44 } } }, "range": [ - 586, - 602 + 680, + 696 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 28 }, "end": { - "line": 23, + "line": 26, "column": 44 } } @@ -1177,61 +1288,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 606, - 619 + 700, + 713 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 48 }, "end": { - "line": 23, + "line": 26, "column": 61 } } }, "range": [ - 586, - 619 + 680, + 713 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 28 }, "end": { - "line": 23, + "line": 26, "column": 61 } } }, "range": [ - 566, - 619 + 660, + 713 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 8 }, "end": { - "line": 23, + "line": 26, "column": 61 } } }, "range": [ - 566, - 620 + 660, + 714 ], "loc": { "start": { - "line": 23, + "line": 26, "column": 8 }, "end": { - "line": 23, + "line": 26, "column": 62 } }, @@ -1240,16 +1351,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 530, - 557 + 624, + 651 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 8 }, "end": { - "line": 22, + "line": 25, "column": 35 } } @@ -1260,16 +1371,16 @@ "type": "Line", "value": "sets select filling method: 'innerHTML' or 'createElement'", "range": [ - 629, - 689 + 723, + 783 ], "loc": { "start": { - "line": 24, + "line": 27, "column": 8 }, "end": { - "line": 24, + "line": 27, "column": 68 } } @@ -1287,16 +1398,16 @@ "object": { "type": "ThisExpression", "range": [ - 698, - 702 + 792, + 796 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 12 } } @@ -1305,31 +1416,31 @@ "type": "Identifier", "name": "slcFillingMethod", "range": [ - 703, - 719 + 797, + 813 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 13 }, "end": { - "line": 25, + "line": 28, "column": 29 } } }, "range": [ - 698, - 719 + 792, + 813 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 29 } } @@ -1344,16 +1455,16 @@ "type": "Identifier", "name": "f", "range": [ - 722, - 723 + 816, + 817 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 32 }, "end": { - "line": 25, + "line": 28, "column": 33 } } @@ -1362,31 +1473,31 @@ "type": "Identifier", "name": "slc_filling_method", "range": [ - 724, - 742 + 818, + 836 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 34 }, "end": { - "line": 25, + "line": 28, "column": 52 } } }, "range": [ - 722, - 742 + 816, + 836 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 32 }, "end": { - "line": 25, + "line": 28, "column": 52 } } @@ -1396,61 +1507,61 @@ "value": "createElement", "raw": "'createElement'", "range": [ - 746, - 761 + 840, + 855 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 56 }, "end": { - "line": 25, + "line": 28, "column": 71 } } }, "range": [ - 722, - 761 + 816, + 855 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 32 }, "end": { - "line": 25, + "line": 28, "column": 71 } } }, "range": [ - 698, - 761 + 792, + 855 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 71 } } }, "range": [ - 698, - 762 + 792, + 856 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 8 }, "end": { - "line": 25, + "line": 28, "column": 72 } }, @@ -1459,16 +1570,16 @@ "type": "Line", "value": "sets select filling method: 'innerHTML' or 'createElement'", "range": [ - 629, - 689 + 723, + 783 ], "loc": { "start": { - "line": 24, + "line": 27, "column": 8 }, "end": { - "line": 24, + "line": 27, "column": 68 } } @@ -1479,16 +1590,16 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 771, - 837 + 865, + 931 ], "loc": { "start": { - "line": 26, + "line": 29, "column": 8 }, "end": { - "line": 26, + "line": 29, "column": 74 } } @@ -1506,16 +1617,16 @@ "object": { "type": "ThisExpression", "range": [ - 846, - 850 + 940, + 944 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 27, + "line": 30, "column": 12 } } @@ -1524,31 +1635,31 @@ "type": "Identifier", "name": "activateSlcTooltip", "range": [ - 851, - 869 + 945, + 963 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 13 }, "end": { - "line": 27, + "line": 30, "column": 31 } } }, "range": [ - 846, - 869 + 940, + 963 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 27, + "line": 30, "column": 31 } } @@ -1563,16 +1674,16 @@ "type": "Identifier", "name": "f", "range": [ - 873, - 874 + 967, + 968 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 35 }, "end": { - "line": 27, + "line": 30, "column": 36 } } @@ -1581,31 +1692,31 @@ "type": "Identifier", "name": "activate_slc_tooltip", "range": [ - 875, - 895 + 969, + 989 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 37 }, "end": { - "line": 27, + "line": 30, "column": 57 } } }, "range": [ - 873, - 895 + 967, + 989 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 35 }, "end": { - "line": 27, + "line": 30, "column": 57 } } @@ -1615,61 +1726,61 @@ "value": "Click to activate", "raw": "'Click to activate'", "range": [ - 911, - 930 + 1005, + 1024 ], "loc": { "start": { - "line": 28, + "line": 31, "column": 12 }, "end": { - "line": 28, + "line": 31, "column": 31 } } }, "range": [ - 873, - 930 + 967, + 1024 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 35 }, "end": { - "line": 28, + "line": 31, "column": 31 } } }, "range": [ - 846, - 930 + 940, + 1024 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 31, "column": 31 } } }, "range": [ - 846, - 931 + 940, + 1025 ], "loc": { "start": { - "line": 27, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 31, "column": 32 } }, @@ -1678,16 +1789,16 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 771, - 837 + 865, + 931 ], "loc": { "start": { - "line": 26, + "line": 29, "column": 8 }, "end": { - "line": 26, + "line": 29, "column": 74 } } @@ -1698,16 +1809,16 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 940, - 983 + 1034, + 1077 ], "loc": { "start": { - "line": 29, + "line": 32, "column": 8 }, "end": { - "line": 29, + "line": 32, "column": 51 } } @@ -1725,16 +1836,16 @@ "object": { "type": "ThisExpression", "range": [ - 992, - 996 + 1086, + 1090 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 30, + "line": 33, "column": 12 } } @@ -1743,31 +1854,31 @@ "type": "Identifier", "name": "multipleSlcTooltip", "range": [ - 997, - 1015 + 1091, + 1109 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 13 }, "end": { - "line": 30, + "line": 33, "column": 31 } } }, "range": [ - 992, - 1015 + 1086, + 1109 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 30, + "line": 33, "column": 31 } } @@ -1782,16 +1893,16 @@ "type": "Identifier", "name": "f", "range": [ - 1018, - 1019 + 1112, + 1113 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 34 }, "end": { - "line": 30, + "line": 33, "column": 35 } } @@ -1800,31 +1911,31 @@ "type": "Identifier", "name": "multiple_slc_tooltip", "range": [ - 1020, - 1040 + 1114, + 1134 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 36 }, "end": { - "line": 30, + "line": 33, "column": 56 } } }, "range": [ - 1018, - 1040 + 1112, + 1134 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 34 }, "end": { - "line": 30, + "line": 33, "column": 56 } } @@ -1834,61 +1945,61 @@ "value": "Use Ctrl key for multiple selections", "raw": "'Use Ctrl key for multiple selections'", "range": [ - 1056, - 1094 + 1150, + 1188 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 12 }, "end": { - "line": 31, + "line": 34, "column": 50 } } }, "range": [ - 1018, - 1094 + 1112, + 1188 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 34 }, "end": { - "line": 31, + "line": 34, "column": 50 } } }, "range": [ - 992, - 1094 + 1086, + 1188 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 34, "column": 50 } } }, "range": [ - 992, - 1095 + 1086, + 1189 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 34, "column": 51 } }, @@ -1897,16 +2008,16 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 940, - 983 + 1034, + 1077 ], "loc": { "start": { - "line": 29, + "line": 32, "column": 8 }, "end": { - "line": 29, + "line": 32, "column": 51 } } @@ -1924,16 +2035,16 @@ "object": { "type": "ThisExpression", "range": [ - 1105, - 1109 + 1199, + 1203 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 33, + "line": 36, "column": 12 } } @@ -1942,31 +2053,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 1110, - 1118 + 1204, + 1212 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 13 }, "end": { - "line": 33, + "line": 36, "column": 21 } } }, "range": [ - 1105, - 1118 + 1199, + 1212 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 33, + "line": 36, "column": 21 } } @@ -1976,46 +2087,46 @@ "value": null, "raw": "null", "range": [ - 1121, - 1125 + 1215, + 1219 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 24 }, "end": { - "line": 33, + "line": 36, "column": 28 } } }, "range": [ - 1105, - 1125 + 1199, + 1219 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 33, + "line": 36, "column": 28 } } }, "range": [ - 1105, - 1126 + 1199, + 1220 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 8 }, "end": { - "line": 33, + "line": 36, "column": 29 } } @@ -2031,16 +2142,16 @@ "object": { "type": "ThisExpression", "range": [ - 1135, - 1139 + 1229, + 1233 ], "loc": { "start": { - "line": 34, + "line": 37, "column": 8 }, "end": { - "line": 34, + "line": 37, "column": 12 } } @@ -2049,31 +2160,31 @@ "type": "Identifier", "name": "opts", "range": [ - 1140, - 1144 + 1234, + 1238 ], "loc": { "start": { - "line": 34, + "line": 37, "column": 13 }, "end": { - "line": 34, + "line": 37, "column": 17 } } }, "range": [ - 1135, - 1144 + 1229, + 1238 ], "loc": { "start": { - "line": 34, + "line": 37, "column": 8 }, "end": { - "line": 34, + "line": 37, "column": 17 } } @@ -2083,46 +2194,46 @@ "value": null, "raw": "null", "range": [ - 1147, - 1151 + 1241, + 1245 ], "loc": { "start": { - "line": 34, + "line": 37, "column": 20 }, "end": { - "line": 34, + "line": 37, "column": 24 } } }, "range": [ - 1135, - 1151 + 1229, + 1245 ], "loc": { "start": { - "line": 34, + "line": 37, "column": 8 }, "end": { - "line": 34, + "line": 37, "column": 24 } } }, "range": [ - 1135, - 1152 + 1229, + 1246 ], "loc": { "start": { - "line": 34, + "line": 37, "column": 8 }, "end": { - "line": 34, + "line": 37, "column": 25 } } @@ -2138,16 +2249,16 @@ "object": { "type": "ThisExpression", "range": [ - 1161, - 1165 + 1255, + 1259 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 12 } } @@ -2156,31 +2267,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 1166, - 1173 + 1260, + 1267 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 13 }, "end": { - "line": 35, + "line": 38, "column": 20 } } }, "range": [ - 1161, - 1173 + 1255, + 1267 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 20 } } @@ -2190,46 +2301,46 @@ "value": null, "raw": "null", "range": [ - 1176, - 1180 + 1270, + 1274 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 23 }, "end": { - "line": 35, + "line": 38, "column": 27 } } }, "range": [ - 1161, - 1180 + 1255, + 1274 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 27 } } }, "range": [ - 1161, - 1181 + 1255, + 1275 ], "loc": { "start": { - "line": 35, + "line": 38, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 28 } } @@ -2245,16 +2356,16 @@ "object": { "type": "ThisExpression", "range": [ - 1190, - 1194 + 1284, + 1288 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 36, + "line": 39, "column": 12 } } @@ -2263,31 +2374,31 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 1195, - 1207 + 1289, + 1301 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 13 }, "end": { - "line": 36, + "line": 39, "column": 25 } } }, "range": [ - 1190, - 1207 + 1284, + 1301 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 36, + "line": 39, "column": 25 } } @@ -2297,62 +2408,62 @@ "value": null, "raw": "null", "range": [ - 1210, - 1214 + 1304, + 1308 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 28 }, "end": { - "line": 36, + "line": 39, "column": 32 } } }, "range": [ - 1190, - 1214 + 1284, + 1308 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 36, + "line": 39, "column": 32 } } }, "range": [ - 1190, - 1215 + 1284, + 1309 ], "loc": { "start": { - "line": 36, + "line": 39, "column": 8 }, "end": { - "line": 36, + "line": 39, "column": 33 } } } ], "range": [ - 328, - 1221 + 422, + 1315 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 19 }, "end": { - "line": 37, + "line": 40, "column": 5 } } @@ -2360,16 +2471,16 @@ "generator": false, "expression": false, "range": [ - 324, - 1221 + 418, + 1315 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 15 }, "end": { - "line": 37, + "line": 40, "column": 5 } } @@ -2377,16 +2488,16 @@ "kind": "constructor", "computed": false, "range": [ - 313, - 1221 + 407, + 1315 ], "loc": { "start": { - "line": 14, + "line": 17, "column": 4 }, "end": { - "line": 37, + "line": 40, "column": 5 } }, @@ -2395,16 +2506,16 @@ "type": "Block", "value": "*\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 221, - 308 + 315, + 402 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 4 }, "end": { - "line": 13, + "line": 16, "column": 7 } } @@ -2418,16 +2529,16 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 1227, - 1237 + 1321, + 1331 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 4 }, "end": { - "line": 39, + "line": 42, "column": 14 } } @@ -2440,16 +2551,16 @@ "type": "Identifier", "name": "e", "range": [ - 1238, - 1239 + 1332, + 1333 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 15 }, "end": { - "line": 39, + "line": 42, "column": 16 } } @@ -2467,16 +2578,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1255, - 1258 + 1349, + 1352 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 12 }, "end": { - "line": 40, + "line": 43, "column": 15 } } @@ -2490,16 +2601,16 @@ "type": "Identifier", "name": "Event", "range": [ - 1261, - 1266 + 1355, + 1360 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 18 }, "end": { - "line": 40, + "line": 43, "column": 23 } } @@ -2508,31 +2619,31 @@ "type": "Identifier", "name": "target", "range": [ - 1267, - 1273 + 1361, + 1367 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 24 }, "end": { - "line": 40, + "line": 43, "column": 30 } } }, "range": [ - 1261, - 1273 + 1355, + 1367 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 18 }, "end": { - "line": 40, + "line": 43, "column": 30 } } @@ -2542,47 +2653,47 @@ "type": "Identifier", "name": "e", "range": [ - 1274, - 1275 + 1368, + 1369 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 31 }, "end": { - "line": 40, + "line": 43, "column": 32 } } } ], "range": [ - 1261, - 1276 + 1355, + 1370 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 18 }, "end": { - "line": 40, + "line": 43, "column": 33 } } }, "range": [ - 1255, - 1276 + 1349, + 1370 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 12 }, "end": { - "line": 40, + "line": 43, "column": 33 } } @@ -2590,16 +2701,16 @@ ], "kind": "let", "range": [ - 1251, - 1277 + 1345, + 1371 ], "loc": { "start": { - "line": 40, + "line": 43, "column": 8 }, "end": { - "line": 40, + "line": 43, "column": 34 } } @@ -2613,16 +2724,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1290, - 1292 + 1384, + 1386 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 12 }, "end": { - "line": 41, + "line": 44, "column": 14 } } @@ -2633,16 +2744,16 @@ "object": { "type": "ThisExpression", "range": [ - 1295, - 1299 + 1389, + 1393 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 17 }, "end": { - "line": 41, + "line": 44, "column": 21 } } @@ -2651,46 +2762,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1300, - 1302 + 1394, + 1396 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 22 }, "end": { - "line": 41, + "line": 44, "column": 24 } } }, "range": [ - 1295, - 1302 + 1389, + 1396 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 17 }, "end": { - "line": 41, + "line": 44, "column": 24 } } }, "range": [ - 1290, - 1302 + 1384, + 1396 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 12 }, "end": { - "line": 41, + "line": 44, "column": 24 } } @@ -2698,16 +2809,16 @@ ], "kind": "let", "range": [ - 1286, - 1303 + 1380, + 1397 ], "loc": { "start": { - "line": 41, + "line": 44, "column": 8 }, "end": { - "line": 41, + "line": 44, "column": 25 } } @@ -2724,16 +2835,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1312, - 1314 + 1406, + 1408 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 10 } } @@ -2742,31 +2853,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 1315, - 1329 + 1409, + 1423 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 11 }, "end": { - "line": 42, + "line": 45, "column": 25 } } }, "range": [ - 1312, - 1329 + 1406, + 1423 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 25 } } @@ -2780,16 +2891,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1332, - 1335 + 1426, + 1429 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 28 }, "end": { - "line": 42, + "line": 45, "column": 31 } } @@ -2798,31 +2909,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1336, - 1348 + 1430, + 1442 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 32 }, "end": { - "line": 42, + "line": 45, "column": 44 } } }, "range": [ - 1332, - 1348 + 1426, + 1442 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 28 }, "end": { - "line": 42, + "line": 45, "column": 44 } } @@ -2833,62 +2944,62 @@ "value": "id", "raw": "'id'", "range": [ - 1349, - 1353 + 1443, + 1447 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 45 }, "end": { - "line": 42, + "line": 45, "column": 49 } } } ], "range": [ - 1332, - 1354 + 1426, + 1448 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 28 }, "end": { - "line": 42, + "line": 45, "column": 50 } } }, "range": [ - 1312, - 1354 + 1406, + 1448 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 50 } } }, "range": [ - 1312, - 1355 + 1406, + 1449 ], "loc": { "start": { - "line": 42, + "line": 45, "column": 8 }, "end": { - "line": 42, + "line": 45, "column": 51 } } @@ -2905,16 +3016,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1364, - 1366 + 1458, + 1460 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 8 }, "end": { - "line": 43, + "line": 46, "column": 10 } } @@ -2923,31 +3034,31 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 1367, - 1376 + 1461, + 1470 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 11 }, "end": { - "line": 43, + "line": 46, "column": 20 } } }, "range": [ - 1364, - 1376 + 1458, + 1470 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 8 }, "end": { - "line": 43, + "line": 46, "column": 20 } } @@ -2961,16 +3072,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 1379, - 1382 + 1473, + 1476 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 23 }, "end": { - "line": 43, + "line": 46, "column": 26 } } @@ -2979,31 +3090,31 @@ "type": "Identifier", "name": "id", "range": [ - 1383, - 1385 + 1477, + 1479 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 27 }, "end": { - "line": 43, + "line": 46, "column": 29 } } }, "range": [ - 1379, - 1385 + 1473, + 1479 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 23 }, "end": { - "line": 43, + "line": 46, "column": 29 } } @@ -3016,16 +3127,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1386, - 1388 + 1480, + 1482 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 30 }, "end": { - "line": 43, + "line": 46, "column": 32 } } @@ -3034,77 +3145,77 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 1389, - 1403 + 1483, + 1497 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 33 }, "end": { - "line": 43, + "line": 46, "column": 47 } } }, "range": [ - 1386, - 1403 + 1480, + 1497 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 30 }, "end": { - "line": 43, + "line": 46, "column": 47 } } } ], "range": [ - 1379, - 1404 + 1473, + 1498 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 23 }, "end": { - "line": 43, + "line": 46, "column": 48 } } }, "range": [ - 1364, - 1404 + 1458, + 1498 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 8 }, "end": { - "line": 43, + "line": 46, "column": 48 } } }, "range": [ - 1364, - 1405 + 1458, + 1499 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 8 }, "end": { - "line": 43, + "line": 46, "column": 49 } }, @@ -3113,16 +3224,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1414, - 1459 + 1508, + 1553 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 44, + "line": 47, "column": 53 } } @@ -3141,16 +3252,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1471, - 1473 + 1565, + 1567 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 11 }, "end": { - "line": 45, + "line": 48, "column": 13 } } @@ -3159,31 +3270,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 1474, - 1489 + 1568, + 1583 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 14 }, "end": { - "line": 45, + "line": 48, "column": 29 } } }, "range": [ - 1471, - 1489 + 1565, + 1583 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 11 }, "end": { - "line": 45, + "line": 48, "column": 29 } } @@ -3200,16 +3311,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1493, - 1496 + 1587, + 1590 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 33 }, "end": { - "line": 45, + "line": 48, "column": 36 } } @@ -3218,31 +3329,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1497, - 1509 + 1591, + 1603 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 37 }, "end": { - "line": 45, + "line": 48, "column": 49 } } }, "range": [ - 1493, - 1509 + 1587, + 1603 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 33 }, "end": { - "line": 45, + "line": 48, "column": 49 } } @@ -3253,32 +3364,32 @@ "value": "filled", "raw": "'filled'", "range": [ - 1510, - 1518 + 1604, + 1612 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 50 }, "end": { - "line": 45, + "line": 48, "column": 58 } } } ], "range": [ - 1493, - 1519 + 1587, + 1613 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 33 }, "end": { - "line": 45, + "line": 48, "column": 59 } } @@ -3288,46 +3399,46 @@ "value": "0", "raw": "'0'", "range": [ - 1524, - 1527 + 1618, + 1621 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 64 }, "end": { - "line": 45, + "line": 48, "column": 67 } } }, "range": [ - 1493, - 1527 + 1587, + 1621 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 33 }, "end": { - "line": 45, + "line": 48, "column": 67 } } }, "range": [ - 1471, - 1527 + 1565, + 1621 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 11 }, "end": { - "line": 45, + "line": 48, "column": 67 } } @@ -3344,16 +3455,16 @@ "type": "Identifier", "name": "ct", "range": [ - 1546, - 1548 + 1640, + 1642 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 18 } } @@ -3367,16 +3478,16 @@ "type": "Identifier", "name": "elm", "range": [ - 1551, - 1554 + 1645, + 1648 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 21 }, "end": { - "line": 46, + "line": 49, "column": 24 } } @@ -3385,31 +3496,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1555, - 1567 + 1649, + 1661 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 25 }, "end": { - "line": 46, + "line": 49, "column": 37 } } }, "range": [ - 1551, - 1567 + 1645, + 1661 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 21 }, "end": { - "line": 46, + "line": 49, "column": 37 } } @@ -3420,47 +3531,47 @@ "value": "ct", "raw": "'ct'", "range": [ - 1568, - 1572 + 1662, + 1666 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 38 }, "end": { - "line": 46, + "line": 49, "column": 42 } } } ], "range": [ - 1551, - 1573 + 1645, + 1667 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 21 }, "end": { - "line": 46, + "line": 49, "column": 43 } } }, "range": [ - 1546, - 1573 + 1640, + 1667 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 43 } } @@ -3468,16 +3579,16 @@ ], "kind": "let", "range": [ - 1542, - 1574 + 1636, + 1668 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 12 }, "end": { - "line": 46, + "line": 49, "column": 44 } } @@ -3492,16 +3603,16 @@ "object": { "type": "ThisExpression", "range": [ - 1587, - 1591 + 1681, + 1685 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 12 }, "end": { - "line": 47, + "line": 50, "column": 16 } } @@ -3510,31 +3621,31 @@ "type": "Identifier", "name": "build", "range": [ - 1592, - 1597 + 1686, + 1691 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 17 }, "end": { - "line": 47, + "line": 50, "column": 22 } } }, "range": [ - 1587, - 1597 + 1681, + 1691 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 12 }, "end": { - "line": 47, + "line": 50, "column": 22 } } @@ -3544,79 +3655,79 @@ "type": "Identifier", "name": "ct", "range": [ - 1598, - 1600 + 1692, + 1694 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 23 }, "end": { - "line": 47, + "line": 50, "column": 25 } } } ], "range": [ - 1587, - 1601 + 1681, + 1695 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 12 }, "end": { - "line": 47, + "line": 50, "column": 26 } } }, "range": [ - 1587, - 1602 + 1681, + 1696 ], "loc": { "start": { - "line": 47, + "line": 50, "column": 12 }, "end": { - "line": 47, + "line": 50, "column": 27 } } } ], "range": [ - 1528, - 1612 + 1622, + 1706 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 68 }, "end": { - "line": 48, + "line": 51, "column": 9 } } }, "alternate": null, "range": [ - 1468, - 1612 + 1562, + 1706 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 8 }, "end": { - "line": 48, + "line": 51, "column": 9 } }, @@ -3625,16 +3736,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1414, - 1459 + 1508, + 1553 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 44, + "line": 47, "column": 53 } } @@ -3654,16 +3765,16 @@ "object": { "type": "ThisExpression", "range": [ - 1621, - 1625 + 1715, + 1719 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 8 }, "end": { - "line": 49, + "line": 52, "column": 12 } } @@ -3672,31 +3783,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 1626, - 1633 + 1720, + 1727 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 13 }, "end": { - "line": 49, + "line": 52, "column": 20 } } }, "range": [ - 1621, - 1633 + 1715, + 1727 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 8 }, "end": { - "line": 49, + "line": 52, "column": 20 } } @@ -3705,31 +3816,31 @@ "type": "Identifier", "name": "emit", "range": [ - 1634, - 1638 + 1728, + 1732 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 21 }, "end": { - "line": 49, + "line": 52, "column": 25 } } }, "range": [ - 1621, - 1638 + 1715, + 1732 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 8 }, "end": { - "line": 49, + "line": 52, "column": 25 } } @@ -3740,16 +3851,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 1639, - 1653 + 1733, + 1747 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 26 }, "end": { - "line": 49, + "line": 52, "column": 40 } } @@ -3758,16 +3869,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1655, - 1657 + 1749, + 1751 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 42 }, "end": { - "line": 49, + "line": 52, "column": 44 } } @@ -3775,63 +3886,63 @@ { "type": "ThisExpression", "range": [ - 1659, - 1663 + 1753, + 1757 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 46 }, "end": { - "line": 49, + "line": 52, "column": 50 } } } ], "range": [ - 1621, - 1664 + 1715, + 1758 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 8 }, "end": { - "line": 49, + "line": 52, "column": 51 } } }, "range": [ - 1621, - 1665 + 1715, + 1759 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 8 }, "end": { - "line": 49, + "line": 52, "column": 52 } } } ], "range": [ - 1241, - 1671 + 1335, + 1765 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 18 }, "end": { - "line": 50, + "line": 53, "column": 5 } } @@ -3839,16 +3950,16 @@ "generator": false, "expression": false, "range": [ - 1237, - 1671 + 1331, + 1765 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 14 }, "end": { - "line": 50, + "line": 53, "column": 5 } } @@ -3856,16 +3967,16 @@ "kind": "method", "computed": false, "range": [ - 1227, - 1671 + 1321, + 1765 ], "loc": { "start": { - "line": 39, + "line": 42, "column": 4 }, "end": { - "line": 50, + "line": 53, "column": 5 } }, @@ -3877,16 +3988,16 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 1677, - 1688 + 1771, + 1782 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 4 }, "end": { - "line": 52, + "line": 55, "column": 15 } } @@ -3909,16 +4020,16 @@ "object": { "type": "ThisExpression", "range": [ - 1704, - 1708 + 1798, + 1802 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 11 }, "end": { - "line": 53, + "line": 56, "column": 15 } } @@ -3927,31 +4038,31 @@ "type": "Identifier", "name": "tf", "range": [ - 1709, - 1711 + 1803, + 1805 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 16 }, "end": { - "line": 53, + "line": 56, "column": 18 } } }, "range": [ - 1704, - 1711 + 1798, + 1805 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 11 }, "end": { - "line": 53, + "line": 56, "column": 18 } } @@ -3960,31 +4071,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 1712, - 1723 + 1806, + 1817 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 19 }, "end": { - "line": 53, + "line": 56, "column": 30 } } }, "range": [ - 1704, - 1723 + 1798, + 1817 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 11 }, "end": { - "line": 53, + "line": 56, "column": 30 } } @@ -4005,16 +4116,16 @@ "object": { "type": "ThisExpression", "range": [ - 1738, - 1742 + 1832, + 1836 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 12 }, "end": { - "line": 54, + "line": 57, "column": 16 } } @@ -4023,31 +4134,31 @@ "type": "Identifier", "name": "tf", "range": [ - 1743, - 1745 + 1837, + 1839 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 17 }, "end": { - "line": 54, + "line": 57, "column": 19 } } }, "range": [ - 1738, - 1745 + 1832, + 1839 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 12 }, "end": { - "line": 54, + "line": 57, "column": 19 } } @@ -4056,110 +4167,110 @@ "type": "Identifier", "name": "filter", "range": [ - 1746, - 1752 + 1840, + 1846 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 20 }, "end": { - "line": 54, + "line": 57, "column": 26 } } }, "range": [ - 1738, - 1752 + 1832, + 1846 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 12 }, "end": { - "line": 54, + "line": 57, "column": 26 } } }, "arguments": [], "range": [ - 1738, - 1754 + 1832, + 1848 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 12 }, "end": { - "line": 54, + "line": 57, "column": 28 } } }, "range": [ - 1738, - 1755 + 1832, + 1849 ], "loc": { "start": { - "line": 54, + "line": 57, "column": 12 }, "end": { - "line": 54, + "line": 57, "column": 29 } } } ], "range": [ - 1724, - 1765 + 1818, + 1859 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 31 }, "end": { - "line": 55, + "line": 58, "column": 9 } } }, "alternate": null, "range": [ - 1701, - 1765 + 1795, + 1859 ], "loc": { "start": { - "line": 53, + "line": 56, "column": 8 }, "end": { - "line": 55, + "line": 58, "column": 9 } } } ], "range": [ - 1691, - 1771 + 1785, + 1865 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 18 }, "end": { - "line": 56, + "line": 59, "column": 5 } } @@ -4167,16 +4278,16 @@ "generator": false, "expression": false, "range": [ - 1688, - 1771 + 1782, + 1865 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 15 }, "end": { - "line": 56, + "line": 59, "column": 5 } } @@ -4184,16 +4295,16 @@ "kind": "method", "computed": false, "range": [ - 1677, - 1771 + 1771, + 1865 ], "loc": { "start": { - "line": 52, + "line": 55, "column": 4 }, "end": { - "line": 56, + "line": 59, "column": 5 } }, @@ -4202,16 +4313,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": [ - 1777, - 2008 + 1871, + 2102 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 4 }, "end": { - "line": 63, + "line": 66, "column": 7 } } @@ -4225,16 +4336,16 @@ "type": "Identifier", "name": "init", "range": [ - 2013, - 2017 + 2107, + 2111 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 4 }, "end": { - "line": 64, + "line": 67, "column": 8 } } @@ -4247,16 +4358,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2018, - 2026 + 2112, + 2120 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 9 }, "end": { - "line": 64, + "line": 67, "column": 17 } } @@ -4265,16 +4376,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2028, - 2038 + 2122, + 2132 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 19 }, "end": { - "line": 64, + "line": 67, "column": 29 } } @@ -4283,16 +4394,16 @@ "type": "Identifier", "name": "container", "range": [ - 2040, - 2049 + 2134, + 2143 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 31 }, "end": { - "line": 64, + "line": 67, "column": 40 } } @@ -4310,16 +4421,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2064, - 2066 + 2158, + 2160 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 12 }, "end": { - "line": 65, + "line": 68, "column": 14 } } @@ -4330,16 +4441,16 @@ "object": { "type": "ThisExpression", "range": [ - 2069, - 2073 + 2163, + 2167 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 17 }, "end": { - "line": 65, + "line": 68, "column": 21 } } @@ -4348,46 +4459,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2074, - 2076 + 2168, + 2170 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 22 }, "end": { - "line": 65, + "line": 68, "column": 24 } } }, "range": [ - 2069, - 2076 + 2163, + 2170 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 17 }, "end": { - "line": 65, + "line": 68, "column": 24 } } }, "range": [ - 2064, - 2076 + 2158, + 2170 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 12 }, "end": { - "line": 65, + "line": 68, "column": 24 } } @@ -4395,16 +4506,16 @@ ], "kind": "let", "range": [ - 2060, - 2077 + 2154, + 2171 ], "loc": { "start": { - "line": 65, + "line": 68, "column": 8 }, "end": { - "line": 65, + "line": 68, "column": 25 } } @@ -4418,16 +4529,16 @@ "type": "Identifier", "name": "col", "range": [ - 2090, - 2093 + 2184, + 2187 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 12 }, "end": { - "line": 66, + "line": 69, "column": 15 } } @@ -4441,16 +4552,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2096, - 2098 + 2190, + 2192 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 18 }, "end": { - "line": 66, + "line": 69, "column": 20 } } @@ -4459,31 +4570,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 2099, - 2112 + 2193, + 2206 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 21 }, "end": { - "line": 66, + "line": 69, "column": 34 } } }, "range": [ - 2096, - 2112 + 2190, + 2206 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 18 }, "end": { - "line": 66, + "line": 69, "column": 34 } } @@ -4493,47 +4604,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2113, - 2121 + 2207, + 2215 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 35 }, "end": { - "line": 66, + "line": 69, "column": 43 } } } ], "range": [ - 2096, - 2122 + 2190, + 2216 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 18 }, "end": { - "line": 66, + "line": 69, "column": 44 } } }, "range": [ - 2090, - 2122 + 2184, + 2216 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 12 }, "end": { - "line": 66, + "line": 69, "column": 44 } } @@ -4541,16 +4652,16 @@ ], "kind": "let", "range": [ - 2086, - 2123 + 2180, + 2217 ], "loc": { "start": { - "line": 66, + "line": 69, "column": 8 }, "end": { - "line": 66, + "line": 69, "column": 45 } } @@ -4564,16 +4675,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2136, - 2152 + 2230, + 2246 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 12 }, "end": { - "line": 67, + "line": 70, "column": 28 } } @@ -4584,16 +4695,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2155, - 2165 + 2249, + 2259 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 31 }, "end": { - "line": 67, + "line": 70, "column": 41 } } @@ -4608,16 +4719,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2180, - 2182 + 2274, + 2276 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 14 } } @@ -4626,31 +4737,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 2183, - 2200 + 2277, + 2294 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 15 }, "end": { - "line": 68, + "line": 71, "column": 32 } } }, "range": [ - 2180, - 2200 + 2274, + 2294 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 32 } } @@ -4659,31 +4770,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2201, - 2209 + 2295, + 2303 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 33 }, "end": { - "line": 68, + "line": 71, "column": 41 } } }, "range": [ - 2180, - 2210 + 2274, + 2304 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 42 } } @@ -4693,46 +4804,46 @@ "value": null, "raw": "null", "range": [ - 2213, - 2217 + 2307, + 2311 ], "loc": { "start": { - "line": 68, + "line": 71, "column": 45 }, "end": { - "line": 68, + "line": 71, "column": 49 } } }, "range": [ - 2155, - 2217 + 2249, + 2311 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 31 }, "end": { - "line": 68, + "line": 71, "column": 49 } } }, "range": [ - 2136, - 2217 + 2230, + 2311 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 12 }, "end": { - "line": 68, + "line": 71, "column": 49 } } @@ -4740,16 +4851,16 @@ ], "kind": "let", "range": [ - 2132, - 2218 + 2226, + 2312 ], "loc": { "start": { - "line": 67, + "line": 70, "column": 8 }, "end": { - "line": 68, + "line": 71, "column": 50 } } @@ -4763,16 +4874,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2232, - 2235 + 2326, + 2329 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 12 }, "end": { - "line": 70, + "line": 73, "column": 15 } } @@ -4786,16 +4897,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2238, - 2241 + 2332, + 2335 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 18 }, "end": { - "line": 70, + "line": 73, "column": 21 } } @@ -4804,31 +4915,31 @@ "type": "Identifier", "name": "create", "range": [ - 2242, - 2248 + 2336, + 2342 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 22 }, "end": { - "line": 70, + "line": 73, "column": 28 } } }, "range": [ - 2238, - 2248 + 2332, + 2342 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 18 }, "end": { - "line": 70, + "line": 73, "column": 28 } } @@ -4841,16 +4952,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2249, - 2251 + 2343, + 2345 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 29 }, "end": { - "line": 70, + "line": 73, "column": 31 } } @@ -4859,31 +4970,31 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 2252, - 2262 + 2346, + 2356 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 32 }, "end": { - "line": 70, + "line": 73, "column": 42 } } }, "range": [ - 2249, - 2262 + 2343, + 2356 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 29 }, "end": { - "line": 70, + "line": 73, "column": 42 } } @@ -4896,16 +5007,16 @@ "value": "id", "raw": "'id'", "range": [ - 2277, - 2281 + 2371, + 2375 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 13 }, "end": { - "line": 71, + "line": 74, "column": 17 } } @@ -4926,16 +5037,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2283, - 2285 + 2377, + 2379 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 19 }, "end": { - "line": 71, + "line": 74, "column": 21 } } @@ -4944,31 +5055,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 2286, - 2293 + 2380, + 2387 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 22 }, "end": { - "line": 71, + "line": 74, "column": 29 } } }, "range": [ - 2283, - 2293 + 2377, + 2387 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 19 }, "end": { - "line": 71, + "line": 74, "column": 29 } } @@ -4977,31 +5088,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2294, - 2302 + 2388, + 2396 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 30 }, "end": { - "line": 71, + "line": 74, "column": 38 } } }, "range": [ - 2283, - 2302 + 2377, + 2396 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 19 }, "end": { - "line": 71, + "line": 74, "column": 38 } } @@ -5011,31 +5122,31 @@ "value": "_", "raw": "'_'", "range": [ - 2303, - 2306 + 2397, + 2400 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 39 }, "end": { - "line": 71, + "line": 74, "column": 42 } } }, "range": [ - 2283, - 2306 + 2377, + 2400 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 19 }, "end": { - "line": 71, + "line": 74, "column": 42 } } @@ -5047,16 +5158,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2307, - 2309 + 2401, + 2403 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 43 }, "end": { - "line": 71, + "line": 74, "column": 45 } } @@ -5065,62 +5176,62 @@ "type": "Identifier", "name": "id", "range": [ - 2310, - 2312 + 2404, + 2406 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 46 }, "end": { - "line": 71, + "line": 74, "column": 48 } } }, "range": [ - 2307, - 2312 + 2401, + 2406 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 43 }, "end": { - "line": 71, + "line": 74, "column": 48 } } }, "range": [ - 2283, - 2312 + 2377, + 2406 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 19 }, "end": { - "line": 71, + "line": 74, "column": 48 } } } ], "range": [ - 2276, - 2313 + 2370, + 2407 ], "loc": { "start": { - "line": 71, + "line": 74, "column": 12 }, "end": { - "line": 71, + "line": 74, "column": 49 } } @@ -5133,16 +5244,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 2328, - 2332 + 2422, + 2426 ], "loc": { "start": { - "line": 72, + "line": 75, "column": 13 }, "end": { - "line": 72, + "line": 75, "column": 17 } } @@ -5151,32 +5262,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2334, - 2342 + 2428, + 2436 ], "loc": { "start": { - "line": 72, + "line": 75, "column": 19 }, "end": { - "line": 72, + "line": 75, "column": 27 } } } ], "range": [ - 2327, - 2343 + 2421, + 2437 ], "loc": { "start": { - "line": 72, + "line": 75, "column": 12 }, "end": { - "line": 72, + "line": 75, "column": 28 } } @@ -5189,16 +5300,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 2346, - 2354 + 2440, + 2448 ], "loc": { "start": { - "line": 72, + "line": 75, "column": 31 }, "end": { - "line": 72, + "line": 75, "column": 39 } } @@ -5208,63 +5319,63 @@ "value": "0", "raw": "'0'", "range": [ - 2356, - 2359 + 2450, + 2453 ], "loc": { "start": { - "line": 72, + "line": 75, "column": 41 }, "end": { - "line": 72, + "line": 75, "column": 44 } } } ], "range": [ - 2345, - 2360 + 2439, + 2454 ], "loc": { "start": { - "line": 72, + "line": 75, "column": 30 }, "end": { - "line": 72, + "line": 75, "column": 45 } } } ], "range": [ - 2238, - 2370 + 2332, + 2464 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 18 }, "end": { - "line": 73, + "line": 76, "column": 9 } } }, "range": [ - 2232, - 2370 + 2326, + 2464 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 12 }, "end": { - "line": 73, + "line": 76, "column": 9 } } @@ -5272,16 +5383,16 @@ ], "kind": "let", "range": [ - 2228, - 2371 + 2322, + 2465 ], "loc": { "start": { - "line": 70, + "line": 73, "column": 8 }, "end": { - "line": 73, + "line": 76, "column": 10 } } @@ -5295,16 +5406,16 @@ "type": "Identifier", "name": "col", "range": [ - 2384, - 2387 + 2478, + 2481 ], "loc": { "start": { - "line": 75, + "line": 78, "column": 11 }, "end": { - "line": 75, + "line": 78, "column": 14 } } @@ -5316,16 +5427,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2392, - 2394 + 2486, + 2488 ], "loc": { "start": { - "line": 75, + "line": 78, "column": 19 }, "end": { - "line": 75, + "line": 78, "column": 21 } } @@ -5334,46 +5445,46 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 2395, - 2407 + 2489, + 2501 ], "loc": { "start": { - "line": 75, + "line": 78, "column": 22 }, "end": { - "line": 75, + "line": 78, "column": 34 } } }, "range": [ - 2392, - 2407 + 2486, + 2501 ], "loc": { "start": { - "line": 75, + "line": 78, "column": 19 }, "end": { - "line": 75, + "line": 78, "column": 34 } } }, "range": [ - 2384, - 2407 + 2478, + 2501 ], "loc": { "start": { - "line": 75, + "line": 78, "column": 11 }, "end": { - "line": 75, + "line": 78, "column": 34 } } @@ -5393,16 +5504,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2422, - 2425 + 2516, + 2519 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 12 }, "end": { - "line": 76, + "line": 79, "column": 15 } } @@ -5411,31 +5522,31 @@ "type": "Identifier", "name": "multiple", "range": [ - 2426, - 2434 + 2520, + 2528 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 16 }, "end": { - "line": 76, + "line": 79, "column": 24 } } }, "range": [ - 2422, - 2434 + 2516, + 2528 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 12 }, "end": { - "line": 76, + "line": 79, "column": 24 } } @@ -5447,16 +5558,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2437, - 2439 + 2531, + 2533 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 27 }, "end": { - "line": 76, + "line": 79, "column": 29 } } @@ -5465,61 +5576,61 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 2440, - 2452 + 2534, + 2546 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 30 }, "end": { - "line": 76, + "line": 79, "column": 42 } } }, "range": [ - 2437, - 2452 + 2531, + 2546 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 27 }, "end": { - "line": 76, + "line": 79, "column": 42 } } }, "range": [ - 2422, - 2452 + 2516, + 2546 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 12 }, "end": { - "line": 76, + "line": 79, "column": 42 } } }, "range": [ - 2422, - 2453 + 2516, + 2547 ], "loc": { "start": { - "line": 76, + "line": 79, "column": 12 }, "end": { - "line": 76, + "line": 79, "column": 43 } } @@ -5536,16 +5647,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2466, - 2469 + 2560, + 2563 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 12 }, "end": { - "line": 77, + "line": 80, "column": 15 } } @@ -5554,31 +5665,31 @@ "type": "Identifier", "name": "title", "range": [ - 2470, - 2475 + 2564, + 2569 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 16 }, "end": { - "line": 77, + "line": 80, "column": 21 } } }, "range": [ - 2466, - 2475 + 2560, + 2569 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 12 }, "end": { - "line": 77, + "line": 80, "column": 21 } } @@ -5589,16 +5700,16 @@ "object": { "type": "ThisExpression", "range": [ - 2478, - 2482 + 2572, + 2576 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 24 }, "end": { - "line": 77, + "line": 80, "column": 28 } } @@ -5607,93 +5718,93 @@ "type": "Identifier", "name": "multipleSlcTooltip", "range": [ - 2483, - 2501 + 2577, + 2595 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 29 }, "end": { - "line": 77, + "line": 80, "column": 47 } } }, "range": [ - 2478, - 2501 + 2572, + 2595 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 24 }, "end": { - "line": 77, + "line": 80, "column": 47 } } }, "range": [ - 2466, - 2501 + 2560, + 2595 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 12 }, "end": { - "line": 77, + "line": 80, "column": 47 } } }, "range": [ - 2466, - 2502 + 2560, + 2596 ], "loc": { "start": { - "line": 77, + "line": 80, "column": 12 }, "end": { - "line": 77, + "line": 80, "column": 48 } } } ], "range": [ - 2408, - 2512 + 2502, + 2606 ], "loc": { "start": { - "line": 75, + "line": 78, "column": 35 }, "end": { - "line": 78, + "line": 81, "column": 9 } } }, "alternate": null, "range": [ - 2381, - 2512 + 2475, + 2606 ], "loc": { "start": { - "line": 75, + "line": 78, "column": 8 }, "end": { - "line": 78, + "line": 81, "column": 9 } } @@ -5710,16 +5821,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2521, - 2524 + 2615, + 2618 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 8 }, "end": { - "line": 79, + "line": 82, "column": 11 } } @@ -5728,31 +5839,31 @@ "type": "Identifier", "name": "className", "range": [ - 2525, - 2534 + 2619, + 2628 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 12 }, "end": { - "line": 79, + "line": 82, "column": 21 } } }, "range": [ - 2521, - 2534 + 2615, + 2628 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 8 }, "end": { - "line": 79, + "line": 82, "column": 21 } } @@ -5771,16 +5882,16 @@ "type": "Identifier", "name": "Str", "range": [ - 2537, - 2540 + 2631, + 2634 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 24 }, "end": { - "line": 79, + "line": 82, "column": 27 } } @@ -5789,31 +5900,31 @@ "type": "Identifier", "name": "lower", "range": [ - 2541, - 2546 + 2635, + 2640 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 28 }, "end": { - "line": 79, + "line": 82, "column": 33 } } }, "range": [ - 2537, - 2546 + 2631, + 2640 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 24 }, "end": { - "line": 79, + "line": 82, "column": 33 } } @@ -5823,32 +5934,32 @@ "type": "Identifier", "name": "col", "range": [ - 2547, - 2550 + 2641, + 2644 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 34 }, "end": { - "line": 79, + "line": 82, "column": 37 } } } ], "range": [ - 2537, - 2551 + 2631, + 2645 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 24 }, "end": { - "line": 79, + "line": 82, "column": 38 } } @@ -5860,16 +5971,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2556, - 2558 + 2650, + 2652 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 43 }, "end": { - "line": 79, + "line": 82, "column": 45 } } @@ -5878,46 +5989,46 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 2559, - 2569 + 2653, + 2663 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 46 }, "end": { - "line": 79, + "line": 82, "column": 56 } } }, "range": [ - 2556, - 2569 + 2650, + 2663 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 43 }, "end": { - "line": 79, + "line": 82, "column": 56 } } }, "range": [ - 2537, - 2569 + 2631, + 2663 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 24 }, "end": { - "line": 79, + "line": 82, "column": 56 } } @@ -5929,16 +6040,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2584, - 2586 + 2678, + 2680 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 12 }, "end": { - "line": 80, + "line": 83, "column": 14 } } @@ -5947,31 +6058,31 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 2587, - 2598 + 2681, + 2692 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 15 }, "end": { - "line": 80, + "line": 83, "column": 26 } } }, "range": [ - 2584, - 2598 + 2678, + 2692 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 12 }, "end": { - "line": 80, + "line": 83, "column": 26 } } @@ -5983,16 +6094,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2601, - 2603 + 2695, + 2697 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 29 }, "end": { - "line": 80, + "line": 83, "column": 31 } } @@ -6001,76 +6112,76 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 2604, - 2620 + 2698, + 2714 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 32 }, "end": { - "line": 80, + "line": 83, "column": 48 } } }, "range": [ - 2601, - 2620 + 2695, + 2714 ], "loc": { "start": { - "line": 80, + "line": 83, "column": 29 }, "end": { - "line": 80, + "line": 83, "column": 48 } } }, "range": [ - 2537, - 2620 + 2631, + 2714 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 24 }, "end": { - "line": 80, + "line": 83, "column": 48 } } }, "range": [ - 2521, - 2620 + 2615, + 2714 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 8 }, "end": { - "line": 80, + "line": 83, "column": 48 } } }, "range": [ - 2521, - 2621 + 2615, + 2715 ], "loc": { "start": { - "line": 79, + "line": 82, "column": 8 }, "end": { - "line": 80, + "line": 83, "column": 49 } }, @@ -6079,16 +6190,16 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2631, - 2672 + 2725, + 2766 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 8 }, "end": { - "line": 82, + "line": 85, "column": 49 } } @@ -6101,16 +6212,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2684, - 2700 + 2778, + 2794 ], "loc": { "start": { - "line": 83, + "line": 86, "column": 11 }, "end": { - "line": 83, + "line": 86, "column": 27 } } @@ -6134,16 +6245,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2715, - 2718 + 2809, + 2812 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 87, "column": 15 } } @@ -6152,31 +6263,31 @@ "type": "Identifier", "name": "id", "range": [ - 2719, - 2721 + 2813, + 2815 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 16 }, "end": { - "line": 84, + "line": 87, "column": 18 } } }, "range": [ - 2715, - 2721 + 2809, + 2815 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 87, "column": 18 } } @@ -6186,32 +6297,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2722, - 2738 + 2816, + 2832 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 19 }, "end": { - "line": 84, + "line": 87, "column": 35 } } } ], "range": [ - 2715, - 2739 + 2809, + 2833 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 87, "column": 36 } } @@ -6220,31 +6331,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2740, - 2751 + 2834, + 2845 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 37 }, "end": { - "line": 84, + "line": 87, "column": 48 } } }, "range": [ - 2715, - 2751 + 2809, + 2845 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 87, "column": 48 } } @@ -6254,47 +6365,47 @@ "type": "Identifier", "name": "slc", "range": [ - 2752, - 2755 + 2846, + 2849 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 49 }, "end": { - "line": 84, + "line": 87, "column": 52 } } } ], "range": [ - 2715, - 2756 + 2809, + 2850 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 87, "column": 53 } } }, "range": [ - 2715, - 2757 + 2809, + 2851 ], "loc": { "start": { - "line": 84, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 87, "column": 54 } } @@ -6313,16 +6424,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2770, - 2772 + 2864, + 2866 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 12 }, "end": { - "line": 85, + "line": 88, "column": 14 } } @@ -6331,31 +6442,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 2773, - 2787 + 2867, + 2881 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 15 }, "end": { - "line": 85, + "line": 88, "column": 29 } } }, "range": [ - 2770, - 2787 + 2864, + 2881 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 12 }, "end": { - "line": 85, + "line": 88, "column": 29 } } @@ -6364,31 +6475,31 @@ "type": "Identifier", "name": "push", "range": [ - 2788, - 2792 + 2882, + 2886 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 30 }, "end": { - "line": 85, + "line": 88, "column": 34 } } }, "range": [ - 2770, - 2792 + 2864, + 2886 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 12 }, "end": { - "line": 85, + "line": 88, "column": 34 } } @@ -6398,63 +6509,63 @@ "type": "Identifier", "name": "slc", "range": [ - 2793, - 2796 + 2887, + 2890 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 35 }, "end": { - "line": 85, + "line": 88, "column": 38 } } } ], "range": [ - 2770, - 2797 + 2864, + 2891 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 12 }, "end": { - "line": 85, + "line": 88, "column": 39 } } }, "range": [ - 2770, - 2798 + 2864, + 2892 ], "loc": { "start": { - "line": 85, + "line": 88, "column": 12 }, "end": { - "line": 85, + "line": 88, "column": 40 } } } ], "range": [ - 2701, - 2808 + 2795, + 2902 ], "loc": { "start": { - "line": 83, + "line": 86, "column": 28 }, "end": { - "line": 86, + "line": 89, "column": 9 } } @@ -6473,16 +6584,16 @@ "type": "Identifier", "name": "container", "range": [ - 2828, - 2837 + 2922, + 2931 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 12 }, "end": { - "line": 87, + "line": 90, "column": 21 } } @@ -6491,31 +6602,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2838, - 2849 + 2932, + 2943 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 22 }, "end": { - "line": 87, + "line": 90, "column": 33 } } }, "range": [ - 2828, - 2849 + 2922, + 2943 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 12 }, "end": { - "line": 87, + "line": 90, "column": 33 } } @@ -6525,78 +6636,78 @@ "type": "Identifier", "name": "slc", "range": [ - 2850, - 2853 + 2944, + 2947 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 34 }, "end": { - "line": 87, + "line": 90, "column": 37 } } } ], "range": [ - 2828, - 2854 + 2922, + 2948 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 12 }, "end": { - "line": 87, + "line": 90, "column": 38 } } }, "range": [ - 2828, - 2855 + 2922, + 2949 ], "loc": { "start": { - "line": 87, + "line": 90, "column": 12 }, "end": { - "line": 87, + "line": 90, "column": 39 } } } ], "range": [ - 2814, - 2865 + 2908, + 2959 ], "loc": { "start": { - "line": 86, + "line": 89, "column": 15 }, "end": { - "line": 88, + "line": 91, "column": 9 } } }, "range": [ - 2681, - 2865 + 2775, + 2959 ], "loc": { "start": { - "line": 83, + "line": 86, "column": 8 }, "end": { - "line": 88, + "line": 91, "column": 9 } }, @@ -6605,16 +6716,16 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2631, - 2672 + 2725, + 2766 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 8 }, "end": { - "line": 82, + "line": 85, "column": 49 } } @@ -6635,16 +6746,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2875, - 2877 + 2969, + 2971 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 8 }, "end": { - "line": 90, + "line": 93, "column": 10 } } @@ -6653,31 +6764,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 2878, - 2884 + 2972, + 2978 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 11 }, "end": { - "line": 90, + "line": 93, "column": 17 } } }, "range": [ - 2875, - 2884 + 2969, + 2978 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 8 }, "end": { - "line": 90, + "line": 93, "column": 17 } } @@ -6686,31 +6797,31 @@ "type": "Identifier", "name": "push", "range": [ - 2885, - 2889 + 2979, + 2983 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 18 }, "end": { - "line": 90, + "line": 93, "column": 22 } } }, "range": [ - 2875, - 2889 + 2969, + 2983 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 8 }, "end": { - "line": 90, + "line": 93, "column": 22 } } @@ -6723,16 +6834,16 @@ "type": "Identifier", "name": "slc", "range": [ - 2890, - 2893 + 2984, + 2987 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 23 }, "end": { - "line": 90, + "line": 93, "column": 26 } } @@ -6741,62 +6852,62 @@ "type": "Identifier", "name": "id", "range": [ - 2894, - 2896 + 2988, + 2990 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 27 }, "end": { - "line": 90, + "line": 93, "column": 29 } } }, "range": [ - 2890, - 2896 + 2984, + 2990 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 23 }, "end": { - "line": 90, + "line": 93, "column": 29 } } } ], "range": [ - 2875, - 2897 + 2969, + 2991 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 8 }, "end": { - "line": 90, + "line": 93, "column": 30 } } }, "range": [ - 2875, - 2898 + 2969, + 2992 ], "loc": { "start": { - "line": 90, + "line": 93, "column": 8 }, "end": { - "line": 90, + "line": 93, "column": 31 } } @@ -6813,16 +6924,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2912, - 2914 + 3006, + 3008 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 12 }, "end": { - "line": 92, + "line": 95, "column": 14 } } @@ -6831,47 +6942,47 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 2915, - 2930 + 3009, + 3024 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 15 }, "end": { - "line": 92, + "line": 95, "column": 30 } } }, "range": [ - 2912, - 2930 + 3006, + 3024 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 12 }, "end": { - "line": 92, + "line": 95, "column": 30 } } }, "prefix": true, "range": [ - 2911, - 2930 + 3005, + 3024 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 11 }, "end": { - "line": 92, + "line": 95, "column": 30 } } @@ -6889,16 +7000,16 @@ "object": { "type": "ThisExpression", "range": [ - 2945, - 2949 + 3039, + 3043 ], "loc": { "start": { - "line": 93, + "line": 96, "column": 12 }, "end": { - "line": 93, + "line": 96, "column": 16 } } @@ -6907,31 +7018,31 @@ "type": "Identifier", "name": "build", "range": [ - 2950, - 2955 + 3044, + 3049 ], "loc": { "start": { - "line": 93, + "line": 96, "column": 17 }, "end": { - "line": 93, + "line": 96, "column": 22 } } }, "range": [ - 2945, - 2955 + 3039, + 3049 ], "loc": { "start": { - "line": 93, + "line": 96, "column": 12 }, "end": { - "line": 93, + "line": 96, "column": 22 } } @@ -6941,63 +7052,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2956, - 2964 + 3050, + 3058 ], "loc": { "start": { - "line": 93, + "line": 96, "column": 23 }, "end": { - "line": 93, + "line": 96, "column": 31 } } } ], "range": [ - 2945, - 2965 + 3039, + 3059 ], "loc": { "start": { - "line": 93, + "line": 96, "column": 12 }, "end": { - "line": 93, + "line": 96, "column": 32 } } }, "range": [ - 2945, - 2966 + 3039, + 3060 ], "loc": { "start": { - "line": 93, + "line": 96, "column": 12 }, "end": { - "line": 93, + "line": 96, "column": 33 } } } ], "range": [ - 2931, - 2976 + 3025, + 3070 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 31 }, "end": { - "line": 94, + "line": 97, "column": 9 } } @@ -7014,16 +7125,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 3067, - 3071 + 3161, + 3165 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 16 }, "end": { - "line": 96, + "line": 99, "column": 20 } } @@ -7037,16 +7148,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3074, - 3077 + 3168, + 3171 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 23 }, "end": { - "line": 96, + "line": 99, "column": 26 } } @@ -7055,31 +7166,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 3078, - 3087 + 3172, + 3181 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 27 }, "end": { - "line": 96, + "line": 99, "column": 36 } } }, "range": [ - 3074, - 3087 + 3168, + 3181 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 23 }, "end": { - "line": 96, + "line": 99, "column": 36 } } @@ -7092,16 +7203,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3088, - 3090 + 3182, + 3184 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 37 }, "end": { - "line": 96, + "line": 99, "column": 39 } } @@ -7110,31 +7221,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 3091, - 3105 + 3185, + 3199 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 40 }, "end": { - "line": 96, + "line": 99, "column": 54 } } }, "range": [ - 3088, - 3105 + 3182, + 3199 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 37 }, "end": { - "line": 96, + "line": 99, "column": 54 } } @@ -7144,47 +7255,47 @@ "value": "", "raw": "''", "range": [ - 3107, - 3109 + 3201, + 3203 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 56 }, "end": { - "line": 96, + "line": 99, "column": 58 } } } ], "range": [ - 3074, - 3110 + 3168, + 3204 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 23 }, "end": { - "line": 96, + "line": 99, "column": 59 } } }, "range": [ - 3067, - 3110 + 3161, + 3204 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 16 }, "end": { - "line": 96, + "line": 99, "column": 59 } } @@ -7192,16 +7303,16 @@ ], "kind": "let", "range": [ - 3063, - 3111 + 3157, + 3205 ], "loc": { "start": { - "line": 96, + "line": 99, "column": 12 }, "end": { - "line": 96, + "line": 99, "column": 60 } }, @@ -7210,16 +7321,16 @@ "type": "Line", "value": "1st option is created here since build isn't invoked", "range": [ - 2996, - 3050 + 3090, + 3144 ], "loc": { "start": { - "line": 95, + "line": 98, "column": 12 }, "end": { - "line": 95, + "line": 98, "column": 66 } } @@ -7237,16 +7348,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3124, - 3127 + 3218, + 3221 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 12 }, "end": { - "line": 97, + "line": 100, "column": 15 } } @@ -7255,31 +7366,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3128, - 3139 + 3222, + 3233 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 16 }, "end": { - "line": 97, + "line": 100, "column": 27 } } }, "range": [ - 3124, - 3139 + 3218, + 3233 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 12 }, "end": { - "line": 97, + "line": 100, "column": 27 } } @@ -7289,78 +7400,78 @@ "type": "Identifier", "name": "opt0", "range": [ - 3140, - 3144 + 3234, + 3238 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 28 }, "end": { - "line": 97, + "line": 100, "column": 32 } } } ], "range": [ - 3124, - 3145 + 3218, + 3239 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 12 }, "end": { - "line": 97, + "line": 100, "column": 33 } } }, "range": [ - 3124, - 3146 + 3218, + 3240 ], "loc": { "start": { - "line": 97, + "line": 100, "column": 12 }, "end": { - "line": 97, + "line": 100, "column": 34 } } } ], "range": [ - 2982, - 3156 + 3076, + 3250 ], "loc": { "start": { - "line": 94, + "line": 97, "column": 15 }, "end": { - "line": 98, + "line": 101, "column": 9 } } }, "range": [ - 2908, - 3156 + 3002, + 3250 ], "loc": { "start": { - "line": 92, + "line": 95, "column": 8 }, "end": { - "line": 98, + "line": 101, "column": 9 } } @@ -7376,16 +7487,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3166, - 3171 + 3260, + 3265 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 8 }, "end": { - "line": 100, + "line": 103, "column": 13 } } @@ -7394,31 +7505,31 @@ "type": "Identifier", "name": "add", "range": [ - 3172, - 3175 + 3266, + 3269 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 14 }, "end": { - "line": 100, + "line": 103, "column": 17 } } }, "range": [ - 3166, - 3175 + 3260, + 3269 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 8 }, "end": { - "line": 100, + "line": 103, "column": 17 } } @@ -7428,16 +7539,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3176, - 3179 + 3270, + 3273 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 18 }, "end": { - "line": 100, + "line": 103, "column": 21 } } @@ -7447,16 +7558,16 @@ "value": "change", "raw": "'change'", "range": [ - 3181, - 3189 + 3275, + 3283 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 23 }, "end": { - "line": 100, + "line": 103, "column": 31 } } @@ -7473,16 +7584,16 @@ "object": { "type": "ThisExpression", "range": [ - 3196, - 3200 + 3290, + 3294 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 38 }, "end": { - "line": 100, + "line": 103, "column": 42 } } @@ -7491,47 +7602,47 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 3201, - 3212 + 3295, + 3306 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 43 }, "end": { - "line": 100, + "line": 103, "column": 54 } } }, "range": [ - 3196, - 3212 + 3290, + 3306 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 38 }, "end": { - "line": 100, + "line": 103, "column": 54 } } }, "arguments": [], "range": [ - 3196, - 3214 + 3290, + 3308 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 38 }, "end": { - "line": 100, + "line": 103, "column": 56 } } @@ -7539,47 +7650,47 @@ "generator": false, "expression": true, "range": [ - 3191, - 3214 + 3285, + 3308 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 33 }, "end": { - "line": 100, + "line": 103, "column": 56 } } } ], "range": [ - 3166, - 3215 + 3260, + 3309 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 8 }, "end": { - "line": 100, + "line": 103, "column": 57 } } }, "range": [ - 3166, - 3216 + 3260, + 3310 ], "loc": { "start": { - "line": 100, + "line": 103, "column": 8 }, "end": { - "line": 100, + "line": 103, "column": 58 } } @@ -7595,16 +7706,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3225, - 3230 + 3319, + 3324 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 8 }, "end": { - "line": 101, + "line": 104, "column": 13 } } @@ -7613,31 +7724,31 @@ "type": "Identifier", "name": "add", "range": [ - 3231, - 3234 + 3325, + 3328 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 14 }, "end": { - "line": 101, + "line": 104, "column": 17 } } }, "range": [ - 3225, - 3234 + 3319, + 3328 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 8 }, "end": { - "line": 101, + "line": 104, "column": 17 } } @@ -7647,16 +7758,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3235, - 3238 + 3329, + 3332 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 18 }, "end": { - "line": 101, + "line": 104, "column": 21 } } @@ -7666,16 +7777,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 3240, - 3247 + 3334, + 3341 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 23 }, "end": { - "line": 101, + "line": 104, "column": 30 } } @@ -7688,16 +7799,16 @@ "type": "Identifier", "name": "e", "range": [ - 3250, - 3251 + 3344, + 3345 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 33 }, "end": { - "line": 101, + "line": 104, "column": 34 } } @@ -7711,16 +7822,16 @@ "object": { "type": "ThisExpression", "range": [ - 3255, - 3259 + 3349, + 3353 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 38 }, "end": { - "line": 101, + "line": 104, "column": 42 } } @@ -7729,31 +7840,31 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 3260, - 3270 + 3354, + 3364 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 43 }, "end": { - "line": 101, + "line": 104, "column": 53 } } }, "range": [ - 3255, - 3270 + 3349, + 3364 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 38 }, "end": { - "line": 101, + "line": 104, "column": 53 } } @@ -7763,32 +7874,32 @@ "type": "Identifier", "name": "e", "range": [ - 3271, - 3272 + 3365, + 3366 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 54 }, "end": { - "line": 101, + "line": 104, "column": 55 } } } ], "range": [ - 3255, - 3273 + 3349, + 3367 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 38 }, "end": { - "line": 101, + "line": 104, "column": 56 } } @@ -7796,47 +7907,47 @@ "generator": false, "expression": true, "range": [ - 3249, - 3273 + 3343, + 3367 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 32 }, "end": { - "line": 101, + "line": 104, "column": 56 } } } ], "range": [ - 3225, - 3274 + 3319, + 3368 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 8 }, "end": { - "line": 101, + "line": 104, "column": 57 } } }, "range": [ - 3225, - 3275 + 3319, + 3369 ], "loc": { "start": { - "line": 101, + "line": 104, "column": 8 }, "end": { - "line": 101, + "line": 104, "column": 58 } } @@ -7854,16 +7965,16 @@ "object": { "type": "ThisExpression", "range": [ - 3285, - 3289 + 3379, + 3383 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 8 }, "end": { - "line": 103, + "line": 106, "column": 12 } } @@ -7872,31 +7983,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3290, - 3297 + 3384, + 3391 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 13 }, "end": { - "line": 103, + "line": 106, "column": 20 } } }, "range": [ - 3285, - 3297 + 3379, + 3391 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 8 }, "end": { - "line": 103, + "line": 106, "column": 20 } } @@ -7905,31 +8016,31 @@ "type": "Identifier", "name": "on", "range": [ - 3298, - 3300 + 3392, + 3394 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 21 }, "end": { - "line": 103, + "line": 106, "column": 23 } } }, "range": [ - 3285, - 3300 + 3379, + 3394 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 8 }, "end": { - "line": 103, + "line": 106, "column": 23 } } @@ -7943,32 +8054,32 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 3315, - 3336 + 3409, + 3430 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 13 }, "end": { - "line": 104, + "line": 107, "column": 34 } } } ], "range": [ - 3314, - 3337 + 3408, + 3431 ], "loc": { "start": { - "line": 104, + "line": 107, "column": 12 }, "end": { - "line": 104, + "line": 107, "column": 35 } } @@ -7981,16 +8092,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3352, - 3354 + 3446, + 3448 ], "loc": { "start": { - "line": 105, + "line": 108, "column": 13 }, "end": { - "line": 105, + "line": 108, "column": 15 } } @@ -7999,16 +8110,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3356, - 3364 + 3450, + 3458 ], "loc": { "start": { - "line": 105, + "line": 108, "column": 17 }, "end": { - "line": 105, + "line": 108, "column": 25 } } @@ -8017,16 +8128,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3366, - 3374 + 3460, + 3468 ], "loc": { "start": { - "line": 105, + "line": 108, "column": 27 }, "end": { - "line": 105, + "line": 108, "column": 35 } } @@ -8035,16 +8146,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3376, - 3386 + 3470, + 3480 ], "loc": { "start": { - "line": 105, + "line": 108, "column": 37 }, "end": { - "line": 105, + "line": 108, "column": 47 } } @@ -8058,16 +8169,16 @@ "object": { "type": "ThisExpression", "range": [ - 3406, - 3410 + 3500, + 3504 ], "loc": { "start": { - "line": 106, + "line": 109, "column": 16 }, "end": { - "line": 106, + "line": 109, "column": 20 } } @@ -8076,31 +8187,31 @@ "type": "Identifier", "name": "build", "range": [ - 3411, - 3416 + 3505, + 3510 ], "loc": { "start": { - "line": 106, + "line": 109, "column": 21 }, "end": { - "line": 106, + "line": 109, "column": 26 } } }, "range": [ - 3406, - 3416 + 3500, + 3510 ], "loc": { "start": { - "line": 106, + "line": 109, "column": 16 }, "end": { - "line": 106, + "line": 109, "column": 26 } } @@ -8110,16 +8221,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3417, - 3425 + 3511, + 3519 ], "loc": { "start": { - "line": 106, + "line": 109, "column": 27 }, "end": { - "line": 106, + "line": 109, "column": 35 } } @@ -8128,16 +8239,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3427, - 3435 + 3521, + 3529 ], "loc": { "start": { - "line": 106, + "line": 109, "column": 37 }, "end": { - "line": 106, + "line": 109, "column": 45 } } @@ -8146,32 +8257,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3437, - 3447 + 3531, + 3541 ], "loc": { "start": { - "line": 106, + "line": 109, "column": 47 }, "end": { - "line": 106, + "line": 109, "column": 57 } } } ], "range": [ - 3406, - 3448 + 3500, + 3542 ], "loc": { "start": { - "line": 106, + "line": 109, "column": 16 }, "end": { - "line": 106, + "line": 109, "column": 58 } } @@ -8179,47 +8290,47 @@ "generator": false, "expression": true, "range": [ - 3351, - 3448 + 3445, + 3542 ], "loc": { "start": { - "line": 105, + "line": 108, "column": 12 }, "end": { - "line": 106, + "line": 109, "column": 58 } } } ], "range": [ - 3285, - 3458 + 3379, + 3552 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 8 }, "end": { - "line": 107, + "line": 110, "column": 9 } } }, "range": [ - 3285, - 3459 + 3379, + 3553 ], "loc": { "start": { - "line": 103, + "line": 106, "column": 8 }, "end": { - "line": 107, + "line": 110, "column": 10 } } @@ -8237,16 +8348,16 @@ "object": { "type": "ThisExpression", "range": [ - 3468, - 3472 + 3562, + 3566 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 8 }, "end": { - "line": 108, + "line": 111, "column": 12 } } @@ -8255,31 +8366,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3473, - 3480 + 3567, + 3574 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 13 }, "end": { - "line": 108, + "line": 111, "column": 20 } } }, "range": [ - 3468, - 3480 + 3562, + 3574 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 8 }, "end": { - "line": 108, + "line": 111, "column": 20 } } @@ -8288,31 +8399,31 @@ "type": "Identifier", "name": "on", "range": [ - 3481, - 3483 + 3575, + 3577 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 21 }, "end": { - "line": 108, + "line": 111, "column": 23 } } }, "range": [ - 3468, - 3483 + 3562, + 3577 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 8 }, "end": { - "line": 108, + "line": 111, "column": 23 } } @@ -8326,32 +8437,32 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 3498, - 3514 + 3592, + 3608 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 13 }, "end": { - "line": 109, + "line": 112, "column": 29 } } } ], "range": [ - 3497, - 3515 + 3591, + 3609 ], "loc": { "start": { - "line": 109, + "line": 112, "column": 12 }, "end": { - "line": 109, + "line": 112, "column": 30 } } @@ -8364,16 +8475,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3530, - 3532 + 3624, + 3626 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 13 }, "end": { - "line": 110, + "line": 113, "column": 15 } } @@ -8382,16 +8493,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3534, - 3542 + 3628, + 3636 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 17 }, "end": { - "line": 110, + "line": 113, "column": 25 } } @@ -8400,16 +8511,16 @@ "type": "Identifier", "name": "values", "range": [ - 3544, - 3550 + 3638, + 3644 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 27 }, "end": { - "line": 110, + "line": 113, "column": 33 } } @@ -8423,16 +8534,16 @@ "object": { "type": "ThisExpression", "range": [ - 3554, - 3558 + 3648, + 3652 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 37 }, "end": { - "line": 110, + "line": 113, "column": 41 } } @@ -8441,31 +8552,31 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 3559, - 3572 + 3653, + 3666 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 42 }, "end": { - "line": 110, + "line": 113, "column": 55 } } }, "range": [ - 3554, - 3572 + 3648, + 3666 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 37 }, "end": { - "line": 110, + "line": 113, "column": 55 } } @@ -8475,16 +8586,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3573, - 3581 + 3667, + 3675 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 56 }, "end": { - "line": 110, + "line": 113, "column": 64 } } @@ -8493,32 +8604,32 @@ "type": "Identifier", "name": "values", "range": [ - 3583, - 3589 + 3677, + 3683 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 66 }, "end": { - "line": 110, + "line": 113, "column": 72 } } } ], "range": [ - 3554, - 3590 + 3648, + 3684 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 37 }, "end": { - "line": 110, + "line": 113, "column": 73 } } @@ -8526,47 +8637,47 @@ "generator": false, "expression": true, "range": [ - 3529, - 3590 + 3623, + 3684 ], "loc": { "start": { - "line": 110, + "line": 113, "column": 12 }, "end": { - "line": 110, + "line": 113, "column": 73 } } } ], "range": [ - 3468, - 3600 + 3562, + 3694 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 8 }, "end": { - "line": 111, + "line": 114, "column": 9 } } }, "range": [ - 3468, - 3601 + 3562, + 3695 ], "loc": { "start": { - "line": 108, + "line": 111, "column": 8 }, "end": { - "line": 111, + "line": 114, "column": 10 } } @@ -8582,16 +8693,16 @@ "object": { "type": "ThisExpression", "range": [ - 3611, - 3615 + 3705, + 3709 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 8 }, "end": { - "line": 113, + "line": 116, "column": 12 } } @@ -8600,31 +8711,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3616, - 3627 + 3710, + 3721 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 13 }, "end": { - "line": 113, + "line": 116, "column": 24 } } }, "range": [ - 3611, - 3627 + 3705, + 3721 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 8 }, "end": { - "line": 113, + "line": 116, "column": 24 } } @@ -8634,62 +8745,62 @@ "value": true, "raw": "true", "range": [ - 3630, - 3634 + 3724, + 3728 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 27 }, "end": { - "line": 113, + "line": 116, "column": 31 } } }, "range": [ - 3611, - 3634 + 3705, + 3728 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 8 }, "end": { - "line": 113, + "line": 116, "column": 31 } } }, "range": [ - 3611, - 3635 + 3705, + 3729 ], "loc": { "start": { - "line": 113, + "line": 116, "column": 8 }, "end": { - "line": 113, + "line": 116, "column": 32 } } } ], "range": [ - 2050, - 3641 + 2144, + 3735 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 41 }, "end": { - "line": 114, + "line": 117, "column": 5 } } @@ -8697,16 +8808,16 @@ "generator": false, "expression": false, "range": [ - 2017, - 3641 + 2111, + 3735 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 8 }, "end": { - "line": 114, + "line": 117, "column": 5 } } @@ -8714,16 +8825,16 @@ "kind": "method", "computed": false, "range": [ - 2013, - 3641 + 2107, + 3735 ], "loc": { "start": { - "line": 64, + "line": 67, "column": 4 }, "end": { - "line": 114, + "line": 117, "column": 5 } }, @@ -8732,16 +8843,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": [ - 1777, - 2008 + 1871, + 2102 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 4 }, "end": { - "line": 63, + "line": 66, "column": 7 } } @@ -8752,16 +8863,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 * @param {Boolean} isExternal Render in external container\n * @param {String} extSlcId External container id\n ", "range": [ - 3647, - 3935 + 3741, + 4029 ], "loc": { "start": { - "line": 116, + "line": 119, "column": 4 }, "end": { - "line": 122, + "line": 125, "column": 7 } } @@ -8775,16 +8886,16 @@ "type": "Identifier", "name": "build", "range": [ - 3940, - 3945 + 4034, + 4039 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 4 }, "end": { - "line": 123, + "line": 126, "column": 9 } } @@ -8797,16 +8908,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3946, - 3954 + 4040, + 4048 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 10 }, "end": { - "line": 123, + "line": 126, "column": 18 } } @@ -8817,16 +8928,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3956, - 3964 + 4050, + 4058 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 20 }, "end": { - "line": 123, + "line": 126, "column": 28 } } @@ -8836,31 +8947,31 @@ "value": false, "raw": "false", "range": [ - 3965, - 3970 + 4059, + 4064 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 29 }, "end": { - "line": 123, + "line": 126, "column": 34 } } }, "range": [ - 3956, - 3970 + 4050, + 4064 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 20 }, "end": { - "line": 123, + "line": 126, "column": 34 } } @@ -8871,16 +8982,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3972, - 3982 + 4066, + 4076 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 36 }, "end": { - "line": 123, + "line": 126, "column": 46 } } @@ -8890,31 +9001,31 @@ "value": false, "raw": "false", "range": [ - 3983, - 3988 + 4077, + 4082 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 47 }, "end": { - "line": 123, + "line": 126, "column": 52 } } }, "range": [ - 3972, - 3988 + 4066, + 4082 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 36 }, "end": { - "line": 123, + "line": 126, "column": 52 } } @@ -8925,16 +9036,16 @@ "type": "Identifier", "name": "extSlcId", "range": [ - 3990, - 3998 + 4084, + 4092 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 54 }, "end": { - "line": 123, + "line": 126, "column": 62 } } @@ -8944,31 +9055,31 @@ "value": null, "raw": "null", "range": [ - 3999, - 4003 + 4093, + 4097 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 63 }, "end": { - "line": 123, + "line": 126, "column": 67 } } }, "range": [ - 3990, - 4003 + 4084, + 4097 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 54 }, "end": { - "line": 123, + "line": 126, "column": 67 } } @@ -8986,16 +9097,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4018, - 4020 + 4112, + 4114 ], "loc": { "start": { - "line": 124, + "line": 127, "column": 12 }, "end": { - "line": 124, + "line": 127, "column": 14 } } @@ -9006,16 +9117,16 @@ "object": { "type": "ThisExpression", "range": [ - 4023, - 4027 + 4117, + 4121 ], "loc": { "start": { - "line": 124, + "line": 127, "column": 17 }, "end": { - "line": 124, + "line": 127, "column": 21 } } @@ -9024,46 +9135,46 @@ "type": "Identifier", "name": "tf", "range": [ - 4028, - 4030 + 4122, + 4124 ], "loc": { "start": { - "line": 124, + "line": 127, "column": 22 }, "end": { - "line": 124, + "line": 127, "column": 24 } } }, "range": [ - 4023, - 4030 + 4117, + 4124 ], "loc": { "start": { - "line": 124, + "line": 127, "column": 17 }, "end": { - "line": 124, + "line": 127, "column": 24 } } }, "range": [ - 4018, - 4030 + 4112, + 4124 ], "loc": { "start": { - "line": 124, + "line": 127, "column": 12 }, "end": { - "line": 124, + "line": 127, "column": 24 } } @@ -9071,16 +9182,16 @@ ], "kind": "let", "range": [ - 4014, - 4031 + 4108, + 4125 ], "loc": { "start": { - "line": 124, + "line": 127, "column": 8 }, "end": { - "line": 124, + "line": 127, "column": 25 } } @@ -9094,16 +9205,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4040, - 4048 + 4134, + 4142 ], "loc": { "start": { - "line": 125, + "line": 128, "column": 8 }, "end": { - "line": 125, + "line": 128, "column": 16 } } @@ -9114,16 +9225,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 4051, - 4059 + 4145, + 4153 ], "loc": { "start": { - "line": 125, + "line": 128, "column": 19 }, "end": { - "line": 125, + "line": 128, "column": 27 } } @@ -9133,16 +9244,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4060, - 4068 + 4154, + 4162 ], "loc": { "start": { - "line": 125, + "line": 128, "column": 28 }, "end": { - "line": 125, + "line": 128, "column": 36 } } @@ -9152,62 +9263,62 @@ "value": 10, "raw": "10", "range": [ - 4070, - 4072 + 4164, + 4166 ], "loc": { "start": { - "line": 125, + "line": 128, "column": 38 }, "end": { - "line": 125, + "line": 128, "column": 40 } } } ], "range": [ - 4051, - 4073 + 4145, + 4167 ], "loc": { "start": { - "line": 125, + "line": 128, "column": 19 }, "end": { - "line": 125, + "line": 128, "column": 41 } } }, "range": [ - 4040, - 4073 + 4134, + 4167 ], "loc": { "start": { - "line": 125, + "line": 128, "column": 8 }, "end": { - "line": 125, + "line": 128, "column": 41 } } }, "range": [ - 4040, - 4074 + 4134, + 4168 ], "loc": { "start": { - "line": 125, + "line": 128, "column": 8 }, "end": { - "line": 125, + "line": 128, "column": 42 } } @@ -9225,16 +9336,16 @@ "object": { "type": "ThisExpression", "range": [ - 4084, - 4088 + 4178, + 4182 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 8 }, "end": { - "line": 127, + "line": 130, "column": 12 } } @@ -9243,31 +9354,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4089, - 4096 + 4183, + 4190 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 13 }, "end": { - "line": 127, + "line": 130, "column": 20 } } }, "range": [ - 4084, - 4096 + 4178, + 4190 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 8 }, "end": { - "line": 127, + "line": 130, "column": 20 } } @@ -9276,31 +9387,31 @@ "type": "Identifier", "name": "emit", "range": [ - 4097, - 4101 + 4191, + 4195 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 21 }, "end": { - "line": 127, + "line": 130, "column": 25 } } }, "range": [ - 4084, - 4101 + 4178, + 4195 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 8 }, "end": { - "line": 127, + "line": 130, "column": 25 } } @@ -9311,16 +9422,16 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 4102, - 4128 + 4196, + 4222 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 26 }, "end": { - "line": 127, + "line": 130, "column": 52 } } @@ -9329,16 +9440,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4130, - 4132 + 4224, + 4226 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 54 }, "end": { - "line": 127, + "line": 130, "column": 56 } } @@ -9347,47 +9458,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4134, - 4142 + 4228, + 4236 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 58 }, "end": { - "line": 127, + "line": 130, "column": 66 } } } ], "range": [ - 4084, - 4143 + 4178, + 4237 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 8 }, "end": { - "line": 127, + "line": 130, "column": 67 } } }, "range": [ - 4084, - 4144 + 4178, + 4238 ], "loc": { "start": { - "line": 127, + "line": 130, "column": 8 }, "end": { - "line": 127, + "line": 130, "column": 68 } } @@ -9403,16 +9514,16 @@ "object": { "type": "ThisExpression", "range": [ - 4154, - 4158 + 4248, + 4252 ], "loc": { "start": { - "line": 129, + "line": 132, "column": 8 }, "end": { - "line": 129, + "line": 132, "column": 12 } } @@ -9421,31 +9532,31 @@ "type": "Identifier", "name": "opts", "range": [ - 4159, - 4163 + 4253, + 4257 ], "loc": { "start": { - "line": 129, + "line": 132, "column": 13 }, "end": { - "line": 129, + "line": 132, "column": 17 } } }, "range": [ - 4154, - 4163 + 4248, + 4257 ], "loc": { "start": { - "line": 129, + "line": 132, "column": 8 }, "end": { - "line": 129, + "line": 132, "column": 17 } } @@ -9454,46 +9565,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4166, - 4168 + 4260, + 4262 ], "loc": { "start": { - "line": 129, + "line": 132, "column": 20 }, "end": { - "line": 129, + "line": 132, "column": 22 } } }, "range": [ - 4154, - 4168 + 4248, + 4262 ], "loc": { "start": { - "line": 129, + "line": 132, "column": 8 }, "end": { - "line": 129, + "line": 132, "column": 22 } } }, "range": [ - 4154, - 4169 + 4248, + 4263 ], "loc": { "start": { - "line": 129, + "line": 132, "column": 8 }, "end": { - "line": 129, + "line": 132, "column": 23 } } @@ -9509,16 +9620,16 @@ "object": { "type": "ThisExpression", "range": [ - 4178, - 4182 + 4272, + 4276 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 12 } } @@ -9527,31 +9638,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 4183, - 4190 + 4277, + 4284 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 13 }, "end": { - "line": 130, + "line": 133, "column": 20 } } }, "range": [ - 4178, - 4190 + 4272, + 4284 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 20 } } @@ -9560,46 +9671,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4193, - 4195 + 4287, + 4289 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 23 }, "end": { - "line": 130, + "line": 133, "column": 25 } } }, "range": [ - 4178, - 4195 + 4272, + 4289 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 25 } } }, "range": [ - 4178, - 4196 + 4272, + 4290 ], "loc": { "start": { - "line": 130, + "line": 133, "column": 8 }, "end": { - "line": 130, + "line": 133, "column": 26 } } @@ -9615,16 +9726,16 @@ "object": { "type": "ThisExpression", "range": [ - 4205, - 4209 + 4299, + 4303 ], "loc": { "start": { - "line": 131, + "line": 134, "column": 8 }, "end": { - "line": 131, + "line": 134, "column": 12 } } @@ -9633,31 +9744,31 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 4210, - 4222 + 4304, + 4316 ], "loc": { "start": { - "line": 131, + "line": 134, "column": 13 }, "end": { - "line": 131, + "line": 134, "column": 25 } } }, "range": [ - 4205, - 4222 + 4299, + 4316 ], "loc": { "start": { - "line": 131, + "line": 134, "column": 8 }, "end": { - "line": 131, + "line": 134, "column": 25 } } @@ -9667,46 +9778,46 @@ "value": "", "raw": "''", "range": [ - 4225, - 4227 + 4319, + 4321 ], "loc": { "start": { - "line": 131, + "line": 134, "column": 28 }, "end": { - "line": 131, + "line": 134, "column": 30 } } }, "range": [ - 4205, - 4227 + 4299, + 4321 ], "loc": { "start": { - "line": 131, + "line": 134, "column": 8 }, "end": { - "line": 131, + "line": 134, "column": 30 } } }, "range": [ - 4205, - 4228 + 4299, + 4322 ], "loc": { "start": { - "line": 131, + "line": 134, "column": 8 }, "end": { - "line": 131, + "line": 134, "column": 31 } } @@ -9720,16 +9831,16 @@ "type": "Identifier", "name": "slcId", "range": [ - 4242, - 4247 + 4336, + 4341 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 12 }, "end": { - "line": 133, + "line": 136, "column": 17 } } @@ -9744,16 +9855,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4250, - 4252 + 4344, + 4346 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 20 }, "end": { - "line": 133, + "line": 136, "column": 22 } } @@ -9762,31 +9873,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 4253, - 4259 + 4347, + 4353 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 23 }, "end": { - "line": 133, + "line": 136, "column": 29 } } }, "range": [ - 4250, - 4259 + 4344, + 4353 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 20 }, "end": { - "line": 133, + "line": 136, "column": 29 } } @@ -9795,46 +9906,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4260, - 4268 + 4354, + 4362 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 30 }, "end": { - "line": 133, + "line": 136, "column": 38 } } }, "range": [ - 4250, - 4269 + 4344, + 4363 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 20 }, "end": { - "line": 133, + "line": 136, "column": 39 } } }, "range": [ - 4242, - 4269 + 4336, + 4363 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 12 }, "end": { - "line": 133, + "line": 136, "column": 39 } } @@ -9842,16 +9953,16 @@ ], "kind": "let", "range": [ - 4238, - 4270 + 4332, + 4364 ], "loc": { "start": { - "line": 133, + "line": 136, "column": 8 }, "end": { - "line": 133, + "line": 136, "column": 40 } } @@ -9876,16 +9987,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4284, - 4287 + 4378, + 4381 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 13 }, "end": { - "line": 134, + "line": 137, "column": 16 } } @@ -9894,31 +10005,31 @@ "type": "Identifier", "name": "id", "range": [ - 4288, - 4290 + 4382, + 4384 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 17 }, "end": { - "line": 134, + "line": 137, "column": 19 } } }, "range": [ - 4284, - 4290 + 4378, + 4384 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 13 }, "end": { - "line": 134, + "line": 137, "column": 19 } } @@ -9928,48 +10039,48 @@ "type": "Identifier", "name": "slcId", "range": [ - 4291, - 4296 + 4385, + 4390 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 20 }, "end": { - "line": 134, + "line": 137, "column": 25 } } } ], "range": [ - 4284, - 4297 + 4378, + 4391 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 13 }, "end": { - "line": 134, + "line": 137, "column": 26 } } }, "prefix": true, "range": [ - 4283, - 4297 + 4377, + 4391 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 12 }, "end": { - "line": 134, + "line": 137, "column": 26 } } @@ -9981,47 +10092,47 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4302, - 4312 + 4396, + 4406 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 31 }, "end": { - "line": 134, + "line": 137, "column": 41 } } }, "prefix": true, "range": [ - 4301, - 4312 + 4395, + 4406 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 30 }, "end": { - "line": 134, + "line": 137, "column": 41 } } }, "range": [ - 4283, - 4312 + 4377, + 4406 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 12 }, "end": { - "line": 134, + "line": 137, "column": 41 } } @@ -10041,16 +10152,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4331, - 4334 + 4425, + 4428 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 14 }, "end": { - "line": 135, + "line": 138, "column": 17 } } @@ -10059,31 +10170,31 @@ "type": "Identifier", "name": "id", "range": [ - 4335, - 4337 + 4429, + 4431 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 18 }, "end": { - "line": 135, + "line": 138, "column": 20 } } }, "range": [ - 4331, - 4337 + 4425, + 4431 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 14 }, "end": { - "line": 135, + "line": 138, "column": 20 } } @@ -10093,48 +10204,48 @@ "type": "Identifier", "name": "extSlcId", "range": [ - 4338, - 4346 + 4432, + 4440 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 21 }, "end": { - "line": 135, + "line": 138, "column": 29 } } } ], "range": [ - 4331, - 4347 + 4425, + 4441 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 14 }, "end": { - "line": 135, + "line": 138, "column": 30 } } }, "prefix": true, "range": [ - 4330, - 4347 + 4424, + 4441 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 13 }, "end": { - "line": 135, + "line": 138, "column": 30 } } @@ -10143,46 +10254,46 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4351, - 4361 + 4445, + 4455 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 34 }, "end": { - "line": 135, + "line": 138, "column": 44 } } }, "range": [ - 4330, - 4361 + 4424, + 4455 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 13 }, "end": { - "line": 135, + "line": 138, "column": 44 } } }, "range": [ - 4282, - 4362 + 4376, + 4456 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 11 }, "end": { - "line": 135, + "line": 138, "column": 45 } } @@ -10194,48 +10305,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4377, - 4384 + 4471, + 4478 ], "loc": { "start": { - "line": 136, + "line": 139, "column": 12 }, "end": { - "line": 136, + "line": 139, "column": 19 } } } ], "range": [ - 4363, - 4394 + 4457, + 4488 ], "loc": { "start": { - "line": 135, + "line": 138, "column": 46 }, "end": { - "line": 137, + "line": 140, "column": 9 } } }, "alternate": null, "range": [ - 4279, - 4394 + 4373, + 4488 ], "loc": { "start": { - "line": 134, + "line": 137, "column": 8 }, "end": { - "line": 137, + "line": 140, "column": 9 } } @@ -10249,16 +10360,16 @@ "type": "Identifier", "name": "slc", "range": [ - 4407, - 4410 + 4501, + 4504 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 12 }, "end": { - "line": 138, + "line": 141, "column": 15 } } @@ -10272,32 +10383,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4414, - 4424 + 4508, + 4518 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 19 }, "end": { - "line": 138, + "line": 141, "column": 29 } } }, "prefix": true, "range": [ - 4413, - 4424 + 4507, + 4518 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 18 }, "end": { - "line": 138, + "line": 141, "column": 29 } } @@ -10311,16 +10422,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4427, - 4430 + 4521, + 4524 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 32 }, "end": { - "line": 138, + "line": 141, "column": 35 } } @@ -10329,31 +10440,31 @@ "type": "Identifier", "name": "id", "range": [ - 4431, - 4433 + 4525, + 4527 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 36 }, "end": { - "line": 138, + "line": 141, "column": 38 } } }, "range": [ - 4427, - 4433 + 4521, + 4527 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 32 }, "end": { - "line": 138, + "line": 141, "column": 38 } } @@ -10363,32 +10474,32 @@ "type": "Identifier", "name": "slcId", "range": [ - 4434, - 4439 + 4528, + 4533 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 39 }, "end": { - "line": 138, + "line": 141, "column": 44 } } } ], "range": [ - 4427, - 4440 + 4521, + 4534 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 32 }, "end": { - "line": 138, + "line": 141, "column": 45 } } @@ -10402,16 +10513,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4443, - 4446 + 4537, + 4540 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 48 }, "end": { - "line": 138, + "line": 141, "column": 51 } } @@ -10420,31 +10531,31 @@ "type": "Identifier", "name": "id", "range": [ - 4447, - 4449 + 4541, + 4543 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 52 }, "end": { - "line": 138, + "line": 141, "column": 54 } } }, "range": [ - 4443, - 4449 + 4537, + 4543 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 48 }, "end": { - "line": 138, + "line": 141, "column": 54 } } @@ -10454,62 +10565,62 @@ "type": "Identifier", "name": "extSlcId", "range": [ - 4450, - 4458 + 4544, + 4552 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 55 }, "end": { - "line": 138, + "line": 141, "column": 63 } } } ], "range": [ - 4443, - 4459 + 4537, + 4553 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 48 }, "end": { - "line": 138, + "line": 141, "column": 64 } } }, "range": [ - 4413, - 4459 + 4507, + 4553 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 18 }, "end": { - "line": 138, + "line": 141, "column": 64 } } }, "range": [ - 4407, - 4459 + 4501, + 4553 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 12 }, "end": { - "line": 138, + "line": 141, "column": 64 } } @@ -10520,16 +10631,16 @@ "type": "Identifier", "name": "rows", "range": [ - 4473, - 4477 + 4567, + 4571 ], "loc": { "start": { - "line": 139, + "line": 142, "column": 12 }, "end": { - "line": 139, + "line": 142, "column": 16 } } @@ -10544,16 +10655,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4480, - 4482 + 4574, + 4576 ], "loc": { "start": { - "line": 139, + "line": 142, "column": 19 }, "end": { - "line": 139, + "line": 142, "column": 21 } } @@ -10562,31 +10673,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 4483, - 4486 + 4577, + 4580 ], "loc": { "start": { - "line": 139, + "line": 142, "column": 22 }, "end": { - "line": 139, + "line": 142, "column": 25 } } }, "range": [ - 4480, - 4486 + 4574, + 4580 ], "loc": { "start": { - "line": 139, + "line": 142, "column": 19 }, "end": { - "line": 139, + "line": 142, "column": 25 } } @@ -10595,46 +10706,46 @@ "type": "Identifier", "name": "rows", "range": [ - 4487, - 4491 + 4581, + 4585 ], "loc": { "start": { - "line": 139, + "line": 142, "column": 26 }, "end": { - "line": 139, + "line": 142, "column": 30 } } }, "range": [ - 4480, - 4491 + 4574, + 4585 ], "loc": { "start": { - "line": 139, + "line": 142, "column": 19 }, "end": { - "line": 139, + "line": 142, "column": 30 } } }, "range": [ - 4473, - 4491 + 4567, + 4585 ], "loc": { "start": { - "line": 139, + "line": 142, "column": 12 }, "end": { - "line": 139, + "line": 142, "column": 30 } } @@ -10645,16 +10756,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 4505, - 4514 + 4599, + 4608 ], "loc": { "start": { - "line": 140, + "line": 143, "column": 12 }, "end": { - "line": 140, + "line": 143, "column": 21 } } @@ -10666,16 +10777,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4517, - 4519 + 4611, + 4613 ], "loc": { "start": { - "line": 140, + "line": 143, "column": 24 }, "end": { - "line": 140, + "line": 143, "column": 26 } } @@ -10684,46 +10795,46 @@ "type": "Identifier", "name": "matchCase", "range": [ - 4520, - 4529 + 4614, + 4623 ], "loc": { "start": { - "line": 140, + "line": 143, "column": 27 }, "end": { - "line": 140, + "line": 143, "column": 36 } } }, "range": [ - 4517, - 4529 + 4611, + 4623 ], "loc": { "start": { - "line": 140, + "line": 143, "column": 24 }, "end": { - "line": 140, + "line": 143, "column": 36 } } }, "range": [ - 4505, - 4529 + 4599, + 4623 ], "loc": { "start": { - "line": 140, + "line": 143, "column": 12 }, "end": { - "line": 140, + "line": 143, "column": 36 } } @@ -10731,16 +10842,16 @@ ], "kind": "let", "range": [ - 4403, - 4530 + 4497, + 4624 ], "loc": { "start": { - "line": 138, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 143, "column": 37 } }, @@ -10749,16 +10860,16 @@ "type": "Line", "value": "custom select test", "range": [ - 4540, - 4560 + 4634, + 4654 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 8 }, "end": { - "line": 142, + "line": 145, "column": 28 } } @@ -10776,16 +10887,16 @@ "object": { "type": "ThisExpression", "range": [ - 4569, - 4573 + 4663, + 4667 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 8 }, "end": { - "line": 143, + "line": 146, "column": 12 } } @@ -10794,31 +10905,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 4574, - 4582 + 4668, + 4676 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 13 }, "end": { - "line": 143, + "line": 146, "column": 21 } } }, "range": [ - 4569, - 4582 + 4663, + 4676 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 8 }, "end": { - "line": 143, + "line": 146, "column": 21 } } @@ -10832,16 +10943,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4585, - 4587 + 4679, + 4681 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 24 }, "end": { - "line": 143, + "line": 146, "column": 26 } } @@ -10850,31 +10961,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 4588, - 4603 + 4682, + 4697 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 27 }, "end": { - "line": 143, + "line": 146, "column": 42 } } }, "range": [ - 4585, - 4603 + 4679, + 4697 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 24 }, "end": { - "line": 143, + "line": 146, "column": 42 } } @@ -10884,62 +10995,62 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4604, - 4612 + 4698, + 4706 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 43 }, "end": { - "line": 143, + "line": 146, "column": 51 } } } ], "range": [ - 4585, - 4613 + 4679, + 4707 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 24 }, "end": { - "line": 143, + "line": 146, "column": 52 } } }, "range": [ - 4569, - 4613 + 4663, + 4707 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 8 }, "end": { - "line": 143, + "line": 146, "column": 52 } } }, "range": [ - 4569, - 4614 + 4663, + 4708 ], "loc": { "start": { - "line": 143, + "line": 146, "column": 8 }, "end": { - "line": 143, + "line": 146, "column": 53 } }, @@ -10948,16 +11059,16 @@ "type": "Line", "value": "custom select test", "range": [ - 4540, - 4560 + 4634, + 4654 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 8 }, "end": { - "line": 142, + "line": 145, "column": 28 } } @@ -10968,16 +11079,16 @@ "type": "Line", "value": "custom selects text", "range": [ - 4624, - 4645 + 4718, + 4739 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 8 }, "end": { - "line": 145, + "line": 148, "column": 29 } } @@ -10993,32 +11104,32 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 4658, - 4667 + 4752, + 4761 ], "loc": { "start": { - "line": 146, + "line": 149, "column": 12 }, "end": { - "line": 146, + "line": 149, "column": 21 } } }, "init": null, "range": [ - 4658, - 4667 + 4752, + 4761 ], "loc": { "start": { - "line": 146, + "line": 149, "column": 12 }, "end": { - "line": 146, + "line": 149, "column": 21 } } @@ -11026,16 +11137,16 @@ ], "kind": "let", "range": [ - 4654, - 4668 + 4748, + 4762 ], "loc": { "start": { - "line": 146, + "line": 149, "column": 8 }, "end": { - "line": 146, + "line": 149, "column": 22 } }, @@ -11044,16 +11155,16 @@ "type": "Line", "value": "custom selects text", "range": [ - 4624, - 4645 + 4718, + 4739 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 8 }, "end": { - "line": 145, + "line": 148, "column": 29 } } @@ -11069,16 +11180,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 4680, - 4688 + 4774, + 4782 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 11 }, "end": { - "line": 147, + "line": 150, "column": 19 } } @@ -11090,16 +11201,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4692, - 4694 + 4786, + 4788 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 23 }, "end": { - "line": 147, + "line": 150, "column": 25 } } @@ -11108,46 +11219,46 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4695, - 4709 + 4789, + 4803 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 26 }, "end": { - "line": 147, + "line": 150, "column": 40 } } }, "range": [ - 4692, - 4709 + 4786, + 4803 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 23 }, "end": { - "line": 147, + "line": 150, "column": 40 } } }, "range": [ - 4680, - 4709 + 4774, + 4803 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 11 }, "end": { - "line": 147, + "line": 150, "column": 40 } } @@ -11164,16 +11275,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 4724, - 4733 + 4818, + 4827 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 12 }, "end": { - "line": 148, + "line": 151, "column": 21 } } @@ -11193,16 +11304,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4736, - 4738 + 4830, + 4832 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 26 } } @@ -11211,31 +11322,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4739, - 4753 + 4833, + 4847 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 27 }, "end": { - "line": 148, + "line": 151, "column": 41 } } }, "range": [ - 4736, - 4753 + 4830, + 4847 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 41 } } @@ -11244,31 +11355,31 @@ "type": "Identifier", "name": "split", "range": [ - 4754, - 4759 + 4848, + 4853 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 42 }, "end": { - "line": 148, + "line": 151, "column": 47 } } }, "range": [ - 4736, - 4759 + 4830, + 4853 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 47 } } @@ -11279,32 +11390,32 @@ "value": "_", "raw": "'_'", "range": [ - 4760, - 4763 + 4854, + 4857 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 48 }, "end": { - "line": 148, + "line": 151, "column": 51 } } } ], "range": [ - 4736, - 4764 + 4830, + 4858 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 52 } } @@ -11314,61 +11425,61 @@ "value": 0, "raw": "0", "range": [ - 4765, - 4766 + 4859, + 4860 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 53 }, "end": { - "line": 148, + "line": 151, "column": 54 } } }, "range": [ - 4736, - 4767 + 4830, + 4861 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 24 }, "end": { - "line": 148, + "line": 151, "column": 55 } } }, "range": [ - 4724, - 4767 + 4818, + 4861 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 12 }, "end": { - "line": 148, + "line": 151, "column": 55 } } }, "range": [ - 4724, - 4768 + 4818, + 4862 ], "loc": { "start": { - "line": 148, + "line": 151, "column": 12 }, "end": { - "line": 148, + "line": 151, "column": 56 } } @@ -11382,16 +11493,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 4781, - 4790 + 4875, + 4884 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 12 }, "end": { - "line": 149, + "line": 152, "column": 21 } } @@ -11408,16 +11519,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 4793, - 4802 + 4887, + 4896 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 24 }, "end": { - "line": 149, + "line": 152, "column": 33 } } @@ -11426,31 +11537,31 @@ "type": "Identifier", "name": "split", "range": [ - 4803, - 4808 + 4897, + 4902 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 34 }, "end": { - "line": 149, + "line": 152, "column": 39 } } }, "range": [ - 4793, - 4808 + 4887, + 4902 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 24 }, "end": { - "line": 149, + "line": 152, "column": 39 } } @@ -11463,16 +11574,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4809, - 4811 + 4903, + 4905 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 40 }, "end": { - "line": 149, + "line": 152, "column": 42 } } @@ -11481,47 +11592,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 4812, - 4819 + 4906, + 4913 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 43 }, "end": { - "line": 149, + "line": 152, "column": 50 } } }, "range": [ - 4809, - 4819 + 4903, + 4913 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 40 }, "end": { - "line": 149, + "line": 152, "column": 50 } } } ], "range": [ - 4793, - 4820 + 4887, + 4914 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 24 }, "end": { - "line": 149, + "line": 152, "column": 51 } } @@ -11531,93 +11642,93 @@ "value": 1, "raw": "1", "range": [ - 4821, - 4822 + 4915, + 4916 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 52 }, "end": { - "line": 149, + "line": 152, "column": 53 } } }, "range": [ - 4793, - 4823 + 4887, + 4917 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 24 }, "end": { - "line": 149, + "line": 152, "column": 54 } } }, "range": [ - 4781, - 4823 + 4875, + 4917 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 12 }, "end": { - "line": 149, + "line": 152, "column": 54 } } }, "range": [ - 4781, - 4824 + 4875, + 4918 ], "loc": { "start": { - "line": 149, + "line": 152, "column": 12 }, "end": { - "line": 149, + "line": 152, "column": 55 } } } ], "range": [ - 4710, - 4834 + 4804, + 4928 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 41 }, "end": { - "line": 150, + "line": 153, "column": 9 } } }, "alternate": null, "range": [ - 4677, - 4834 + 4771, + 4928 ], "loc": { "start": { - "line": 147, + "line": 150, "column": 8 }, "end": { - "line": 150, + "line": 153, "column": 9 } } @@ -11631,16 +11742,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 4848, - 4860 + 4942, + 4954 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 12 }, "end": { - "line": 152, + "line": 155, "column": 24 } } @@ -11650,31 +11761,31 @@ "value": null, "raw": "null", "range": [ - 4863, - 4867 + 4957, + 4961 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 27 }, "end": { - "line": 152, + "line": 155, "column": 31 } } }, "range": [ - 4848, - 4867 + 4942, + 4961 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 12 }, "end": { - "line": 152, + "line": 155, "column": 31 } } @@ -11685,16 +11796,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4881, - 4896 + 4975, + 4990 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 12 }, "end": { - "line": 153, + "line": 156, "column": 27 } } @@ -11704,31 +11815,31 @@ "value": null, "raw": "null", "range": [ - 4899, - 4903 + 4993, + 4997 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 30 }, "end": { - "line": 153, + "line": 156, "column": 34 } } }, "range": [ - 4881, - 4903 + 4975, + 4997 ], "loc": { "start": { - "line": 153, + "line": 156, "column": 12 }, "end": { - "line": 153, + "line": 156, "column": 34 } } @@ -11736,16 +11847,16 @@ ], "kind": "let", "range": [ - 4844, - 4904 + 4938, + 4998 ], "loc": { "start": { - "line": 152, + "line": 155, "column": 8 }, "end": { - "line": 153, + "line": 156, "column": 35 } } @@ -11759,16 +11870,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 4916, - 4924 + 5010, + 5018 ], "loc": { "start": { - "line": 154, + "line": 157, "column": 11 }, "end": { - "line": 154, + "line": 157, "column": 19 } } @@ -11780,16 +11891,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4928, - 4930 + 5022, + 5024 ], "loc": { "start": { - "line": 154, + "line": 157, "column": 23 }, "end": { - "line": 154, + "line": 157, "column": 25 } } @@ -11798,46 +11909,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 4931, - 4953 + 5025, + 5047 ], "loc": { "start": { - "line": 154, + "line": 157, "column": 26 }, "end": { - "line": 154, + "line": 157, "column": 48 } } }, "range": [ - 4928, - 4953 + 5022, + 5047 ], "loc": { "start": { - "line": 154, + "line": 157, "column": 23 }, "end": { - "line": 154, + "line": 157, "column": 48 } } }, "range": [ - 4916, - 4953 + 5010, + 5047 ], "loc": { "start": { - "line": 154, + "line": 157, "column": 11 }, "end": { - "line": 154, + "line": 157, "column": 48 } } @@ -11854,16 +11965,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 4968, - 4980 + 5062, + 5074 ], "loc": { "start": { - "line": 155, + "line": 158, "column": 12 }, "end": { - "line": 155, + "line": 158, "column": 24 } } @@ -11872,46 +11983,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4983, - 4985 + 5077, + 5079 ], "loc": { "start": { - "line": 155, + "line": 158, "column": 27 }, "end": { - "line": 155, + "line": 158, "column": 29 } } }, "range": [ - 4968, - 4985 + 5062, + 5079 ], "loc": { "start": { - "line": 155, + "line": 158, "column": 12 }, "end": { - "line": 155, + "line": 158, "column": 29 } } }, "range": [ - 4968, - 4986 + 5062, + 5080 ], "loc": { "start": { - "line": 155, + "line": 158, "column": 12 }, "end": { - "line": 155, + "line": 158, "column": 30 } } @@ -11925,16 +12036,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4999, - 5014 + 5093, + 5108 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 12 }, "end": { - "line": 156, + "line": 159, "column": 27 } } @@ -11943,78 +12054,78 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5017, - 5019 + 5111, + 5113 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 30 }, "end": { - "line": 156, + "line": 159, "column": 32 } } }, "range": [ - 4999, - 5019 + 5093, + 5113 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 12 }, "end": { - "line": 156, + "line": 159, "column": 32 } } }, "range": [ - 4999, - 5020 + 5093, + 5114 ], "loc": { "start": { - "line": 156, + "line": 159, "column": 12 }, "end": { - "line": 156, + "line": 159, "column": 33 } } } ], "range": [ - 4954, - 5030 + 5048, + 5124 ], "loc": { "start": { - "line": 154, + "line": 157, "column": 49 }, "end": { - "line": 157, + "line": 160, "column": 9 } } }, "alternate": null, "range": [ - 4913, - 5030 + 5007, + 5124 ], "loc": { "start": { - "line": 154, + "line": 157, "column": 8 }, "end": { - "line": 157, + "line": 160, "column": 9 } } @@ -12030,16 +12141,16 @@ "type": "Identifier", "name": "k", "range": [ - 5048, - 5049 + 5142, + 5143 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 16 }, "end": { - "line": 159, + "line": 162, "column": 17 } } @@ -12051,16 +12162,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5050, - 5052 + 5144, + 5146 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 18 }, "end": { - "line": 159, + "line": 162, "column": 20 } } @@ -12069,46 +12180,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 5053, - 5059 + 5147, + 5153 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 21 }, "end": { - "line": 159, + "line": 162, "column": 27 } } }, "range": [ - 5050, - 5059 + 5144, + 5153 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 18 }, "end": { - "line": 159, + "line": 162, "column": 27 } } }, "range": [ - 5048, - 5059 + 5142, + 5153 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 16 }, "end": { - "line": 159, + "line": 162, "column": 27 } } @@ -12116,16 +12227,16 @@ ], "kind": "let", "range": [ - 5044, - 5059 + 5138, + 5153 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 12 }, "end": { - "line": 159, + "line": 162, "column": 27 } } @@ -12137,16 +12248,16 @@ "type": "Identifier", "name": "k", "range": [ - 5061, - 5062 + 5155, + 5156 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 29 }, "end": { - "line": 159, + "line": 162, "column": 30 } } @@ -12158,16 +12269,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5063, - 5065 + 5157, + 5159 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 31 }, "end": { - "line": 159, + "line": 162, "column": 33 } } @@ -12176,46 +12287,46 @@ "type": "Identifier", "name": "nbRows", "range": [ - 5066, - 5072 + 5160, + 5166 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 34 }, "end": { - "line": 159, + "line": 162, "column": 40 } } }, "range": [ - 5063, - 5072 + 5157, + 5166 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 31 }, "end": { - "line": 159, + "line": 162, "column": 40 } } }, "range": [ - 5061, - 5072 + 5155, + 5166 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 29 }, "end": { - "line": 159, + "line": 162, "column": 40 } } @@ -12227,32 +12338,32 @@ "type": "Identifier", "name": "k", "range": [ - 5074, - 5075 + 5168, + 5169 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 42 }, "end": { - "line": 159, + "line": 162, "column": 43 } } }, "prefix": false, "range": [ - 5074, - 5077 + 5168, + 5171 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 42 }, "end": { - "line": 159, + "line": 162, "column": 45 } } @@ -12272,16 +12383,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5193, - 5195 + 5287, + 5289 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 15 }, "end": { - "line": 162, + "line": 165, "column": 17 } } @@ -12290,31 +12401,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 5196, - 5210 + 5290, + 5304 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 18 }, "end": { - "line": 162, + "line": 165, "column": 32 } } }, "range": [ - 5193, - 5210 + 5287, + 5304 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 15 }, "end": { - "line": 162, + "line": 165, "column": 32 } } @@ -12334,16 +12445,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5214, - 5216 + 5308, + 5310 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 36 }, "end": { - "line": 162, + "line": 165, "column": 38 } } @@ -12352,31 +12463,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 5217, - 5228 + 5311, + 5322 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 39 }, "end": { - "line": 162, + "line": 165, "column": 50 } } }, "range": [ - 5214, - 5228 + 5308, + 5322 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 36 }, "end": { - "line": 162, + "line": 165, "column": 50 } } @@ -12385,31 +12496,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5229, - 5236 + 5323, + 5330 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 51 }, "end": { - "line": 162, + "line": 165, "column": 58 } } }, "range": [ - 5214, - 5236 + 5308, + 5330 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 36 }, "end": { - "line": 162, + "line": 165, "column": 58 } } @@ -12419,32 +12530,32 @@ "type": "Identifier", "name": "k", "range": [ - 5237, - 5238 + 5331, + 5332 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 59 }, "end": { - "line": 162, + "line": 165, "column": 60 } } } ], "range": [ - 5214, - 5239 + 5308, + 5333 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 36 }, "end": { - "line": 162, + "line": 165, "column": 61 } } @@ -12457,62 +12568,62 @@ "value": 1, "raw": "1", "range": [ - 5245, - 5246 + 5339, + 5340 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 67 }, "end": { - "line": 162, + "line": 165, "column": 68 } } }, "prefix": true, "range": [ - 5244, - 5246 + 5338, + 5340 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 66 }, "end": { - "line": 162, + "line": 165, "column": 68 } } }, "range": [ - 5214, - 5246 + 5308, + 5340 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 36 }, "end": { - "line": 162, + "line": 165, "column": 68 } } }, "range": [ - 5193, - 5246 + 5287, + 5340 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 15 }, "end": { - "line": 162, + "line": 165, "column": 68 } } @@ -12524,48 +12635,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5265, - 5274 + 5359, + 5368 ], "loc": { "start": { - "line": 163, + "line": 166, "column": 16 }, "end": { - "line": 163, + "line": 166, "column": 25 } } } ], "range": [ - 5247, - 5288 + 5341, + 5382 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 69 }, "end": { - "line": 164, + "line": 167, "column": 13 } } }, "alternate": null, "range": [ - 5190, - 5288 + 5284, + 5382 ], "loc": { "start": { - "line": 162, + "line": 165, "column": 12 }, "end": { - "line": 164, + "line": 167, "column": 13 } }, @@ -12574,16 +12685,16 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5092, - 5156 + 5186, + 5250 ], "loc": { "start": { - "line": 160, + "line": 163, "column": 12 }, "end": { - "line": 160, + "line": 163, "column": 76 } } @@ -12592,16 +12703,16 @@ "type": "Line", "value": " valid", "range": [ - 5169, - 5177 + 5263, + 5271 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 12 }, "end": { - "line": 161, + "line": 164, "column": 20 } } @@ -12617,16 +12728,16 @@ "type": "Identifier", "name": "cell", "range": [ - 5306, - 5310 + 5400, + 5404 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 16 }, "end": { - "line": 166, + "line": 169, "column": 20 } } @@ -12641,16 +12752,16 @@ "type": "Identifier", "name": "rows", "range": [ - 5313, - 5317 + 5407, + 5411 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 23 }, "end": { - "line": 166, + "line": 169, "column": 27 } } @@ -12659,31 +12770,31 @@ "type": "Identifier", "name": "k", "range": [ - 5318, - 5319 + 5412, + 5413 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 28 }, "end": { - "line": 166, + "line": 169, "column": 29 } } }, "range": [ - 5313, - 5320 + 5407, + 5414 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 23 }, "end": { - "line": 166, + "line": 169, "column": 30 } } @@ -12692,46 +12803,46 @@ "type": "Identifier", "name": "cells", "range": [ - 5321, - 5326 + 5415, + 5420 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 31 }, "end": { - "line": 166, + "line": 169, "column": 36 } } }, "range": [ - 5313, - 5326 + 5407, + 5420 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 23 }, "end": { - "line": 166, + "line": 169, "column": 36 } } }, "range": [ - 5306, - 5326 + 5400, + 5420 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 16 }, "end": { - "line": 166, + "line": 169, "column": 36 } } @@ -12742,16 +12853,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 5344, - 5351 + 5438, + 5445 ], "loc": { "start": { - "line": 167, + "line": 170, "column": 16 }, "end": { - "line": 167, + "line": 170, "column": 23 } } @@ -12763,16 +12874,16 @@ "type": "Identifier", "name": "cell", "range": [ - 5354, - 5358 + 5448, + 5452 ], "loc": { "start": { - "line": 167, + "line": 170, "column": 26 }, "end": { - "line": 167, + "line": 170, "column": 30 } } @@ -12781,46 +12892,46 @@ "type": "Identifier", "name": "length", "range": [ - 5359, - 5365 + 5453, + 5459 ], "loc": { "start": { - "line": 167, + "line": 170, "column": 31 }, "end": { - "line": 167, + "line": 170, "column": 37 } } }, "range": [ - 5354, - 5365 + 5448, + 5459 ], "loc": { "start": { - "line": 167, + "line": 170, "column": 26 }, "end": { - "line": 167, + "line": 170, "column": 37 } } }, "range": [ - 5344, - 5365 + 5438, + 5459 ], "loc": { "start": { - "line": 167, + "line": 170, "column": 16 }, "end": { - "line": 167, + "line": 170, "column": 37 } } @@ -12828,16 +12939,16 @@ ], "kind": "let", "range": [ - 5302, - 5366 + 5396, + 5460 ], "loc": { "start": { - "line": 166, + "line": 169, "column": 12 }, "end": { - "line": 167, + "line": 170, "column": 38 } }, @@ -12846,16 +12957,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5380, - 5413 + 5474, + 5507 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 12 }, "end": { - "line": 169, + "line": 172, "column": 45 } } @@ -12874,16 +12985,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 5429, - 5436 + 5523, + 5530 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 15 }, "end": { - "line": 170, + "line": 173, "column": 22 } } @@ -12895,16 +13006,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5441, - 5443 + 5535, + 5537 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 27 }, "end": { - "line": 170, + "line": 173, "column": 29 } } @@ -12913,46 +13024,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5444, - 5451 + 5538, + 5545 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 30 }, "end": { - "line": 170, + "line": 173, "column": 37 } } }, "range": [ - 5441, - 5451 + 5535, + 5545 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 27 }, "end": { - "line": 170, + "line": 173, "column": 37 } } }, "range": [ - 5429, - 5451 + 5523, + 5545 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 15 }, "end": { - "line": 170, + "line": 173, "column": 37 } } @@ -12963,16 +13074,16 @@ "object": { "type": "ThisExpression", "range": [ - 5455, - 5459 + 5549, + 5553 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 41 }, "end": { - "line": 170, + "line": 173, "column": 45 } } @@ -12981,46 +13092,46 @@ "type": "Identifier", "name": "isCustom", "range": [ - 5460, - 5468 + 5554, + 5562 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 46 }, "end": { - "line": 170, + "line": 173, "column": 54 } } }, "range": [ - 5455, - 5468 + 5549, + 5562 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 41 }, "end": { - "line": 170, + "line": 173, "column": 54 } } }, "range": [ - 5429, - 5468 + 5523, + 5562 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 15 }, "end": { - "line": 170, + "line": 173, "column": 54 } } @@ -13032,48 +13143,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5487, - 5496 + 5581, + 5590 ], "loc": { "start": { - "line": 171, + "line": 174, "column": 16 }, "end": { - "line": 171, + "line": 174, "column": 25 } } } ], "range": [ - 5469, - 5510 + 5563, + 5604 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 55 }, "end": { - "line": 172, + "line": 175, "column": 13 } } }, "alternate": null, "range": [ - 5426, - 5510 + 5520, + 5604 ], "loc": { "start": { - "line": 170, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 175, "column": 13 } }, @@ -13082,16 +13193,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5380, - 5413 + 5474, + 5507 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 12 }, "end": { - "line": 169, + "line": 172, "column": 45 } } @@ -13102,16 +13213,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5524, - 5556 + 5618, + 5650 ], "loc": { "start": { - "line": 174, + "line": 177, "column": 12 }, "end": { - "line": 174, + "line": 177, "column": 44 } } @@ -13129,16 +13240,16 @@ "type": "Identifier", "name": "j", "range": [ - 5577, - 5578 + 5671, + 5672 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 20 }, "end": { - "line": 175, + "line": 178, "column": 21 } } @@ -13148,31 +13259,31 @@ "value": 0, "raw": "0", "range": [ - 5579, - 5580 + 5673, + 5674 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 22 }, "end": { - "line": 175, + "line": 178, "column": 23 } } }, "range": [ - 5577, - 5580 + 5671, + 5674 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 20 }, "end": { - "line": 175, + "line": 178, "column": 23 } } @@ -13180,16 +13291,16 @@ ], "kind": "let", "range": [ - 5573, - 5580 + 5667, + 5674 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 16 }, "end": { - "line": 175, + "line": 178, "column": 23 } } @@ -13201,16 +13312,16 @@ "type": "Identifier", "name": "j", "range": [ - 5582, - 5583 + 5676, + 5677 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 25 }, "end": { - "line": 175, + "line": 178, "column": 26 } } @@ -13219,31 +13330,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 5584, - 5591 + 5678, + 5685 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 27 }, "end": { - "line": 175, + "line": 178, "column": 34 } } }, "range": [ - 5582, - 5591 + 5676, + 5685 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 25 }, "end": { - "line": 175, + "line": 178, "column": 34 } } @@ -13255,32 +13366,32 @@ "type": "Identifier", "name": "j", "range": [ - 5593, - 5594 + 5687, + 5688 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 36 }, "end": { - "line": 175, + "line": 178, "column": 37 } } }, "prefix": false, "range": [ - 5593, - 5596 + 5687, + 5690 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 36 }, "end": { - "line": 175, + "line": 178, "column": 39 } } @@ -13303,16 +13414,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5670, - 5678 + 5764, + 5772 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 20 }, "end": { - "line": 177, + "line": 180, "column": 28 } } @@ -13321,31 +13432,31 @@ "type": "Identifier", "name": "j", "range": [ - 5681, - 5682 + 5775, + 5776 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 31 }, "end": { - "line": 177, + "line": 180, "column": 32 } } }, "range": [ - 5670, - 5682 + 5764, + 5776 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 20 }, "end": { - "line": 177, + "line": 180, "column": 32 } } @@ -13360,32 +13471,32 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5708, - 5716 + 5802, + 5810 ], "loc": { "start": { - "line": 178, + "line": 181, "column": 22 }, "end": { - "line": 178, + "line": 181, "column": 30 } } }, "prefix": true, "range": [ - 5707, - 5716 + 5801, + 5810 ], "loc": { "start": { - "line": 178, + "line": 181, "column": 21 }, "end": { - "line": 178, + "line": 181, "column": 30 } } @@ -13397,16 +13508,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5745, - 5753 + 5839, + 5847 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 25 }, "end": { - "line": 179, + "line": 182, "column": 33 } } @@ -13418,16 +13529,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5757, - 5759 + 5851, + 5853 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 37 }, "end": { - "line": 179, + "line": 182, "column": 39 } } @@ -13436,76 +13547,76 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 5760, - 5782 + 5854, + 5876 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 40 }, "end": { - "line": 179, + "line": 182, "column": 62 } } }, "range": [ - 5757, - 5782 + 5851, + 5876 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 37 }, "end": { - "line": 179, + "line": 182, "column": 62 } } }, "range": [ - 5745, - 5782 + 5839, + 5876 ], "loc": { "start": { - "line": 179, + "line": 182, "column": 25 }, "end": { - "line": 179, + "line": 182, "column": 62 } } }, "range": [ - 5707, - 5783 + 5801, + 5877 ], "loc": { "start": { - "line": 178, + "line": 181, "column": 21 }, "end": { - "line": 179, + "line": 182, "column": 63 } } }, "range": [ - 5670, - 5784 + 5764, + 5878 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 20 }, "end": { - "line": 179, + "line": 182, "column": 64 } } @@ -13523,16 +13634,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5810, - 5818 + 5904, + 5912 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 21 }, "end": { - "line": 180, + "line": 183, "column": 29 } } @@ -13541,31 +13652,31 @@ "type": "Identifier", "name": "j", "range": [ - 5820, - 5821 + 5914, + 5915 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 31 }, "end": { - "line": 180, + "line": 183, "column": 32 } } }, "range": [ - 5810, - 5821 + 5904, + 5915 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 21 }, "end": { - "line": 180, + "line": 183, "column": 32 } } @@ -13574,31 +13685,31 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5825, - 5833 + 5919, + 5927 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 36 }, "end": { - "line": 180, + "line": 183, "column": 44 } } }, "range": [ - 5810, - 5833 + 5904, + 5927 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 21 }, "end": { - "line": 180, + "line": 183, "column": 44 } } @@ -13625,16 +13736,16 @@ "type": "Identifier", "name": "rows", "range": [ - 5863, - 5867 + 5957, + 5961 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 26 }, "end": { - "line": 181, + "line": 184, "column": 30 } } @@ -13643,31 +13754,31 @@ "type": "Identifier", "name": "k", "range": [ - 5868, - 5869 + 5962, + 5963 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 31 }, "end": { - "line": 181, + "line": 184, "column": 32 } } }, "range": [ - 5863, - 5870 + 5957, + 5964 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 26 }, "end": { - "line": 181, + "line": 184, "column": 33 } } @@ -13676,31 +13787,31 @@ "type": "Identifier", "name": "style", "range": [ - 5871, - 5876 + 5965, + 5970 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 34 }, "end": { - "line": 181, + "line": 184, "column": 39 } } }, "range": [ - 5863, - 5876 + 5957, + 5970 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 26 }, "end": { - "line": 181, + "line": 184, "column": 39 } } @@ -13709,31 +13820,31 @@ "type": "Identifier", "name": "display", "range": [ - 5877, - 5884 + 5971, + 5978 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 40 }, "end": { - "line": 181, + "line": 184, "column": 47 } } }, "range": [ - 5863, - 5884 + 5957, + 5978 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 26 }, "end": { - "line": 181, + "line": 184, "column": 47 } } @@ -13743,31 +13854,31 @@ "value": "", "raw": "''", "range": [ - 5889, - 5891 + 5983, + 5985 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 52 }, "end": { - "line": 181, + "line": 184, "column": 54 } } }, "range": [ - 5863, - 5891 + 5957, + 5985 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 26 }, "end": { - "line": 181, + "line": 184, "column": 54 } } @@ -13782,16 +13893,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5896, - 5898 + 5990, + 5992 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 59 }, "end": { - "line": 181, + "line": 184, "column": 61 } } @@ -13800,62 +13911,62 @@ "type": "Identifier", "name": "paging", "range": [ - 5899, - 5905 + 5993, + 5999 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 62 }, "end": { - "line": 181, + "line": 184, "column": 68 } } }, "range": [ - 5896, - 5905 + 5990, + 5999 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 59 }, "end": { - "line": 181, + "line": 184, "column": 68 } } }, "prefix": true, "range": [ - 5895, - 5905 + 5989, + 5999 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 58 }, "end": { - "line": 181, + "line": 184, "column": 68 } } }, "range": [ - 5863, - 5905 + 5957, + 5999 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 26 }, "end": { - "line": 181, + "line": 184, "column": 68 } } @@ -13873,16 +13984,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5931, - 5933 + 6025, + 6027 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 21 }, "end": { - "line": 182, + "line": 185, "column": 23 } } @@ -13891,31 +14002,31 @@ "type": "Identifier", "name": "paging", "range": [ - 5934, - 5940 + 6028, + 6034 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 24 }, "end": { - "line": 182, + "line": 185, "column": 30 } } }, "range": [ - 5931, - 5940 + 6025, + 6034 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 21 }, "end": { - "line": 182, + "line": 185, "column": 30 } } @@ -13933,16 +14044,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5946, - 5948 + 6040, + 6042 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 36 }, "end": { - "line": 182, + "line": 185, "column": 38 } } @@ -13951,47 +14062,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5949, - 5963 + 6043, + 6057 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 39 }, "end": { - "line": 182, + "line": 185, "column": 53 } } }, "range": [ - 5946, - 5963 + 6040, + 6057 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 36 }, "end": { - "line": 182, + "line": 185, "column": 53 } } }, "prefix": true, "range": [ - 5945, - 5963 + 6039, + 6057 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 35 }, "end": { - "line": 182, + "line": 185, "column": 53 } } @@ -14006,16 +14117,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5992, - 5994 + 6086, + 6088 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 25 }, "end": { - "line": 183, + "line": 186, "column": 27 } } @@ -14024,31 +14135,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5995, - 6009 + 6089, + 6103 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 28 }, "end": { - "line": 183, + "line": 186, "column": 42 } } }, "range": [ - 5992, - 6009 + 6086, + 6103 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 25 }, "end": { - "line": 183, + "line": 186, "column": 42 } } @@ -14068,16 +14179,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6041, - 6043 + 6135, + 6137 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 28 }, "end": { - "line": 184, + "line": 187, "column": 30 } } @@ -14086,31 +14197,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 6044, - 6058 + 6138, + 6152 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 31 }, "end": { - "line": 184, + "line": 187, "column": 45 } } }, "range": [ - 6041, - 6058 + 6135, + 6152 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 28 }, "end": { - "line": 184, + "line": 187, "column": 45 } } @@ -14119,31 +14230,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 6059, - 6066 + 6153, + 6160 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 46 }, "end": { - "line": 184, + "line": 187, "column": 53 } } }, "range": [ - 6041, - 6066 + 6135, + 6160 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 28 }, "end": { - "line": 184, + "line": 187, "column": 53 } } @@ -14153,32 +14264,32 @@ "type": "Identifier", "name": "k", "range": [ - 6067, - 6068 + 6161, + 6162 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 54 }, "end": { - "line": 184, + "line": 187, "column": 55 } } } ], "range": [ - 6041, - 6069 + 6135, + 6163 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 28 }, "end": { - "line": 184, + "line": 187, "column": 56 } } @@ -14191,92 +14302,92 @@ "value": 1, "raw": "1", "range": [ - 6074, - 6075 + 6168, + 6169 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 61 }, "end": { - "line": 184, + "line": 187, "column": 62 } } }, "prefix": true, "range": [ - 6073, - 6075 + 6167, + 6169 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 60 }, "end": { - "line": 184, + "line": 187, "column": 62 } } }, "range": [ - 6041, - 6075 + 6135, + 6169 ], "loc": { "start": { - "line": 184, + "line": 187, "column": 28 }, "end": { - "line": 184, + "line": 187, "column": 62 } } }, "range": [ - 5992, - 6075 + 6086, + 6169 ], "loc": { "start": { - "line": 183, + "line": 186, "column": 25 }, "end": { - "line": 184, + "line": 187, "column": 62 } } }, "range": [ - 5945, - 6076 + 6039, + 6170 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 35 }, "end": { - "line": 184, + "line": 187, "column": 63 } } }, "range": [ - 5931, - 6077 + 6025, + 6171 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 21 }, "end": { - "line": 184, + "line": 187, "column": 64 } } @@ -14294,16 +14405,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 6107, - 6116 + 6201, + 6210 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 26 }, "end": { - "line": 185, + "line": 188, "column": 35 } } @@ -14312,31 +14423,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 6119, - 6128 + 6213, + 6222 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 38 }, "end": { - "line": 185, + "line": 188, "column": 47 } } }, "range": [ - 6107, - 6128 + 6201, + 6222 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 26 }, "end": { - "line": 185, + "line": 188, "column": 47 } } @@ -14348,16 +14459,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 6132, - 6141 + 6226, + 6235 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 51 }, "end": { - "line": 185, + "line": 188, "column": 60 } } @@ -14366,46 +14477,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6143, - 6151 + 6237, + 6245 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 62 }, "end": { - "line": 185, + "line": 188, "column": 70 } } }, "range": [ - 6132, - 6151 + 6226, + 6245 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 51 }, "end": { - "line": 185, + "line": 188, "column": 70 } } }, "range": [ - 6107, - 6151 + 6201, + 6245 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 26 }, "end": { - "line": 185, + "line": 188, "column": 70 } } @@ -14420,16 +14531,16 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 6186, - 6195 + 6280, + 6289 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 29 }, "end": { - "line": 186, + "line": 189, "column": 38 } } @@ -14438,31 +14549,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6197, - 6205 + 6291, + 6299 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 40 }, "end": { - "line": 186, + "line": 189, "column": 48 } } }, "range": [ - 6186, - 6205 + 6280, + 6299 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 29 }, "end": { - "line": 186, + "line": 189, "column": 48 } } @@ -14482,16 +14593,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6241, - 6243 + 6335, + 6337 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 32 }, "end": { - "line": 187, + "line": 190, "column": 34 } } @@ -14500,31 +14611,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 6244, - 6258 + 6338, + 6352 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 35 }, "end": { - "line": 187, + "line": 190, "column": 49 } } }, "range": [ - 6241, - 6258 + 6335, + 6352 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 32 }, "end": { - "line": 187, + "line": 190, "column": 49 } } @@ -14533,31 +14644,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 6259, - 6266 + 6353, + 6360 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 50 }, "end": { - "line": 187, + "line": 190, "column": 57 } } }, "range": [ - 6241, - 6266 + 6335, + 6360 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 32 }, "end": { - "line": 187, + "line": 190, "column": 57 } } @@ -14567,32 +14678,32 @@ "type": "Identifier", "name": "k", "range": [ - 6267, - 6268 + 6361, + 6362 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 58 }, "end": { - "line": 187, + "line": 190, "column": 59 } } } ], "range": [ - 6241, - 6269 + 6335, + 6363 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 32 }, "end": { - "line": 187, + "line": 190, "column": 60 } } @@ -14605,137 +14716,137 @@ "value": 1, "raw": "1", "range": [ - 6274, - 6275 + 6368, + 6369 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 65 }, "end": { - "line": 187, + "line": 190, "column": 66 } } }, "prefix": true, "range": [ - 6273, - 6275 + 6367, + 6369 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 64 }, "end": { - "line": 187, + "line": 190, "column": 66 } } }, "range": [ - 6241, - 6275 + 6335, + 6369 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 32 }, "end": { - "line": 187, + "line": 190, "column": 66 } } }, "range": [ - 6186, - 6275 + 6280, + 6369 ], "loc": { "start": { - "line": 186, + "line": 189, "column": 29 }, "end": { - "line": 187, + "line": 190, "column": 66 } } }, "range": [ - 6106, - 6277 + 6200, + 6371 ], "loc": { "start": { - "line": 185, + "line": 188, "column": 25 }, "end": { - "line": 187, + "line": 190, "column": 68 } } }, "range": [ - 5931, - 6278 + 6025, + 6372 ], "loc": { "start": { - "line": 182, + "line": 185, "column": 21 }, "end": { - "line": 187, + "line": 190, "column": 69 } } }, "range": [ - 5862, - 6279 + 5956, + 6373 ], "loc": { "start": { - "line": 181, + "line": 184, "column": 25 }, "end": { - "line": 187, + "line": 190, "column": 70 } } }, "range": [ - 5810, - 6281 + 5904, + 6375 ], "loc": { "start": { - "line": 180, + "line": 183, "column": 21 }, "end": { - "line": 187, + "line": 190, "column": 72 } } }, "range": [ - 5669, - 6282 + 5763, + 6376 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 19 }, "end": { - "line": 187, + "line": 190, "column": 73 } } @@ -14752,16 +14863,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 6309, - 6318 + 6403, + 6412 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 24 }, "end": { - "line": 188, + "line": 191, "column": 33 } } @@ -14775,16 +14886,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6321, - 6323 + 6415, + 6417 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 36 }, "end": { - "line": 188, + "line": 191, "column": 38 } } @@ -14793,31 +14904,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 6324, - 6335 + 6418, + 6429 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 39 }, "end": { - "line": 188, + "line": 191, "column": 50 } } }, "range": [ - 6321, - 6335 + 6415, + 6429 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 36 }, "end": { - "line": 188, + "line": 191, "column": 50 } } @@ -14830,16 +14941,16 @@ "type": "Identifier", "name": "cell", "range": [ - 6336, - 6340 + 6430, + 6434 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 51 }, "end": { - "line": 188, + "line": 191, "column": 55 } } @@ -14848,62 +14959,62 @@ "type": "Identifier", "name": "j", "range": [ - 6341, - 6342 + 6435, + 6436 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 56 }, "end": { - "line": 188, + "line": 191, "column": 57 } } }, "range": [ - 6336, - 6343 + 6430, + 6437 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 51 }, "end": { - "line": 188, + "line": 191, "column": 58 } } } ], "range": [ - 6321, - 6344 + 6415, + 6438 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 36 }, "end": { - "line": 188, + "line": 191, "column": 59 } } }, "range": [ - 6309, - 6344 + 6403, + 6438 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 24 }, "end": { - "line": 188, + "line": 191, "column": 59 } } @@ -14914,16 +15025,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 6415, - 6426 + 6509, + 6520 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 24 }, "end": { - "line": 190, + "line": 193, "column": 35 } } @@ -14937,16 +15048,16 @@ "type": "Identifier", "name": "Str", "range": [ - 6429, - 6432 + 6523, + 6526 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 38 }, "end": { - "line": 190, + "line": 193, "column": 41 } } @@ -14955,31 +15066,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6433, - 6442 + 6527, + 6536 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 42 }, "end": { - "line": 190, + "line": 193, "column": 51 } } }, "range": [ - 6429, - 6442 + 6523, + 6536 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 38 }, "end": { - "line": 190, + "line": 193, "column": 51 } } @@ -14989,16 +15100,16 @@ "type": "Identifier", "name": "cell_data", "range": [ - 6443, - 6452 + 6537, + 6546 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 52 }, "end": { - "line": 190, + "line": 193, "column": 61 } } @@ -15007,47 +15118,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6454, - 6463 + 6548, + 6557 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 63 }, "end": { - "line": 190, + "line": 193, "column": 72 } } } ], "range": [ - 6429, - 6464 + 6523, + 6558 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 38 }, "end": { - "line": 190, + "line": 193, "column": 73 } } }, "range": [ - 6415, - 6464 + 6509, + 6558 ], "loc": { "start": { - "line": 190, + "line": 193, "column": 24 }, "end": { - "line": 190, + "line": 193, "column": 73 } }, @@ -15056,16 +15167,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6370, - 6390 + 6464, + 6484 ], "loc": { "start": { - "line": 189, + "line": 192, "column": 24 }, "end": { - "line": 189, + "line": 192, "column": 44 } } @@ -15075,16 +15186,16 @@ ], "kind": "let", "range": [ - 6305, - 6465 + 6399, + 6559 ], "loc": { "start": { - "line": 188, + "line": 191, "column": 20 }, "end": { - "line": 190, + "line": 193, "column": 74 } }, @@ -15093,16 +15204,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6487, - 6528 + 6581, + 6622 ], "loc": { "start": { - "line": 192, + "line": 195, "column": 20 }, "end": { - "line": 192, + "line": 195, "column": 61 } } @@ -15123,16 +15234,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6553, - 6556 + 6647, + 6650 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 24 }, "end": { - "line": 193, + "line": 196, "column": 27 } } @@ -15141,31 +15252,31 @@ "type": "Identifier", "name": "has", "range": [ - 6557, - 6560 + 6651, + 6654 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 28 }, "end": { - "line": 193, + "line": 196, "column": 31 } } }, "range": [ - 6553, - 6560 + 6647, + 6654 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 24 }, "end": { - "line": 193, + "line": 196, "column": 31 } } @@ -15177,16 +15288,16 @@ "object": { "type": "ThisExpression", "range": [ - 6561, - 6565 + 6655, + 6659 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 32 }, "end": { - "line": 193, + "line": 196, "column": 36 } } @@ -15195,31 +15306,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6566, - 6570 + 6660, + 6664 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 37 }, "end": { - "line": 193, + "line": 196, "column": 41 } } }, "range": [ - 6561, - 6570 + 6655, + 6664 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 32 }, "end": { - "line": 193, + "line": 196, "column": 41 } } @@ -15228,16 +15339,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 6572, - 6583 + 6666, + 6677 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 43 }, "end": { - "line": 193, + "line": 196, "column": 54 } } @@ -15246,48 +15357,48 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6585, - 6594 + 6679, + 6688 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 56 }, "end": { - "line": 193, + "line": 196, "column": 65 } } } ], "range": [ - 6553, - 6595 + 6647, + 6689 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 24 }, "end": { - "line": 193, + "line": 196, "column": 66 } } }, "prefix": true, "range": [ - 6552, - 6595 + 6646, + 6689 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 23 }, "end": { - "line": 193, + "line": 196, "column": 66 } } @@ -15308,16 +15419,16 @@ "object": { "type": "ThisExpression", "range": [ - 6622, - 6626 + 6716, + 6720 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 24 }, "end": { - "line": 194, + "line": 197, "column": 28 } } @@ -15326,31 +15437,31 @@ "type": "Identifier", "name": "opts", "range": [ - 6627, - 6631 + 6721, + 6725 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 29 }, "end": { - "line": 194, + "line": 197, "column": 33 } } }, "range": [ - 6622, - 6631 + 6716, + 6725 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 24 }, "end": { - "line": 194, + "line": 197, "column": 33 } } @@ -15359,31 +15470,31 @@ "type": "Identifier", "name": "push", "range": [ - 6632, - 6636 + 6726, + 6730 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 34 }, "end": { - "line": 194, + "line": 197, "column": 38 } } }, "range": [ - 6622, - 6636 + 6716, + 6730 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 24 }, "end": { - "line": 194, + "line": 197, "column": 38 } } @@ -15393,79 +15504,79 @@ "type": "Identifier", "name": "cell_data", "range": [ - 6637, - 6646 + 6731, + 6740 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 39 }, "end": { - "line": 194, + "line": 197, "column": 48 } } } ], "range": [ - 6622, - 6647 + 6716, + 6741 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 24 }, "end": { - "line": 194, + "line": 197, "column": 49 } } }, "range": [ - 6622, - 6648 + 6716, + 6742 ], "loc": { "start": { - "line": 194, + "line": 197, "column": 24 }, "end": { - "line": 194, + "line": 197, "column": 50 } } } ], "range": [ - 6596, - 6670 + 6690, + 6764 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 67 }, "end": { - "line": 195, + "line": 198, "column": 21 } } }, "alternate": null, "range": [ - 6549, - 6670 + 6643, + 6764 ], "loc": { "start": { - "line": 193, + "line": 196, "column": 20 }, "end": { - "line": 195, + "line": 198, "column": 21 } }, @@ -15474,16 +15585,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6487, - 6528 + 6581, + 6622 ], "loc": { "start": { - "line": 192, + "line": 195, "column": 20 }, "end": { - "line": 192, + "line": 195, "column": 61 } } @@ -15499,16 +15610,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 6695, - 6703 + 6789, + 6797 ], "loc": { "start": { - "line": 197, + "line": 200, "column": 23 }, "end": { - "line": 197, + "line": 200, "column": 31 } } @@ -15520,16 +15631,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6707, - 6709 + 6801, + 6803 ], "loc": { "start": { - "line": 197, + "line": 200, "column": 35 }, "end": { - "line": 197, + "line": 200, "column": 37 } } @@ -15538,46 +15649,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 6710, - 6732 + 6804, + 6826 ], "loc": { "start": { - "line": 197, + "line": 200, "column": 38 }, "end": { - "line": 197, + "line": 200, "column": 60 } } }, "range": [ - 6707, - 6732 + 6801, + 6826 ], "loc": { "start": { - "line": 197, + "line": 200, "column": 35 }, "end": { - "line": 197, + "line": 200, "column": 60 } } }, "range": [ - 6695, - 6732 + 6789, + 6826 ], "loc": { "start": { - "line": 197, + "line": 200, "column": 23 }, "end": { - "line": 197, + "line": 200, "column": 60 } } @@ -15594,16 +15705,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6763, - 6774 + 6857, + 6868 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 28 }, "end": { - "line": 198, + "line": 201, "column": 39 } } @@ -15615,16 +15726,16 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 6777, - 6792 + 6871, + 6886 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 42 }, "end": { - "line": 198, + "line": 201, "column": 57 } } @@ -15633,46 +15744,46 @@ "type": "Identifier", "name": "j", "range": [ - 6793, - 6794 + 6887, + 6888 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 58 }, "end": { - "line": 198, + "line": 201, "column": 59 } } }, "range": [ - 6777, - 6795 + 6871, + 6889 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 42 }, "end": { - "line": 198, + "line": 201, "column": 60 } } }, "range": [ - 6763, - 6795 + 6857, + 6889 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 28 }, "end": { - "line": 198, + "line": 201, "column": 60 } } @@ -15680,16 +15791,16 @@ ], "kind": "let", "range": [ - 6759, - 6796 + 6853, + 6890 ], "loc": { "start": { - "line": 198, + "line": 201, "column": 24 }, "end": { - "line": 198, + "line": 201, "column": 61 } } @@ -15703,32 +15814,32 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6825, - 6836 + 6919, + 6930 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 28 }, "end": { - "line": 199, + "line": 202, "column": 39 } } }, "prefix": true, "range": [ - 6824, - 6836 + 6918, + 6930 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 27 }, "end": { - "line": 199, + "line": 202, "column": 39 } } @@ -15745,16 +15856,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6867, - 6878 + 6961, + 6972 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 28 }, "end": { - "line": 200, + "line": 203, "column": 39 } } @@ -15768,16 +15879,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6881, - 6883 + 6975, + 6977 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 42 }, "end": { - "line": 200, + "line": 203, "column": 44 } } @@ -15786,31 +15897,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 6884, - 6902 + 6978, + 6996 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 45 }, "end": { - "line": 200, + "line": 203, "column": 63 } } }, "range": [ - 6881, - 6902 + 6975, + 6996 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 42 }, "end": { - "line": 200, + "line": 203, "column": 63 } } @@ -15820,94 +15931,94 @@ "type": "Identifier", "name": "j", "range": [ - 6903, - 6904 + 6997, + 6998 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 64 }, "end": { - "line": 200, + "line": 203, "column": 65 } } } ], "range": [ - 6881, - 6905 + 6975, + 6999 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 42 }, "end": { - "line": 200, + "line": 203, "column": 66 } } }, "range": [ - 6867, - 6905 + 6961, + 6999 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 28 }, "end": { - "line": 200, + "line": 203, "column": 66 } } }, "range": [ - 6867, - 6906 + 6961, + 7000 ], "loc": { "start": { - "line": 200, + "line": 203, "column": 28 }, "end": { - "line": 200, + "line": 203, "column": 67 } } } ], "range": [ - 6837, - 6932 + 6931, + 7026 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 40 }, "end": { - "line": 201, + "line": 204, "column": 25 } } }, "alternate": null, "range": [ - 6821, - 6932 + 6915, + 7026 ], "loc": { "start": { - "line": 199, + "line": 202, "column": 24 }, "end": { - "line": 201, + "line": 204, "column": 25 } } @@ -15929,16 +16040,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 6961, - 6964 + 7055, + 7058 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 28 }, "end": { - "line": 202, + "line": 205, "column": 31 } } @@ -15947,31 +16058,31 @@ "type": "Identifier", "name": "has", "range": [ - 6965, - 6968 + 7059, + 7062 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 32 }, "end": { - "line": 202, + "line": 205, "column": 35 } } }, "range": [ - 6961, - 6968 + 7055, + 7062 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 28 }, "end": { - "line": 202, + "line": 205, "column": 35 } } @@ -15981,16 +16092,16 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6969, - 6980 + 7063, + 7074 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 36 }, "end": { - "line": 202, + "line": 205, "column": 47 } } @@ -15999,16 +16110,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 6982, - 6993 + 7076, + 7087 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 49 }, "end": { - "line": 202, + "line": 205, "column": 60 } } @@ -16017,48 +16128,48 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6995, - 7004 + 7089, + 7098 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 62 }, "end": { - "line": 202, + "line": 205, "column": 71 } } } ], "range": [ - 6961, - 7005 + 7055, + 7099 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 28 }, "end": { - "line": 202, + "line": 205, "column": 72 } } }, "prefix": true, "range": [ - 6960, - 7005 + 7054, + 7099 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 27 }, "end": { - "line": 202, + "line": 205, "column": 72 } } @@ -16075,16 +16186,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 7038, - 7041 + 7132, + 7135 ], "loc": { "start": { - "line": 203, + "line": 206, "column": 29 }, "end": { - "line": 203, + "line": 206, "column": 32 } } @@ -16093,31 +16204,31 @@ "type": "Identifier", "name": "has", "range": [ - 7042, - 7045 + 7136, + 7139 ], "loc": { "start": { - "line": 203, + "line": 206, "column": 33 }, "end": { - "line": 203, + "line": 206, "column": 36 } } }, "range": [ - 7038, - 7045 + 7132, + 7139 ], "loc": { "start": { - "line": 203, + "line": 206, "column": 29 }, "end": { - "line": 203, + "line": 206, "column": 36 } } @@ -16127,16 +16238,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7079, - 7091 + 7173, + 7185 ], "loc": { "start": { - "line": 204, + "line": 207, "column": 32 }, "end": { - "line": 204, + "line": 207, "column": 44 } } @@ -16145,16 +16256,16 @@ "type": "Identifier", "name": "cell_string", "range": [ - 7093, - 7104 + 7187, + 7198 ], "loc": { "start": { - "line": 204, + "line": 207, "column": 46 }, "end": { - "line": 204, + "line": 207, "column": 57 } } @@ -16163,63 +16274,63 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7106, - 7115 + 7200, + 7209 ], "loc": { "start": { - "line": 204, + "line": 207, "column": 59 }, "end": { - "line": 204, + "line": 207, "column": 68 } } } ], "range": [ - 7038, - 7116 + 7132, + 7210 ], "loc": { "start": { - "line": 203, + "line": 206, "column": 29 }, "end": { - "line": 204, + "line": 207, "column": 69 } } }, "prefix": true, "range": [ - 7037, - 7116 + 7131, + 7210 ], "loc": { "start": { - "line": 203, + "line": 206, "column": 28 }, "end": { - "line": 204, + "line": 207, "column": 69 } } }, "range": [ - 6960, - 7116 + 7054, + 7210 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 27 }, "end": { - "line": 204, + "line": 207, "column": 69 } } @@ -16238,16 +16349,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7147, - 7159 + 7241, + 7253 ], "loc": { "start": { - "line": 205, + "line": 208, "column": 28 }, "end": { - "line": 205, + "line": 208, "column": 40 } } @@ -16256,31 +16367,31 @@ "type": "Identifier", "name": "push", "range": [ - 7160, - 7164 + 7254, + 7258 ], "loc": { "start": { - "line": 205, + "line": 208, "column": 41 }, "end": { - "line": 205, + "line": 208, "column": 45 } } }, "range": [ - 7147, - 7164 + 7241, + 7258 ], "loc": { "start": { - "line": 205, + "line": 208, "column": 28 }, "end": { - "line": 205, + "line": 208, "column": 45 } } @@ -16290,143 +16401,143 @@ "type": "Identifier", "name": "cell_data", "range": [ - 7165, - 7174 + 7259, + 7268 ], "loc": { "start": { - "line": 205, + "line": 208, "column": 46 }, "end": { - "line": 205, + "line": 208, "column": 55 } } } ], "range": [ - 7147, - 7175 + 7241, + 7269 ], "loc": { "start": { - "line": 205, + "line": 208, "column": 28 }, "end": { - "line": 205, + "line": 208, "column": 56 } } }, "range": [ - 7147, - 7176 + 7241, + 7270 ], "loc": { "start": { - "line": 205, + "line": 208, "column": 28 }, "end": { - "line": 205, + "line": 208, "column": 57 } } } ], "range": [ - 7117, - 7202 + 7211, + 7296 ], "loc": { "start": { - "line": 204, + "line": 207, "column": 70 }, "end": { - "line": 206, + "line": 209, "column": 25 } } }, "alternate": null, "range": [ - 6957, - 7202 + 7051, + 7296 ], "loc": { "start": { - "line": 202, + "line": 205, "column": 24 }, "end": { - "line": 206, + "line": 209, "column": 25 } } } ], "range": [ - 6733, - 7224 + 6827, + 7318 ], "loc": { "start": { - "line": 197, + "line": 200, "column": 61 }, "end": { - "line": 207, + "line": 210, "column": 21 } } }, "alternate": null, "range": [ - 6692, - 7224 + 6786, + 7318 ], "loc": { "start": { - "line": 197, + "line": 200, "column": 20 }, "end": { - "line": 207, + "line": 210, "column": 21 } } } ], "range": [ - 6283, - 7242 + 6377, + 7336 ], "loc": { "start": { - "line": 187, + "line": 190, "column": 74 }, "end": { - "line": 208, + "line": 211, "column": 17 } } }, "alternate": null, "range": [ - 5666, - 7242 + 5760, + 7336 ], "loc": { "start": { - "line": 177, + "line": 180, "column": 16 }, "end": { - "line": 208, + "line": 211, "column": 17 } }, @@ -16435,16 +16546,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell", "range": [ - 5615, - 5649 + 5709, + 5743 ], "loc": { "start": { - "line": 176, + "line": 179, "column": 16 }, "end": { - "line": 176, + "line": 179, "column": 50 } } @@ -16455,16 +16566,16 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 7242, - 7258 + 7336, + 7352 ], "loc": { "start": { - "line": 208, + "line": 211, "column": 17 }, "end": { - "line": 208, + "line": 211, "column": 33 } } @@ -16473,31 +16584,31 @@ } ], "range": [ - 5597, - 7272 + 5691, + 7366 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 40 }, "end": { - "line": 209, + "line": 212, "column": 13 } } }, "range": [ - 5569, - 7272 + 5663, + 7366 ], "loc": { "start": { - "line": 175, + "line": 178, "column": 12 }, "end": { - "line": 209, + "line": 212, "column": 13 } }, @@ -16506,16 +16617,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5524, - 5556 + 5618, + 5650 ], "loc": { "start": { - "line": 174, + "line": 177, "column": 12 }, "end": { - "line": 174, + "line": 177, "column": 44 } } @@ -16526,16 +16637,16 @@ "type": "Line", "value": "for j", "range": [ - 7272, - 7279 + 7366, + 7373 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 13 }, "end": { - "line": 209, + "line": 212, "column": 20 } } @@ -16544,31 +16655,31 @@ } ], "range": [ - 5078, - 7289 + 5172, + 7383 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 46 }, "end": { - "line": 210, + "line": 213, "column": 9 } } }, "range": [ - 5040, - 7289 + 5134, + 7383 ], "loc": { "start": { - "line": 159, + "line": 162, "column": 8 }, "end": { - "line": 210, + "line": 213, "column": 9 } }, @@ -16577,16 +16688,16 @@ "type": "Line", "value": "for k", "range": [ - 7289, - 7296 + 7383, + 7390 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 9 }, "end": { - "line": 210, + "line": 213, "column": 16 } } @@ -16595,16 +16706,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7306, - 7331 + 7400, + 7425 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 8 }, "end": { - "line": 212, + "line": 215, "column": 33 } } @@ -16619,16 +16730,16 @@ "object": { "type": "ThisExpression", "range": [ - 7343, - 7347 + 7437, + 7441 ], "loc": { "start": { - "line": 213, + "line": 216, "column": 11 }, "end": { - "line": 213, + "line": 216, "column": 15 } } @@ -16637,31 +16748,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7348, - 7356 + 7442, + 7450 ], "loc": { "start": { - "line": 213, + "line": 216, "column": 16 }, "end": { - "line": 213, + "line": 216, "column": 24 } } }, "range": [ - 7343, - 7356 + 7437, + 7450 ], "loc": { "start": { - "line": 213, + "line": 216, "column": 11 }, "end": { - "line": 213, + "line": 216, "column": 24 } } @@ -16678,16 +16789,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7375, - 7387 + 7469, + 7481 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 16 }, "end": { - "line": 214, + "line": 217, "column": 28 } } @@ -16701,16 +16812,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7390, - 7392 + 7484, + 7486 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 31 }, "end": { - "line": 214, + "line": 217, "column": 33 } } @@ -16719,31 +16830,31 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 7393, - 7409 + 7487, + 7503 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 34 }, "end": { - "line": 214, + "line": 217, "column": 50 } } }, "range": [ - 7390, - 7409 + 7484, + 7503 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 31 }, "end": { - "line": 214, + "line": 217, "column": 50 } } @@ -16753,47 +16864,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7410, - 7418 + 7504, + 7512 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 51 }, "end": { - "line": 214, + "line": 217, "column": 59 } } } ], "range": [ - 7390, - 7419 + 7484, + 7513 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 31 }, "end": { - "line": 214, + "line": 217, "column": 60 } } }, "range": [ - 7375, - 7419 + 7469, + 7513 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 16 }, "end": { - "line": 214, + "line": 217, "column": 60 } } @@ -16801,16 +16912,16 @@ ], "kind": "let", "range": [ - 7371, - 7420 + 7465, + 7514 ], "loc": { "start": { - "line": 214, + "line": 217, "column": 12 }, "end": { - "line": 214, + "line": 217, "column": 61 } } @@ -16826,16 +16937,16 @@ "object": { "type": "ThisExpression", "range": [ - 7433, - 7437 + 7527, + 7531 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 12 }, "end": { - "line": 215, + "line": 218, "column": 16 } } @@ -16844,31 +16955,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7438, - 7442 + 7532, + 7536 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 17 }, "end": { - "line": 215, + "line": 218, "column": 21 } } }, "range": [ - 7433, - 7442 + 7527, + 7536 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 12 }, "end": { - "line": 215, + "line": 218, "column": 21 } } @@ -16880,16 +16991,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7445, - 7457 + 7539, + 7551 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 24 }, "end": { - "line": 215, + "line": 218, "column": 36 } } @@ -16899,61 +17010,61 @@ "value": 0, "raw": "0", "range": [ - 7458, - 7459 + 7552, + 7553 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 37 }, "end": { - "line": 215, + "line": 218, "column": 38 } } }, "range": [ - 7445, - 7460 + 7539, + 7554 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 24 }, "end": { - "line": 215, + "line": 218, "column": 39 } } }, "range": [ - 7433, - 7460 + 7527, + 7554 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 12 }, "end": { - "line": 215, + "line": 218, "column": 39 } } }, "range": [ - 7433, - 7461 + 7527, + 7555 ], "loc": { "start": { - "line": 215, + "line": 218, "column": 12 }, "end": { - "line": 215, + "line": 218, "column": 40 } } @@ -16969,16 +17080,16 @@ "object": { "type": "ThisExpression", "range": [ - 7474, - 7478 + 7568, + 7572 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 12 }, "end": { - "line": 216, + "line": 219, "column": 16 } } @@ -16987,31 +17098,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7479, - 7486 + 7573, + 7580 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 17 }, "end": { - "line": 216, + "line": 219, "column": 24 } } }, "range": [ - 7474, - 7486 + 7568, + 7580 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 12 }, "end": { - "line": 216, + "line": 219, "column": 24 } } @@ -17023,16 +17134,16 @@ "type": "Identifier", "name": "customValues", "range": [ - 7489, - 7501 + 7583, + 7595 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 27 }, "end": { - "line": 216, + "line": 219, "column": 39 } } @@ -17042,93 +17153,93 @@ "value": 1, "raw": "1", "range": [ - 7502, - 7503 + 7596, + 7597 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 40 }, "end": { - "line": 216, + "line": 219, "column": 41 } } }, "range": [ - 7489, - 7504 + 7583, + 7598 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 27 }, "end": { - "line": 216, + "line": 219, "column": 42 } } }, "range": [ - 7474, - 7504 + 7568, + 7598 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 12 }, "end": { - "line": 216, + "line": 219, "column": 42 } } }, "range": [ - 7474, - 7505 + 7568, + 7599 ], "loc": { "start": { - "line": 216, + "line": 219, "column": 12 }, "end": { - "line": 216, + "line": 219, "column": 43 } } } ], "range": [ - 7357, - 7515 + 7451, + 7609 ], "loc": { "start": { - "line": 213, + "line": 216, "column": 25 }, "end": { - "line": 217, + "line": 220, "column": 9 } } }, "alternate": null, "range": [ - 7340, - 7515 + 7434, + 7609 ], "loc": { "start": { - "line": 213, + "line": 216, "column": 8 }, "end": { - "line": 217, + "line": 220, "column": 9 } }, @@ -17137,16 +17248,16 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 7242, - 7258 + 7336, + 7352 ], "loc": { "start": { - "line": 208, + "line": 211, "column": 17 }, "end": { - "line": 208, + "line": 211, "column": 33 } } @@ -17155,16 +17266,16 @@ "type": "Line", "value": "for j", "range": [ - 7272, - 7279 + 7366, + 7373 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 13 }, "end": { - "line": 209, + "line": 212, "column": 20 } } @@ -17173,16 +17284,16 @@ "type": "Line", "value": "for k", "range": [ - 7289, - 7296 + 7383, + 7390 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 9 }, "end": { - "line": 210, + "line": 213, "column": 16 } } @@ -17191,16 +17302,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7306, - 7331 + 7400, + 7425 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 8 }, "end": { - "line": 212, + "line": 215, "column": 33 } } @@ -17219,16 +17330,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7528, - 7530 + 7622, + 7624 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 11 }, "end": { - "line": 219, + "line": 222, "column": 13 } } @@ -17237,31 +17348,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 7531, - 7538 + 7625, + 7632 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 14 }, "end": { - "line": 219, + "line": 222, "column": 21 } } }, "range": [ - 7528, - 7538 + 7622, + 7632 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 11 }, "end": { - "line": 219, + "line": 222, "column": 21 } } @@ -17275,16 +17386,16 @@ "object": { "type": "ThisExpression", "range": [ - 7543, - 7547 + 7637, + 7641 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 26 }, "end": { - "line": 219, + "line": 222, "column": 30 } } @@ -17293,62 +17404,62 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7548, - 7556 + 7642, + 7650 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 31 }, "end": { - "line": 219, + "line": 222, "column": 39 } } }, "range": [ - 7543, - 7556 + 7637, + 7650 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 26 }, "end": { - "line": 219, + "line": 222, "column": 39 } } }, "prefix": true, "range": [ - 7542, - 7556 + 7636, + 7650 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 25 }, "end": { - "line": 219, + "line": 222, "column": 39 } } }, "range": [ - 7528, - 7556 + 7622, + 7650 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 11 }, "end": { - "line": 219, + "line": 222, "column": 39 } } @@ -17365,32 +17476,32 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7576, - 7585 + 7670, + 7679 ], "loc": { "start": { - "line": 220, + "line": 223, "column": 17 }, "end": { - "line": 220, + "line": 223, "column": 26 } } }, "prefix": true, "range": [ - 7575, - 7585 + 7669, + 7679 ], "loc": { "start": { - "line": 220, + "line": 223, "column": 16 }, "end": { - "line": 220, + "line": 223, "column": 26 } } @@ -17411,16 +17522,16 @@ "object": { "type": "ThisExpression", "range": [ - 7604, - 7608 + 7698, + 7702 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 16 }, "end": { - "line": 221, + "line": 224, "column": 20 } } @@ -17429,31 +17540,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7609, - 7613 + 7703, + 7707 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 21 }, "end": { - "line": 221, + "line": 224, "column": 25 } } }, "range": [ - 7604, - 7613 + 7698, + 7707 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 16 }, "end": { - "line": 221, + "line": 224, "column": 25 } } @@ -17462,31 +17573,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7614, - 7618 + 7708, + 7712 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 26 }, "end": { - "line": 221, + "line": 224, "column": 30 } } }, "range": [ - 7604, - 7618 + 7698, + 7712 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 16 }, "end": { - "line": 221, + "line": 224, "column": 30 } } @@ -17499,16 +17610,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7619, - 7623 + 7713, + 7717 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 31 }, "end": { - "line": 221, + "line": 224, "column": 35 } } @@ -17517,62 +17628,62 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7624, - 7634 + 7718, + 7728 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 36 }, "end": { - "line": 221, + "line": 224, "column": 46 } } }, "range": [ - 7619, - 7634 + 7713, + 7728 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 31 }, "end": { - "line": 221, + "line": 224, "column": 46 } } } ], "range": [ - 7604, - 7635 + 7698, + 7729 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 16 }, "end": { - "line": 221, + "line": 224, "column": 47 } } }, "range": [ - 7604, - 7636 + 7698, + 7730 ], "loc": { "start": { - "line": 221, + "line": 224, "column": 16 }, "end": { - "line": 221, + "line": 224, "column": 48 } } @@ -17583,16 +17694,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7656, - 7668 + 7750, + 7762 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 19 }, "end": { - "line": 222, + "line": 225, "column": 31 } } @@ -17611,16 +17722,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7691, - 7703 + 7785, + 7797 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 20 }, "end": { - "line": 223, + "line": 226, "column": 32 } } @@ -17629,31 +17740,31 @@ "type": "Identifier", "name": "sort", "range": [ - 7704, - 7708 + 7798, + 7802 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 33 }, "end": { - "line": 223, + "line": 226, "column": 37 } } }, "range": [ - 7691, - 7708 + 7785, + 7802 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 20 }, "end": { - "line": 223, + "line": 226, "column": 37 } } @@ -17666,16 +17777,16 @@ "type": "Identifier", "name": "Sort", "range": [ - 7709, - 7713 + 7803, + 7807 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 38 }, "end": { - "line": 223, + "line": 226, "column": 42 } } @@ -17684,110 +17795,110 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7714, - 7724 + 7808, + 7818 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 43 }, "end": { - "line": 223, + "line": 226, "column": 53 } } }, "range": [ - 7709, - 7724 + 7803, + 7818 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 38 }, "end": { - "line": 223, + "line": 226, "column": 53 } } } ], "range": [ - 7691, - 7725 + 7785, + 7819 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 20 }, "end": { - "line": 223, + "line": 226, "column": 54 } } }, "range": [ - 7691, - 7726 + 7785, + 7820 ], "loc": { "start": { - "line": 223, + "line": 226, "column": 20 }, "end": { - "line": 223, + "line": 226, "column": 55 } } } ], "range": [ - 7669, - 7744 + 7763, + 7838 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 32 }, "end": { - "line": 224, + "line": 227, "column": 17 } } }, "alternate": null, "range": [ - 7653, - 7744 + 7747, + 7838 ], "loc": { "start": { - "line": 222, + "line": 225, "column": 16 }, "end": { - "line": 224, + "line": 227, "column": 17 } } } ], "range": [ - 7586, - 7758 + 7680, + 7852 ], "loc": { "start": { - "line": 220, + "line": 223, "column": 27 }, "end": { - "line": 225, + "line": 228, "column": 13 } } @@ -17808,16 +17919,16 @@ "object": { "type": "ThisExpression", "range": [ - 7782, - 7786 + 7876, + 7880 ], "loc": { "start": { - "line": 226, + "line": 229, "column": 16 }, "end": { - "line": 226, + "line": 229, "column": 20 } } @@ -17826,31 +17937,31 @@ "type": "Identifier", "name": "opts", "range": [ - 7787, - 7791 + 7881, + 7885 ], "loc": { "start": { - "line": 226, + "line": 229, "column": 21 }, "end": { - "line": 226, + "line": 229, "column": 25 } } }, "range": [ - 7782, - 7791 + 7876, + 7885 ], "loc": { "start": { - "line": 226, + "line": 229, "column": 16 }, "end": { - "line": 226, + "line": 229, "column": 25 } } @@ -17859,62 +17970,62 @@ "type": "Identifier", "name": "sort", "range": [ - 7792, - 7796 + 7886, + 7890 ], "loc": { "start": { - "line": 226, + "line": 229, "column": 26 }, "end": { - "line": 226, + "line": 229, "column": 30 } } }, "range": [ - 7782, - 7796 + 7876, + 7890 ], "loc": { "start": { - "line": 226, + "line": 229, "column": 16 }, "end": { - "line": 226, + "line": 229, "column": 30 } } }, "arguments": [], "range": [ - 7782, - 7798 + 7876, + 7892 ], "loc": { "start": { - "line": 226, + "line": 229, "column": 16 }, "end": { - "line": 226, + "line": 229, "column": 32 } } }, "range": [ - 7782, - 7799 + 7876, + 7893 ], "loc": { "start": { - "line": 226, + "line": 229, "column": 16 }, "end": { - "line": 226, + "line": 229, "column": 33 } } @@ -17925,16 +18036,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7819, - 7831 + 7913, + 7925 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 19 }, "end": { - "line": 227, + "line": 230, "column": 31 } } @@ -17953,16 +18064,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7834, - 7846 + 7928, + 7940 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 34 }, "end": { - "line": 227, + "line": 230, "column": 46 } } @@ -17971,157 +18082,157 @@ "type": "Identifier", "name": "sort", "range": [ - 7847, - 7851 + 7941, + 7945 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 47 }, "end": { - "line": 227, + "line": 230, "column": 51 } } }, "range": [ - 7834, - 7851 + 7928, + 7945 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 34 }, "end": { - "line": 227, + "line": 230, "column": 51 } } }, "arguments": [], "range": [ - 7834, - 7853 + 7928, + 7947 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 34 }, "end": { - "line": 227, + "line": 230, "column": 53 } } }, "range": [ - 7834, - 7854 + 7928, + 7948 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 34 }, "end": { - "line": 227, + "line": 230, "column": 54 } } } ], "range": [ - 7832, - 7856 + 7926, + 7950 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 32 }, "end": { - "line": 227, + "line": 230, "column": 56 } } }, "alternate": null, "range": [ - 7816, - 7856 + 7910, + 7950 ], "loc": { "start": { - "line": 227, + "line": 230, "column": 16 }, "end": { - "line": 227, + "line": 230, "column": 56 } } } ], "range": [ - 7764, - 7870 + 7858, + 7964 ], "loc": { "start": { - "line": 225, + "line": 228, "column": 19 }, "end": { - "line": 228, + "line": 231, "column": 13 } } }, "range": [ - 7571, - 7870 + 7665, + 7964 ], "loc": { "start": { - "line": 220, + "line": 223, "column": 12 }, "end": { - "line": 228, + "line": 231, "column": 13 } } } ], "range": [ - 7557, - 7880 + 7651, + 7974 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 40 }, "end": { - "line": 229, + "line": 232, "column": 9 } } }, "alternate": null, "range": [ - 7525, - 7880 + 7619, + 7974 ], "loc": { "start": { - "line": 219, + "line": 222, "column": 8 }, "end": { - "line": 229, + "line": 232, "column": 9 } }, @@ -18130,16 +18241,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7890, - 7900 + 7984, + 7994 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 8 }, "end": { - "line": 231, + "line": 234, "column": 18 } } @@ -18149,257 +18260,185 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "&&", + "type": "BinaryExpression", + "operator": "!=", "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 7912, - 7914 - ], - "loc": { - "start": { - "line": 232, - "column": 11 - }, - "end": { - "line": 232, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumAsc", - "range": [ - 7915, - 7925 - ], - "loc": { - "start": { - "line": 232, - "column": 14 - }, - "end": { - "line": 232, - "column": 24 - } - } - }, - "range": [ - 7912, - 7925 - ], - "loc": { - "start": { - "line": 232, - "column": 11 - }, - "end": { - "line": 232, - "column": 24 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "!=", - "left": { - "type": "CallExpression", - "callee": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 7929, - 7931 - ], - "loc": { - "start": { - "line": 232, - "column": 28 - }, - "end": { - "line": 232, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumAsc", - "range": [ - 7932, - 7942 - ], - "loc": { - "start": { - "line": 232, - "column": 31 - }, - "end": { - "line": 232, - "column": 41 - } - } - }, + "type": "Identifier", + "name": "tf", "range": [ - 7929, - 7942 + 8006, + 8008 ], "loc": { "start": { - "line": 232, - "column": 28 + "line": 235, + "column": 11 }, "end": { - "line": 232, - "column": 41 + "line": 235, + "column": 13 } } }, "property": { "type": "Identifier", - "name": "indexOf", + "name": "sortNumAsc", "range": [ - 7943, - 7950 + 8009, + 8019 ], "loc": { "start": { - "line": 232, - "column": 42 + "line": 235, + "column": 14 }, "end": { - "line": 232, - "column": 49 + "line": 235, + "column": 24 } } }, "range": [ - 7929, - 7950 + 8006, + 8019 ], "loc": { "start": { - "line": 232, - "column": 28 + "line": 235, + "column": 11 }, "end": { - "line": 232, - "column": 49 + "line": 235, + "column": 24 } } }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 7951, - 7959 - ], - "loc": { - "start": { - "line": 232, - "column": 50 - }, - "end": { - "line": 232, - "column": 58 - } - } - } - ], - "range": [ - 7929, - 7960 - ], - "loc": { - "start": { - "line": 232, - "column": 28 - }, - "end": { - "line": 232, - "column": 59 - } - } - }, - "right": { - "type": "UnaryExpression", - "operator": "-", - "argument": { - "type": "Literal", - "value": 1, - "raw": "1", + "property": { + "type": "Identifier", + "name": "indexOf", "range": [ - 7965, - 7966 + 8020, + 8027 ], "loc": { "start": { - "line": 232, - "column": 64 + "line": 235, + "column": 25 }, "end": { - "line": 232, - "column": 65 + "line": 235, + "column": 32 } } }, - "prefix": true, "range": [ - 7964, - 7966 + 8006, + 8027 ], "loc": { "start": { - "line": 232, - "column": 63 + "line": 235, + "column": 11 }, "end": { - "line": 232, - "column": 65 + "line": 235, + "column": 32 } } }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 8028, + 8036 + ], + "loc": { + "start": { + "line": 235, + "column": 33 + }, + "end": { + "line": 235, + "column": 41 + } + } + } + ], "range": [ - 7929, - 7966 + 8006, + 8037 ], "loc": { "start": { - "line": 232, - "column": 28 + "line": 235, + "column": 11 }, "end": { - "line": 232, - "column": 65 + "line": 235, + "column": 42 + } + } + }, + "right": { + "type": "UnaryExpression", + "operator": "-", + "argument": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 8042, + 8043 + ], + "loc": { + "start": { + "line": 235, + "column": 47 + }, + "end": { + "line": 235, + "column": 48 + } + } + }, + "prefix": true, + "range": [ + 8041, + 8043 + ], + "loc": { + "start": { + "line": 235, + "column": 46 + }, + "end": { + "line": 235, + "column": 48 } } }, "range": [ - 7912, - 7966 + 8006, + 8043 ], "loc": { "start": { - "line": 232, + "line": 235, "column": 11 }, "end": { - "line": 232, - "column": 65 + "line": 235, + "column": 48 } } }, @@ -18424,16 +18463,16 @@ "object": { "type": "ThisExpression", "range": [ - 8002, - 8006 + 8079, + 8083 ], "loc": { "start": { - "line": 234, + "line": 237, "column": 16 }, "end": { - "line": 234, + "line": 237, "column": 20 } } @@ -18442,31 +18481,31 @@ "type": "Identifier", "name": "opts", "range": [ - 8007, - 8011 + 8084, + 8088 ], "loc": { "start": { - "line": 234, + "line": 237, "column": 21 }, "end": { - "line": 234, + "line": 237, "column": 25 } } }, "range": [ - 8002, - 8011 + 8079, + 8088 ], "loc": { "start": { - "line": 234, + "line": 237, "column": 16 }, "end": { - "line": 234, + "line": 237, "column": 25 } } @@ -18475,82 +18514,118 @@ "type": "Identifier", "name": "sort", "range": [ - 8012, - 8016 + 8089, + 8093 ], "loc": { "start": { - "line": 234, + "line": 237, "column": 26 }, "end": { - "line": 234, + "line": 237, "column": 30 } } }, "range": [ - 8002, - 8016 + 8079, + 8093 ], "loc": { "start": { - "line": 234, + "line": 237, "column": 16 }, "end": { - "line": 234, + "line": 237, "column": 30 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortAsc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8094, + 8098 + ], + "loc": { + "start": { + "line": 237, + "column": 31 + }, + "end": { + "line": 237, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortAsc", + "range": [ + 8099, + 8109 + ], + "loc": { + "start": { + "line": 237, + "column": 36 + }, + "end": { + "line": 237, + "column": 46 + } + } + }, "range": [ - 8018, - 8028 + 8094, + 8109 ], "loc": { "start": { - "line": 234, - "column": 32 + "line": 237, + "column": 31 }, "end": { - "line": 234, - "column": 42 + "line": 237, + "column": 46 } } } ], "range": [ - 8002, - 8030 + 8079, + 8110 ], "loc": { "start": { - "line": 234, + "line": 237, "column": 16 }, "end": { - "line": 234, - "column": 44 + "line": 237, + "column": 47 } } }, "range": [ - 8002, - 8031 + 8079, + 8111 ], "loc": { "start": { - "line": 234, + "line": 237, "column": 16 }, "end": { - "line": 234, - "column": 45 + "line": 237, + "column": 48 } } }, @@ -18560,16 +18635,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8051, - 8063 + 8131, + 8143 ], "loc": { "start": { - "line": 235, + "line": 238, "column": 19 }, "end": { - "line": 235, + "line": 238, "column": 31 } } @@ -18588,16 +18663,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8086, - 8098 + 8166, + 8178 ], "loc": { "start": { - "line": 236, + "line": 239, "column": 20 }, "end": { - "line": 236, + "line": 239, "column": 32 } } @@ -18606,275 +18681,78 @@ "type": "Identifier", "name": "sort", "range": [ - 8099, - 8103 + 8179, + 8183 ], "loc": { "start": { - "line": 236, + "line": 239, "column": 33 }, "end": { - "line": 236, + "line": 239, "column": 37 } } }, "range": [ - 8086, - 8103 + 8166, + 8183 ], "loc": { "start": { - "line": 236, + "line": 239, "column": 20 }, "end": { - "line": 236, + "line": 239, "column": 37 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortAsc", - "range": [ - 8104, - 8114 - ], - "loc": { - "start": { - "line": 236, - "column": 38 - }, - "end": { - "line": 236, - "column": 48 - } - } - } - ], - "range": [ - 8086, - 8115 - ], - "loc": { - "start": { - "line": 236, - "column": 20 - }, - "end": { - "line": 236, - "column": 49 - } - } - }, - "range": [ - 8086, - 8116 - ], - "loc": { - "start": { - "line": 236, - "column": 20 - }, - "end": { - "line": 236, - "column": 50 - } - } - } - ], - "range": [ - 8064, - 8134 - ], - "loc": { - "start": { - "line": 235, - "column": 32 - }, - "end": { - "line": 237, - "column": 17 - } - } - }, - "alternate": null, - "range": [ - 8048, - 8134 - ], - "loc": { - "start": { - "line": 235, - "column": 16 - }, - "end": { - "line": 237, - "column": 17 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8154, - 8158 - ], - "loc": { - "start": { - "line": 238, - "column": 19 - }, - "end": { - "line": 238, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "isCustom", - "range": [ - 8159, - 8167 - ], - "loc": { - "start": { - "line": 238, - "column": 24 - }, - "end": { - "line": 238, - "column": 32 - } - } - }, - "range": [ - 8154, - 8167 - ], - "loc": { - "start": { - "line": 238, - "column": 19 - }, - "end": { - "line": 238, - "column": 32 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", + "type": "Identifier", + "name": "Sort", "range": [ - 8190, - 8194 + 8184, + 8188 ], "loc": { "start": { "line": 239, - "column": 20 + "column": 38 }, "end": { "line": 239, - "column": 24 + "column": 42 } } }, "property": { "type": "Identifier", - "name": "optsTxt", + "name": "numSortAsc", "range": [ - 8195, - 8202 + 8189, + 8199 ], "loc": { "start": { "line": 239, - "column": 25 + "column": 43 }, "end": { "line": 239, - "column": 32 + "column": 53 } } }, "range": [ - 8190, - 8202 - ], - "loc": { - "start": { - "line": 239, - "column": 20 - }, - "end": { - "line": 239, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8203, - 8207 - ], - "loc": { - "start": { - "line": 239, - "column": 33 - }, - "end": { - "line": 239, - "column": 37 - } - } - }, - "range": [ - 8190, - 8207 - ], - "loc": { - "start": { - "line": 239, - "column": 20 - }, - "end": { - "line": 239, - "column": 37 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "numSortAsc", - "range": [ - 8208, - 8218 + 8184, + 8199 ], "loc": { "start": { @@ -18883,14 +18761,14 @@ }, "end": { "line": 239, - "column": 48 + "column": 53 } } } ], "range": [ - 8190, - 8219 + 8166, + 8200 ], "loc": { "start": { @@ -18899,13 +18777,13 @@ }, "end": { "line": 239, - "column": 49 + "column": 54 } } }, "range": [ - 8190, - 8220 + 8166, + 8201 ], "loc": { "start": { @@ -18914,19 +18792,19 @@ }, "end": { "line": 239, - "column": 50 + "column": 55 } } } ], "range": [ - 8168, - 8238 + 8144, + 8219 ], "loc": { "start": { "line": 238, - "column": 33 + "column": 32 }, "end": { "line": 240, @@ -18936,8 +18814,8 @@ }, "alternate": null, "range": [ - 8151, - 8238 + 8128, + 8219 ], "loc": { "start": { @@ -18949,19 +18827,288 @@ "column": 17 } } + }, + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 8239, + 8243 + ], + "loc": { + "start": { + "line": 241, + "column": 19 + }, + "end": { + "line": 241, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "isCustom", + "range": [ + 8244, + 8252 + ], + "loc": { + "start": { + "line": 241, + "column": 24 + }, + "end": { + "line": 241, + "column": 32 + } + } + }, + "range": [ + 8239, + 8252 + ], + "loc": { + "start": { + "line": 241, + "column": 19 + }, + "end": { + "line": 241, + "column": 32 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 8275, + 8279 + ], + "loc": { + "start": { + "line": 242, + "column": 20 + }, + "end": { + "line": 242, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "optsTxt", + "range": [ + 8280, + 8287 + ], + "loc": { + "start": { + "line": 242, + "column": 25 + }, + "end": { + "line": 242, + "column": 32 + } + } + }, + "range": [ + 8275, + 8287 + ], + "loc": { + "start": { + "line": 242, + "column": 20 + }, + "end": { + "line": 242, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "sort", + "range": [ + 8288, + 8292 + ], + "loc": { + "start": { + "line": 242, + "column": 33 + }, + "end": { + "line": 242, + "column": 37 + } + } + }, + "range": [ + 8275, + 8292 + ], + "loc": { + "start": { + "line": 242, + "column": 20 + }, + "end": { + "line": 242, + "column": 37 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8293, + 8297 + ], + "loc": { + "start": { + "line": 242, + "column": 38 + }, + "end": { + "line": 242, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortAsc", + "range": [ + 8298, + 8308 + ], + "loc": { + "start": { + "line": 242, + "column": 43 + }, + "end": { + "line": 242, + "column": 53 + } + } + }, + "range": [ + 8293, + 8308 + ], + "loc": { + "start": { + "line": 242, + "column": 38 + }, + "end": { + "line": 242, + "column": 53 + } + } + } + ], + "range": [ + 8275, + 8309 + ], + "loc": { + "start": { + "line": 242, + "column": 20 + }, + "end": { + "line": 242, + "column": 54 + } + } + }, + "range": [ + 8275, + 8310 + ], + "loc": { + "start": { + "line": 242, + "column": 20 + }, + "end": { + "line": 242, + "column": 55 + } + } + } + ], + "range": [ + 8253, + 8328 + ], + "loc": { + "start": { + "line": 241, + "column": 33 + }, + "end": { + "line": 243, + "column": 17 + } + } + }, + "alternate": null, + "range": [ + 8236, + 8328 + ], + "loc": { + "start": { + "line": 241, + "column": 16 + }, + "end": { + "line": 243, + "column": 17 + } + } } ], "range": [ - 7984, - 8252 + 8061, + 8342 ], "loc": { "start": { - "line": 233, + "line": 236, "column": 15 }, "end": { - "line": 241, + "line": 244, "column": 13 } } @@ -18972,16 +19119,16 @@ "type": "Identifier", "name": "e", "range": [ - 8259, - 8260 + 8349, + 8350 ], "loc": { "start": { - "line": 241, + "line": 244, "column": 20 }, "end": { - "line": 241, + "line": 244, "column": 21 } } @@ -18990,530 +19137,305 @@ "type": "BlockStatement", "body": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", + "type": "ThrowStatement", + "argument": { + "type": "NewExpression", "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8280, - 8284 - ], - "loc": { - "start": { - "line": 242, - "column": 16 - }, - "end": { - "line": 242, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "opts", - "range": [ - 8285, - 8289 - ], - "loc": { - "start": { - "line": 242, - "column": 21 - }, - "end": { - "line": 242, - "column": 25 - } - } - }, - "range": [ - 8280, - 8289 - ], - "loc": { - "start": { - "line": 242, - "column": 16 - }, - "end": { - "line": 242, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8290, - 8294 - ], - "loc": { - "start": { - "line": 242, - "column": 26 - }, - "end": { - "line": 242, - "column": 30 - } - } - }, - "range": [ - 8280, - 8294 - ], - "loc": { - "start": { - "line": 242, - "column": 16 - }, - "end": { - "line": 242, - "column": 30 - } - } - }, - "arguments": [], - "range": [ - 8280, - 8296 - ], - "loc": { - "start": { - "line": 242, - "column": 16 - }, - "end": { - "line": 242, - "column": 32 - } - } - }, - "range": [ - 8280, - 8297 - ], - "loc": { - "start": { - "line": 242, - "column": 16 - }, - "end": { - "line": 242, - "column": 33 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "Identifier", - "name": "excludedOpts", - "range": [ - 8317, - 8329 - ], - "loc": { - "start": { - "line": 243, - "column": 19 - }, - "end": { - "line": 243, - "column": 31 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "excludedOpts", - "range": [ - 8352, - 8364 - ], - "loc": { - "start": { - "line": 244, - "column": 20 - }, - "end": { - "line": 244, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8365, - 8369 - ], - "loc": { - "start": { - "line": 244, - "column": 33 - }, - "end": { - "line": 244, - "column": 37 - } - } - }, - "range": [ - 8352, - 8369 - ], - "loc": { - "start": { - "line": 244, - "column": 20 - }, - "end": { - "line": 244, - "column": 37 - } - } - }, - "arguments": [], - "range": [ - 8352, - 8371 - ], - "loc": { - "start": { - "line": 244, - "column": 20 - }, - "end": { - "line": 244, - "column": 39 - } - } - }, - "range": [ - 8352, - 8372 - ], - "loc": { - "start": { - "line": 244, - "column": 20 - }, - "end": { - "line": 244, - "column": 40 - } - } - } - ], - "range": [ - 8330, - 8390 - ], - "loc": { - "start": { - "line": 243, - "column": 32 - }, - "end": { - "line": 245, - "column": 17 - } - } - }, - "alternate": null, - "range": [ - 8314, - 8390 - ], - "loc": { - "start": { - "line": 243, - "column": 16 - }, - "end": { - "line": 245, - "column": 17 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8410, - 8414 - ], - "loc": { - "start": { - "line": 246, - "column": 19 - }, - "end": { - "line": 246, - "column": 23 - } - } - }, - "property": { "type": "Identifier", - "name": "isCustom", + "name": "Error", "range": [ - 8415, - 8423 + 8380, + 8385 ], "loc": { "start": { - "line": 246, - "column": 24 + "line": 245, + "column": 26 }, "end": { - "line": 246, - "column": 32 + "line": 245, + "column": 31 } } }, - "range": [ - 8410, - 8423 - ], - "loc": { - "start": { - "line": 246, - "column": 19 - }, - "end": { - "line": 246, - "column": 32 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ + "arguments": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", + "type": "Identifier", + "name": "SORT_ERROR", "range": [ - 8446, - 8450 + 8386, + 8396 ], "loc": { "start": { - "line": 247, - "column": 20 + "line": 245, + "column": 32 }, "end": { - "line": 247, - "column": 24 + "line": 245, + "column": 42 } } }, "property": { "type": "Identifier", - "name": "optsTxt", + "name": "replace", "range": [ - 8451, - 8458 + 8397, + 8404 ], "loc": { "start": { - "line": 247, - "column": 25 + "line": 245, + "column": 43 }, "end": { - "line": 247, - "column": 32 + "line": 245, + "column": 50 } } }, "range": [ - 8446, - 8458 + 8386, + 8404 ], "loc": { "start": { - "line": 247, - "column": 20 - }, - "end": { - "line": 247, + "line": 245, "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8459, - 8463 - ], - "loc": { - "start": { - "line": 247, - "column": 33 }, "end": { - "line": 247, - "column": 37 + "line": 245, + "column": 50 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{0}", + "raw": "'{0}'", + "range": [ + 8405, + 8410 + ], + "loc": { + "start": { + "line": 245, + "column": 51 + }, + "end": { + "line": 245, + "column": 56 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 8412, + 8420 + ], + "loc": { + "start": { + "line": 245, + "column": 58 + }, + "end": { + "line": 245, + "column": 66 + } + } + } + ], "range": [ - 8446, - 8463 + 8386, + 8421 ], "loc": { "start": { - "line": 247, - "column": 20 + "line": 245, + "column": 32 }, "end": { - "line": 247, - "column": 37 + "line": 245, + "column": 67 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 8443, + 8450 + ], + "loc": { + "start": { + "line": 246, + "column": 21 + }, + "end": { + "line": 246, + "column": 28 } } }, - "arguments": [], "range": [ - 8446, - 8465 + 8386, + 8450 ], "loc": { "start": { - "line": 247, - "column": 20 + "line": 245, + "column": 32 }, "end": { - "line": 247, - "column": 39 + "line": 246, + "column": 28 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{1}", + "raw": "'{1}'", + "range": [ + 8451, + 8456 + ], + "loc": { + "start": { + "line": 246, + "column": 29 + }, + "end": { + "line": 246, + "column": 34 + } + } + }, + { + "type": "Literal", + "value": "ascending", + "raw": "'ascending'", + "range": [ + 8458, + 8469 + ], + "loc": { + "start": { + "line": 246, + "column": 36 + }, + "end": { + "line": 246, + "column": 47 + } + } + } + ], "range": [ - 8446, - 8466 + 8386, + 8470 ], "loc": { "start": { - "line": 247, - "column": 20 + "line": 245, + "column": 32 }, "end": { - "line": 247, - "column": 40 + "line": 246, + "column": 48 } } } ], "range": [ - 8424, - 8484 + 8376, + 8471 ], "loc": { "start": { - "line": 246, - "column": 33 + "line": 245, + "column": 22 }, "end": { - "line": 248, - "column": 17 + "line": 246, + "column": 49 } } }, - "alternate": null, "range": [ - 8407, - 8484 + 8370, + 8472 ], "loc": { "start": { - "line": 246, + "line": 245, "column": 16 }, "end": { - "line": 248, - "column": 17 + "line": 246, + "column": 50 } } } ], "range": [ - 8262, - 8498 + 8352, + 8486 ], "loc": { "start": { - "line": 241, + "line": 244, "column": 23 }, "end": { - "line": 249, + "line": 247, "column": 13 } } }, "range": [ - 8253, - 8498 + 8343, + 8486 ], "loc": { "start": { - "line": 241, + "line": 244, "column": 14 }, "end": { - "line": 249, + "line": 247, "column": 13 } } }, "finalizer": null, "range": [ - 7981, - 8498 + 8058, + 8486 ], "loc": { "start": { - "line": 233, + "line": 236, "column": 12 }, "end": { - "line": 249, + "line": 247, "column": 13 } }, @@ -19522,16 +19444,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8498, - 8537 + 8486, + 8525 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 13 }, "end": { - "line": 249, + "line": 247, "column": 52 } } @@ -19540,32 +19462,32 @@ } ], "range": [ - 7967, - 8547 + 8044, + 8535 ], "loc": { "start": { - "line": 232, - "column": 66 + "line": 235, + "column": 49 }, "end": { - "line": 250, + "line": 248, "column": 9 } } }, "alternate": null, "range": [ - 7909, - 8547 + 8003, + 8535 ], "loc": { "start": { - "line": 232, + "line": 235, "column": 8 }, "end": { - "line": 250, + "line": 248, "column": 9 } }, @@ -19574,16 +19496,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7890, - 7900 + 7984, + 7994 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 8 }, "end": { - "line": 231, + "line": 234, "column": 18 } } @@ -19594,16 +19516,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8556, - 8567 + 8544, + 8555 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 8 }, "end": { - "line": 251, + "line": 249, "column": 19 } } @@ -19613,257 +19535,185 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "&&", + "type": "BinaryExpression", + "operator": "!=", "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8579, - 8581 - ], - "loc": { - "start": { - "line": 252, - "column": 11 - }, - "end": { - "line": 252, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumDesc", - "range": [ - 8582, - 8593 - ], - "loc": { - "start": { - "line": 252, - "column": 14 - }, - "end": { - "line": 252, - "column": 25 - } - } - }, - "range": [ - 8579, - 8593 - ], - "loc": { - "start": { - "line": 252, - "column": 11 - }, - "end": { - "line": 252, - "column": 25 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "!=", - "left": { - "type": "CallExpression", - "callee": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 8597, - 8599 - ], - "loc": { - "start": { - "line": 252, - "column": 29 - }, - "end": { - "line": 252, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "sortNumDesc", - "range": [ - 8600, - 8611 - ], - "loc": { - "start": { - "line": 252, - "column": 32 - }, - "end": { - "line": 252, - "column": 43 - } - } - }, + "type": "Identifier", + "name": "tf", "range": [ - 8597, - 8611 + 8567, + 8569 ], "loc": { "start": { - "line": 252, - "column": 29 + "line": 250, + "column": 11 }, "end": { - "line": 252, - "column": 43 + "line": 250, + "column": 13 } } }, "property": { "type": "Identifier", - "name": "indexOf", + "name": "sortNumDesc", "range": [ - 8612, - 8619 + 8570, + 8581 ], "loc": { "start": { - "line": 252, - "column": 44 + "line": 250, + "column": 14 }, "end": { - "line": 252, - "column": 51 + "line": 250, + "column": 25 } } }, "range": [ - 8597, - 8619 + 8567, + 8581 ], "loc": { "start": { - "line": 252, - "column": 29 + "line": 250, + "column": 11 }, "end": { - "line": 252, - "column": 51 + "line": 250, + "column": 25 } } }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 8620, - 8628 - ], - "loc": { - "start": { - "line": 252, - "column": 52 - }, - "end": { - "line": 252, - "column": 60 - } - } - } - ], - "range": [ - 8597, - 8629 - ], - "loc": { - "start": { - "line": 252, - "column": 29 - }, - "end": { - "line": 252, - "column": 61 - } - } - }, - "right": { - "type": "UnaryExpression", - "operator": "-", - "argument": { - "type": "Literal", - "value": 1, - "raw": "1", + "property": { + "type": "Identifier", + "name": "indexOf", "range": [ - 8634, - 8635 + 8582, + 8589 ], "loc": { "start": { - "line": 252, - "column": 66 + "line": 250, + "column": 26 }, "end": { - "line": 252, - "column": 67 + "line": 250, + "column": 33 } } }, - "prefix": true, "range": [ - 8633, - 8635 + 8567, + 8589 ], "loc": { "start": { - "line": 252, - "column": 65 + "line": 250, + "column": 11 }, "end": { - "line": 252, - "column": 67 + "line": 250, + "column": 33 } } }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 8590, + 8598 + ], + "loc": { + "start": { + "line": 250, + "column": 34 + }, + "end": { + "line": 250, + "column": 42 + } + } + } + ], "range": [ - 8597, - 8635 + 8567, + 8599 ], "loc": { "start": { - "line": 252, - "column": 29 + "line": 250, + "column": 11 }, "end": { - "line": 252, - "column": 67 + "line": 250, + "column": 43 + } + } + }, + "right": { + "type": "UnaryExpression", + "operator": "-", + "argument": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 8604, + 8605 + ], + "loc": { + "start": { + "line": 250, + "column": 48 + }, + "end": { + "line": 250, + "column": 49 + } + } + }, + "prefix": true, + "range": [ + 8603, + 8605 + ], + "loc": { + "start": { + "line": 250, + "column": 47 + }, + "end": { + "line": 250, + "column": 49 } } }, "range": [ - 8579, - 8635 + 8567, + 8605 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 11 }, "end": { - "line": 252, - "column": 67 + "line": 250, + "column": 49 } } }, @@ -19888,16 +19738,16 @@ "object": { "type": "ThisExpression", "range": [ - 8671, - 8675 + 8641, + 8645 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 16 }, "end": { - "line": 254, + "line": 252, "column": 20 } } @@ -19906,31 +19756,31 @@ "type": "Identifier", "name": "opts", "range": [ - 8676, - 8680 + 8646, + 8650 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 21 }, "end": { - "line": 254, + "line": 252, "column": 25 } } }, "range": [ - 8671, - 8680 + 8641, + 8650 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 16 }, "end": { - "line": 254, + "line": 252, "column": 25 } } @@ -19939,82 +19789,118 @@ "type": "Identifier", "name": "sort", "range": [ - 8681, - 8685 + 8651, + 8655 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 26 }, "end": { - "line": 254, + "line": 252, "column": 30 } } }, "range": [ - 8671, - 8685 + 8641, + 8655 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 16 }, "end": { - "line": 254, + "line": 252, "column": 30 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortDesc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8656, + 8660 + ], + "loc": { + "start": { + "line": 252, + "column": 31 + }, + "end": { + "line": 252, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortDesc", + "range": [ + 8661, + 8672 + ], + "loc": { + "start": { + "line": 252, + "column": 36 + }, + "end": { + "line": 252, + "column": 47 + } + } + }, "range": [ - 8686, - 8697 + 8656, + 8672 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 31 }, "end": { - "line": 254, - "column": 42 + "line": 252, + "column": 47 } } } ], "range": [ - 8671, - 8698 + 8641, + 8673 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 16 }, "end": { - "line": 254, - "column": 43 + "line": 252, + "column": 48 } } }, "range": [ - 8671, - 8699 + 8641, + 8674 ], "loc": { "start": { - "line": 254, + "line": 252, "column": 16 }, "end": { - "line": 254, - "column": 44 + "line": 252, + "column": 49 } } }, @@ -20024,16 +19910,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8719, - 8731 + 8694, + 8706 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 19 }, "end": { - "line": 255, + "line": 253, "column": 31 } } @@ -20052,16 +19938,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8754, - 8766 + 8729, + 8741 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, + "line": 254, "column": 32 } } @@ -20070,113 +19956,149 @@ "type": "Identifier", "name": "sort", "range": [ - 8767, - 8771 + 8742, + 8746 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 33 }, "end": { - "line": 256, + "line": 254, "column": 37 } } }, "range": [ - 8754, - 8771 + 8729, + 8746 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, + "line": 254, "column": 37 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortDesc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8747, + 8751 + ], + "loc": { + "start": { + "line": 254, + "column": 38 + }, + "end": { + "line": 254, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortDesc", + "range": [ + 8752, + 8763 + ], + "loc": { + "start": { + "line": 254, + "column": 43 + }, + "end": { + "line": 254, + "column": 54 + } + } + }, "range": [ - 8772, - 8783 + 8747, + 8763 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 38 }, "end": { - "line": 256, - "column": 49 + "line": 254, + "column": 54 } } } ], "range": [ - 8754, - 8784 + 8729, + 8764 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, - "column": 50 + "line": 254, + "column": 55 } } }, "range": [ - 8754, - 8785 + 8729, + 8765 ], "loc": { "start": { - "line": 256, + "line": 254, "column": 20 }, "end": { - "line": 256, - "column": 51 + "line": 254, + "column": 56 } } } ], "range": [ - 8732, - 8803 + 8707, + 8783 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 32 }, "end": { - "line": 257, + "line": 255, "column": 17 } } }, "alternate": null, "range": [ - 8716, - 8803 + 8691, + 8783 ], "loc": { "start": { - "line": 255, + "line": 253, "column": 16 }, "end": { - "line": 257, + "line": 255, "column": 17 } } @@ -20189,16 +20111,16 @@ "object": { "type": "ThisExpression", "range": [ - 8823, - 8827 + 8803, + 8807 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 19 }, "end": { - "line": 258, + "line": 256, "column": 23 } } @@ -20207,31 +20129,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 8828, - 8836 + 8808, + 8816 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 24 }, "end": { - "line": 258, + "line": 256, "column": 32 } } }, "range": [ - 8823, - 8836 + 8803, + 8816 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 19 }, "end": { - "line": 258, + "line": 256, "column": 32 } } @@ -20252,16 +20174,16 @@ "object": { "type": "ThisExpression", "range": [ - 8859, - 8863 + 8839, + 8843 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 20 }, "end": { - "line": 259, + "line": 257, "column": 24 } } @@ -20270,31 +20192,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 8864, - 8871 + 8844, + 8851 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 25 }, "end": { - "line": 259, + "line": 257, "column": 32 } } }, "range": [ - 8859, - 8871 + 8839, + 8851 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 20 }, "end": { - "line": 259, + "line": 257, "column": 32 } } @@ -20303,129 +20225,165 @@ "type": "Identifier", "name": "sort", "range": [ - 8872, - 8876 + 8852, + 8856 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 33 }, "end": { - "line": 259, + "line": 257, "column": 37 } } }, "range": [ - 8859, - 8876 + 8839, + 8856 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 20 }, "end": { - "line": 259, + "line": 257, "column": 37 } } }, "arguments": [ { - "type": "Identifier", - "name": "numSortDesc", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Sort", + "range": [ + 8857, + 8861 + ], + "loc": { + "start": { + "line": 257, + "column": 38 + }, + "end": { + "line": 257, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "numSortDesc", + "range": [ + 8862, + 8873 + ], + "loc": { + "start": { + "line": 257, + "column": 43 + }, + "end": { + "line": 257, + "column": 54 + } + } + }, "range": [ - 8877, - 8888 + 8857, + 8873 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 38 }, "end": { - "line": 259, - "column": 49 + "line": 257, + "column": 54 } } } ], "range": [ - 8859, - 8889 + 8839, + 8874 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 20 }, "end": { - "line": 259, - "column": 50 + "line": 257, + "column": 55 } } }, "range": [ - 8859, - 8890 + 8839, + 8875 ], "loc": { "start": { - "line": 259, + "line": 257, "column": 20 }, "end": { - "line": 259, - "column": 51 + "line": 257, + "column": 56 } } } ], "range": [ - 8837, - 8908 + 8817, + 8893 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 33 }, "end": { - "line": 260, + "line": 258, "column": 17 } } }, "alternate": null, "range": [ - 8820, - 8908 + 8800, + 8893 ], "loc": { "start": { - "line": 258, + "line": 256, "column": 16 }, "end": { - "line": 260, + "line": 258, "column": 17 } } } ], "range": [ - 8653, - 8922 + 8623, + 8907 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 15 }, "end": { - "line": 261, + "line": 259, "column": 13 } } @@ -20436,16 +20394,16 @@ "type": "Identifier", "name": "e", "range": [ - 8929, - 8930 + 8914, + 8915 ], "loc": { "start": { - "line": 261, + "line": 259, "column": 20 }, "end": { - "line": 261, + "line": 259, "column": 21 } } @@ -20454,530 +20412,305 @@ "type": "BlockStatement", "body": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", + "type": "ThrowStatement", + "argument": { + "type": "NewExpression", "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8950, - 8954 - ], - "loc": { - "start": { - "line": 262, - "column": 16 - }, - "end": { - "line": 262, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "opts", - "range": [ - 8955, - 8959 - ], - "loc": { - "start": { - "line": 262, - "column": 21 - }, - "end": { - "line": 262, - "column": 25 - } - } - }, - "range": [ - 8950, - 8959 - ], - "loc": { - "start": { - "line": 262, - "column": 16 - }, - "end": { - "line": 262, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 8960, - 8964 - ], - "loc": { - "start": { - "line": 262, - "column": 26 - }, - "end": { - "line": 262, - "column": 30 - } - } - }, - "range": [ - 8950, - 8964 - ], - "loc": { - "start": { - "line": 262, - "column": 16 - }, - "end": { - "line": 262, - "column": 30 - } - } - }, - "arguments": [], - "range": [ - 8950, - 8966 - ], - "loc": { - "start": { - "line": 262, - "column": 16 - }, - "end": { - "line": 262, - "column": 32 - } - } - }, - "range": [ - 8950, - 8967 - ], - "loc": { - "start": { - "line": 262, - "column": 16 - }, - "end": { - "line": 262, - "column": 33 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "Identifier", - "name": "excludedOpts", - "range": [ - 8987, - 8999 - ], - "loc": { - "start": { - "line": 263, - "column": 19 - }, - "end": { - "line": 263, - "column": 31 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "excludedOpts", - "range": [ - 9022, - 9034 - ], - "loc": { - "start": { - "line": 264, - "column": 20 - }, - "end": { - "line": 264, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 9035, - 9039 - ], - "loc": { - "start": { - "line": 264, - "column": 33 - }, - "end": { - "line": 264, - "column": 37 - } - } - }, - "range": [ - 9022, - 9039 - ], - "loc": { - "start": { - "line": 264, - "column": 20 - }, - "end": { - "line": 264, - "column": 37 - } - } - }, - "arguments": [], - "range": [ - 9022, - 9041 - ], - "loc": { - "start": { - "line": 264, - "column": 20 - }, - "end": { - "line": 264, - "column": 39 - } - } - }, - "range": [ - 9022, - 9042 - ], - "loc": { - "start": { - "line": 264, - "column": 20 - }, - "end": { - "line": 264, - "column": 40 - } - } - } - ], - "range": [ - 9000, - 9060 - ], - "loc": { - "start": { - "line": 263, - "column": 32 - }, - "end": { - "line": 265, - "column": 17 - } - } - }, - "alternate": null, - "range": [ - 8984, - 9060 - ], - "loc": { - "start": { - "line": 263, - "column": 16 - }, - "end": { - "line": 265, - "column": 17 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 9080, - 9084 - ], - "loc": { - "start": { - "line": 266, - "column": 19 - }, - "end": { - "line": 266, - "column": 23 - } - } - }, - "property": { "type": "Identifier", - "name": "isCustom", + "name": "Error", "range": [ - 9085, - 9093 + 8945, + 8950 ], "loc": { "start": { - "line": 266, - "column": 24 + "line": 260, + "column": 26 }, "end": { - "line": 266, - "column": 32 + "line": 260, + "column": 31 } } }, - "range": [ - 9080, - 9093 - ], - "loc": { - "start": { - "line": 266, - "column": 19 - }, - "end": { - "line": 266, - "column": 32 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ + "arguments": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", + "type": "Identifier", + "name": "SORT_ERROR", "range": [ - 9116, - 9120 + 8951, + 8961 ], "loc": { "start": { - "line": 267, - "column": 20 + "line": 260, + "column": 32 }, "end": { - "line": 267, - "column": 24 + "line": 260, + "column": 42 } } }, "property": { "type": "Identifier", - "name": "optsTxt", + "name": "replace", "range": [ - 9121, - 9128 + 8962, + 8969 ], "loc": { "start": { - "line": 267, - "column": 25 + "line": 260, + "column": 43 }, "end": { - "line": 267, - "column": 32 + "line": 260, + "column": 50 } } }, "range": [ - 9116, - 9128 + 8951, + 8969 ], "loc": { "start": { - "line": 267, - "column": 20 - }, - "end": { - "line": 267, + "line": 260, "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "sort", - "range": [ - 9129, - 9133 - ], - "loc": { - "start": { - "line": 267, - "column": 33 }, "end": { - "line": 267, - "column": 37 + "line": 260, + "column": 50 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{0}", + "raw": "'{0}'", + "range": [ + 8970, + 8975 + ], + "loc": { + "start": { + "line": 260, + "column": 51 + }, + "end": { + "line": 260, + "column": 56 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 8977, + 8985 + ], + "loc": { + "start": { + "line": 260, + "column": 58 + }, + "end": { + "line": 260, + "column": 66 + } + } + } + ], "range": [ - 9116, - 9133 + 8951, + 8986 ], "loc": { "start": { - "line": 267, - "column": 20 + "line": 260, + "column": 32 }, "end": { - "line": 267, - "column": 37 + "line": 260, + "column": 67 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 9008, + 9015 + ], + "loc": { + "start": { + "line": 261, + "column": 21 + }, + "end": { + "line": 261, + "column": 28 } } }, - "arguments": [], "range": [ - 9116, - 9135 + 8951, + 9015 ], "loc": { "start": { - "line": 267, - "column": 20 + "line": 260, + "column": 32 }, "end": { - "line": 267, - "column": 39 + "line": 261, + "column": 28 } } }, + "arguments": [ + { + "type": "Literal", + "value": "{1}", + "raw": "'{1}'", + "range": [ + 9016, + 9021 + ], + "loc": { + "start": { + "line": 261, + "column": 29 + }, + "end": { + "line": 261, + "column": 34 + } + } + }, + { + "type": "Literal", + "value": "ascending", + "raw": "'ascending'", + "range": [ + 9023, + 9034 + ], + "loc": { + "start": { + "line": 261, + "column": 36 + }, + "end": { + "line": 261, + "column": 47 + } + } + } + ], "range": [ - 9116, - 9136 + 8951, + 9035 ], "loc": { "start": { - "line": 267, - "column": 20 + "line": 260, + "column": 32 }, "end": { - "line": 267, - "column": 40 + "line": 261, + "column": 48 } } } ], "range": [ - 9094, - 9154 + 8941, + 9036 ], "loc": { "start": { - "line": 266, - "column": 33 + "line": 260, + "column": 22 }, "end": { - "line": 268, - "column": 17 + "line": 261, + "column": 49 } } }, - "alternate": null, "range": [ - 9077, - 9154 + 8935, + 9037 ], "loc": { "start": { - "line": 266, + "line": 260, "column": 16 }, "end": { - "line": 268, - "column": 17 + "line": 261, + "column": 50 } } } ], "range": [ - 8932, - 9168 + 8917, + 9051 ], "loc": { "start": { - "line": 261, + "line": 259, "column": 23 }, "end": { - "line": 269, + "line": 262, "column": 13 } } }, "range": [ - 8923, - 9168 + 8908, + 9051 ], "loc": { "start": { - "line": 261, + "line": 259, "column": 14 }, "end": { - "line": 269, + "line": 262, "column": 13 } } }, "finalizer": null, "range": [ - 8650, - 9168 + 8620, + 9051 ], "loc": { "start": { - "line": 253, + "line": 251, "column": 12 }, "end": { - "line": 269, + "line": 262, "column": 13 } }, @@ -20986,16 +20719,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9168, - 9207 + 9051, + 9090 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 13 }, "end": { - "line": 269, + "line": 262, "column": 52 } } @@ -21004,32 +20737,32 @@ } ], "range": [ - 8636, - 9217 + 8606, + 9100 ], "loc": { "start": { - "line": 252, - "column": 68 + "line": 250, + "column": 50 }, "end": { - "line": 270, + "line": 263, "column": 9 } } }, "alternate": null, "range": [ - 8576, - 9217 + 8564, + 9100 ], "loc": { "start": { - "line": 252, + "line": 250, "column": 8 }, "end": { - "line": 270, + "line": 263, "column": 9 } }, @@ -21038,16 +20771,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8498, - 8537 + 8486, + 8525 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 13 }, "end": { - "line": 249, + "line": 247, "column": 52 } } @@ -21056,16 +20789,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8556, - 8567 + 8544, + 8555 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 8 }, "end": { - "line": 251, + "line": 249, "column": 19 } } @@ -21076,16 +20809,16 @@ "type": "Line", "value": "populates drop-down", "range": [ - 9227, - 9248 + 9110, + 9131 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 8 }, "end": { - "line": 272, + "line": 265, "column": 29 } } @@ -21102,16 +20835,16 @@ "object": { "type": "ThisExpression", "range": [ - 9257, - 9261 + 9140, + 9144 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 12 } } @@ -21120,31 +20853,31 @@ "type": "Identifier", "name": "addOptions", "range": [ - 9262, - 9272 + 9145, + 9155 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 13 }, "end": { - "line": 273, + "line": 266, "column": 23 } } }, "range": [ - 9257, - 9272 + 9140, + 9155 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 23 } } @@ -21154,16 +20887,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9273, - 9281 + 9156, + 9164 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 24 }, "end": { - "line": 273, + "line": 266, "column": 32 } } @@ -21172,16 +20905,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9283, - 9286 + 9166, + 9169 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 34 }, "end": { - "line": 273, + "line": 266, "column": 37 } } @@ -21190,16 +20923,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 9288, - 9296 + 9171, + 9179 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 39 }, "end": { - "line": 273, + "line": 266, "column": 47 } } @@ -21208,47 +20941,47 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 9298, - 9310 + 9181, + 9193 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 49 }, "end": { - "line": 273, + "line": 266, "column": 61 } } } ], "range": [ - 9257, - 9311 + 9140, + 9194 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 62 } } }, "range": [ - 9257, - 9312 + 9140, + 9195 ], "loc": { "start": { - "line": 273, + "line": 266, "column": 8 }, "end": { - "line": 273, + "line": 266, "column": 63 } }, @@ -21257,16 +20990,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9168, - 9207 + 9051, + 9090 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 13 }, "end": { - "line": 269, + "line": 262, "column": 52 } } @@ -21275,16 +21008,16 @@ "type": "Line", "value": "populates drop-down", "range": [ - 9227, - 9248 + 9110, + 9131 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 8 }, "end": { - "line": 272, + "line": 265, "column": 29 } } @@ -21304,16 +21037,16 @@ "object": { "type": "ThisExpression", "range": [ - 9322, - 9326 + 9205, + 9209 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 12 } } @@ -21322,31 +21055,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 9327, - 9334 + 9210, + 9217 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 13 }, "end": { - "line": 275, + "line": 268, "column": 20 } } }, "range": [ - 9322, - 9334 + 9205, + 9217 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 20 } } @@ -21355,31 +21088,31 @@ "type": "Identifier", "name": "emit", "range": [ - 9335, - 9339 + 9218, + 9222 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 21 }, "end": { - "line": 275, + "line": 268, "column": 25 } } }, "range": [ - 9322, - 9339 + 9205, + 9222 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 25 } } @@ -21390,16 +21123,16 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 9340, - 9365 + 9223, + 9248 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 26 }, "end": { - "line": 275, + "line": 268, "column": 51 } } @@ -21408,16 +21141,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9367, - 9369 + 9250, + 9252 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 53 }, "end": { - "line": 275, + "line": 268, "column": 55 } } @@ -21426,16 +21159,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9371, - 9379 + 9254, + 9262 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 57 }, "end": { - "line": 275, + "line": 268, "column": 65 } } @@ -21444,63 +21177,63 @@ "type": "Identifier", "name": "slc", "range": [ - 9381, - 9384 + 9264, + 9267 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 67 }, "end": { - "line": 275, + "line": 268, "column": 70 } } } ], "range": [ - 9322, - 9385 + 9205, + 9268 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 71 } } }, "range": [ - 9322, - 9386 + 9205, + 9269 ], "loc": { "start": { - "line": 275, + "line": 268, "column": 8 }, "end": { - "line": 275, + "line": 268, "column": 72 } } } ], "range": [ - 4004, - 9392 + 4098, + 9275 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 68 }, "end": { - "line": 276, + "line": 269, "column": 5 } } @@ -21508,16 +21241,16 @@ "generator": false, "expression": false, "range": [ - 3945, - 9392 + 4039, + 9275 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 9 }, "end": { - "line": 276, + "line": 269, "column": 5 } } @@ -21525,16 +21258,16 @@ "kind": "method", "computed": false, "range": [ - 3940, - 9392 + 4034, + 9275 ], "loc": { "start": { - "line": 123, + "line": 126, "column": 4 }, "end": { - "line": 276, + "line": 269, "column": 5 } }, @@ -21543,16 +21276,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 * @param {Boolean} isExternal Render in external container\n * @param {String} extSlcId External container id\n ", "range": [ - 3647, - 3935 + 3741, + 4029 ], "loc": { "start": { - "line": 116, + "line": 119, "column": 4 }, "end": { - "line": 122, + "line": 125, "column": 7 } } @@ -21563,16 +21296,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": [ - 9398, - 9672 + 9281, + 9555 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 4 }, "end": { - "line": 284, + "line": 277, "column": 7 } } @@ -21586,16 +21319,16 @@ "type": "Identifier", "name": "addOptions", "range": [ - 9677, - 9687 + 9560, + 9570 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 4 }, "end": { - "line": 285, + "line": 278, "column": 14 } } @@ -21608,16 +21341,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9688, - 9696 + 9571, + 9579 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 15 }, "end": { - "line": 285, + "line": 278, "column": 23 } } @@ -21626,16 +21359,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9698, - 9701 + 9581, + 9584 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 25 }, "end": { - "line": 285, + "line": 278, "column": 28 } } @@ -21644,16 +21377,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 9703, - 9711 + 9586, + 9594 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 30 }, "end": { - "line": 285, + "line": 278, "column": 38 } } @@ -21662,16 +21395,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 9713, - 9725 + 9596, + 9608 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 40 }, "end": { - "line": 285, + "line": 278, "column": 52 } } @@ -21689,16 +21422,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9740, - 9742 + 9623, + 9625 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 12 }, "end": { - "line": 286, + "line": 279, "column": 14 } } @@ -21709,16 +21442,16 @@ "object": { "type": "ThisExpression", "range": [ - 9745, - 9749 + 9628, + 9632 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 17 }, "end": { - "line": 286, + "line": 279, "column": 21 } } @@ -21727,46 +21460,46 @@ "type": "Identifier", "name": "tf", "range": [ - 9750, - 9752 + 9633, + 9635 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 22 }, "end": { - "line": 286, + "line": 279, "column": 24 } } }, "range": [ - 9745, - 9752 + 9628, + 9635 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 17 }, "end": { - "line": 286, + "line": 279, "column": 24 } } }, "range": [ - 9740, - 9752 + 9623, + 9635 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 12 }, "end": { - "line": 286, + "line": 279, "column": 24 } } @@ -21777,16 +21510,16 @@ "type": "Identifier", "name": "fillMethod", "range": [ - 9766, - 9776 + 9649, + 9659 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 12 }, "end": { - "line": 287, + "line": 280, "column": 22 } } @@ -21800,16 +21533,16 @@ "type": "Identifier", "name": "Str", "range": [ - 9779, - 9782 + 9662, + 9665 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 25 }, "end": { - "line": 287, + "line": 280, "column": 28 } } @@ -21818,31 +21551,31 @@ "type": "Identifier", "name": "lower", "range": [ - 9783, - 9788 + 9666, + 9671 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 29 }, "end": { - "line": 287, + "line": 280, "column": 34 } } }, "range": [ - 9779, - 9788 + 9662, + 9671 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 25 }, "end": { - "line": 287, + "line": 280, "column": 34 } } @@ -21854,16 +21587,16 @@ "object": { "type": "ThisExpression", "range": [ - 9789, - 9793 + 9672, + 9676 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 35 }, "end": { - "line": 287, + "line": 280, "column": 39 } } @@ -21872,62 +21605,62 @@ "type": "Identifier", "name": "slcFillingMethod", "range": [ - 9794, - 9810 + 9677, + 9693 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 40 }, "end": { - "line": 287, + "line": 280, "column": 56 } } }, "range": [ - 9789, - 9810 + 9672, + 9693 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 35 }, "end": { - "line": 287, + "line": 280, "column": 56 } } } ], "range": [ - 9779, - 9811 + 9662, + 9694 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 25 }, "end": { - "line": 287, + "line": 280, "column": 57 } } }, "range": [ - 9766, - 9811 + 9649, + 9694 ], "loc": { "start": { - "line": 287, + "line": 280, "column": 12 }, "end": { - "line": 287, + "line": 280, "column": 57 } } @@ -21938,16 +21671,16 @@ "type": "Identifier", "name": "slcValue", "range": [ - 9825, - 9833 + 9708, + 9716 ], "loc": { "start": { - "line": 288, + "line": 281, "column": 12 }, "end": { - "line": 288, + "line": 281, "column": 20 } } @@ -21959,16 +21692,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9836, - 9839 + 9719, + 9722 ], "loc": { "start": { - "line": 288, + "line": 281, "column": 23 }, "end": { - "line": 288, + "line": 281, "column": 26 } } @@ -21977,46 +21710,46 @@ "type": "Identifier", "name": "value", "range": [ - 9840, - 9845 + 9723, + 9728 ], "loc": { "start": { - "line": 288, + "line": 281, "column": 27 }, "end": { - "line": 288, + "line": 281, "column": 32 } } }, "range": [ - 9836, - 9845 + 9719, + 9728 ], "loc": { "start": { - "line": 288, + "line": 281, "column": 23 }, "end": { - "line": 288, + "line": 281, "column": 32 } } }, "range": [ - 9825, - 9845 + 9708, + 9728 ], "loc": { "start": { - "line": 288, + "line": 281, "column": 12 }, "end": { - "line": 288, + "line": 281, "column": 32 } } @@ -22024,16 +21757,16 @@ ], "kind": "let", "range": [ - 9736, - 9846 + 9619, + 9729 ], "loc": { "start": { - "line": 286, + "line": 279, "column": 8 }, "end": { - "line": 288, + "line": 281, "column": 33 } } @@ -22050,16 +21783,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9856, - 9859 + 9739, + 9742 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 8 }, "end": { - "line": 290, + "line": 283, "column": 11 } } @@ -22068,31 +21801,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9860, - 9869 + 9743, + 9752 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 12 }, "end": { - "line": 290, + "line": 283, "column": 21 } } }, "range": [ - 9856, - 9869 + 9739, + 9752 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 8 }, "end": { - "line": 290, + "line": 283, "column": 21 } } @@ -22102,46 +21835,46 @@ "value": "", "raw": "''", "range": [ - 9872, - 9874 + 9755, + 9757 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 24 }, "end": { - "line": 290, + "line": 283, "column": 26 } } }, "range": [ - 9856, - 9874 + 9739, + 9757 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 8 }, "end": { - "line": 290, + "line": 283, "column": 26 } } }, "range": [ - 9856, - 9875 + 9739, + 9758 ], "loc": { "start": { - "line": 290, + "line": 283, "column": 8 }, "end": { - "line": 290, + "line": 283, "column": 27 } } @@ -22155,16 +21888,16 @@ "type": "Identifier", "name": "slc", "range": [ - 9884, - 9887 + 9767, + 9770 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 8 }, "end": { - "line": 291, + "line": 284, "column": 11 } } @@ -22177,16 +21910,16 @@ "object": { "type": "ThisExpression", "range": [ - 9890, - 9894 + 9773, + 9777 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 14 }, "end": { - "line": 291, + "line": 284, "column": 18 } } @@ -22195,31 +21928,31 @@ "type": "Identifier", "name": "addFirstOption", "range": [ - 9895, - 9909 + 9778, + 9792 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 19 }, "end": { - "line": 291, + "line": 284, "column": 33 } } }, "range": [ - 9890, - 9909 + 9773, + 9792 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 14 }, "end": { - "line": 291, + "line": 284, "column": 33 } } @@ -22229,62 +21962,62 @@ "type": "Identifier", "name": "slc", "range": [ - 9910, - 9913 + 9793, + 9796 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 34 }, "end": { - "line": 291, + "line": 284, "column": 37 } } } ], "range": [ - 9890, - 9914 + 9773, + 9797 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 14 }, "end": { - "line": 291, + "line": 284, "column": 38 } } }, "range": [ - 9884, - 9914 + 9767, + 9797 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 8 }, "end": { - "line": 291, + "line": 284, "column": 38 } } }, "range": [ - 9884, - 9915 + 9767, + 9798 ], "loc": { "start": { - "line": 291, + "line": 284, "column": 8 }, "end": { - "line": 291, + "line": 284, "column": 39 } } @@ -22300,16 +22033,16 @@ "type": "Identifier", "name": "y", "range": [ - 9933, - 9934 + 9816, + 9817 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 16 }, "end": { - "line": 293, + "line": 286, "column": 17 } } @@ -22319,31 +22052,31 @@ "value": 0, "raw": "0", "range": [ - 9935, - 9936 + 9818, + 9819 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 18 }, "end": { - "line": 293, + "line": 286, "column": 19 } } }, "range": [ - 9933, - 9936 + 9816, + 9819 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 16 }, "end": { - "line": 293, + "line": 286, "column": 19 } } @@ -22351,16 +22084,16 @@ ], "kind": "let", "range": [ - 9929, - 9936 + 9812, + 9819 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 12 }, "end": { - "line": 293, + "line": 286, "column": 19 } } @@ -22372,16 +22105,16 @@ "type": "Identifier", "name": "y", "range": [ - 9938, - 9939 + 9821, + 9822 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 21 }, "end": { - "line": 293, + "line": 286, "column": 22 } } @@ -22395,16 +22128,16 @@ "object": { "type": "ThisExpression", "range": [ - 9940, - 9944 + 9823, + 9827 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 23 }, "end": { - "line": 293, + "line": 286, "column": 27 } } @@ -22413,31 +22146,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9945, - 9949 + 9828, + 9832 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 28 }, "end": { - "line": 293, + "line": 286, "column": 32 } } }, "range": [ - 9940, - 9949 + 9823, + 9832 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 23 }, "end": { - "line": 293, + "line": 286, "column": 32 } } @@ -22446,46 +22179,46 @@ "type": "Identifier", "name": "length", "range": [ - 9950, - 9956 + 9833, + 9839 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 33 }, "end": { - "line": 293, + "line": 286, "column": 39 } } }, "range": [ - 9940, - 9956 + 9823, + 9839 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 23 }, "end": { - "line": 293, + "line": 286, "column": 39 } } }, "range": [ - 9938, - 9956 + 9821, + 9839 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 21 }, "end": { - "line": 293, + "line": 286, "column": 39 } } @@ -22497,32 +22230,32 @@ "type": "Identifier", "name": "y", "range": [ - 9958, - 9959 + 9841, + 9842 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 41 }, "end": { - "line": 293, + "line": 286, "column": 42 } } }, "prefix": false, "range": [ - 9958, - 9961 + 9841, + 9844 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 41 }, "end": { - "line": 293, + "line": 286, "column": 44 } } @@ -22544,16 +22277,16 @@ "object": { "type": "ThisExpression", "range": [ - 9979, - 9983 + 9862, + 9866 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 15 }, "end": { - "line": 294, + "line": 287, "column": 19 } } @@ -22562,31 +22295,31 @@ "type": "Identifier", "name": "opts", "range": [ - 9984, - 9988 + 9867, + 9871 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 20 }, "end": { - "line": 294, + "line": 287, "column": 24 } } }, "range": [ - 9979, - 9988 + 9862, + 9871 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 15 }, "end": { - "line": 294, + "line": 287, "column": 24 } } @@ -22595,31 +22328,31 @@ "type": "Identifier", "name": "y", "range": [ - 9989, - 9990 + 9872, + 9873 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 25 }, "end": { - "line": 294, + "line": 287, "column": 26 } } }, "range": [ - 9979, - 9991 + 9862, + 9874 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 15 }, "end": { - "line": 294, + "line": 287, "column": 27 } } @@ -22629,31 +22362,31 @@ "value": "", "raw": "''", "range": [ - 9994, - 9996 + 9877, + 9879 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 30 }, "end": { - "line": 294, + "line": 287, "column": 32 } } }, "range": [ - 9979, - 9996 + 9862, + 9879 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 15 }, "end": { - "line": 294, + "line": 287, "column": 32 } } @@ -22665,48 +22398,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 10015, - 10024 + 9898, + 9907 ], "loc": { "start": { - "line": 295, + "line": 288, "column": 16 }, "end": { - "line": 295, + "line": 288, "column": 25 } } } ], "range": [ - 9997, - 10038 + 9880, + 9921 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 33 }, "end": { - "line": 296, + "line": 289, "column": 13 } } }, "alternate": null, "range": [ - 9976, - 10038 + 9859, + 9921 ], "loc": { "start": { - "line": 294, + "line": 287, "column": 12 }, "end": { - "line": 296, + "line": 289, "column": 13 } } @@ -22720,16 +22453,16 @@ "type": "Identifier", "name": "val", "range": [ - 10055, - 10058 + 9938, + 9941 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 16 }, "end": { - "line": 297, + "line": 290, "column": 19 } } @@ -22743,16 +22476,16 @@ "object": { "type": "ThisExpression", "range": [ - 10061, - 10065 + 9944, + 9948 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 22 }, "end": { - "line": 297, + "line": 290, "column": 26 } } @@ -22761,31 +22494,31 @@ "type": "Identifier", "name": "opts", "range": [ - 10066, - 10070 + 9949, + 9953 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 27 }, "end": { - "line": 297, + "line": 290, "column": 31 } } }, "range": [ - 10061, - 10070 + 9944, + 9953 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 22 }, "end": { - "line": 297, + "line": 290, "column": 31 } } @@ -22794,46 +22527,46 @@ "type": "Identifier", "name": "y", "range": [ - 10071, - 10072 + 9954, + 9955 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 32 }, "end": { - "line": 297, + "line": 290, "column": 33 } } }, "range": [ - 10061, - 10073 + 9944, + 9956 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 22 }, "end": { - "line": 297, + "line": 290, "column": 34 } } }, "range": [ - 10055, - 10073 + 9938, + 9956 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 16 }, "end": { - "line": 297, + "line": 290, "column": 34 } } @@ -22841,16 +22574,16 @@ ], "kind": "let", "range": [ - 10051, - 10074 + 9934, + 9957 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 12 }, "end": { - "line": 297, + "line": 290, "column": 35 } }, @@ -22859,16 +22592,16 @@ "type": "Line", "value": "option value", "range": [ - 10075, - 10089 + 9958, + 9972 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 36 }, "end": { - "line": 297, + "line": 290, "column": 50 } } @@ -22884,16 +22617,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 10106, - 10109 + 9989, + 9992 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 16 }, "end": { - "line": 298, + "line": 291, "column": 19 } } @@ -22906,16 +22639,16 @@ "object": { "type": "ThisExpression", "range": [ - 10112, - 10116 + 9995, + 9999 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 22 }, "end": { - "line": 298, + "line": 291, "column": 26 } } @@ -22924,31 +22657,31 @@ "type": "Identifier", "name": "isCustom", "range": [ - 10117, - 10125 + 10000, + 10008 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 27 }, "end": { - "line": 298, + "line": 291, "column": 35 } } }, "range": [ - 10112, - 10125 + 9995, + 10008 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 22 }, "end": { - "line": 298, + "line": 291, "column": 35 } } @@ -22962,16 +22695,16 @@ "object": { "type": "ThisExpression", "range": [ - 10128, - 10132 + 10011, + 10015 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 38 }, "end": { - "line": 298, + "line": 291, "column": 42 } } @@ -22980,31 +22713,31 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 10133, - 10140 + 10016, + 10023 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 43 }, "end": { - "line": 298, + "line": 291, "column": 50 } } }, "range": [ - 10128, - 10140 + 10011, + 10023 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 38 }, "end": { - "line": 298, + "line": 291, "column": 50 } } @@ -23013,31 +22746,31 @@ "type": "Identifier", "name": "y", "range": [ - 10141, - 10142 + 10024, + 10025 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 51 }, "end": { - "line": 298, + "line": 291, "column": 52 } } }, "range": [ - 10128, - 10143 + 10011, + 10026 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 38 }, "end": { - "line": 298, + "line": 291, "column": 53 } } @@ -23046,46 +22779,46 @@ "type": "Identifier", "name": "val", "range": [ - 10146, - 10149 + 10029, + 10032 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 56 }, "end": { - "line": 298, + "line": 291, "column": 59 } } }, "range": [ - 10112, - 10149 + 9995, + 10032 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 22 }, "end": { - "line": 298, + "line": 291, "column": 59 } } }, "range": [ - 10106, - 10149 + 9989, + 10032 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 16 }, "end": { - "line": 298, + "line": 291, "column": 59 } } @@ -23093,16 +22826,16 @@ ], "kind": "let", "range": [ - 10102, - 10150 + 9985, + 10033 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 12 }, "end": { - "line": 298, + "line": 291, "column": 60 } }, @@ -23111,16 +22844,16 @@ "type": "Line", "value": "option value", "range": [ - 10075, - 10089 + 9958, + 9972 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 36 }, "end": { - "line": 297, + "line": 290, "column": 50 } } @@ -23131,16 +22864,16 @@ "type": "Line", "value": "option text", "range": [ - 10151, - 10164 + 10034, + 10047 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 61 }, "end": { - "line": 298, + "line": 291, "column": 74 } } @@ -23156,16 +22889,16 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 10181, - 10191 + 10064, + 10074 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 16 }, "end": { - "line": 299, + "line": 292, "column": 26 } } @@ -23175,31 +22908,31 @@ "value": false, "raw": "false", "range": [ - 10194, - 10199 + 10077, + 10082 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 29 }, "end": { - "line": 299, + "line": 292, "column": 34 } } }, "range": [ - 10181, - 10199 + 10064, + 10082 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 16 }, "end": { - "line": 299, + "line": 292, "column": 34 } } @@ -23207,16 +22940,16 @@ ], "kind": "let", "range": [ - 10177, - 10200 + 10060, + 10083 ], "loc": { "start": { - "line": 299, + "line": 292, "column": 12 }, "end": { - "line": 299, + "line": 292, "column": 35 } }, @@ -23225,16 +22958,16 @@ "type": "Line", "value": "option text", "range": [ - 10151, - 10164 + 10034, + 10047 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 61 }, "end": { - "line": 298, + "line": 291, "column": 74 } } @@ -23253,16 +22986,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 10216, - 10224 + 10099, + 10107 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 15 }, "end": { - "line": 300, + "line": 293, "column": 23 } } @@ -23274,16 +23007,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10228, - 10230 + 10111, + 10113 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 27 }, "end": { - "line": 300, + "line": 293, "column": 29 } } @@ -23292,46 +23025,46 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 10231, - 10253 + 10114, + 10136 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 30 }, "end": { - "line": 300, + "line": 293, "column": 52 } } }, "range": [ - 10228, - 10253 + 10111, + 10136 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 27 }, "end": { - "line": 300, + "line": 293, "column": 52 } } }, "range": [ - 10216, - 10253 + 10099, + 10136 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 15 }, "end": { - "line": 300, + "line": 293, "column": 52 } } @@ -23345,16 +23078,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 10273, - 10276 + 10156, + 10159 ], "loc": { "start": { - "line": 301, + "line": 294, "column": 16 }, "end": { - "line": 301, + "line": 294, "column": 19 } } @@ -23363,31 +23096,31 @@ "type": "Identifier", "name": "has", "range": [ - 10277, - 10280 + 10160, + 10163 ], "loc": { "start": { - "line": 301, + "line": 294, "column": 20 }, "end": { - "line": 301, + "line": 294, "column": 23 } } }, "range": [ - 10273, - 10280 + 10156, + 10163 ], "loc": { "start": { - "line": 301, + "line": 294, "column": 16 }, "end": { - "line": 301, + "line": 294, "column": 23 } } @@ -23397,16 +23130,16 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 10302, - 10314 + 10185, + 10197 ], "loc": { "start": { - "line": 302, + "line": 295, "column": 20 }, "end": { - "line": 302, + "line": 295, "column": 32 } } @@ -23420,16 +23153,16 @@ "type": "Identifier", "name": "Str", "range": [ - 10336, - 10339 + 10219, + 10222 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 20 }, "end": { - "line": 303, + "line": 296, "column": 23 } } @@ -23438,31 +23171,31 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10340, - 10349 + 10223, + 10232 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 24 }, "end": { - "line": 303, + "line": 296, "column": 33 } } }, "range": [ - 10336, - 10349 + 10219, + 10232 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 20 }, "end": { - "line": 303, + "line": 296, "column": 33 } } @@ -23472,16 +23205,16 @@ "type": "Identifier", "name": "val", "range": [ - 10350, - 10353 + 10233, + 10236 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 34 }, "end": { - "line": 303, + "line": 296, "column": 37 } } @@ -23493,16 +23226,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10355, - 10357 + 10238, + 10240 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 39 }, "end": { - "line": 303, + "line": 296, "column": 41 } } @@ -23511,47 +23244,47 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10358, - 10367 + 10241, + 10250 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 42 }, "end": { - "line": 303, + "line": 296, "column": 51 } } }, "range": [ - 10355, - 10367 + 10238, + 10250 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 39 }, "end": { - "line": 303, + "line": 296, "column": 51 } } } ], "range": [ - 10336, - 10368 + 10219, + 10251 ], "loc": { "start": { - "line": 303, + "line": 296, "column": 20 }, "end": { - "line": 303, + "line": 296, "column": 52 } } @@ -23563,16 +23296,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10390, - 10392 + 10273, + 10275 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 20 }, "end": { - "line": 304, + "line": 297, "column": 22 } } @@ -23581,62 +23314,62 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10393, - 10402 + 10276, + 10285 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 23 }, "end": { - "line": 304, + "line": 297, "column": 32 } } }, "range": [ - 10390, - 10402 + 10273, + 10285 ], "loc": { "start": { - "line": 304, + "line": 297, "column": 20 }, "end": { - "line": 304, + "line": 297, "column": 32 } } } ], "range": [ - 10273, - 10420 + 10156, + 10303 ], "loc": { "start": { - "line": 301, + "line": 294, "column": 16 }, "end": { - "line": 305, + "line": 298, "column": 17 } } }, "range": [ - 10216, - 10420 + 10099, + 10303 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 15 }, "end": { - "line": 305, + "line": 298, "column": 17 } } @@ -23653,16 +23386,16 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 10439, - 10449 + 10322, + 10332 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 16 }, "end": { - "line": 306, + "line": 299, "column": 26 } } @@ -23672,78 +23405,78 @@ "value": true, "raw": "true", "range": [ - 10452, - 10456 + 10335, + 10339 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 29 }, "end": { - "line": 306, + "line": 299, "column": 33 } } }, "range": [ - 10439, - 10456 + 10322, + 10339 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 16 }, "end": { - "line": 306, + "line": 299, "column": 33 } } }, "range": [ - 10439, - 10457 + 10322, + 10340 ], "loc": { "start": { - "line": 306, + "line": 299, "column": 16 }, "end": { - "line": 306, + "line": 299, "column": 34 } } } ], "range": [ - 10421, - 10471 + 10304, + 10354 ], "loc": { "start": { - "line": 305, + "line": 298, "column": 18 }, "end": { - "line": 307, + "line": 300, "column": 13 } } }, "alternate": null, "range": [ - 10213, - 10471 + 10096, + 10354 ], "loc": { "start": { - "line": 300, + "line": 293, "column": 12 }, "end": { - "line": 307, + "line": 300, "column": 13 } } @@ -23757,16 +23490,16 @@ "type": "Identifier", "name": "fillMethod", "range": [ - 10488, - 10498 + 10371, + 10381 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 15 }, "end": { - "line": 309, + "line": 302, "column": 25 } } @@ -23776,31 +23509,31 @@ "value": "innerhtml", "raw": "'innerhtml'", "range": [ - 10503, - 10514 + 10386, + 10397 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 30 }, "end": { - "line": 309, + "line": 302, "column": 41 } } }, "range": [ - 10488, - 10514 + 10371, + 10397 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 15 }, "end": { - "line": 309, + "line": 302, "column": 41 } } @@ -23817,16 +23550,16 @@ "type": "Identifier", "name": "slcAttr", "range": [ - 10537, - 10544 + 10420, + 10427 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 20 }, "end": { - "line": 310, + "line": 303, "column": 27 } } @@ -23836,31 +23569,31 @@ "value": "", "raw": "''", "range": [ - 10547, - 10549 + 10430, + 10432 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 30 }, "end": { - "line": 310, + "line": 303, "column": 32 } } }, "range": [ - 10537, - 10549 + 10420, + 10432 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 20 }, "end": { - "line": 310, + "line": 303, "column": 32 } } @@ -23868,16 +23601,16 @@ ], "kind": "let", "range": [ - 10533, - 10550 + 10416, + 10433 ], "loc": { "start": { - "line": 310, + "line": 303, "column": 16 }, "end": { - "line": 310, + "line": 303, "column": 33 } } @@ -23894,16 +23627,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10570, - 10572 + 10453, + 10455 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 19 }, "end": { - "line": 311, + "line": 304, "column": 21 } } @@ -23912,31 +23645,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 10573, - 10588 + 10456, + 10471 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 22 }, "end": { - "line": 311, + "line": 304, "column": 37 } } }, "range": [ - 10570, - 10588 + 10453, + 10471 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 19 }, "end": { - "line": 311, + "line": 304, "column": 37 } } @@ -23948,16 +23681,16 @@ "type": "Identifier", "name": "slcValue", "range": [ - 10592, - 10600 + 10475, + 10483 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 41 }, "end": { - "line": 311, + "line": 304, "column": 49 } } @@ -23971,16 +23704,16 @@ "object": { "type": "ThisExpression", "range": [ - 10603, - 10607 + 10486, + 10490 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 52 }, "end": { - "line": 311, + "line": 304, "column": 56 } } @@ -23989,31 +23722,31 @@ "type": "Identifier", "name": "opts", "range": [ - 10608, - 10612 + 10491, + 10495 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 57 }, "end": { - "line": 311, + "line": 304, "column": 61 } } }, "range": [ - 10603, - 10612 + 10486, + 10495 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 52 }, "end": { - "line": 311, + "line": 304, "column": 61 } } @@ -24022,61 +23755,61 @@ "type": "Identifier", "name": "y", "range": [ - 10613, - 10614 + 10496, + 10497 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 62 }, "end": { - "line": 311, + "line": 304, "column": 63 } } }, "range": [ - 10603, - 10615 + 10486, + 10498 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 52 }, "end": { - "line": 311, + "line": 304, "column": 64 } } }, "range": [ - 10592, - 10615 + 10475, + 10498 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 41 }, "end": { - "line": 311, + "line": 304, "column": 64 } } }, "range": [ - 10570, - 10615 + 10453, + 10498 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 19 }, "end": { - "line": 311, + "line": 304, "column": 64 } } @@ -24093,16 +23826,16 @@ "type": "Identifier", "name": "slcAttr", "range": [ - 10638, - 10645 + 10521, + 10528 ], "loc": { "start": { - "line": 312, + "line": 305, "column": 20 }, "end": { - "line": 312, + "line": 305, "column": 27 } } @@ -24112,78 +23845,78 @@ "value": "selected=\"selected\"", "raw": "'selected=\"selected\"'", "range": [ - 10648, - 10669 + 10531, + 10552 ], "loc": { "start": { - "line": 312, + "line": 305, "column": 30 }, "end": { - "line": 312, + "line": 305, "column": 51 } } }, "range": [ - 10638, - 10669 + 10521, + 10552 ], "loc": { "start": { - "line": 312, + "line": 305, "column": 20 }, "end": { - "line": 312, + "line": 305, "column": 51 } } }, "range": [ - 10638, - 10670 + 10521, + 10553 ], "loc": { "start": { - "line": 312, + "line": 305, "column": 20 }, "end": { - "line": 312, + "line": 305, "column": 52 } } } ], "range": [ - 10616, - 10688 + 10499, + 10571 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 65 }, "end": { - "line": 313, + "line": 306, "column": 17 } } }, "alternate": null, "range": [ - 10567, - 10688 + 10450, + 10571 ], "loc": { "start": { - "line": 311, + "line": 304, "column": 16 }, "end": { - "line": 313, + "line": 306, "column": 17 } } @@ -24199,16 +23932,16 @@ "object": { "type": "ThisExpression", "range": [ - 10705, - 10709 + 10588, + 10592 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 16 }, "end": { - "line": 314, + "line": 307, "column": 20 } } @@ -24217,31 +23950,31 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 10710, - 10722 + 10593, + 10605 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 21 }, "end": { - "line": 314, + "line": 307, "column": 33 } } }, "range": [ - 10705, - 10722 + 10588, + 10605 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 16 }, "end": { - "line": 314, + "line": 307, "column": 33 } } @@ -24272,16 +24005,16 @@ "value": "", "raw": "''", "range": [ - 10858, - 10869 + 10741, + 10752 ], "loc": { "start": { - "line": 316, + "line": 309, "column": 24 }, "end": { - "line": 316, + "line": 309, "column": 35 } } }, "range": [ - 10726, - 10869 + 10609, + 10752 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 37 }, "end": { - "line": 316, + "line": 309, "column": 35 } } }, "range": [ - 10705, - 10869 + 10588, + 10752 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 16 }, "end": { - "line": 316, + "line": 309, "column": 35 } } }, "range": [ - 10705, - 10870 + 10588, + 10753 ], "loc": { "start": { - "line": 314, + "line": 307, "column": 16 }, "end": { - "line": 316, + "line": 309, "column": 36 } } } ], "range": [ - 10515, - 10884 + 10398, + 10767 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 42 }, "end": { - "line": 317, + "line": 310, "column": 13 } } @@ -24633,32 +24366,32 @@ "type": "Identifier", "name": "opt", "range": [ - 10912, - 10915 + 10795, + 10798 ], "loc": { "start": { - "line": 318, + "line": 311, "column": 20 }, "end": { - "line": 318, + "line": 311, "column": 23 } } }, "init": null, "range": [ - 10912, - 10915 + 10795, + 10798 ], "loc": { "start": { - "line": 318, + "line": 311, "column": 20 }, "end": { - "line": 318, + "line": 311, "column": 23 } } @@ -24666,16 +24399,16 @@ ], "kind": "let", "range": [ - 10908, - 10916 + 10791, + 10799 ], "loc": { "start": { - "line": 318, + "line": 311, "column": 16 }, "end": { - "line": 318, + "line": 311, "column": 24 } }, @@ -24684,16 +24417,16 @@ "type": "Line", "value": "fill select on demand", "range": [ - 10933, - 10956 + 10816, + 10839 ], "loc": { "start": { - "line": 319, + "line": 312, "column": 16 }, "end": { - "line": 319, + "line": 312, "column": 39 } } @@ -24715,16 +24448,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10976, - 10978 + 10859, + 10861 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 19 }, "end": { - "line": 320, + "line": 313, "column": 21 } } @@ -24733,31 +24466,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 10979, - 10994 + 10862, + 10877 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 22 }, "end": { - "line": 320, + "line": 313, "column": 37 } } }, "range": [ - 10976, - 10994 + 10859, + 10877 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 19 }, "end": { - "line": 320, + "line": 313, "column": 37 } } @@ -24769,16 +24502,16 @@ "type": "Identifier", "name": "slcValue", "range": [ - 10998, - 11006 + 10881, + 10889 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 41 }, "end": { - "line": 320, + "line": 313, "column": 49 } } @@ -24792,16 +24525,16 @@ "object": { "type": "ThisExpression", "range": [ - 11009, - 11013 + 10892, + 10896 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 52 }, "end": { - "line": 320, + "line": 313, "column": 56 } } @@ -24810,31 +24543,31 @@ "type": "Identifier", "name": "opts", "range": [ - 11014, - 11018 + 10897, + 10901 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 57 }, "end": { - "line": 320, + "line": 313, "column": 61 } } }, "range": [ - 11009, - 11018 + 10892, + 10901 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 52 }, "end": { - "line": 320, + "line": 313, "column": 61 } } @@ -24843,61 +24576,61 @@ "type": "Identifier", "name": "y", "range": [ - 11019, - 11020 + 10902, + 10903 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 62 }, "end": { - "line": 320, + "line": 313, "column": 63 } } }, "range": [ - 11009, - 11021 + 10892, + 10904 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 52 }, "end": { - "line": 320, + "line": 313, "column": 64 } } }, "range": [ - 10998, - 11021 + 10881, + 10904 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 41 }, "end": { - "line": 320, + "line": 313, "column": 64 } } }, "range": [ - 10976, - 11021 + 10859, + 10904 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 19 }, "end": { - "line": 320, + "line": 313, "column": 64 } } @@ -24914,16 +24647,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11045, - 11047 + 10928, + 10930 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 20 }, "end": { - "line": 321, + "line": 314, "column": 22 } } @@ -24932,31 +24665,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 11048, - 11061 + 10931, + 10944 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 23 }, "end": { - "line": 321, + "line": 314, "column": 36 } } }, "range": [ - 11045, - 11061 + 10928, + 10944 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 20 }, "end": { - "line": 321, + "line": 314, "column": 36 } } @@ -24966,32 +24699,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11062, - 11070 + 10945, + 10953 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 37 }, "end": { - "line": 321, + "line": 314, "column": 45 } } } ], "range": [ - 11045, - 11071 + 10928, + 10954 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 20 }, "end": { - "line": 321, + "line": 314, "column": 46 } } @@ -25003,16 +24736,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11076, - 11078 + 10959, + 10961 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 51 }, "end": { - "line": 321, + "line": 314, "column": 53 } } @@ -25021,61 +24754,61 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 11079, - 11089 + 10962, + 10972 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 54 }, "end": { - "line": 321, + "line": 314, "column": 64 } } }, "range": [ - 11076, - 11089 + 10959, + 10972 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 51 }, "end": { - "line": 321, + "line": 314, "column": 64 } } }, "range": [ - 11045, - 11089 + 10928, + 10972 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 20 }, "end": { - "line": 321, + "line": 314, "column": 64 } } }, "range": [ - 10976, - 11089 + 10859, + 10972 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 19 }, "end": { - "line": 321, + "line": 314, "column": 64 } } @@ -25092,16 +24825,16 @@ "type": "Identifier", "name": "opt", "range": [ - 11112, - 11115 + 10995, + 10998 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 20 }, "end": { - "line": 322, + "line": 315, "column": 23 } } @@ -25115,16 +24848,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11118, - 11121 + 11001, + 11004 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 26 }, "end": { - "line": 322, + "line": 315, "column": 29 } } @@ -25133,31 +24866,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 11122, - 11131 + 11005, + 11014 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 30 }, "end": { - "line": 322, + "line": 315, "column": 39 } } }, "range": [ - 11118, - 11131 + 11001, + 11014 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 26 }, "end": { - "line": 322, + "line": 315, "column": 39 } } @@ -25167,16 +24900,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 11132, - 11135 + 11015, + 11018 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 40 }, "end": { - "line": 322, + "line": 315, "column": 43 } } @@ -25185,16 +24918,16 @@ "type": "Identifier", "name": "val", "range": [ - 11137, - 11140 + 11020, + 11023 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 45 }, "end": { - "line": 322, + "line": 315, "column": 48 } } @@ -25204,78 +24937,78 @@ "value": true, "raw": "true", "range": [ - 11142, - 11146 + 11025, + 11029 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 50 }, "end": { - "line": 322, + "line": 315, "column": 54 } } } ], "range": [ - 11118, - 11147 + 11001, + 11030 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 26 }, "end": { - "line": 322, + "line": 315, "column": 55 } } }, "range": [ - 11112, - 11147 + 10995, + 11030 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 20 }, "end": { - "line": 322, + "line": 315, "column": 55 } } }, "range": [ - 11112, - 11148 + 10995, + 11031 ], "loc": { "start": { - "line": 322, + "line": 315, "column": 20 }, "end": { - "line": 322, + "line": 315, "column": 56 } } } ], "range": [ - 11090, - 11166 + 10973, + 11049 ], "loc": { "start": { - "line": 321, + "line": 314, "column": 65 }, "end": { - "line": 323, + "line": 316, "column": 17 } } @@ -25292,16 +25025,16 @@ "type": "Identifier", "name": "opt", "range": [ - 11194, - 11197 + 11077, + 11080 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 20 }, "end": { - "line": 324, + "line": 317, "column": 23 } } @@ -25315,16 +25048,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11200, - 11203 + 11083, + 11086 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 26 }, "end": { - "line": 324, + "line": 317, "column": 29 } } @@ -25333,31 +25066,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 11204, - 11213 + 11087, + 11096 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 30 }, "end": { - "line": 324, + "line": 317, "column": 39 } } }, "range": [ - 11200, - 11213 + 11083, + 11096 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 26 }, "end": { - "line": 324, + "line": 317, "column": 39 } } @@ -25367,16 +25100,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 11214, - 11217 + 11097, + 11100 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 40 }, "end": { - "line": 324, + "line": 317, "column": 43 } } @@ -25385,16 +25118,16 @@ "type": "Identifier", "name": "val", "range": [ - 11219, - 11222 + 11102, + 11105 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 45 }, "end": { - "line": 324, + "line": 317, "column": 48 } } @@ -25404,93 +25137,93 @@ "value": false, "raw": "false", "range": [ - 11224, - 11229 + 11107, + 11112 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 50 }, "end": { - "line": 324, + "line": 317, "column": 55 } } } ], "range": [ - 11200, - 11230 + 11083, + 11113 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 26 }, "end": { - "line": 324, + "line": 317, "column": 56 } } }, "range": [ - 11194, - 11230 + 11077, + 11113 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 20 }, "end": { - "line": 324, + "line": 317, "column": 56 } } }, "range": [ - 11194, - 11231 + 11077, + 11114 ], "loc": { "start": { - "line": 324, + "line": 317, "column": 20 }, "end": { - "line": 324, + "line": 317, "column": 57 } } } ], "range": [ - 11172, - 11249 + 11055, + 11132 ], "loc": { "start": { - "line": 323, + "line": 316, "column": 23 }, "end": { - "line": 325, + "line": 318, "column": 17 } } }, "range": [ - 10973, - 11249 + 10856, + 11132 ], "loc": { "start": { - "line": 320, + "line": 313, "column": 16 }, "end": { - "line": 325, + "line": 318, "column": 17 } }, @@ -25499,16 +25232,16 @@ "type": "Line", "value": "fill select on demand", "range": [ - 10933, - 10956 + 10816, + 10839 ], "loc": { "start": { - "line": 319, + "line": 312, "column": 16 }, "end": { - "line": 319, + "line": 312, "column": 39 } } @@ -25521,16 +25254,16 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 11269, - 11279 + 11152, + 11162 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 19 }, "end": { - "line": 326, + "line": 319, "column": 29 } } @@ -25550,16 +25283,16 @@ "type": "Identifier", "name": "opt", "range": [ - 11302, - 11305 + 11185, + 11188 ], "loc": { "start": { - "line": 327, + "line": 320, "column": 20 }, "end": { - "line": 327, + "line": 320, "column": 23 } } @@ -25568,31 +25301,31 @@ "type": "Identifier", "name": "disabled", "range": [ - 11306, - 11314 + 11189, + 11197 ], "loc": { "start": { - "line": 327, + "line": 320, "column": 24 }, "end": { - "line": 327, + "line": 320, "column": 32 } } }, "range": [ - 11302, - 11314 + 11185, + 11197 ], "loc": { "start": { - "line": 327, + "line": 320, "column": 20 }, "end": { - "line": 327, + "line": 320, "column": 32 } } @@ -25602,78 +25335,78 @@ "value": true, "raw": "true", "range": [ - 11317, - 11321 + 11200, + 11204 ], "loc": { "start": { - "line": 327, + "line": 320, "column": 35 }, "end": { - "line": 327, + "line": 320, "column": 39 } } }, "range": [ - 11302, - 11321 + 11185, + 11204 ], "loc": { "start": { - "line": 327, + "line": 320, "column": 20 }, "end": { - "line": 327, + "line": 320, "column": 39 } } }, "range": [ - 11302, - 11322 + 11185, + 11205 ], "loc": { "start": { - "line": 327, + "line": 320, "column": 20 }, "end": { - "line": 327, + "line": 320, "column": 40 } } } ], "range": [ - 11280, - 11340 + 11163, + 11223 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 30 }, "end": { - "line": 328, + "line": 321, "column": 17 } } }, "alternate": null, "range": [ - 11266, - 11340 + 11149, + 11223 ], "loc": { "start": { - "line": 326, + "line": 319, "column": 16 }, "end": { - "line": 328, + "line": 321, "column": 17 } } @@ -25689,16 +25422,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11357, - 11360 + 11240, + 11243 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 16 }, "end": { - "line": 329, + "line": 322, "column": 19 } } @@ -25707,31 +25440,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11361, - 11372 + 11244, + 11255 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 20 }, "end": { - "line": 329, + "line": 322, "column": 31 } } }, "range": [ - 11357, - 11372 + 11240, + 11255 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 16 }, "end": { - "line": 329, + "line": 322, "column": 31 } } @@ -25741,109 +25474,109 @@ "type": "Identifier", "name": "opt", "range": [ - 11373, - 11376 + 11256, + 11259 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 32 }, "end": { - "line": 329, + "line": 322, "column": 35 } } } ], "range": [ - 11357, - 11377 + 11240, + 11260 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 16 }, "end": { - "line": 329, + "line": 322, "column": 36 } } }, "range": [ - 11357, - 11378 + 11240, + 11261 ], "loc": { "start": { - "line": 329, + "line": 322, "column": 16 }, "end": { - "line": 329, + "line": 322, "column": 37 } } } ], "range": [ - 10890, - 11392 + 10773, + 11275 ], "loc": { "start": { - "line": 317, + "line": 310, "column": 19 }, "end": { - "line": 330, + "line": 323, "column": 13 } } }, "range": [ - 10485, - 11392 + 10368, + 11275 ], "loc": { "start": { - "line": 309, + "line": 302, "column": 12 }, "end": { - "line": 330, + "line": 323, "column": 13 } } } ], "range": [ - 9962, - 11402 + 9845, + 11285 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 45 }, "end": { - "line": 331, + "line": 324, "column": 9 } } }, "range": [ - 9925, - 11402 + 9808, + 11285 ], "loc": { "start": { - "line": 293, + "line": 286, "column": 8 }, "end": { - "line": 331, + "line": 324, "column": 9 } }, @@ -25852,16 +25585,16 @@ "type": "Line", "value": " for y", "range": [ - 11402, - 11410 + 11285, + 11293 ], "loc": { "start": { - "line": 331, + "line": 324, "column": 9 }, "end": { - "line": 331, + "line": 324, "column": 17 } } @@ -25877,16 +25610,16 @@ "type": "Identifier", "name": "fillMethod", "range": [ - 11423, - 11433 + 11306, + 11316 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 11 }, "end": { - "line": 333, + "line": 326, "column": 21 } } @@ -25896,31 +25629,31 @@ "value": "innerhtml", "raw": "'innerhtml'", "range": [ - 11438, - 11449 + 11321, + 11332 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 26 }, "end": { - "line": 333, + "line": 326, "column": 37 } } }, "range": [ - 11423, - 11449 + 11306, + 11332 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 11 }, "end": { - "line": 333, + "line": 326, "column": 37 } } @@ -25940,16 +25673,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11464, - 11467 + 11347, + 11350 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 12 }, "end": { - "line": 334, + "line": 327, "column": 15 } } @@ -25958,31 +25691,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 11468, - 11477 + 11351, + 11360 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 16 }, "end": { - "line": 334, + "line": 327, "column": 25 } } }, "range": [ - 11464, - 11477 + 11347, + 11360 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 12 }, "end": { - "line": 334, + "line": 327, "column": 25 } } @@ -25993,16 +25726,16 @@ "object": { "type": "ThisExpression", "range": [ - 11481, - 11485 + 11364, + 11368 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 29 }, "end": { - "line": 334, + "line": 327, "column": 33 } } @@ -26011,93 +25744,93 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 11486, - 11498 + 11369, + 11381 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 34 }, "end": { - "line": 334, + "line": 327, "column": 46 } } }, "range": [ - 11481, - 11498 + 11364, + 11381 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 29 }, "end": { - "line": 334, + "line": 327, "column": 46 } } }, "range": [ - 11464, - 11498 + 11347, + 11381 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 12 }, "end": { - "line": 334, + "line": 327, "column": 46 } } }, "range": [ - 11464, - 11499 + 11347, + 11382 ], "loc": { "start": { - "line": 334, + "line": 327, "column": 12 }, "end": { - "line": 334, + "line": 327, "column": 47 } } } ], "range": [ - 11450, - 11509 + 11333, + 11392 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 38 }, "end": { - "line": 335, + "line": 328, "column": 9 } } }, "alternate": null, "range": [ - 11420, - 11509 + 11303, + 11392 ], "loc": { "start": { - "line": 333, + "line": 326, "column": 8 }, "end": { - "line": 335, + "line": 328, "column": 9 } }, @@ -26106,16 +25839,16 @@ "type": "Line", "value": " for y", "range": [ - 11402, - 11410 + 11285, + 11293 ], "loc": { "start": { - "line": 331, + "line": 324, "column": 9 }, "end": { - "line": 331, + "line": 324, "column": 17 } } @@ -26133,16 +25866,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11518, - 11521 + 11401, + 11404 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 8 }, "end": { - "line": 336, + "line": 329, "column": 11 } } @@ -26151,31 +25884,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 11522, - 11534 + 11405, + 11417 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 12 }, "end": { - "line": 336, + "line": 329, "column": 24 } } }, "range": [ - 11518, - 11534 + 11401, + 11417 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 8 }, "end": { - "line": 336, + "line": 329, "column": 24 } } @@ -26186,16 +25919,16 @@ "value": "filled", "raw": "'filled'", "range": [ - 11535, - 11543 + 11418, + 11426 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 25 }, "end": { - "line": 336, + "line": 329, "column": 33 } } @@ -26205,63 +25938,63 @@ "value": "1", "raw": "'1'", "range": [ - 11545, - 11548 + 11428, + 11431 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 35 }, "end": { - "line": 336, + "line": 329, "column": 38 } } } ], "range": [ - 11518, - 11549 + 11401, + 11432 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 8 }, "end": { - "line": 336, + "line": 329, "column": 39 } } }, "range": [ - 11518, - 11550 + 11401, + 11433 ], "loc": { "start": { - "line": 336, + "line": 329, "column": 8 }, "end": { - "line": 336, + "line": 329, "column": 40 } } } ], "range": [ - 9726, - 11556 + 9609, + 11439 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 53 }, "end": { - "line": 337, + "line": 330, "column": 5 } } @@ -26269,16 +26002,16 @@ "generator": false, "expression": false, "range": [ - 9687, - 11556 + 9570, + 11439 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 14 }, "end": { - "line": 337, + "line": 330, "column": 5 } } @@ -26286,16 +26019,16 @@ "kind": "method", "computed": false, "range": [ - 9677, - 11556 + 9560, + 11439 ], "loc": { "start": { - "line": 285, + "line": 278, "column": 4 }, "end": { - "line": 337, + "line": 330, "column": 5 } }, @@ -26304,16 +26037,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": [ - 9398, - 9672 + 9281, + 9555 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 4 }, "end": { - "line": 284, + "line": 277, "column": 7 } } @@ -26324,16 +26057,16 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 11562, - 11654 + 11445, + 11537 ], "loc": { "start": { - "line": 339, + "line": 332, "column": 4 }, "end": { - "line": 342, + "line": 335, "column": 7 } } @@ -26347,16 +26080,16 @@ "type": "Identifier", "name": "addFirstOption", "range": [ - 11659, - 11673 + 11542, + 11556 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 4 }, "end": { - "line": 343, + "line": 336, "column": 18 } } @@ -26369,16 +26102,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11674, - 11677 + 11557, + 11560 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 19 }, "end": { - "line": 343, + "line": 336, "column": 22 } } @@ -26396,16 +26129,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11692, - 11694 + 11575, + 11577 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 12 }, "end": { - "line": 344, + "line": 337, "column": 14 } } @@ -26416,16 +26149,16 @@ "object": { "type": "ThisExpression", "range": [ - 11697, - 11701 + 11580, + 11584 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 17 }, "end": { - "line": 344, + "line": 337, "column": 21 } } @@ -26434,46 +26167,46 @@ "type": "Identifier", "name": "tf", "range": [ - 11702, - 11704 + 11585, + 11587 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 22 }, "end": { - "line": 344, + "line": 337, "column": 24 } } }, "range": [ - 11697, - 11704 + 11580, + 11587 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 17 }, "end": { - "line": 344, + "line": 337, "column": 24 } } }, "range": [ - 11692, - 11704 + 11575, + 11587 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 12 }, "end": { - "line": 344, + "line": 337, "column": 24 } } @@ -26484,16 +26217,16 @@ "type": "Identifier", "name": "fillMethod", "range": [ - 11718, - 11728 + 11601, + 11611 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 12 }, "end": { - "line": 345, + "line": 338, "column": 22 } } @@ -26507,16 +26240,16 @@ "type": "Identifier", "name": "Str", "range": [ - 11731, - 11734 + 11614, + 11617 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 25 }, "end": { - "line": 345, + "line": 338, "column": 28 } } @@ -26525,31 +26258,31 @@ "type": "Identifier", "name": "lower", "range": [ - 11735, - 11740 + 11618, + 11623 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 29 }, "end": { - "line": 345, + "line": 338, "column": 34 } } }, "range": [ - 11731, - 11740 + 11614, + 11623 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 25 }, "end": { - "line": 345, + "line": 338, "column": 34 } } @@ -26561,16 +26294,16 @@ "object": { "type": "ThisExpression", "range": [ - 11741, - 11745 + 11624, + 11628 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 35 }, "end": { - "line": 345, + "line": 338, "column": 39 } } @@ -26579,62 +26312,62 @@ "type": "Identifier", "name": "slcFillingMethod", "range": [ - 11746, - 11762 + 11629, + 11645 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 40 }, "end": { - "line": 345, + "line": 338, "column": 56 } } }, "range": [ - 11741, - 11762 + 11624, + 11645 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 35 }, "end": { - "line": 345, + "line": 338, "column": 56 } } } ], "range": [ - 11731, - 11763 + 11614, + 11646 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 25 }, "end": { - "line": 345, + "line": 338, "column": 57 } } }, "range": [ - 11718, - 11763 + 11601, + 11646 ], "loc": { "start": { - "line": 345, + "line": 338, "column": 12 }, "end": { - "line": 345, + "line": 338, "column": 57 } } @@ -26642,16 +26375,16 @@ ], "kind": "let", "range": [ - 11688, - 11764 + 11571, + 11647 ], "loc": { "start": { - "line": 344, + "line": 337, "column": 8 }, "end": { - "line": 345, + "line": 338, "column": 58 } } @@ -26665,16 +26398,16 @@ "type": "Identifier", "name": "fillMethod", "range": [ - 11777, - 11787 + 11660, + 11670 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 11 }, "end": { - "line": 347, + "line": 340, "column": 21 } } @@ -26684,31 +26417,31 @@ "value": "innerhtml", "raw": "'innerhtml'", "range": [ - 11792, - 11803 + 11675, + 11686 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 26 }, "end": { - "line": 347, + "line": 340, "column": 37 } } }, "range": [ - 11777, - 11803 + 11660, + 11686 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 11 }, "end": { - "line": 347, + "line": 340, "column": 37 } } @@ -26727,16 +26460,16 @@ "object": { "type": "ThisExpression", "range": [ - 11818, - 11822 + 11701, + 11705 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 12 }, "end": { - "line": 348, + "line": 341, "column": 16 } } @@ -26745,31 +26478,31 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 11823, - 11835 + 11706, + 11718 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 17 }, "end": { - "line": 348, + "line": 341, "column": 29 } } }, "range": [ - 11818, - 11835 + 11701, + 11718 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 12 }, "end": { - "line": 348, + "line": 341, "column": 29 } } @@ -26785,16 +26518,16 @@ "value": "", "raw": "''", "range": [ - 11896, - 11907 + 11779, + 11790 ], "loc": { "start": { - "line": 349, + "line": 342, "column": 16 }, "end": { - "line": 349, + "line": 342, "column": 27 } } }, "range": [ - 11839, - 11907 + 11722, + 11790 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 33 }, "end": { - "line": 349, + "line": 342, "column": 27 } } }, "range": [ - 11818, - 11907 + 11701, + 11790 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 12 }, "end": { - "line": 349, + "line": 342, "column": 27 } } }, "range": [ - 11818, - 11908 + 11701, + 11791 ], "loc": { "start": { - "line": 348, + "line": 341, "column": 12 }, "end": { - "line": 349, + "line": 342, "column": 28 } } } ], "range": [ - 11804, - 11918 + 11687, + 11801 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 38 }, "end": { - "line": 350, + "line": 343, "column": 9 } } @@ -26960,16 +26693,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 11950, - 11954 + 11833, + 11837 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 16 }, "end": { - "line": 352, + "line": 345, "column": 20 } } @@ -26983,16 +26716,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11957, - 11960 + 11840, + 11843 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 23 }, "end": { - "line": 352, + "line": 345, "column": 26 } } @@ -27001,31 +26734,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 11961, - 11970 + 11844, + 11853 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 27 }, "end": { - "line": 352, + "line": 345, "column": 36 } } }, "range": [ - 11957, - 11970 + 11840, + 11853 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 23 }, "end": { - "line": 352, + "line": 345, "column": 36 } } @@ -27042,16 +26775,16 @@ "object": { "type": "ThisExpression", "range": [ - 11990, - 11994 + 11873, + 11877 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 18 }, "end": { - "line": 353, + "line": 346, "column": 22 } } @@ -27060,47 +26793,47 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 11995, - 12015 + 11878, + 11898 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 23 }, "end": { - "line": 353, + "line": 346, "column": 43 } } }, "range": [ - 11990, - 12015 + 11873, + 11898 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 18 }, "end": { - "line": 353, + "line": 346, "column": 43 } } }, "prefix": true, "range": [ - 11989, - 12015 + 11872, + 11898 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 17 }, "end": { - "line": 353, + "line": 346, "column": 43 } } @@ -27110,16 +26843,16 @@ "value": "", "raw": "''", "range": [ - 12018, - 12020 + 11901, + 11903 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 46 }, "end": { - "line": 353, + "line": 346, "column": 48 } } @@ -27131,16 +26864,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12023, - 12025 + 11906, + 11908 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 51 }, "end": { - "line": 353, + "line": 346, "column": 53 } } @@ -27149,46 +26882,46 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 12026, - 12040 + 11909, + 11923 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 54 }, "end": { - "line": 353, + "line": 346, "column": 68 } } }, "range": [ - 12023, - 12040 + 11906, + 11923 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 51 }, "end": { - "line": 353, + "line": 346, "column": 68 } } }, "range": [ - 11989, - 12040 + 11872, + 11923 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 17 }, "end": { - "line": 353, + "line": 346, "column": 68 } } @@ -27198,47 +26931,47 @@ "value": "", "raw": "''", "range": [ - 12042, - 12044 + 11925, + 11927 ], "loc": { "start": { - "line": 353, + "line": 346, "column": 70 }, "end": { - "line": 353, + "line": 346, "column": 72 } } } ], "range": [ - 11957, - 12045 + 11840, + 11928 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 23 }, "end": { - "line": 353, + "line": 346, "column": 73 } } }, "range": [ - 11950, - 12045 + 11833, + 11928 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 16 }, "end": { - "line": 353, + "line": 346, "column": 73 } } @@ -27246,16 +26979,16 @@ ], "kind": "let", "range": [ - 11946, - 12046 + 11829, + 11929 ], "loc": { "start": { - "line": 352, + "line": 345, "column": 12 }, "end": { - "line": 353, + "line": 346, "column": 74 } } @@ -27271,16 +27004,16 @@ "object": { "type": "ThisExpression", "range": [ - 12063, - 12067 + 11946, + 11950 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 16 }, "end": { - "line": 354, + "line": 347, "column": 20 } } @@ -27289,47 +27022,47 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 12068, - 12088 + 11951, + 11971 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 21 }, "end": { - "line": 354, + "line": 347, "column": 41 } } }, "range": [ - 12063, - 12088 + 11946, + 11971 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 16 }, "end": { - "line": 354, + "line": 347, "column": 41 } } }, "prefix": true, "range": [ - 12062, - 12088 + 11945, + 11971 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 15 }, "end": { - "line": 354, + "line": 347, "column": 41 } } @@ -27352,16 +27085,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 12107, - 12111 + 11990, + 11994 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 16 }, "end": { - "line": 355, + "line": 348, "column": 20 } } @@ -27370,31 +27103,31 @@ "type": "Identifier", "name": "style", "range": [ - 12112, - 12117 + 11995, + 12000 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 21 }, "end": { - "line": 355, + "line": 348, "column": 26 } } }, "range": [ - 12107, - 12117 + 11990, + 12000 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 16 }, "end": { - "line": 355, + "line": 348, "column": 26 } } @@ -27403,31 +27136,31 @@ "type": "Identifier", "name": "display", "range": [ - 12118, - 12125 + 12001, + 12008 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 27 }, "end": { - "line": 355, + "line": 348, "column": 34 } } }, "range": [ - 12107, - 12125 + 11990, + 12008 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 16 }, "end": { - "line": 355, + "line": 348, "column": 34 } } @@ -27437,78 +27170,78 @@ "value": "none", "raw": "'none'", "range": [ - 12128, - 12134 + 12011, + 12017 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 37 }, "end": { - "line": 355, + "line": 348, "column": 43 } } }, "range": [ - 12107, - 12134 + 11990, + 12017 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 16 }, "end": { - "line": 355, + "line": 348, "column": 43 } } }, "range": [ - 12107, - 12135 + 11990, + 12018 ], "loc": { "start": { - "line": 355, + "line": 348, "column": 16 }, "end": { - "line": 355, + "line": 348, "column": 44 } } } ], "range": [ - 12089, - 12149 + 11972, + 12032 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 42 }, "end": { - "line": 356, + "line": 349, "column": 13 } } }, "alternate": null, "range": [ - 12059, - 12149 + 11942, + 12032 ], "loc": { "start": { - "line": 354, + "line": 347, "column": 12 }, "end": { - "line": 356, + "line": 349, "column": 13 } } @@ -27524,16 +27257,16 @@ "type": "Identifier", "name": "slc", "range": [ - 12162, - 12165 + 12045, + 12048 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 12 }, "end": { - "line": 357, + "line": 350, "column": 15 } } @@ -27542,31 +27275,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12166, - 12177 + 12049, + 12060 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 16 }, "end": { - "line": 357, + "line": 350, "column": 27 } } }, "range": [ - 12162, - 12177 + 12045, + 12060 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 12 }, "end": { - "line": 357, + "line": 350, "column": 27 } } @@ -27576,47 +27309,47 @@ "type": "Identifier", "name": "opt0", "range": [ - 12178, - 12182 + 12061, + 12065 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 28 }, "end": { - "line": 357, + "line": 350, "column": 32 } } } ], "range": [ - 12162, - 12183 + 12045, + 12066 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 12 }, "end": { - "line": 357, + "line": 350, "column": 33 } } }, "range": [ - 12162, - 12184 + 12045, + 12067 ], "loc": { "start": { - "line": 357, + "line": 350, "column": 12 }, "end": { - "line": 357, + "line": 350, "column": 34 } } @@ -27630,16 +27363,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12200, - 12202 + 12083, + 12085 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 15 }, "end": { - "line": 358, + "line": 351, "column": 17 } } @@ -27648,31 +27381,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 12203, - 12220 + 12086, + 12103 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 18 }, "end": { - "line": 358, + "line": 351, "column": 35 } } }, "range": [ - 12200, - 12220 + 12083, + 12103 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 15 }, "end": { - "line": 358, + "line": 351, "column": 35 } } @@ -27689,16 +27422,16 @@ "type": "Identifier", "name": "opt1", "range": [ - 12243, - 12247 + 12126, + 12130 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 20 }, "end": { - "line": 359, + "line": 352, "column": 24 } } @@ -27712,16 +27445,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12250, - 12253 + 12133, + 12136 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 27 }, "end": { - "line": 359, + "line": 352, "column": 30 } } @@ -27730,31 +27463,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 12254, - 12263 + 12137, + 12146 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 31 }, "end": { - "line": 359, + "line": 352, "column": 40 } } }, "range": [ - 12250, - 12263 + 12133, + 12146 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 27 }, "end": { - "line": 359, + "line": 352, "column": 40 } } @@ -27767,16 +27500,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12264, - 12266 + 12147, + 12149 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 41 }, "end": { - "line": 359, + "line": 352, "column": 43 } } @@ -27785,31 +27518,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 12267, - 12276 + 12150, + 12159 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 44 }, "end": { - "line": 359, + "line": 352, "column": 53 } } }, "range": [ - 12264, - 12276 + 12147, + 12159 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 41 }, "end": { - "line": 359, + "line": 352, "column": 53 } } @@ -27821,16 +27554,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12278, - 12280 + 12161, + 12163 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 55 }, "end": { - "line": 359, + "line": 352, "column": 57 } } @@ -27839,62 +27572,62 @@ "type": "Identifier", "name": "emOperator", "range": [ - 12281, - 12291 + 12164, + 12174 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 58 }, "end": { - "line": 359, + "line": 352, "column": 68 } } }, "range": [ - 12278, - 12291 + 12161, + 12174 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 55 }, "end": { - "line": 359, + "line": 352, "column": 68 } } } ], "range": [ - 12250, - 12292 + 12133, + 12175 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 27 }, "end": { - "line": 359, + "line": 352, "column": 69 } } }, "range": [ - 12243, - 12292 + 12126, + 12175 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 20 }, "end": { - "line": 359, + "line": 352, "column": 69 } } @@ -27902,16 +27635,16 @@ ], "kind": "let", "range": [ - 12239, - 12293 + 12122, + 12176 ], "loc": { "start": { - "line": 359, + "line": 352, "column": 16 }, "end": { - "line": 359, + "line": 352, "column": 70 } } @@ -27927,16 +27660,16 @@ "type": "Identifier", "name": "slc", "range": [ - 12310, - 12313 + 12193, + 12196 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 16 }, "end": { - "line": 360, + "line": 353, "column": 19 } } @@ -27945,31 +27678,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12314, - 12325 + 12197, + 12208 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 20 }, "end": { - "line": 360, + "line": 353, "column": 31 } } }, "range": [ - 12310, - 12325 + 12193, + 12208 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 16 }, "end": { - "line": 360, + "line": 353, "column": 31 } } @@ -27979,79 +27712,79 @@ "type": "Identifier", "name": "opt1", "range": [ - 12326, - 12330 + 12209, + 12213 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 32 }, "end": { - "line": 360, + "line": 353, "column": 36 } } } ], "range": [ - 12310, - 12331 + 12193, + 12214 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 16 }, "end": { - "line": 360, + "line": 353, "column": 37 } } }, "range": [ - 12310, - 12332 + 12193, + 12215 ], "loc": { "start": { - "line": 360, + "line": 353, "column": 16 }, "end": { - "line": 360, + "line": 353, "column": 38 } } } ], "range": [ - 12221, - 12346 + 12104, + 12229 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 36 }, "end": { - "line": 361, + "line": 354, "column": 13 } } }, "alternate": null, "range": [ - 12197, - 12346 + 12080, + 12229 ], "loc": { "start": { - "line": 358, + "line": 351, "column": 12 }, "end": { - "line": 361, + "line": 354, "column": 13 } } @@ -28065,16 +27798,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12362, - 12364 + 12245, + 12247 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 15 }, "end": { - "line": 362, + "line": 355, "column": 17 } } @@ -28083,31 +27816,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 12365, - 12385 + 12248, + 12268 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 18 }, "end": { - "line": 362, + "line": 355, "column": 38 } } }, "range": [ - 12362, - 12385 + 12245, + 12268 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 15 }, "end": { - "line": 362, + "line": 355, "column": 38 } } @@ -28124,16 +27857,16 @@ "type": "Identifier", "name": "opt2", "range": [ - 12408, - 12412 + 12291, + 12295 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 20 }, "end": { - "line": 363, + "line": 356, "column": 24 } } @@ -28147,16 +27880,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12415, - 12418 + 12298, + 12301 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 27 }, "end": { - "line": 363, + "line": 356, "column": 30 } } @@ -28165,31 +27898,31 @@ "type": "Identifier", "name": "createOpt", "range": [ - 12419, - 12428 + 12302, + 12311 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 31 }, "end": { - "line": 363, + "line": 356, "column": 40 } } }, "range": [ - 12415, - 12428 + 12298, + 12311 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 27 }, "end": { - "line": 363, + "line": 356, "column": 40 } } @@ -28202,16 +27935,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12429, - 12431 + 12312, + 12314 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 41 }, "end": { - "line": 363, + "line": 356, "column": 43 } } @@ -28220,31 +27953,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 12432, - 12444 + 12315, + 12327 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 44 }, "end": { - "line": 363, + "line": 356, "column": 56 } } }, "range": [ - 12429, - 12444 + 12312, + 12327 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 41 }, "end": { - "line": 363, + "line": 356, "column": 56 } } @@ -28256,16 +27989,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12446, - 12448 + 12329, + 12331 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 58 }, "end": { - "line": 363, + "line": 356, "column": 60 } } @@ -28274,62 +28007,62 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 12449, - 12459 + 12332, + 12342 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 61 }, "end": { - "line": 363, + "line": 356, "column": 71 } } }, "range": [ - 12446, - 12459 + 12329, + 12342 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 58 }, "end": { - "line": 363, + "line": 356, "column": 71 } } } ], "range": [ - 12415, - 12460 + 12298, + 12343 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 27 }, "end": { - "line": 363, + "line": 356, "column": 72 } } }, "range": [ - 12408, - 12460 + 12291, + 12343 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 20 }, "end": { - "line": 363, + "line": 356, "column": 72 } } @@ -28337,16 +28070,16 @@ ], "kind": "let", "range": [ - 12404, - 12461 + 12287, + 12344 ], "loc": { "start": { - "line": 363, + "line": 356, "column": 16 }, "end": { - "line": 363, + "line": 356, "column": 73 } } @@ -28362,16 +28095,16 @@ "type": "Identifier", "name": "slc", "range": [ - 12478, - 12481 + 12361, + 12364 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 16 }, "end": { - "line": 364, + "line": 357, "column": 19 } } @@ -28380,31 +28113,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12482, - 12493 + 12365, + 12376 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 20 }, "end": { - "line": 364, + "line": 357, "column": 31 } } }, "range": [ - 12478, - 12493 + 12361, + 12376 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 16 }, "end": { - "line": 364, + "line": 357, "column": 31 } } @@ -28414,110 +28147,110 @@ "type": "Identifier", "name": "opt2", "range": [ - 12494, - 12498 + 12377, + 12381 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 32 }, "end": { - "line": 364, + "line": 357, "column": 36 } } } ], "range": [ - 12478, - 12499 + 12361, + 12382 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 16 }, "end": { - "line": 364, + "line": 357, "column": 37 } } }, "range": [ - 12478, - 12500 + 12361, + 12383 ], "loc": { "start": { - "line": 364, + "line": 357, "column": 16 }, "end": { - "line": 364, + "line": 357, "column": 38 } } } ], "range": [ - 12386, - 12514 + 12269, + 12397 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 39 }, "end": { - "line": 365, + "line": 358, "column": 13 } } }, "alternate": null, "range": [ - 12359, - 12514 + 12242, + 12397 ], "loc": { "start": { - "line": 362, + "line": 355, "column": 12 }, "end": { - "line": 365, + "line": 358, "column": 13 } } } ], "range": [ - 11932, - 12524 + 11815, + 12407 ], "loc": { "start": { - "line": 351, + "line": 344, "column": 13 }, "end": { - "line": 366, + "line": 359, "column": 9 } } }, "range": [ - 11774, - 12524 + 11657, + 12407 ], "loc": { "start": { - "line": 347, + "line": 340, "column": 8 }, "end": { - "line": 366, + "line": 359, "column": 9 } } @@ -28528,47 +28261,47 @@ "type": "Identifier", "name": "slc", "range": [ - 12540, - 12543 + 12423, + 12426 ], "loc": { "start": { - "line": 367, + "line": 360, "column": 15 }, "end": { - "line": 367, + "line": 360, "column": 18 } } }, "range": [ - 12533, - 12544 + 12416, + 12427 ], "loc": { "start": { - "line": 367, + "line": 360, "column": 8 }, "end": { - "line": 367, + "line": 360, "column": 19 } } } ], "range": [ - 11678, - 12550 + 11561, + 12433 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 23 }, "end": { - "line": 368, + "line": 361, "column": 5 } } @@ -28576,16 +28309,16 @@ "generator": false, "expression": false, "range": [ - 11673, - 12550 + 11556, + 12433 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 18 }, "end": { - "line": 368, + "line": 361, "column": 5 } } @@ -28593,16 +28326,16 @@ "kind": "method", "computed": false, "range": [ - 11659, - 12550 + 11542, + 12433 ], "loc": { "start": { - "line": 343, + "line": 336, "column": 4 }, "end": { - "line": 368, + "line": 361, "column": 5 } }, @@ -28611,16 +28344,16 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 11562, - 11654 + 11445, + 11537 ], "loc": { "start": { - "line": 339, + "line": 332, "column": 4 }, "end": { - "line": 342, + "line": 335, "column": 7 } } @@ -28631,16 +28364,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": [ - 12556, - 12725 + 12439, + 12608 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 4 }, "end": { - "line": 374, + "line": 367, "column": 7 } } @@ -28654,16 +28387,16 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 12730, - 12743 + 12613, + 12626 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 4 }, "end": { - "line": 375, + "line": 368, "column": 17 } } @@ -28676,16 +28409,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12744, - 12752 + 12627, + 12635 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 18 }, "end": { - "line": 375, + "line": 368, "column": 26 } } @@ -28696,16 +28429,16 @@ "type": "Identifier", "name": "values", "range": [ - 12754, - 12760 + 12637, + 12643 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 28 }, "end": { - "line": 375, + "line": 368, "column": 34 } } @@ -28714,31 +28447,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12761, - 12763 + 12644, + 12646 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 35 }, "end": { - "line": 375, + "line": 368, "column": 37 } } }, "range": [ - 12754, - 12763 + 12637, + 12646 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 28 }, "end": { - "line": 375, + "line": 368, "column": 37 } } @@ -28756,16 +28489,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12778, - 12780 + 12661, + 12663 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 12 }, "end": { - "line": 376, + "line": 369, "column": 14 } } @@ -28776,16 +28509,16 @@ "object": { "type": "ThisExpression", "range": [ - 12783, - 12787 + 12666, + 12670 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 17 }, "end": { - "line": 376, + "line": 369, "column": 21 } } @@ -28794,46 +28527,46 @@ "type": "Identifier", "name": "tf", "range": [ - 12788, - 12790 + 12671, + 12673 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 22 }, "end": { - "line": 376, + "line": 369, "column": 24 } } }, "range": [ - 12783, - 12790 + 12666, + 12673 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 17 }, "end": { - "line": 376, + "line": 369, "column": 24 } } }, "range": [ - 12778, - 12790 + 12661, + 12673 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 12 }, "end": { - "line": 376, + "line": 369, "column": 24 } } @@ -28841,16 +28574,16 @@ ], "kind": "let", "range": [ - 12774, - 12791 + 12657, + 12674 ], "loc": { "start": { - "line": 376, + "line": 369, "column": 8 }, "end": { - "line": 376, + "line": 369, "column": 25 } } @@ -28872,16 +28605,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12803, - 12805 + 12686, + 12688 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 11 }, "end": { - "line": 377, + "line": 370, "column": 13 } } @@ -28890,31 +28623,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 12806, - 12819 + 12689, + 12702 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 14 }, "end": { - "line": 377, + "line": 370, "column": 27 } } }, "range": [ - 12803, - 12819 + 12686, + 12702 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 11 }, "end": { - "line": 377, + "line": 370, "column": 27 } } @@ -28924,32 +28657,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12820, - 12828 + 12703, + 12711 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 28 }, "end": { - "line": 377, + "line": 370, "column": 36 } } } ], "range": [ - 12803, - 12829 + 12686, + 12712 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 11 }, "end": { - "line": 377, + "line": 370, "column": 37 } } @@ -28961,16 +28694,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12834, - 12836 + 12717, + 12719 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 42 }, "end": { - "line": 377, + "line": 370, "column": 44 } } @@ -28979,46 +28712,46 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 12837, - 12849 + 12720, + 12732 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 45 }, "end": { - "line": 377, + "line": 370, "column": 57 } } }, "range": [ - 12834, - 12849 + 12717, + 12732 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 42 }, "end": { - "line": 377, + "line": 370, "column": 57 } } }, "range": [ - 12803, - 12849 + 12686, + 12732 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 11 }, "end": { - "line": 377, + "line": 370, "column": 57 } } @@ -29033,16 +28766,16 @@ "type": "Identifier", "name": "values", "range": [ - 12865, - 12871 + 12748, + 12754 ], "loc": { "start": { - "line": 378, + "line": 371, "column": 12 }, "end": { - "line": 378, + "line": 371, "column": 18 } } @@ -29051,31 +28784,31 @@ "type": "Identifier", "name": "length", "range": [ - 12872, - 12878 + 12755, + 12761 ], "loc": { "start": { - "line": 378, + "line": 371, "column": 19 }, "end": { - "line": 378, + "line": 371, "column": 25 } } }, "range": [ - 12865, - 12878 + 12748, + 12761 ], "loc": { "start": { - "line": 378, + "line": 371, "column": 12 }, "end": { - "line": 378, + "line": 371, "column": 25 } } @@ -29085,46 +28818,46 @@ "value": 0, "raw": "0", "range": [ - 12883, - 12884 + 12766, + 12767 ], "loc": { "start": { - "line": 378, + "line": 371, "column": 30 }, "end": { - "line": 378, + "line": 371, "column": 31 } } }, "range": [ - 12865, - 12884 + 12748, + 12767 ], "loc": { "start": { - "line": 378, + "line": 371, "column": 12 }, "end": { - "line": 378, + "line": 371, "column": 31 } } }, "range": [ - 12803, - 12884 + 12686, + 12767 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 11 }, "end": { - "line": 378, + "line": 371, "column": 31 } } @@ -29136,48 +28869,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 12899, - 12906 + 12782, + 12789 ], "loc": { "start": { - "line": 379, + "line": 372, "column": 12 }, "end": { - "line": 379, + "line": 372, "column": 19 } } } ], "range": [ - 12885, - 12916 + 12768, + 12799 ], "loc": { "start": { - "line": 378, + "line": 371, "column": 32 }, "end": { - "line": 380, + "line": 373, "column": 9 } } }, "alternate": null, "range": [ - 12800, - 12916 + 12683, + 12799 ], "loc": { "start": { - "line": 377, + "line": 370, "column": 8 }, "end": { - "line": 380, + "line": 373, "column": 9 } } @@ -29191,16 +28924,16 @@ "type": "Identifier", "name": "slc", "range": [ - 12929, - 12932 + 12812, + 12815 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 12 }, "end": { - "line": 381, + "line": 374, "column": 15 } } @@ -29214,16 +28947,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12935, - 12937 + 12818, + 12820 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 18 }, "end": { - "line": 381, + "line": 374, "column": 20 } } @@ -29232,31 +28965,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 12938, - 12954 + 12821, + 12837 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 21 }, "end": { - "line": 381, + "line": 374, "column": 37 } } }, "range": [ - 12935, - 12954 + 12818, + 12837 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 18 }, "end": { - "line": 381, + "line": 374, "column": 37 } } @@ -29266,47 +28999,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12955, - 12963 + 12838, + 12846 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 38 }, "end": { - "line": 381, + "line": 374, "column": 46 } } } ], "range": [ - 12935, - 12964 + 12818, + 12847 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 18 }, "end": { - "line": 381, + "line": 374, "column": 47 } } }, "range": [ - 12929, - 12964 + 12812, + 12847 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 12 }, "end": { - "line": 381, + "line": 374, "column": 47 } } @@ -29314,16 +29047,16 @@ ], "kind": "let", "range": [ - 12925, - 12965 + 12808, + 12848 ], "loc": { "start": { - "line": 381, + "line": 374, "column": 8 }, "end": { - "line": 381, + "line": 374, "column": 48 } } @@ -29342,16 +29075,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12974, - 12976 + 12857, + 12859 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 382, + "line": 375, "column": 10 } } @@ -29360,31 +29093,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 12977, - 12984 + 12860, + 12867 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 11 }, "end": { - "line": 382, + "line": 375, "column": 18 } } }, "range": [ - 12974, - 12984 + 12857, + 12867 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 382, + "line": 375, "column": 18 } } @@ -29393,31 +29126,31 @@ "type": "Identifier", "name": "call", "range": [ - 12985, - 12989 + 12868, + 12872 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 19 }, "end": { - "line": 382, + "line": 375, "column": 23 } } }, "range": [ - 12974, - 12989 + 12857, + 12872 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 382, + "line": 375, "column": 23 } } @@ -29430,16 +29163,16 @@ "type": "Identifier", "name": "slc", "range": [ - 12990, - 12993 + 12873, + 12876 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 24 }, "end": { - "line": 382, + "line": 375, "column": 27 } } @@ -29448,31 +29181,31 @@ "type": "Identifier", "name": "options", "range": [ - 12994, - 13001 + 12877, + 12884 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 28 }, "end": { - "line": 382, + "line": 375, "column": 35 } } }, "range": [ - 12990, - 13001 + 12873, + 12884 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 24 }, "end": { - "line": 382, + "line": 375, "column": 35 } } @@ -29485,16 +29218,16 @@ "type": "Identifier", "name": "option", "range": [ - 13004, - 13010 + 12887, + 12893 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 38 }, "end": { - "line": 382, + "line": 375, "column": 44 } } @@ -29518,16 +29251,16 @@ "type": "Identifier", "name": "values", "range": [ - 13141, - 13147 + 13024, + 13030 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 15 }, "end": { - "line": 385, + "line": 378, "column": 21 } } @@ -29537,31 +29270,31 @@ "value": 0, "raw": "0", "range": [ - 13148, - 13149 + 13031, + 13032 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 22 }, "end": { - "line": 385, + "line": 378, "column": 23 } } }, "range": [ - 13141, - 13150 + 13024, + 13033 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 15 }, "end": { - "line": 385, + "line": 378, "column": 24 } } @@ -29571,31 +29304,31 @@ "value": "", "raw": "''", "range": [ - 13155, - 13157 + 13038, + 13040 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 29 }, "end": { - "line": 385, + "line": 378, "column": 31 } } }, "range": [ - 13141, - 13157 + 13024, + 13040 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 15 }, "end": { - "line": 385, + "line": 378, "column": 31 } } @@ -29610,16 +29343,16 @@ "type": "Identifier", "name": "option", "range": [ - 13161, - 13167 + 13044, + 13050 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 35 }, "end": { - "line": 385, + "line": 378, "column": 41 } } @@ -29628,31 +29361,31 @@ "type": "Identifier", "name": "value", "range": [ - 13168, - 13173 + 13051, + 13056 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 42 }, "end": { - "line": 385, + "line": 378, "column": 47 } } }, "range": [ - 13161, - 13173 + 13044, + 13056 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 35 }, "end": { - "line": 385, + "line": 378, "column": 47 } } @@ -29662,46 +29395,46 @@ "value": "", "raw": "''", "range": [ - 13178, - 13180 + 13061, + 13063 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 52 }, "end": { - "line": 385, + "line": 378, "column": 54 } } }, "range": [ - 13161, - 13180 + 13044, + 13063 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 35 }, "end": { - "line": 385, + "line": 378, "column": 54 } } }, "range": [ - 13141, - 13180 + 13024, + 13063 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 15 }, "end": { - "line": 385, + "line": 378, "column": 54 } } @@ -29721,16 +29454,16 @@ "type": "Identifier", "name": "option", "range": [ - 13199, - 13205 + 13082, + 13088 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 16 }, "end": { - "line": 386, + "line": 379, "column": 22 } } @@ -29739,31 +29472,31 @@ "type": "Identifier", "name": "selected", "range": [ - 13206, - 13214 + 13089, + 13097 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 23 }, "end": { - "line": 386, + "line": 379, "column": 31 } } }, "range": [ - 13199, - 13214 + 13082, + 13097 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 16 }, "end": { - "line": 386, + "line": 379, "column": 31 } } @@ -29773,78 +29506,78 @@ "value": false, "raw": "false", "range": [ - 13217, - 13222 + 13100, + 13105 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 34 }, "end": { - "line": 386, + "line": 379, "column": 39 } } }, "range": [ - 13199, - 13222 + 13082, + 13105 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 16 }, "end": { - "line": 386, + "line": 379, "column": 39 } } }, "range": [ - 13199, - 13223 + 13082, + 13106 ], "loc": { "start": { - "line": 386, + "line": 379, "column": 16 }, "end": { - "line": 386, + "line": 379, "column": 40 } } } ], "range": [ - 13181, - 13237 + 13064, + 13120 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 55 }, "end": { - "line": 387, + "line": 380, "column": 13 } } }, "alternate": null, "range": [ - 13138, - 13237 + 13021, + 13120 ], "loc": { "start": { - "line": 385, + "line": 378, "column": 12 }, "end": { - "line": 387, + "line": 380, "column": 13 } }, @@ -29853,16 +29586,16 @@ "type": "Line", "value": " Empty value means clear all selections and first option is the", "range": [ - 13028, - 13093 + 12911, + 12976 ], "loc": { "start": { - "line": 383, + "line": 376, "column": 12 }, "end": { - "line": 383, + "line": 376, "column": 77 } } @@ -29871,16 +29604,16 @@ "type": "Line", "value": " clear all option", "range": [ - 13106, - 13125 + 12989, + 13008 ], "loc": { "start": { - "line": 384, + "line": 377, "column": 12 }, "end": { - "line": 384, + "line": 377, "column": 31 } } @@ -29902,16 +29635,16 @@ "type": "Identifier", "name": "option", "range": [ - 13254, - 13260 + 13137, + 13143 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 15 }, "end": { - "line": 389, + "line": 382, "column": 21 } } @@ -29920,31 +29653,31 @@ "type": "Identifier", "name": "value", "range": [ - 13261, - 13266 + 13144, + 13149 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 22 }, "end": { - "line": 389, + "line": 382, "column": 27 } } }, "range": [ - 13254, - 13266 + 13137, + 13149 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 15 }, "end": { - "line": 389, + "line": 382, "column": 27 } } @@ -29954,31 +29687,31 @@ "value": "", "raw": "''", "range": [ - 13271, - 13273 + 13154, + 13156 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 32 }, "end": { - "line": 389, + "line": 382, "column": 34 } } }, "range": [ - 13254, - 13273 + 13137, + 13156 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 15 }, "end": { - "line": 389, + "line": 382, "column": 34 } } @@ -29992,16 +29725,16 @@ "type": "Identifier", "name": "Arr", "range": [ - 13293, - 13296 + 13176, + 13179 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 16 }, "end": { - "line": 390, + "line": 383, "column": 19 } } @@ -30010,31 +29743,31 @@ "type": "Identifier", "name": "has", "range": [ - 13297, - 13300 + 13180, + 13183 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 20 }, "end": { - "line": 390, + "line": 383, "column": 23 } } }, "range": [ - 13293, - 13300 + 13176, + 13183 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 16 }, "end": { - "line": 390, + "line": 383, "column": 23 } } @@ -30044,16 +29777,16 @@ "type": "Identifier", "name": "values", "range": [ - 13301, - 13307 + 13184, + 13190 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 24 }, "end": { - "line": 390, + "line": 383, "column": 30 } } @@ -30065,16 +29798,16 @@ "type": "Identifier", "name": "option", "range": [ - 13309, - 13315 + 13192, + 13198 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 32 }, "end": { - "line": 390, + "line": 383, "column": 38 } } @@ -30083,31 +29816,31 @@ "type": "Identifier", "name": "value", "range": [ - 13316, - 13321 + 13199, + 13204 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 39 }, "end": { - "line": 390, + "line": 383, "column": 44 } } }, "range": [ - 13309, - 13321 + 13192, + 13204 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 32 }, "end": { - "line": 390, + "line": 383, "column": 44 } } @@ -30117,47 +29850,47 @@ "value": true, "raw": "true", "range": [ - 13323, - 13327 + 13206, + 13210 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 46 }, "end": { - "line": 390, + "line": 383, "column": 50 } } } ], "range": [ - 13293, - 13328 + 13176, + 13211 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 16 }, "end": { - "line": 390, + "line": 383, "column": 51 } } }, "range": [ - 13254, - 13328 + 13137, + 13211 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 15 }, "end": { - "line": 390, + "line": 383, "column": 51 } } @@ -30177,16 +29910,16 @@ "type": "Identifier", "name": "option", "range": [ - 13347, - 13353 + 13230, + 13236 ], "loc": { "start": { - "line": 391, + "line": 384, "column": 16 }, "end": { - "line": 391, + "line": 384, "column": 22 } } @@ -30195,31 +29928,31 @@ "type": "Identifier", "name": "selected", "range": [ - 13354, - 13362 + 13237, + 13245 ], "loc": { "start": { - "line": 391, + "line": 384, "column": 23 }, "end": { - "line": 391, + "line": 384, "column": 31 } } }, "range": [ - 13347, - 13362 + 13230, + 13245 ], "loc": { "start": { - "line": 391, + "line": 384, "column": 16 }, "end": { - "line": 391, + "line": 384, "column": 31 } } @@ -30229,78 +29962,78 @@ "value": true, "raw": "true", "range": [ - 13365, - 13369 + 13248, + 13252 ], "loc": { "start": { - "line": 391, + "line": 384, "column": 34 }, "end": { - "line": 391, + "line": 384, "column": 38 } } }, "range": [ - 13347, - 13369 + 13230, + 13252 ], "loc": { "start": { - "line": 391, + "line": 384, "column": 16 }, "end": { - "line": 391, + "line": 384, "column": 38 } } }, "range": [ - 13347, - 13370 + 13230, + 13253 ], "loc": { "start": { - "line": 391, + "line": 384, "column": 16 }, "end": { - "line": 391, + "line": 384, "column": 39 } } } ], "range": [ - 13329, - 13384 + 13212, + 13267 ], "loc": { "start": { - "line": 390, + "line": 383, "column": 52 }, "end": { - "line": 392, + "line": 385, "column": 13 } } }, "alternate": null, "range": [ - 13251, - 13384 + 13134, + 13267 ], "loc": { "start": { - "line": 389, + "line": 382, "column": 12 }, "end": { - "line": 392, + "line": 385, "column": 13 } }, @@ -30309,16 +30042,16 @@ "type": "Line", "value": "if", "range": [ - 13384, - 13388 + 13267, + 13271 ], "loc": { "start": { - "line": 392, + "line": 385, "column": 13 }, "end": { - "line": 392, + "line": 385, "column": 17 } } @@ -30327,16 +30060,16 @@ } ], "range": [ - 13014, - 13398 + 12897, + 13281 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 48 }, "end": { - "line": 393, + "line": 386, "column": 9 } } @@ -30344,63 +30077,63 @@ "generator": false, "expression": false, "range": [ - 13003, - 13398 + 12886, + 13281 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 37 }, "end": { - "line": 393, + "line": 386, "column": 9 } } } ], "range": [ - 12974, - 13399 + 12857, + 13282 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 393, + "line": 386, "column": 10 } } }, "range": [ - 12974, - 13400 + 12857, + 13283 ], "loc": { "start": { - "line": 382, + "line": 375, "column": 8 }, "end": { - "line": 393, + "line": 386, "column": 11 } } } ], "range": [ - 12764, - 13406 + 12647, + 13289 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 38 }, "end": { - "line": 394, + "line": 387, "column": 5 } } @@ -30408,16 +30141,16 @@ "generator": false, "expression": false, "range": [ - 12743, - 13406 + 12626, + 13289 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 17 }, "end": { - "line": 394, + "line": 387, "column": 5 } } @@ -30425,16 +30158,16 @@ "kind": "method", "computed": false, "range": [ - 12730, - 13406 + 12613, + 13289 ], "loc": { "start": { - "line": 375, + "line": 368, "column": 4 }, "end": { - "line": 394, + "line": 387, "column": 5 } }, @@ -30443,16 +30176,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": [ - 12556, - 12725 + 12439, + 12608 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 4 }, "end": { - "line": 374, + "line": 367, "column": 7 } } @@ -30466,16 +30199,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 13412, - 13419 + 13295, + 13302 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 4 }, "end": { - "line": 396, + "line": 389, "column": 11 } } @@ -30500,16 +30233,16 @@ "object": { "type": "ThisExpression", "range": [ - 13431, - 13435 + 13314, + 13318 ], "loc": { "start": { - "line": 397, + "line": 390, "column": 8 }, "end": { - "line": 397, + "line": 390, "column": 12 } } @@ -30518,31 +30251,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13436, - 13443 + 13319, + 13326 ], "loc": { "start": { - "line": 397, + "line": 390, "column": 13 }, "end": { - "line": 397, + "line": 390, "column": 20 } } }, "range": [ - 13431, - 13443 + 13314, + 13326 ], "loc": { "start": { - "line": 397, + "line": 390, "column": 8 }, "end": { - "line": 397, + "line": 390, "column": 20 } } @@ -30551,31 +30284,31 @@ "type": "Identifier", "name": "off", "range": [ - 13444, - 13447 + 13327, + 13330 ], "loc": { "start": { - "line": 397, + "line": 390, "column": 21 }, "end": { - "line": 397, + "line": 390, "column": 24 } } }, "range": [ - 13431, - 13447 + 13314, + 13330 ], "loc": { "start": { - "line": 397, + "line": 390, "column": 8 }, "end": { - "line": 397, + "line": 390, "column": 24 } } @@ -30589,32 +30322,32 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 13462, - 13483 + 13345, + 13366 ], "loc": { "start": { - "line": 398, + "line": 391, "column": 13 }, "end": { - "line": 398, + "line": 391, "column": 34 } } } ], "range": [ - 13461, - 13484 + 13344, + 13367 ], "loc": { "start": { - "line": 398, + "line": 391, "column": 12 }, "end": { - "line": 398, + "line": 391, "column": 35 } } @@ -30627,16 +30360,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13499, - 13507 + 13382, + 13390 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 13 }, "end": { - "line": 399, + "line": 392, "column": 21 } } @@ -30645,16 +30378,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 13509, - 13517 + 13392, + 13400 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 23 }, "end": { - "line": 399, + "line": 392, "column": 31 } } @@ -30663,16 +30396,16 @@ "type": "Identifier", "name": "isExternal", "range": [ - 13519, - 13529 + 13402, + 13412 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 33 }, "end": { - "line": 399, + "line": 392, "column": 43 } } @@ -30686,16 +30419,16 @@ "object": { "type": "ThisExpression", "range": [ - 13549, - 13553 + 13432, + 13436 ], "loc": { "start": { - "line": 400, + "line": 393, "column": 16 }, "end": { - "line": 400, + "line": 393, "column": 20 } } @@ -30704,31 +30437,31 @@ "type": "Identifier", "name": "build", "range": [ - 13554, - 13559 + 13437, + 13442 ], "loc": { "start": { - "line": 400, + "line": 393, "column": 21 }, "end": { - "line": 400, + "line": 393, "column": 26 } } }, "range": [ - 13549, - 13559 + 13432, + 13442 ], "loc": { "start": { - "line": 400, + "line": 393, "column": 16 }, "end": { - "line": 400, + "line": 393, "column": 26 } } @@ -30738,16 +30471,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13560, - 13568 + 13443, + 13451 ], "loc": { "start": { - "line": 400, + "line": 393, "column": 27 }, "end": { - "line": 400, + "line": 393, "column": 35 } } @@ -30756,16 +30489,16 @@ "type": "Identifier", "name": "isLinked", "range": [ - 13570, - 13578 + 13453, + 13461 ], "loc": { "start": { - "line": 400, + "line": 393, "column": 37 }, "end": { - "line": 400, + "line": 393, "column": 45 } } @@ -30774,32 +30507,32 @@ "type": "Identifier", "name": "isExternal", "range": [ - 13580, - 13590 + 13463, + 13473 ], "loc": { "start": { - "line": 400, + "line": 393, "column": 47 }, "end": { - "line": 400, + "line": 393, "column": 57 } } } ], "range": [ - 13549, - 13591 + 13432, + 13474 ], "loc": { "start": { - "line": 400, + "line": 393, "column": 16 }, "end": { - "line": 400, + "line": 393, "column": 58 } } @@ -30807,47 +30540,47 @@ "generator": false, "expression": true, "range": [ - 13498, - 13591 + 13381, + 13474 ], "loc": { "start": { - "line": 399, + "line": 392, "column": 12 }, "end": { - "line": 400, + "line": 393, "column": 58 } } } ], "range": [ - 13431, - 13601 + 13314, + 13484 ], "loc": { "start": { - "line": 397, + "line": 390, "column": 8 }, "end": { - "line": 401, + "line": 394, "column": 9 } } }, "range": [ - 13431, - 13602 + 13314, + 13485 ], "loc": { "start": { - "line": 397, + "line": 390, "column": 8 }, "end": { - "line": 401, + "line": 394, "column": 10 } } @@ -30865,16 +30598,16 @@ "object": { "type": "ThisExpression", "range": [ - 13611, - 13615 + 13494, + 13498 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 8 }, "end": { - "line": 402, + "line": 395, "column": 12 } } @@ -30883,31 +30616,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13616, - 13623 + 13499, + 13506 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 13 }, "end": { - "line": 402, + "line": 395, "column": 20 } } }, "range": [ - 13611, - 13623 + 13494, + 13506 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 8 }, "end": { - "line": 402, + "line": 395, "column": 20 } } @@ -30916,31 +30649,31 @@ "type": "Identifier", "name": "off", "range": [ - 13624, - 13627 + 13507, + 13510 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 21 }, "end": { - "line": 402, + "line": 395, "column": 24 } } }, "range": [ - 13611, - 13627 + 13494, + 13510 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 8 }, "end": { - "line": 402, + "line": 395, "column": 24 } } @@ -30954,32 +30687,32 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 13642, - 13658 + 13525, + 13541 ], "loc": { "start": { - "line": 403, + "line": 396, "column": 13 }, "end": { - "line": 403, + "line": 396, "column": 29 } } } ], "range": [ - 13641, - 13659 + 13524, + 13542 ], "loc": { "start": { - "line": 403, + "line": 396, "column": 12 }, "end": { - "line": 403, + "line": 396, "column": 30 } } @@ -30992,16 +30725,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13674, - 13676 + 13557, + 13559 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 13 }, "end": { - "line": 404, + "line": 397, "column": 15 } } @@ -31010,16 +30743,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13678, - 13686 + 13561, + 13569 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 17 }, "end": { - "line": 404, + "line": 397, "column": 25 } } @@ -31028,16 +30761,16 @@ "type": "Identifier", "name": "values", "range": [ - 13688, - 13694 + 13571, + 13577 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 27 }, "end": { - "line": 404, + "line": 397, "column": 33 } } @@ -31051,16 +30784,16 @@ "object": { "type": "ThisExpression", "range": [ - 13698, - 13702 + 13581, + 13585 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 37 }, "end": { - "line": 404, + "line": 397, "column": 41 } } @@ -31069,31 +30802,31 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 13703, - 13716 + 13586, + 13599 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 42 }, "end": { - "line": 404, + "line": 397, "column": 55 } } }, "range": [ - 13698, - 13716 + 13581, + 13599 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 37 }, "end": { - "line": 404, + "line": 397, "column": 55 } } @@ -31103,16 +30836,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13717, - 13725 + 13600, + 13608 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 56 }, "end": { - "line": 404, + "line": 397, "column": 64 } } @@ -31121,32 +30854,32 @@ "type": "Identifier", "name": "values", "range": [ - 13727, - 13733 + 13610, + 13616 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 66 }, "end": { - "line": 404, + "line": 397, "column": 72 } } } ], "range": [ - 13698, - 13734 + 13581, + 13617 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 37 }, "end": { - "line": 404, + "line": 397, "column": 73 } } @@ -31154,63 +30887,63 @@ "generator": false, "expression": true, "range": [ - 13673, - 13734 + 13556, + 13617 ], "loc": { "start": { - "line": 404, + "line": 397, "column": 12 }, "end": { - "line": 404, + "line": 397, "column": 73 } } } ], "range": [ - 13611, - 13744 + 13494, + 13627 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 8 }, "end": { - "line": 405, + "line": 398, "column": 9 } } }, "range": [ - 13611, - 13745 + 13494, + 13628 ], "loc": { "start": { - "line": 402, + "line": 395, "column": 8 }, "end": { - "line": 405, + "line": 398, "column": 10 } } } ], "range": [ - 13421, - 13751 + 13304, + 13634 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 13 }, "end": { - "line": 406, + "line": 399, "column": 5 } } @@ -31218,16 +30951,16 @@ "generator": false, "expression": false, "range": [ - 13419, - 13751 + 13302, + 13634 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 11 }, "end": { - "line": 406, + "line": 399, "column": 5 } } @@ -31235,16 +30968,16 @@ "kind": "method", "computed": false, "range": [ - 13412, - 13751 + 13295, + 13634 ], "loc": { "start": { - "line": 396, + "line": 389, "column": 4 }, "end": { - "line": 406, + "line": 399, "column": 5 } }, @@ -31253,16 +30986,16 @@ "type": "Line", "value": "if", "range": [ - 13384, - 13388 + 13267, + 13271 ], "loc": { "start": { - "line": 392, + "line": 385, "column": 13 }, "end": { - "line": 392, + "line": 385, "column": 17 } } @@ -31272,31 +31005,31 @@ } ], "range": [ - 214, - 13753 + 308, + 13636 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 37 }, "end": { - "line": 407, + "line": 400, "column": 1 } } }, "range": [ - 184, - 13753 + 278, + 13636 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 7 }, "end": { - "line": 407, + "line": 400, "column": 1 } }, @@ -31306,16 +31039,16 @@ "specifiers": [], "source": null, "range": [ - 177, - 13753 + 271, + 13636 ], "loc": { "start": { - "line": 8, + "line": 11, "column": 0 }, "end": { - "line": 407, + "line": 400, "column": 1 } } @@ -31324,7 +31057,7 @@ "sourceType": "module", "range": [ 0, - 13753 + 13636 ], "loc": { "start": { @@ -31332,7 +31065,7 @@ "column": 0 }, "end": { - "line": 407, + "line": 400, "column": 1 } }, @@ -31341,16 +31074,16 @@ "type": "Block", "value": "*\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 221, - 308 + 315, + 402 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 4 }, "end": { - "line": 13, + "line": 16, "column": 7 } } @@ -31359,16 +31092,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 370, - 393 + 464, + 487 ], "loc": { "start": { - "line": 17, + "line": 20, "column": 8 }, "end": { - "line": 17, + "line": 20, "column": 31 } } @@ -31377,16 +31110,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 530, - 557 + 624, + 651 ], "loc": { "start": { - "line": 22, + "line": 25, "column": 8 }, "end": { - "line": 22, + "line": 25, "column": 35 } } @@ -31395,16 +31128,16 @@ "type": "Line", "value": "sets select filling method: 'innerHTML' or 'createElement'", "range": [ - 629, - 689 + 723, + 783 ], "loc": { "start": { - "line": 24, + "line": 27, "column": 8 }, "end": { - "line": 24, + "line": 27, "column": 68 } } @@ -31413,16 +31146,16 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 771, - 837 + 865, + 931 ], "loc": { "start": { - "line": 26, + "line": 29, "column": 8 }, "end": { - "line": 26, + "line": 29, "column": 74 } } @@ -31431,16 +31164,16 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 940, - 983 + 1034, + 1077 ], "loc": { "start": { - "line": 29, + "line": 32, "column": 8 }, "end": { - "line": 29, + "line": 32, "column": 51 } } @@ -31449,16 +31182,16 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1414, - 1459 + 1508, + 1553 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 44, + "line": 47, "column": 53 } } @@ -31467,16 +31200,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": [ - 1777, - 2008 + 1871, + 2102 ], "loc": { "start": { - "line": 58, + "line": 61, "column": 4 }, "end": { - "line": 63, + "line": 66, "column": 7 } } @@ -31485,16 +31218,16 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2631, - 2672 + 2725, + 2766 ], "loc": { "start": { - "line": 82, + "line": 85, "column": 8 }, "end": { - "line": 82, + "line": 85, "column": 49 } } @@ -31503,16 +31236,16 @@ "type": "Line", "value": "1st option is created here since build isn't invoked", "range": [ - 2996, - 3050 + 3090, + 3144 ], "loc": { "start": { - "line": 95, + "line": 98, "column": 12 }, "end": { - "line": 95, + "line": 98, "column": 66 } } @@ -31521,16 +31254,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 * @param {Boolean} isExternal Render in external container\n * @param {String} extSlcId External container id\n ", "range": [ - 3647, - 3935 + 3741, + 4029 ], "loc": { "start": { - "line": 116, + "line": 119, "column": 4 }, "end": { - "line": 122, + "line": 125, "column": 7 } } @@ -31539,16 +31272,16 @@ "type": "Line", "value": "custom select test", "range": [ - 4540, - 4560 + 4634, + 4654 ], "loc": { "start": { - "line": 142, + "line": 145, "column": 8 }, "end": { - "line": 142, + "line": 145, "column": 28 } } @@ -31557,16 +31290,16 @@ "type": "Line", "value": "custom selects text", "range": [ - 4624, - 4645 + 4718, + 4739 ], "loc": { "start": { - "line": 145, + "line": 148, "column": 8 }, "end": { - "line": 145, + "line": 148, "column": 29 } } @@ -31575,16 +31308,16 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5092, - 5156 + 5186, + 5250 ], "loc": { "start": { - "line": 160, + "line": 163, "column": 12 }, "end": { - "line": 160, + "line": 163, "column": 76 } } @@ -31593,16 +31326,16 @@ "type": "Line", "value": " valid", "range": [ - 5169, - 5177 + 5263, + 5271 ], "loc": { "start": { - "line": 161, + "line": 164, "column": 12 }, "end": { - "line": 161, + "line": 164, "column": 20 } } @@ -31611,16 +31344,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5380, - 5413 + 5474, + 5507 ], "loc": { "start": { - "line": 169, + "line": 172, "column": 12 }, "end": { - "line": 169, + "line": 172, "column": 45 } } @@ -31629,16 +31362,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5524, - 5556 + 5618, + 5650 ], "loc": { "start": { - "line": 174, + "line": 177, "column": 12 }, "end": { - "line": 174, + "line": 177, "column": 44 } } @@ -31647,16 +31380,16 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell", "range": [ - 5615, - 5649 + 5709, + 5743 ], "loc": { "start": { - "line": 176, + "line": 179, "column": 16 }, "end": { - "line": 176, + "line": 179, "column": 50 } } @@ -31665,16 +31398,16 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6370, - 6390 + 6464, + 6484 ], "loc": { "start": { - "line": 189, + "line": 192, "column": 24 }, "end": { - "line": 189, + "line": 192, "column": 44 } } @@ -31683,16 +31416,16 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6487, - 6528 + 6581, + 6622 ], "loc": { "start": { - "line": 192, + "line": 195, "column": 20 }, "end": { - "line": 192, + "line": 195, "column": 61 } } @@ -31701,16 +31434,16 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 7242, - 7258 + 7336, + 7352 ], "loc": { "start": { - "line": 208, + "line": 211, "column": 17 }, "end": { - "line": 208, + "line": 211, "column": 33 } } @@ -31719,16 +31452,16 @@ "type": "Line", "value": "for j", "range": [ - 7272, - 7279 + 7366, + 7373 ], "loc": { "start": { - "line": 209, + "line": 212, "column": 13 }, "end": { - "line": 209, + "line": 212, "column": 20 } } @@ -31737,16 +31470,16 @@ "type": "Line", "value": "for k", "range": [ - 7289, - 7296 + 7383, + 7390 ], "loc": { "start": { - "line": 210, + "line": 213, "column": 9 }, "end": { - "line": 210, + "line": 213, "column": 16 } } @@ -31755,16 +31488,16 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7306, - 7331 + 7400, + 7425 ], "loc": { "start": { - "line": 212, + "line": 215, "column": 8 }, "end": { - "line": 212, + "line": 215, "column": 33 } } @@ -31773,16 +31506,16 @@ "type": "Line", "value": "asc sort", "range": [ - 7890, - 7900 + 7984, + 7994 ], "loc": { "start": { - "line": 231, + "line": 234, "column": 8 }, "end": { - "line": 231, + "line": 234, "column": 18 } } @@ -31791,16 +31524,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8498, - 8537 + 8486, + 8525 ], "loc": { "start": { - "line": 249, + "line": 247, "column": 13 }, "end": { - "line": 249, + "line": 247, "column": 52 } } @@ -31809,16 +31542,16 @@ "type": "Line", "value": "desc sort", "range": [ - 8556, - 8567 + 8544, + 8555 ], "loc": { "start": { - "line": 251, + "line": 249, "column": 8 }, "end": { - "line": 251, + "line": 249, "column": 19 } } @@ -31827,16 +31560,16 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9168, - 9207 + 9051, + 9090 ], "loc": { "start": { - "line": 269, + "line": 262, "column": 13 }, "end": { - "line": 269, + "line": 262, "column": 52 } } @@ -31845,16 +31578,16 @@ "type": "Line", "value": "populates drop-down", "range": [ - 9227, - 9248 + 9110, + 9131 ], "loc": { "start": { - "line": 272, + "line": 265, "column": 8 }, "end": { - "line": 272, + "line": 265, "column": 29 } } @@ -31863,16 +31596,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": [ - 9398, - 9672 + 9281, + 9555 ], "loc": { "start": { - "line": 278, + "line": 271, "column": 4 }, "end": { - "line": 284, + "line": 277, "column": 7 } } @@ -31881,16 +31614,16 @@ "type": "Line", "value": "option value", "range": [ - 10075, - 10089 + 9958, + 9972 ], "loc": { "start": { - "line": 297, + "line": 290, "column": 36 }, "end": { - "line": 297, + "line": 290, "column": 50 } } @@ -31899,16 +31632,16 @@ "type": "Line", "value": "option text", "range": [ - 10151, - 10164 + 10034, + 10047 ], "loc": { "start": { - "line": 298, + "line": 291, "column": 61 }, "end": { - "line": 298, + "line": 291, "column": 74 } } @@ -31917,16 +31650,16 @@ "type": "Line", "value": "fill select on demand", "range": [ - 10933, - 10956 + 10816, + 10839 ], "loc": { "start": { - "line": 319, + "line": 312, "column": 16 }, "end": { - "line": 319, + "line": 312, "column": 39 } } @@ -31935,16 +31668,16 @@ "type": "Line", "value": " for y", "range": [ - 11402, - 11410 + 11285, + 11293 ], "loc": { "start": { - "line": 331, + "line": 324, "column": 9 }, "end": { - "line": 331, + "line": 324, "column": 17 } } @@ -31953,16 +31686,16 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 11562, - 11654 + 11445, + 11537 ], "loc": { "start": { - "line": 339, + "line": 332, "column": 4 }, "end": { - "line": 342, + "line": 335, "column": 7 } } @@ -31971,16 +31704,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": [ - 12556, - 12725 + 12439, + 12608 ], "loc": { "start": { - "line": 370, + "line": 363, "column": 4 }, "end": { - "line": 374, + "line": 367, "column": 7 } } @@ -31989,16 +31722,16 @@ "type": "Line", "value": " Empty value means clear all selections and first option is the", "range": [ - 13028, - 13093 + 12911, + 12976 ], "loc": { "start": { - "line": 383, + "line": 376, "column": 12 }, "end": { - "line": 383, + "line": 376, "column": 77 } } @@ -32007,16 +31740,16 @@ "type": "Line", "value": " clear all option", "range": [ - 13106, - 13125 + 12989, + 13008 ], "loc": { "start": { - "line": 384, + "line": 377, "column": 12 }, "end": { - "line": 384, + "line": 377, "column": 31 } } @@ -32025,16 +31758,16 @@ "type": "Line", "value": "if", "range": [ - 13384, - 13388 + 13267, + 13271 ], "loc": { "start": { - "line": 392, + "line": 385, "column": 13 }, "end": { - "line": 392, + "line": 385, "column": 17 } } diff --git a/docs/ast/source/src/sort.js.json b/docs/ast/source/src/sort.js.json index e7696191..9f01a006 100644 --- a/docs/ast/source/src/sort.js.json +++ b/docs/ast/source/src/sort.js.json @@ -721,11 +721,385 @@ "column": 5 } } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "numSortAsc", + "range": [ + 189, + 199 + ], + "loc": { + "start": { + "line": 9, + "column": 4 + }, + "end": { + "line": 9, + "column": 14 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "a", + "range": [ + 200, + 201 + ], + "loc": { + "start": { + "line": 9, + "column": 15 + }, + "end": { + "line": 9, + "column": 16 + } + } + }, + { + "type": "Identifier", + "name": "b", + "range": [ + 203, + 204 + ], + "loc": { + "start": { + "line": 9, + "column": 18 + }, + "end": { + "line": 9, + "column": 19 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "BinaryExpression", + "operator": "-", + "left": { + "type": "Identifier", + "name": "a", + "range": [ + 223, + 224 + ], + "loc": { + "start": { + "line": 10, + "column": 16 + }, + "end": { + "line": 10, + "column": 17 + } + } + }, + "right": { + "type": "Identifier", + "name": "b", + "range": [ + 227, + 228 + ], + "loc": { + "start": { + "line": 10, + "column": 20 + }, + "end": { + "line": 10, + "column": 21 + } + } + }, + "range": [ + 223, + 228 + ], + "loc": { + "start": { + "line": 10, + "column": 16 + }, + "end": { + "line": 10, + "column": 21 + } + } + }, + "range": [ + 215, + 230 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 23 + } + } + } + ], + "range": [ + 205, + 236 + ], + "loc": { + "start": { + "line": 9, + "column": 20 + }, + "end": { + "line": 11, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 199, + 236 + ], + "loc": { + "start": { + "line": 9, + "column": 14 + }, + "end": { + "line": 11, + "column": 5 + } + } + }, + "kind": "init", + "method": true, + "shorthand": false, + "computed": false, + "range": [ + 189, + 236 + ], + "loc": { + "start": { + "line": 9, + "column": 4 + }, + "end": { + "line": 11, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "numSortDesc", + "range": [ + 242, + 253 + ], + "loc": { + "start": { + "line": 12, + "column": 4 + }, + "end": { + "line": 12, + "column": 15 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "a", + "range": [ + 254, + 255 + ], + "loc": { + "start": { + "line": 12, + "column": 16 + }, + "end": { + "line": 12, + "column": 17 + } + } + }, + { + "type": "Identifier", + "name": "b", + "range": [ + 257, + 258 + ], + "loc": { + "start": { + "line": 12, + "column": 19 + }, + "end": { + "line": 12, + "column": 20 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "BinaryExpression", + "operator": "-", + "left": { + "type": "Identifier", + "name": "b", + "range": [ + 277, + 278 + ], + "loc": { + "start": { + "line": 13, + "column": 16 + }, + "end": { + "line": 13, + "column": 17 + } + } + }, + "right": { + "type": "Identifier", + "name": "a", + "range": [ + 281, + 282 + ], + "loc": { + "start": { + "line": 13, + "column": 20 + }, + "end": { + "line": 13, + "column": 21 + } + } + }, + "range": [ + 277, + 282 + ], + "loc": { + "start": { + "line": 13, + "column": 16 + }, + "end": { + "line": 13, + "column": 21 + } + } + }, + "range": [ + 269, + 284 + ], + "loc": { + "start": { + "line": 13, + "column": 8 + }, + "end": { + "line": 13, + "column": 23 + } + } + } + ], + "range": [ + 259, + 290 + ], + "loc": { + "start": { + "line": 12, + "column": 21 + }, + "end": { + "line": 14, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 253, + 290 + ], + "loc": { + "start": { + "line": 12, + "column": 15 + }, + "end": { + "line": 14, + "column": 5 + } + } + }, + "kind": "init", + "method": true, + "shorthand": false, + "computed": false, + "range": [ + 242, + 290 + ], + "loc": { + "start": { + "line": 12, + "column": 4 + }, + "end": { + "line": 14, + "column": 5 + } + } } ], "range": [ 44, - 185 + 292 ], "loc": { "start": { @@ -733,7 +1107,7 @@ "column": 15 }, "end": { - "line": 9, + "line": 15, "column": 1 } }, @@ -742,7 +1116,7 @@ }, "range": [ 29, - 186 + 293 ], "loc": { "start": { @@ -750,7 +1124,7 @@ "column": 0 }, "end": { - "line": 9, + "line": 15, "column": 2 } } @@ -759,7 +1133,7 @@ "sourceType": "module", "range": [ 0, - 186 + 293 ], "loc": { "start": { @@ -767,7 +1141,7 @@ "column": 0 }, "end": { - "line": 9, + "line": 15, "column": 2 } }, diff --git a/docs/ast/source/src/tablefilter.js.json b/docs/ast/source/src/tablefilter.js.json index c55b2375..f51ac7ec 100644 --- a/docs/ast/source/src/tablefilter.js.json +++ b/docs/ast/source/src/tablefilter.js.json @@ -24498,12 +24498,11 @@ } }, "alternate": { - "type": "Literal", - "value": null, - "raw": "null", + "type": "ArrayExpression", + "elements": [], "range": [ 10910, - 10914 + 10912 ], "loc": { "start": { @@ -24512,13 +24511,13 @@ }, "end": { "line": 255, - "column": 67 + "column": 65 } } }, "range": [ 10873, - 10914 + 10912 ], "loc": { "start": { @@ -24527,13 +24526,13 @@ }, "end": { "line": 255, - "column": 67 + "column": 65 } } }, "range": [ 10855, - 10914 + 10912 ], "loc": { "start": { @@ -24542,13 +24541,13 @@ }, "end": { "line": 255, - "column": 67 + "column": 65 } } }, "range": [ 10855, - 10915 + 10913 ], "loc": { "start": { @@ -24557,7 +24556,7 @@ }, "end": { "line": 255, - "column": 68 + "column": 66 } }, "trailingComments": [ @@ -24565,8 +24564,8 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10924, - 10977 + 10922, + 10975 ], "loc": { "start": { @@ -24592,8 +24591,8 @@ "object": { "type": "ThisExpression", "range": [ - 10986, - 10990 + 10984, + 10988 ], "loc": { "start": { @@ -24610,8 +24609,8 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 10991, - 11004 + 10989, + 11002 ], "loc": { "start": { @@ -24625,8 +24624,8 @@ } }, "range": [ - 10986, - 11004 + 10984, + 11002 ], "loc": { "start": { @@ -24645,8 +24644,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11007, - 11014 + 11005, + 11012 ], "loc": { "start": { @@ -24667,8 +24666,8 @@ "type": "Identifier", "name": "f", "range": [ - 11015, - 11016 + 11013, + 11014 ], "loc": { "start": { @@ -24685,8 +24684,8 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 11017, - 11030 + 11015, + 11028 ], "loc": { "start": { @@ -24700,8 +24699,8 @@ } }, "range": [ - 11015, - 11030 + 11013, + 11028 ], "loc": { "start": { @@ -24716,8 +24715,8 @@ } ], "range": [ - 11007, - 11031 + 11005, + 11029 ], "loc": { "start": { @@ -24731,8 +24730,8 @@ } }, "range": [ - 10986, - 11031 + 10984, + 11029 ], "loc": { "start": { @@ -24746,8 +24745,8 @@ } }, "range": [ - 10986, - 11032 + 10984, + 11030 ], "loc": { "start": { @@ -24764,8 +24763,8 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10924, - 10977 + 10922, + 10975 ], "loc": { "start": { @@ -24791,8 +24790,8 @@ "object": { "type": "ThisExpression", "range": [ - 11041, - 11045 + 11039, + 11043 ], "loc": { "start": { @@ -24809,8 +24808,8 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 11046, - 11057 + 11044, + 11055 ], "loc": { "start": { @@ -24824,8 +24823,8 @@ } }, "range": [ - 11041, - 11057 + 11039, + 11055 ], "loc": { "start": { @@ -24846,8 +24845,8 @@ "object": { "type": "ThisExpression", "range": [ - 11060, - 11064 + 11058, + 11062 ], "loc": { "start": { @@ -24864,8 +24863,8 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 11065, - 11078 + 11063, + 11076 ], "loc": { "start": { @@ -24879,8 +24878,8 @@ } }, "range": [ - 11060, - 11078 + 11058, + 11076 ], "loc": { "start": { @@ -24900,8 +24899,8 @@ "type": "Identifier", "name": "f", "range": [ - 11081, - 11082 + 11079, + 11080 ], "loc": { "start": { @@ -24918,8 +24917,8 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 11083, - 11096 + 11081, + 11094 ], "loc": { "start": { @@ -24933,8 +24932,8 @@ } }, "range": [ - 11081, - 11096 + 11079, + 11094 ], "loc": { "start": { @@ -24948,12 +24947,11 @@ } }, "alternate": { - "type": "Literal", - "value": null, - "raw": "null", + "type": "ArrayExpression", + "elements": [], "range": [ - 11099, - 11103 + 11097, + 11099 ], "loc": { "start": { @@ -24962,13 +24960,13 @@ }, "end": { "line": 258, - "column": 70 + "column": 68 } } }, "range": [ - 11060, - 11103 + 11058, + 11099 ], "loc": { "start": { @@ -24977,13 +24975,13 @@ }, "end": { "line": 258, - "column": 70 + "column": 68 } } }, "range": [ - 11041, - 11103 + 11039, + 11099 ], "loc": { "start": { @@ -24992,13 +24990,13 @@ }, "end": { "line": 258, - "column": 70 + "column": 68 } } }, "range": [ - 11041, - 11104 + 11039, + 11100 ], "loc": { "start": { @@ -25007,7 +25005,7 @@ }, "end": { "line": 258, - "column": 71 + "column": 69 } }, "trailingComments": [ @@ -25015,8 +25013,8 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11113, - 11153 + 11109, + 11149 ], "loc": { "start": { @@ -25042,8 +25040,8 @@ "object": { "type": "ThisExpression", "range": [ - 11162, - 11166 + 11158, + 11162 ], "loc": { "start": { @@ -25060,8 +25058,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 11167, - 11182 + 11163, + 11178 ], "loc": { "start": { @@ -25075,8 +25073,8 @@ } }, "range": [ - 11162, - 11182 + 11158, + 11178 ], "loc": { "start": { @@ -25095,8 +25093,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11185, - 11192 + 11181, + 11188 ], "loc": { "start": { @@ -25117,8 +25115,8 @@ "type": "Identifier", "name": "f", "range": [ - 11193, - 11194 + 11189, + 11190 ], "loc": { "start": { @@ -25135,8 +25133,8 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 11195, - 11217 + 11191, + 11213 ], "loc": { "start": { @@ -25150,8 +25148,8 @@ } }, "range": [ - 11193, - 11217 + 11189, + 11213 ], "loc": { "start": { @@ -25166,8 +25164,8 @@ } ], "range": [ - 11185, - 11218 + 11181, + 11214 ], "loc": { "start": { @@ -25181,8 +25179,8 @@ } }, "range": [ - 11162, - 11218 + 11158, + 11214 ], "loc": { "start": { @@ -25196,8 +25194,8 @@ } }, "range": [ - 11162, - 11219 + 11158, + 11215 ], "loc": { "start": { @@ -25214,8 +25212,8 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11113, - 11153 + 11109, + 11149 ], "loc": { "start": { @@ -25241,8 +25239,8 @@ "object": { "type": "ThisExpression", "range": [ - 11228, - 11232 + 11224, + 11228 ], "loc": { "start": { @@ -25259,8 +25257,8 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 11233, - 11249 + 11229, + 11245 ], "loc": { "start": { @@ -25274,8 +25272,8 @@ } }, "range": [ - 11228, - 11249 + 11224, + 11245 ], "loc": { "start": { @@ -25297,8 +25295,8 @@ "type": "Identifier", "name": "Types", "range": [ - 11252, - 11257 + 11248, + 11253 ], "loc": { "start": { @@ -25315,8 +25313,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 11258, - 11263 + 11254, + 11259 ], "loc": { "start": { @@ -25330,8 +25328,8 @@ } }, "range": [ - 11252, - 11263 + 11248, + 11259 ], "loc": { "start": { @@ -25352,8 +25350,8 @@ "type": "Identifier", "name": "f", "range": [ - 11264, - 11265 + 11260, + 11261 ], "loc": { "start": { @@ -25370,8 +25368,8 @@ "type": "Identifier", "name": "custom_options", "range": [ - 11266, - 11280 + 11262, + 11276 ], "loc": { "start": { @@ -25385,8 +25383,8 @@ } }, "range": [ - 11264, - 11280 + 11260, + 11276 ], "loc": { "start": { @@ -25401,8 +25399,8 @@ } ], "range": [ - 11252, - 11281 + 11248, + 11277 ], "loc": { "start": { @@ -25416,8 +25414,8 @@ } }, "range": [ - 11228, - 11281 + 11224, + 11277 ], "loc": { "start": { @@ -25431,8 +25429,8 @@ } }, "range": [ - 11228, - 11282 + 11224, + 11278 ], "loc": { "start": { @@ -25456,8 +25454,8 @@ "object": { "type": "ThisExpression", "range": [ - 11291, - 11295 + 11287, + 11291 ], "loc": { "start": { @@ -25474,8 +25472,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 11296, - 11309 + 11292, + 11305 ], "loc": { "start": { @@ -25489,8 +25487,8 @@ } }, "range": [ - 11291, - 11309 + 11287, + 11305 ], "loc": { "start": { @@ -25510,8 +25508,8 @@ "type": "Identifier", "name": "f", "range": [ - 11312, - 11313 + 11308, + 11309 ], "loc": { "start": { @@ -25528,8 +25526,8 @@ "type": "Identifier", "name": "custom_options", "range": [ - 11314, - 11328 + 11310, + 11324 ], "loc": { "start": { @@ -25543,8 +25541,8 @@ } }, "range": [ - 11312, - 11328 + 11308, + 11324 ], "loc": { "start": { @@ -25558,8 +25556,8 @@ } }, "range": [ - 11291, - 11328 + 11287, + 11324 ], "loc": { "start": { @@ -25573,8 +25571,8 @@ } }, "range": [ - 11291, - 11329 + 11287, + 11325 ], "loc": { "start": { @@ -25591,8 +25589,8 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11339, - 11365 + 11335, + 11361 ], "loc": { "start": { @@ -25618,8 +25616,8 @@ "object": { "type": "ThisExpression", "range": [ - 11374, - 11378 + 11370, + 11374 ], "loc": { "start": { @@ -25636,8 +25634,8 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 11379, - 11390 + 11375, + 11386 ], "loc": { "start": { @@ -25651,8 +25649,8 @@ } }, "range": [ - 11374, - 11390 + 11370, + 11386 ], "loc": { "start": { @@ -25675,8 +25673,8 @@ "type": "Identifier", "name": "f", "range": [ - 11393, - 11394 + 11389, + 11390 ], "loc": { "start": { @@ -25693,8 +25691,8 @@ "type": "Identifier", "name": "regexp_operator", "range": [ - 11395, - 11410 + 11391, + 11406 ], "loc": { "start": { @@ -25708,8 +25706,8 @@ } }, "range": [ - 11393, - 11410 + 11389, + 11406 ], "loc": { "start": { @@ -25727,8 +25725,8 @@ "value": "rgx:", "raw": "'rgx:'", "range": [ - 11414, - 11420 + 11410, + 11416 ], "loc": { "start": { @@ -25742,8 +25740,8 @@ } }, "range": [ - 11393, - 11420 + 11389, + 11416 ], "loc": { "start": { @@ -25757,8 +25755,8 @@ } }, "range": [ - 11374, - 11420 + 11370, + 11416 ], "loc": { "start": { @@ -25772,8 +25770,8 @@ } }, "range": [ - 11374, - 11421 + 11370, + 11417 ], "loc": { "start": { @@ -25790,8 +25788,8 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11339, - 11365 + 11335, + 11361 ], "loc": { "start": { @@ -25817,8 +25815,8 @@ "object": { "type": "ThisExpression", "range": [ - 11430, - 11434 + 11426, + 11430 ], "loc": { "start": { @@ -25835,8 +25833,8 @@ "type": "Identifier", "name": "emOperator", "range": [ - 11435, - 11445 + 11431, + 11441 ], "loc": { "start": { @@ -25850,8 +25848,8 @@ } }, "range": [ - 11430, - 11445 + 11426, + 11441 ], "loc": { "start": { @@ -25874,8 +25872,8 @@ "type": "Identifier", "name": "f", "range": [ - 11448, - 11449 + 11444, + 11445 ], "loc": { "start": { @@ -25892,8 +25890,8 @@ "type": "Identifier", "name": "empty_operator", "range": [ - 11450, - 11464 + 11446, + 11460 ], "loc": { "start": { @@ -25907,8 +25905,8 @@ } }, "range": [ - 11448, - 11464 + 11444, + 11460 ], "loc": { "start": { @@ -25926,8 +25924,8 @@ "value": "[empty]", "raw": "'[empty]'", "range": [ - 11468, - 11477 + 11464, + 11473 ], "loc": { "start": { @@ -25941,8 +25939,8 @@ } }, "range": [ - 11448, - 11477 + 11444, + 11473 ], "loc": { "start": { @@ -25956,8 +25954,8 @@ } }, "range": [ - 11430, - 11477 + 11426, + 11473 ], "loc": { "start": { @@ -25971,8 +25969,8 @@ } }, "range": [ - 11430, - 11478 + 11426, + 11474 ], "loc": { "start": { @@ -25996,8 +25994,8 @@ "object": { "type": "ThisExpression", "range": [ - 11487, - 11491 + 11483, + 11487 ], "loc": { "start": { @@ -26014,8 +26012,8 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11492, - 11502 + 11488, + 11498 ], "loc": { "start": { @@ -26029,8 +26027,8 @@ } }, "range": [ - 11487, - 11502 + 11483, + 11498 ], "loc": { "start": { @@ -26053,8 +26051,8 @@ "type": "Identifier", "name": "f", "range": [ - 11505, - 11506 + 11501, + 11502 ], "loc": { "start": { @@ -26071,8 +26069,8 @@ "type": "Identifier", "name": "nonempty_operator", "range": [ - 11507, - 11524 + 11503, + 11520 ], "loc": { "start": { @@ -26086,8 +26084,8 @@ } }, "range": [ - 11505, - 11524 + 11501, + 11520 ], "loc": { "start": { @@ -26105,8 +26103,8 @@ "value": "[nonempty]", "raw": "'[nonempty]'", "range": [ - 11528, - 11540 + 11524, + 11536 ], "loc": { "start": { @@ -26120,8 +26118,8 @@ } }, "range": [ - 11505, - 11540 + 11501, + 11536 ], "loc": { "start": { @@ -26135,8 +26133,8 @@ } }, "range": [ - 11487, - 11540 + 11483, + 11536 ], "loc": { "start": { @@ -26150,8 +26148,8 @@ } }, "range": [ - 11487, - 11541 + 11483, + 11537 ], "loc": { "start": { @@ -26175,8 +26173,8 @@ "object": { "type": "ThisExpression", "range": [ - 11550, - 11554 + 11546, + 11550 ], "loc": { "start": { @@ -26193,8 +26191,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 11555, - 11565 + 11551, + 11561 ], "loc": { "start": { @@ -26208,8 +26206,8 @@ } }, "range": [ - 11550, - 11565 + 11546, + 11561 ], "loc": { "start": { @@ -26232,8 +26230,8 @@ "type": "Identifier", "name": "f", "range": [ - 11568, - 11569 + 11564, + 11565 ], "loc": { "start": { @@ -26250,8 +26248,8 @@ "type": "Identifier", "name": "or_operator", "range": [ - 11570, - 11581 + 11566, + 11577 ], "loc": { "start": { @@ -26265,8 +26263,8 @@ } }, "range": [ - 11568, - 11581 + 11564, + 11577 ], "loc": { "start": { @@ -26284,8 +26282,8 @@ "value": "||", "raw": "'||'", "range": [ - 11585, - 11589 + 11581, + 11585 ], "loc": { "start": { @@ -26299,8 +26297,8 @@ } }, "range": [ - 11568, - 11589 + 11564, + 11585 ], "loc": { "start": { @@ -26314,8 +26312,8 @@ } }, "range": [ - 11550, - 11589 + 11546, + 11585 ], "loc": { "start": { @@ -26329,8 +26327,8 @@ } }, "range": [ - 11550, - 11590 + 11546, + 11586 ], "loc": { "start": { @@ -26354,8 +26352,8 @@ "object": { "type": "ThisExpression", "range": [ - 11599, - 11603 + 11595, + 11599 ], "loc": { "start": { @@ -26372,8 +26370,8 @@ "type": "Identifier", "name": "anOperator", "range": [ - 11604, - 11614 + 11600, + 11610 ], "loc": { "start": { @@ -26387,8 +26385,8 @@ } }, "range": [ - 11599, - 11614 + 11595, + 11610 ], "loc": { "start": { @@ -26411,8 +26409,8 @@ "type": "Identifier", "name": "f", "range": [ - 11617, - 11618 + 11613, + 11614 ], "loc": { "start": { @@ -26429,8 +26427,8 @@ "type": "Identifier", "name": "and_operator", "range": [ - 11619, - 11631 + 11615, + 11627 ], "loc": { "start": { @@ -26444,8 +26442,8 @@ } }, "range": [ - 11617, - 11631 + 11613, + 11627 ], "loc": { "start": { @@ -26463,8 +26461,8 @@ "value": "&&", "raw": "'&&'", "range": [ - 11635, - 11639 + 11631, + 11635 ], "loc": { "start": { @@ -26478,8 +26476,8 @@ } }, "range": [ - 11617, - 11639 + 11613, + 11635 ], "loc": { "start": { @@ -26493,8 +26491,8 @@ } }, "range": [ - 11599, - 11639 + 11595, + 11635 ], "loc": { "start": { @@ -26508,8 +26506,8 @@ } }, "range": [ - 11599, - 11640 + 11595, + 11636 ], "loc": { "start": { @@ -26533,8 +26531,8 @@ "object": { "type": "ThisExpression", "range": [ - 11649, - 11653 + 11645, + 11649 ], "loc": { "start": { @@ -26551,8 +26549,8 @@ "type": "Identifier", "name": "grOperator", "range": [ - 11654, - 11664 + 11650, + 11660 ], "loc": { "start": { @@ -26566,8 +26564,8 @@ } }, "range": [ - 11649, - 11664 + 11645, + 11660 ], "loc": { "start": { @@ -26590,8 +26588,8 @@ "type": "Identifier", "name": "f", "range": [ - 11667, - 11668 + 11663, + 11664 ], "loc": { "start": { @@ -26608,8 +26606,8 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 11669, - 11685 + 11665, + 11681 ], "loc": { "start": { @@ -26623,8 +26621,8 @@ } }, "range": [ - 11667, - 11685 + 11663, + 11681 ], "loc": { "start": { @@ -26642,8 +26640,8 @@ "value": ">", "raw": "'>'", "range": [ - 11689, - 11692 + 11685, + 11688 ], "loc": { "start": { @@ -26657,8 +26655,8 @@ } }, "range": [ - 11667, - 11692 + 11663, + 11688 ], "loc": { "start": { @@ -26672,8 +26670,8 @@ } }, "range": [ - 11649, - 11692 + 11645, + 11688 ], "loc": { "start": { @@ -26687,8 +26685,8 @@ } }, "range": [ - 11649, - 11693 + 11645, + 11689 ], "loc": { "start": { @@ -26712,8 +26710,8 @@ "object": { "type": "ThisExpression", "range": [ - 11702, - 11706 + 11698, + 11702 ], "loc": { "start": { @@ -26730,8 +26728,8 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 11707, - 11717 + 11703, + 11713 ], "loc": { "start": { @@ -26745,8 +26743,8 @@ } }, "range": [ - 11702, - 11717 + 11698, + 11713 ], "loc": { "start": { @@ -26769,8 +26767,8 @@ "type": "Identifier", "name": "f", "range": [ - 11720, - 11721 + 11716, + 11717 ], "loc": { "start": { @@ -26787,8 +26785,8 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 11722, - 11736 + 11718, + 11732 ], "loc": { "start": { @@ -26802,8 +26800,8 @@ } }, "range": [ - 11720, - 11736 + 11716, + 11732 ], "loc": { "start": { @@ -26821,8 +26819,8 @@ "value": "<", "raw": "'<'", "range": [ - 11740, - 11743 + 11736, + 11739 ], "loc": { "start": { @@ -26836,8 +26834,8 @@ } }, "range": [ - 11720, - 11743 + 11716, + 11739 ], "loc": { "start": { @@ -26851,8 +26849,8 @@ } }, "range": [ - 11702, - 11743 + 11698, + 11739 ], "loc": { "start": { @@ -26866,8 +26864,8 @@ } }, "range": [ - 11702, - 11744 + 11698, + 11740 ], "loc": { "start": { @@ -26891,8 +26889,8 @@ "object": { "type": "ThisExpression", "range": [ - 11753, - 11757 + 11749, + 11753 ], "loc": { "start": { @@ -26909,8 +26907,8 @@ "type": "Identifier", "name": "leOperator", "range": [ - 11758, - 11768 + 11754, + 11764 ], "loc": { "start": { @@ -26924,8 +26922,8 @@ } }, "range": [ - 11753, - 11768 + 11749, + 11764 ], "loc": { "start": { @@ -26948,8 +26946,8 @@ "type": "Identifier", "name": "f", "range": [ - 11771, - 11772 + 11767, + 11768 ], "loc": { "start": { @@ -26966,8 +26964,8 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 11773, - 11793 + 11769, + 11789 ], "loc": { "start": { @@ -26981,8 +26979,8 @@ } }, "range": [ - 11771, - 11793 + 11767, + 11789 ], "loc": { "start": { @@ -27000,8 +26998,8 @@ "value": "<=", "raw": "'<='", "range": [ - 11797, - 11801 + 11793, + 11797 ], "loc": { "start": { @@ -27015,8 +27013,8 @@ } }, "range": [ - 11771, - 11801 + 11767, + 11797 ], "loc": { "start": { @@ -27030,8 +27028,8 @@ } }, "range": [ - 11753, - 11801 + 11749, + 11797 ], "loc": { "start": { @@ -27045,8 +27043,8 @@ } }, "range": [ - 11753, - 11802 + 11749, + 11798 ], "loc": { "start": { @@ -27070,8 +27068,8 @@ "object": { "type": "ThisExpression", "range": [ - 11811, - 11815 + 11807, + 11811 ], "loc": { "start": { @@ -27088,8 +27086,8 @@ "type": "Identifier", "name": "geOperator", "range": [ - 11816, - 11826 + 11812, + 11822 ], "loc": { "start": { @@ -27103,8 +27101,8 @@ } }, "range": [ - 11811, - 11826 + 11807, + 11822 ], "loc": { "start": { @@ -27127,8 +27125,8 @@ "type": "Identifier", "name": "f", "range": [ - 11829, - 11830 + 11825, + 11826 ], "loc": { "start": { @@ -27145,8 +27143,8 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 11831, - 11853 + 11827, + 11849 ], "loc": { "start": { @@ -27160,8 +27158,8 @@ } }, "range": [ - 11829, - 11853 + 11825, + 11849 ], "loc": { "start": { @@ -27179,8 +27177,8 @@ "value": ">=", "raw": "'>='", "range": [ - 11857, - 11861 + 11853, + 11857 ], "loc": { "start": { @@ -27194,8 +27192,8 @@ } }, "range": [ - 11829, - 11861 + 11825, + 11857 ], "loc": { "start": { @@ -27209,8 +27207,8 @@ } }, "range": [ - 11811, - 11861 + 11807, + 11857 ], "loc": { "start": { @@ -27224,8 +27222,8 @@ } }, "range": [ - 11811, - 11862 + 11807, + 11858 ], "loc": { "start": { @@ -27249,8 +27247,8 @@ "object": { "type": "ThisExpression", "range": [ - 11871, - 11875 + 11867, + 11871 ], "loc": { "start": { @@ -27267,8 +27265,8 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 11876, - 11886 + 11872, + 11882 ], "loc": { "start": { @@ -27282,8 +27280,8 @@ } }, "range": [ - 11871, - 11886 + 11867, + 11882 ], "loc": { "start": { @@ -27306,8 +27304,8 @@ "type": "Identifier", "name": "f", "range": [ - 11889, - 11890 + 11885, + 11886 ], "loc": { "start": { @@ -27324,8 +27322,8 @@ "type": "Identifier", "name": "different_operator", "range": [ - 11891, - 11909 + 11887, + 11905 ], "loc": { "start": { @@ -27339,8 +27337,8 @@ } }, "range": [ - 11889, - 11909 + 11885, + 11905 ], "loc": { "start": { @@ -27358,8 +27356,8 @@ "value": "!", "raw": "'!'", "range": [ - 11913, - 11916 + 11909, + 11912 ], "loc": { "start": { @@ -27373,8 +27371,8 @@ } }, "range": [ - 11889, - 11916 + 11885, + 11912 ], "loc": { "start": { @@ -27388,8 +27386,8 @@ } }, "range": [ - 11871, - 11916 + 11867, + 11912 ], "loc": { "start": { @@ -27403,8 +27401,8 @@ } }, "range": [ - 11871, - 11917 + 11867, + 11913 ], "loc": { "start": { @@ -27428,8 +27426,8 @@ "object": { "type": "ThisExpression", "range": [ - 11926, - 11930 + 11922, + 11926 ], "loc": { "start": { @@ -27446,8 +27444,8 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 11931, - 11941 + 11927, + 11937 ], "loc": { "start": { @@ -27461,8 +27459,8 @@ } }, "range": [ - 11926, - 11941 + 11922, + 11937 ], "loc": { "start": { @@ -27485,8 +27483,8 @@ "type": "Identifier", "name": "f", "range": [ - 11944, - 11945 + 11940, + 11941 ], "loc": { "start": { @@ -27503,8 +27501,8 @@ "type": "Identifier", "name": "like_operator", "range": [ - 11946, - 11959 + 11942, + 11955 ], "loc": { "start": { @@ -27518,8 +27516,8 @@ } }, "range": [ - 11944, - 11959 + 11940, + 11955 ], "loc": { "start": { @@ -27537,8 +27535,8 @@ "value": "*", "raw": "'*'", "range": [ - 11963, - 11966 + 11959, + 11962 ], "loc": { "start": { @@ -27552,8 +27550,8 @@ } }, "range": [ - 11944, - 11966 + 11940, + 11962 ], "loc": { "start": { @@ -27567,8 +27565,8 @@ } }, "range": [ - 11926, - 11966 + 11922, + 11962 ], "loc": { "start": { @@ -27582,8 +27580,8 @@ } }, "range": [ - 11926, - 11967 + 11922, + 11963 ], "loc": { "start": { @@ -27607,8 +27605,8 @@ "object": { "type": "ThisExpression", "range": [ - 11976, - 11980 + 11972, + 11976 ], "loc": { "start": { @@ -27625,8 +27623,8 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 11981, - 11991 + 11977, + 11987 ], "loc": { "start": { @@ -27640,8 +27638,8 @@ } }, "range": [ - 11976, - 11991 + 11972, + 11987 ], "loc": { "start": { @@ -27664,8 +27662,8 @@ "type": "Identifier", "name": "f", "range": [ - 11994, - 11995 + 11990, + 11991 ], "loc": { "start": { @@ -27682,8 +27680,8 @@ "type": "Identifier", "name": "equal_operator", "range": [ - 11996, - 12010 + 11992, + 12006 ], "loc": { "start": { @@ -27697,8 +27695,8 @@ } }, "range": [ - 11994, - 12010 + 11990, + 12006 ], "loc": { "start": { @@ -27716,8 +27714,8 @@ "value": "=", "raw": "'='", "range": [ - 12014, - 12017 + 12010, + 12013 ], "loc": { "start": { @@ -27731,8 +27729,8 @@ } }, "range": [ - 11994, - 12017 + 11990, + 12013 ], "loc": { "start": { @@ -27746,8 +27744,8 @@ } }, "range": [ - 11976, - 12017 + 11972, + 12013 ], "loc": { "start": { @@ -27761,8 +27759,8 @@ } }, "range": [ - 11976, - 12018 + 11972, + 12014 ], "loc": { "start": { @@ -27786,8 +27784,8 @@ "object": { "type": "ThisExpression", "range": [ - 12027, - 12031 + 12023, + 12027 ], "loc": { "start": { @@ -27804,8 +27802,8 @@ "type": "Identifier", "name": "stOperator", "range": [ - 12032, - 12042 + 12028, + 12038 ], "loc": { "start": { @@ -27819,8 +27817,8 @@ } }, "range": [ - 12027, - 12042 + 12023, + 12038 ], "loc": { "start": { @@ -27843,8 +27841,8 @@ "type": "Identifier", "name": "f", "range": [ - 12045, - 12046 + 12041, + 12042 ], "loc": { "start": { @@ -27861,8 +27859,8 @@ "type": "Identifier", "name": "start_with_operator", "range": [ - 12047, - 12066 + 12043, + 12062 ], "loc": { "start": { @@ -27876,8 +27874,8 @@ } }, "range": [ - 12045, - 12066 + 12041, + 12062 ], "loc": { "start": { @@ -27895,8 +27893,8 @@ "value": "{", "raw": "'{'", "range": [ - 12070, - 12073 + 12066, + 12069 ], "loc": { "start": { @@ -27910,8 +27908,8 @@ } }, "range": [ - 12045, - 12073 + 12041, + 12069 ], "loc": { "start": { @@ -27925,8 +27923,8 @@ } }, "range": [ - 12027, - 12073 + 12023, + 12069 ], "loc": { "start": { @@ -27940,8 +27938,8 @@ } }, "range": [ - 12027, - 12074 + 12023, + 12070 ], "loc": { "start": { @@ -27965,8 +27963,8 @@ "object": { "type": "ThisExpression", "range": [ - 12083, - 12087 + 12079, + 12083 ], "loc": { "start": { @@ -27983,8 +27981,8 @@ "type": "Identifier", "name": "enOperator", "range": [ - 12088, - 12098 + 12084, + 12094 ], "loc": { "start": { @@ -27998,8 +27996,8 @@ } }, "range": [ - 12083, - 12098 + 12079, + 12094 ], "loc": { "start": { @@ -28022,8 +28020,8 @@ "type": "Identifier", "name": "f", "range": [ - 12101, - 12102 + 12097, + 12098 ], "loc": { "start": { @@ -28040,8 +28038,8 @@ "type": "Identifier", "name": "end_with_operator", "range": [ - 12103, - 12120 + 12099, + 12116 ], "loc": { "start": { @@ -28055,8 +28053,8 @@ } }, "range": [ - 12101, - 12120 + 12097, + 12116 ], "loc": { "start": { @@ -28074,8 +28072,8 @@ "value": "}", "raw": "'}'", "range": [ - 12124, - 12127 + 12120, + 12123 ], "loc": { "start": { @@ -28089,8 +28087,8 @@ } }, "range": [ - 12101, - 12127 + 12097, + 12123 ], "loc": { "start": { @@ -28104,8 +28102,8 @@ } }, "range": [ - 12083, - 12127 + 12079, + 12123 ], "loc": { "start": { @@ -28119,8 +28117,8 @@ } }, "range": [ - 12083, - 12128 + 12079, + 12124 ], "loc": { "start": { @@ -28144,8 +28142,8 @@ "object": { "type": "ThisExpression", "range": [ - 12137, - 12141 + 12133, + 12137 ], "loc": { "start": { @@ -28162,8 +28160,8 @@ "type": "Identifier", "name": "curExp", "range": [ - 12142, - 12148 + 12138, + 12144 ], "loc": { "start": { @@ -28177,8 +28175,8 @@ } }, "range": [ - 12137, - 12148 + 12133, + 12144 ], "loc": { "start": { @@ -28201,8 +28199,8 @@ "type": "Identifier", "name": "f", "range": [ - 12151, - 12152 + 12147, + 12148 ], "loc": { "start": { @@ -28219,8 +28217,8 @@ "type": "Identifier", "name": "cur_exp", "range": [ - 12153, - 12160 + 12149, + 12156 ], "loc": { "start": { @@ -28234,8 +28232,8 @@ } }, "range": [ - 12151, - 12160 + 12147, + 12156 ], "loc": { "start": { @@ -28253,8 +28251,8 @@ "value": "^[¥£€$]", "raw": "'^[¥£€$]'", "range": [ - 12164, - 12173 + 12160, + 12169 ], "loc": { "start": { @@ -28268,8 +28266,8 @@ } }, "range": [ - 12151, - 12173 + 12147, + 12169 ], "loc": { "start": { @@ -28283,8 +28281,8 @@ } }, "range": [ - 12137, - 12173 + 12133, + 12169 ], "loc": { "start": { @@ -28298,8 +28296,8 @@ } }, "range": [ - 12137, - 12174 + 12133, + 12170 ], "loc": { "start": { @@ -28323,8 +28321,8 @@ "object": { "type": "ThisExpression", "range": [ - 12183, - 12187 + 12179, + 12183 ], "loc": { "start": { @@ -28341,8 +28339,8 @@ "type": "Identifier", "name": "separator", "range": [ - 12188, - 12197 + 12184, + 12193 ], "loc": { "start": { @@ -28356,8 +28354,8 @@ } }, "range": [ - 12183, - 12197 + 12179, + 12193 ], "loc": { "start": { @@ -28380,8 +28378,8 @@ "type": "Identifier", "name": "f", "range": [ - 12200, - 12201 + 12196, + 12197 ], "loc": { "start": { @@ -28398,8 +28396,8 @@ "type": "Identifier", "name": "separator", "range": [ - 12202, - 12211 + 12198, + 12207 ], "loc": { "start": { @@ -28413,8 +28411,8 @@ } }, "range": [ - 12200, - 12211 + 12196, + 12207 ], "loc": { "start": { @@ -28432,8 +28430,8 @@ "value": ",", "raw": "','", "range": [ - 12215, - 12218 + 12211, + 12214 ], "loc": { "start": { @@ -28447,8 +28445,8 @@ } }, "range": [ - 12200, - 12218 + 12196, + 12214 ], "loc": { "start": { @@ -28462,8 +28460,8 @@ } }, "range": [ - 12183, - 12218 + 12179, + 12214 ], "loc": { "start": { @@ -28477,8 +28475,8 @@ } }, "range": [ - 12183, - 12219 + 12179, + 12215 ], "loc": { "start": { @@ -28495,8 +28493,8 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12229, - 12251 + 12225, + 12247 ], "loc": { "start": { @@ -28513,8 +28511,8 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12260, - 12285 + 12256, + 12281 ], "loc": { "start": { @@ -28540,8 +28538,8 @@ "object": { "type": "ThisExpression", "range": [ - 12294, - 12298 + 12290, + 12294 ], "loc": { "start": { @@ -28558,8 +28556,8 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 12299, - 12310 + 12295, + 12306 ], "loc": { "start": { @@ -28573,8 +28571,8 @@ } }, "range": [ - 12294, - 12310 + 12290, + 12306 ], "loc": { "start": { @@ -28593,8 +28591,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12313, - 12320 + 12309, + 12316 ], "loc": { "start": { @@ -28615,8 +28613,8 @@ "type": "Identifier", "name": "f", "range": [ - 12321, - 12322 + 12317, + 12318 ], "loc": { "start": { @@ -28633,8 +28631,8 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 12323, - 12335 + 12319, + 12331 ], "loc": { "start": { @@ -28648,8 +28646,8 @@ } }, "range": [ - 12321, - 12335 + 12317, + 12331 ], "loc": { "start": { @@ -28664,8 +28662,8 @@ } ], "range": [ - 12313, - 12336 + 12309, + 12332 ], "loc": { "start": { @@ -28679,8 +28677,8 @@ } }, "range": [ - 12294, - 12336 + 12290, + 12332 ], "loc": { "start": { @@ -28694,8 +28692,8 @@ } }, "range": [ - 12294, - 12337 + 12290, + 12333 ], "loc": { "start": { @@ -28712,8 +28710,8 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12229, - 12251 + 12225, + 12247 ], "loc": { "start": { @@ -28730,8 +28728,8 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12260, - 12285 + 12256, + 12281 ], "loc": { "start": { @@ -28750,8 +28748,8 @@ "type": "Block", "value": "** status bar **", "range": [ - 12347, - 12367 + 12343, + 12363 ], "loc": { "start": { @@ -28768,8 +28766,8 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12376, - 12399 + 12372, + 12395 ], "loc": { "start": { @@ -28795,8 +28793,8 @@ "object": { "type": "ThisExpression", "range": [ - 12408, - 12412 + 12404, + 12408 ], "loc": { "start": { @@ -28813,8 +28811,8 @@ "type": "Identifier", "name": "statusBar", "range": [ - 12413, - 12422 + 12409, + 12418 ], "loc": { "start": { @@ -28828,8 +28826,8 @@ } }, "range": [ - 12408, - 12422 + 12404, + 12418 ], "loc": { "start": { @@ -28848,8 +28846,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12425, - 12432 + 12421, + 12428 ], "loc": { "start": { @@ -28870,8 +28868,8 @@ "type": "Identifier", "name": "f", "range": [ - 12433, - 12434 + 12429, + 12430 ], "loc": { "start": { @@ -28888,8 +28886,8 @@ "type": "Identifier", "name": "status_bar", "range": [ - 12435, - 12445 + 12431, + 12441 ], "loc": { "start": { @@ -28903,8 +28901,8 @@ } }, "range": [ - 12433, - 12445 + 12429, + 12441 ], "loc": { "start": { @@ -28919,8 +28917,8 @@ } ], "range": [ - 12425, - 12446 + 12421, + 12442 ], "loc": { "start": { @@ -28934,8 +28932,8 @@ } }, "range": [ - 12408, - 12446 + 12404, + 12442 ], "loc": { "start": { @@ -28949,8 +28947,8 @@ } }, "range": [ - 12408, - 12447 + 12404, + 12443 ], "loc": { "start": { @@ -28967,8 +28965,8 @@ "type": "Block", "value": "** status bar **", "range": [ - 12347, - 12367 + 12343, + 12363 ], "loc": { "start": { @@ -28985,8 +28983,8 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12376, - 12399 + 12372, + 12395 ], "loc": { "start": { @@ -29005,8 +29003,8 @@ "type": "Block", "value": "** loader **", "range": [ - 12457, - 12473 + 12453, + 12469 ], "loc": { "start": { @@ -29023,8 +29021,8 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12482, - 12525 + 12478, + 12521 ], "loc": { "start": { @@ -29050,8 +29048,8 @@ "object": { "type": "ThisExpression", "range": [ - 12534, - 12538 + 12530, + 12534 ], "loc": { "start": { @@ -29068,8 +29066,8 @@ "type": "Identifier", "name": "loader", "range": [ - 12539, - 12545 + 12535, + 12541 ], "loc": { "start": { @@ -29083,8 +29081,8 @@ } }, "range": [ - 12534, - 12545 + 12530, + 12541 ], "loc": { "start": { @@ -29103,8 +29101,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12548, - 12555 + 12544, + 12551 ], "loc": { "start": { @@ -29125,8 +29123,8 @@ "type": "Identifier", "name": "f", "range": [ - 12556, - 12557 + 12552, + 12553 ], "loc": { "start": { @@ -29143,8 +29141,8 @@ "type": "Identifier", "name": "loader", "range": [ - 12558, - 12564 + 12554, + 12560 ], "loc": { "start": { @@ -29158,8 +29156,8 @@ } }, "range": [ - 12556, - 12564 + 12552, + 12560 ], "loc": { "start": { @@ -29174,8 +29172,8 @@ } ], "range": [ - 12548, - 12565 + 12544, + 12561 ], "loc": { "start": { @@ -29189,8 +29187,8 @@ } }, "range": [ - 12534, - 12565 + 12530, + 12561 ], "loc": { "start": { @@ -29204,8 +29202,8 @@ } }, "range": [ - 12534, - 12566 + 12530, + 12562 ], "loc": { "start": { @@ -29222,8 +29220,8 @@ "type": "Block", "value": "** loader **", "range": [ - 12457, - 12473 + 12453, + 12469 ], "loc": { "start": { @@ -29240,8 +29238,8 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12482, - 12525 + 12478, + 12521 ], "loc": { "start": { @@ -29260,8 +29258,8 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12576, - 12618 + 12572, + 12614 ], "loc": { "start": { @@ -29278,8 +29276,8 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12627, - 12666 + 12623, + 12662 ], "loc": { "start": { @@ -29305,8 +29303,8 @@ "object": { "type": "ThisExpression", "range": [ - 12675, - 12679 + 12671, + 12675 ], "loc": { "start": { @@ -29323,8 +29321,8 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 12680, - 12690 + 12676, + 12686 ], "loc": { "start": { @@ -29338,8 +29336,8 @@ } }, "range": [ - 12675, - 12690 + 12671, + 12686 ], "loc": { "start": { @@ -29358,8 +29356,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12693, - 12700 + 12689, + 12696 ], "loc": { "start": { @@ -29380,8 +29378,8 @@ "type": "Identifier", "name": "f", "range": [ - 12701, - 12702 + 12697, + 12698 ], "loc": { "start": { @@ -29398,8 +29396,8 @@ "type": "Identifier", "name": "btn", "range": [ - 12703, - 12706 + 12699, + 12702 ], "loc": { "start": { @@ -29413,8 +29411,8 @@ } }, "range": [ - 12701, - 12706 + 12697, + 12702 ], "loc": { "start": { @@ -29429,8 +29427,8 @@ } ], "range": [ - 12693, - 12707 + 12689, + 12703 ], "loc": { "start": { @@ -29444,8 +29442,8 @@ } }, "range": [ - 12675, - 12707 + 12671, + 12703 ], "loc": { "start": { @@ -29459,8 +29457,8 @@ } }, "range": [ - 12675, - 12708 + 12671, + 12704 ], "loc": { "start": { @@ -29477,8 +29475,8 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12576, - 12618 + 12572, + 12614 ], "loc": { "start": { @@ -29495,8 +29493,8 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12627, - 12666 + 12623, + 12662 ], "loc": { "start": { @@ -29515,8 +29513,8 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12717, - 12749 + 12713, + 12745 ], "loc": { "start": { @@ -29542,8 +29540,8 @@ "object": { "type": "ThisExpression", "range": [ - 12758, - 12762 + 12754, + 12758 ], "loc": { "start": { @@ -29560,8 +29558,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 12763, - 12770 + 12759, + 12766 ], "loc": { "start": { @@ -29575,8 +29573,8 @@ } }, "range": [ - 12758, - 12770 + 12754, + 12766 ], "loc": { "start": { @@ -29599,8 +29597,8 @@ "type": "Identifier", "name": "f", "range": [ - 12773, - 12774 + 12769, + 12770 ], "loc": { "start": { @@ -29617,8 +29615,8 @@ "type": "Identifier", "name": "btn_text", "range": [ - 12775, - 12783 + 12771, + 12779 ], "loc": { "start": { @@ -29632,8 +29630,8 @@ } }, "range": [ - 12773, - 12783 + 12769, + 12779 ], "loc": { "start": { @@ -29657,8 +29655,8 @@ "object": { "type": "ThisExpression", "range": [ - 12789, - 12793 + 12785, + 12789 ], "loc": { "start": { @@ -29675,8 +29673,8 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 12794, - 12805 + 12790, + 12801 ], "loc": { "start": { @@ -29690,8 +29688,8 @@ } }, "range": [ - 12789, - 12805 + 12785, + 12801 ], "loc": { "start": { @@ -29706,8 +29704,8 @@ }, "prefix": true, "range": [ - 12788, - 12805 + 12784, + 12801 ], "loc": { "start": { @@ -29725,8 +29723,8 @@ "value": "Go", "raw": "'Go'", "range": [ - 12808, - 12812 + 12804, + 12808 ], "loc": { "start": { @@ -29744,8 +29742,8 @@ "value": "", "raw": "''", "range": [ - 12815, - 12817 + 12811, + 12813 ], "loc": { "start": { @@ -29759,8 +29757,8 @@ } }, "range": [ - 12788, - 12817 + 12784, + 12813 ], "loc": { "start": { @@ -29774,8 +29772,8 @@ } }, "range": [ - 12773, - 12818 + 12769, + 12814 ], "loc": { "start": { @@ -29789,8 +29787,8 @@ } }, "range": [ - 12758, - 12818 + 12754, + 12814 ], "loc": { "start": { @@ -29804,8 +29802,8 @@ } }, "range": [ - 12758, - 12819 + 12754, + 12815 ], "loc": { "start": { @@ -29822,8 +29820,8 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12717, - 12749 + 12713, + 12745 ], "loc": { "start": { @@ -29842,8 +29840,8 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12828, - 12869 + 12824, + 12865 ], "loc": { "start": { @@ -29869,8 +29867,8 @@ "object": { "type": "ThisExpression", "range": [ - 12878, - 12882 + 12874, + 12878 ], "loc": { "start": { @@ -29887,8 +29885,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 12883, - 12894 + 12879, + 12890 ], "loc": { "start": { @@ -29902,8 +29900,8 @@ } }, "range": [ - 12878, - 12894 + 12874, + 12890 ], "loc": { "start": { @@ -29926,8 +29924,8 @@ "type": "Identifier", "name": "f", "range": [ - 12897, - 12898 + 12893, + 12894 ], "loc": { "start": { @@ -29944,8 +29942,8 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 12899, - 12912 + 12895, + 12908 ], "loc": { "start": { @@ -29959,8 +29957,8 @@ } }, "range": [ - 12897, - 12912 + 12893, + 12908 ], "loc": { "start": { @@ -29984,8 +29982,8 @@ "object": { "type": "ThisExpression", "range": [ - 12930, - 12934 + 12926, + 12930 ], "loc": { "start": { @@ -30002,8 +30000,8 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 12935, - 12946 + 12931, + 12942 ], "loc": { "start": { @@ -30017,8 +30015,8 @@ } }, "range": [ - 12930, - 12946 + 12926, + 12942 ], "loc": { "start": { @@ -30033,8 +30031,8 @@ }, "prefix": true, "range": [ - 12929, - 12946 + 12925, + 12942 ], "loc": { "start": { @@ -30052,8 +30050,8 @@ "value": "btnflt", "raw": "'btnflt'", "range": [ - 12949, - 12957 + 12945, + 12953 ], "loc": { "start": { @@ -30071,8 +30069,8 @@ "value": "btnflt_icon", "raw": "'btnflt_icon'", "range": [ - 12960, - 12973 + 12956, + 12969 ], "loc": { "start": { @@ -30086,8 +30084,8 @@ } }, "range": [ - 12929, - 12973 + 12925, + 12969 ], "loc": { "start": { @@ -30101,8 +30099,8 @@ } }, "range": [ - 12897, - 12974 + 12893, + 12970 ], "loc": { "start": { @@ -30116,8 +30114,8 @@ } }, "range": [ - 12878, - 12974 + 12874, + 12970 ], "loc": { "start": { @@ -30131,8 +30129,8 @@ } }, "range": [ - 12878, - 12975 + 12874, + 12971 ], "loc": { "start": { @@ -30149,8 +30147,8 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12828, - 12869 + 12824, + 12865 ], "loc": { "start": { @@ -30169,8 +30167,8 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12984, - 13007 + 12980, + 13003 ], "loc": { "start": { @@ -30196,8 +30194,8 @@ "object": { "type": "ThisExpression", "range": [ - 13016, - 13020 + 13012, + 13016 ], "loc": { "start": { @@ -30214,8 +30212,8 @@ "type": "Identifier", "name": "btnReset", "range": [ - 13021, - 13029 + 13017, + 13025 ], "loc": { "start": { @@ -30229,8 +30227,8 @@ } }, "range": [ - 13016, - 13029 + 13012, + 13025 ], "loc": { "start": { @@ -30249,8 +30247,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13032, - 13039 + 13028, + 13035 ], "loc": { "start": { @@ -30271,8 +30269,8 @@ "type": "Identifier", "name": "f", "range": [ - 13040, - 13041 + 13036, + 13037 ], "loc": { "start": { @@ -30289,8 +30287,8 @@ "type": "Identifier", "name": "btn_reset", "range": [ - 13042, - 13051 + 13038, + 13047 ], "loc": { "start": { @@ -30304,8 +30302,8 @@ } }, "range": [ - 13040, - 13051 + 13036, + 13047 ], "loc": { "start": { @@ -30320,8 +30318,8 @@ } ], "range": [ - 13032, - 13052 + 13028, + 13048 ], "loc": { "start": { @@ -30335,8 +30333,8 @@ } }, "range": [ - 13016, - 13052 + 13012, + 13048 ], "loc": { "start": { @@ -30350,8 +30348,8 @@ } }, "range": [ - 13016, - 13053 + 13012, + 13049 ], "loc": { "start": { @@ -30368,8 +30366,8 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12984, - 13007 + 12980, + 13003 ], "loc": { "start": { @@ -30388,8 +30386,8 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13062, - 13098 + 13058, + 13094 ], "loc": { "start": { @@ -30415,8 +30413,8 @@ "object": { "type": "ThisExpression", "range": [ - 13107, - 13111 + 13103, + 13107 ], "loc": { "start": { @@ -30433,8 +30431,8 @@ "type": "Identifier", "name": "btnResetCssClass", "range": [ - 13112, - 13128 + 13108, + 13124 ], "loc": { "start": { @@ -30448,8 +30446,8 @@ } }, "range": [ - 13107, - 13128 + 13103, + 13124 ], "loc": { "start": { @@ -30472,8 +30470,8 @@ "type": "Identifier", "name": "f", "range": [ - 13131, - 13132 + 13127, + 13128 ], "loc": { "start": { @@ -30490,8 +30488,8 @@ "type": "Identifier", "name": "btn_reset_css_class", "range": [ - 13133, - 13152 + 13129, + 13148 ], "loc": { "start": { @@ -30505,8 +30503,8 @@ } }, "range": [ - 13131, - 13152 + 13127, + 13148 ], "loc": { "start": { @@ -30524,8 +30522,8 @@ "value": "reset", "raw": "'reset'", "range": [ - 13156, - 13163 + 13152, + 13159 ], "loc": { "start": { @@ -30539,8 +30537,8 @@ } }, "range": [ - 13131, - 13163 + 13127, + 13159 ], "loc": { "start": { @@ -30554,8 +30552,8 @@ } }, "range": [ - 13107, - 13163 + 13103, + 13159 ], "loc": { "start": { @@ -30569,8 +30567,8 @@ } }, "range": [ - 13107, - 13164 + 13103, + 13160 ], "loc": { "start": { @@ -30587,8 +30585,8 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13062, - 13098 + 13058, + 13094 ], "loc": { "start": { @@ -30607,8 +30605,8 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13173, - 13219 + 13169, + 13215 ], "loc": { "start": { @@ -30634,8 +30632,8 @@ "object": { "type": "ThisExpression", "range": [ - 13228, - 13232 + 13224, + 13228 ], "loc": { "start": { @@ -30652,8 +30650,8 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 13233, - 13246 + 13229, + 13242 ], "loc": { "start": { @@ -30667,8 +30665,8 @@ } }, "range": [ - 13228, - 13246 + 13224, + 13242 ], "loc": { "start": { @@ -30692,8 +30690,8 @@ "type": "Identifier", "name": "Types", "range": [ - 13249, - 13254 + 13245, + 13250 ], "loc": { "start": { @@ -30710,8 +30708,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 13255, - 13259 + 13251, + 13255 ], "loc": { "start": { @@ -30725,8 +30723,8 @@ } }, "range": [ - 13249, - 13259 + 13245, + 13255 ], "loc": { "start": { @@ -30747,8 +30745,8 @@ "type": "Identifier", "name": "f", "range": [ - 13260, - 13261 + 13256, + 13257 ], "loc": { "start": { @@ -30765,8 +30763,8 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 13262, - 13277 + 13258, + 13273 ], "loc": { "start": { @@ -30780,8 +30778,8 @@ } }, "range": [ - 13260, - 13277 + 13256, + 13273 ], "loc": { "start": { @@ -30796,8 +30794,8 @@ } ], "range": [ - 13249, - 13278 + 13245, + 13274 ], "loc": { "start": { @@ -30817,8 +30815,8 @@ "type": "Identifier", "name": "f", "range": [ - 13293, - 13294 + 13289, + 13290 ], "loc": { "start": { @@ -30835,8 +30833,8 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 13295, - 13310 + 13291, + 13306 ], "loc": { "start": { @@ -30850,8 +30848,8 @@ } }, "range": [ - 13293, - 13310 + 13289, + 13306 ], "loc": { "start": { @@ -30869,8 +30867,8 @@ "value": null, "raw": "null", "range": [ - 13313, - 13317 + 13309, + 13313 ], "loc": { "start": { @@ -30884,8 +30882,8 @@ } }, "range": [ - 13249, - 13317 + 13245, + 13313 ], "loc": { "start": { @@ -30899,8 +30897,8 @@ } }, "range": [ - 13228, - 13317 + 13224, + 13313 ], "loc": { "start": { @@ -30914,8 +30912,8 @@ } }, "range": [ - 13228, - 13318 + 13224, + 13314 ], "loc": { "start": { @@ -30932,8 +30930,8 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13173, - 13219 + 13169, + 13215 ], "loc": { "start": { @@ -30952,8 +30950,8 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13327, - 13372 + 13323, + 13368 ], "loc": { "start": { @@ -30979,8 +30977,8 @@ "object": { "type": "ThisExpression", "range": [ - 13381, - 13385 + 13377, + 13381 ], "loc": { "start": { @@ -30997,8 +30995,8 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 13386, - 13398 + 13382, + 13394 ], "loc": { "start": { @@ -31012,8 +31010,8 @@ } }, "range": [ - 13381, - 13398 + 13377, + 13394 ], "loc": { "start": { @@ -31037,8 +31035,8 @@ "type": "Identifier", "name": "Types", "range": [ - 13401, - 13406 + 13397, + 13402 ], "loc": { "start": { @@ -31055,8 +31053,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 13407, - 13411 + 13403, + 13407 ], "loc": { "start": { @@ -31070,8 +31068,8 @@ } }, "range": [ - 13401, - 13411 + 13397, + 13407 ], "loc": { "start": { @@ -31092,8 +31090,8 @@ "type": "Identifier", "name": "f", "range": [ - 13412, - 13413 + 13408, + 13409 ], "loc": { "start": { @@ -31110,8 +31108,8 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 13414, - 13428 + 13410, + 13424 ], "loc": { "start": { @@ -31125,8 +31123,8 @@ } }, "range": [ - 13412, - 13428 + 13408, + 13424 ], "loc": { "start": { @@ -31141,8 +31139,8 @@ } ], "range": [ - 13401, - 13429 + 13397, + 13425 ], "loc": { "start": { @@ -31162,8 +31160,8 @@ "type": "Identifier", "name": "f", "range": [ - 13444, - 13445 + 13440, + 13441 ], "loc": { "start": { @@ -31180,8 +31178,8 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 13446, - 13460 + 13442, + 13456 ], "loc": { "start": { @@ -31195,8 +31193,8 @@ } }, "range": [ - 13444, - 13460 + 13440, + 13456 ], "loc": { "start": { @@ -31214,8 +31212,8 @@ "value": null, "raw": "null", "range": [ - 13463, - 13467 + 13459, + 13463 ], "loc": { "start": { @@ -31229,8 +31227,8 @@ } }, "range": [ - 13401, - 13467 + 13397, + 13463 ], "loc": { "start": { @@ -31244,8 +31242,8 @@ } }, "range": [ - 13381, - 13467 + 13377, + 13463 ], "loc": { "start": { @@ -31259,8 +31257,8 @@ } }, "range": [ - 13381, - 13468 + 13377, + 13464 ], "loc": { "start": { @@ -31277,8 +31275,8 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13327, - 13372 + 13323, + 13368 ], "loc": { "start": { @@ -31297,8 +31295,8 @@ "type": "Block", "value": "** paging **", "range": [ - 13478, - 13494 + 13474, + 13490 ], "loc": { "start": { @@ -31315,8 +31313,8 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13503, - 13534 + 13499, + 13530 ], "loc": { "start": { @@ -31342,8 +31340,8 @@ "object": { "type": "ThisExpression", "range": [ - 13543, - 13547 + 13539, + 13543 ], "loc": { "start": { @@ -31360,8 +31358,8 @@ "type": "Identifier", "name": "paging", "range": [ - 13548, - 13554 + 13544, + 13550 ], "loc": { "start": { @@ -31375,8 +31373,8 @@ } }, "range": [ - 13543, - 13554 + 13539, + 13550 ], "loc": { "start": { @@ -31395,8 +31393,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13557, - 13564 + 13553, + 13560 ], "loc": { "start": { @@ -31417,8 +31415,8 @@ "type": "Identifier", "name": "f", "range": [ - 13565, - 13566 + 13561, + 13562 ], "loc": { "start": { @@ -31435,8 +31433,8 @@ "type": "Identifier", "name": "paging", "range": [ - 13567, - 13573 + 13563, + 13569 ], "loc": { "start": { @@ -31450,8 +31448,8 @@ } }, "range": [ - 13565, - 13573 + 13561, + 13569 ], "loc": { "start": { @@ -31466,8 +31464,8 @@ } ], "range": [ - 13557, - 13574 + 13553, + 13570 ], "loc": { "start": { @@ -31481,8 +31479,8 @@ } }, "range": [ - 13543, - 13574 + 13539, + 13570 ], "loc": { "start": { @@ -31496,8 +31494,8 @@ } }, "range": [ - 13543, - 13575 + 13539, + 13571 ], "loc": { "start": { @@ -31514,8 +31512,8 @@ "type": "Block", "value": "** paging **", "range": [ - 13478, - 13494 + 13474, + 13490 ], "loc": { "start": { @@ -31532,8 +31530,8 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13503, - 13534 + 13499, + 13530 ], "loc": { "start": { @@ -31559,8 +31557,8 @@ "object": { "type": "ThisExpression", "range": [ - 13584, - 13588 + 13580, + 13584 ], "loc": { "start": { @@ -31577,8 +31575,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 13589, - 13602 + 13585, + 13598 ], "loc": { "start": { @@ -31592,8 +31590,8 @@ } }, "range": [ - 13584, - 13602 + 13580, + 13598 ], "loc": { "start": { @@ -31611,8 +31609,8 @@ "value": 0, "raw": "0", "range": [ - 13605, - 13606 + 13601, + 13602 ], "loc": { "start": { @@ -31626,8 +31624,8 @@ } }, "range": [ - 13584, - 13606 + 13580, + 13602 ], "loc": { "start": { @@ -31641,8 +31639,8 @@ } }, "range": [ - 13584, - 13607 + 13580, + 13603 ], "loc": { "start": { @@ -31659,8 +31657,8 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13608, - 13625 + 13604, + 13621 ], "loc": { "start": { @@ -31686,8 +31684,8 @@ "object": { "type": "ThisExpression", "range": [ - 13634, - 13638 + 13630, + 13634 ], "loc": { "start": { @@ -31704,8 +31702,8 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 13639, - 13651 + 13635, + 13647 ], "loc": { "start": { @@ -31719,8 +31717,8 @@ } }, "range": [ - 13634, - 13651 + 13630, + 13647 ], "loc": { "start": { @@ -31738,8 +31736,8 @@ "value": 0, "raw": "0", "range": [ - 13654, - 13655 + 13650, + 13651 ], "loc": { "start": { @@ -31753,8 +31751,8 @@ } }, "range": [ - 13634, - 13655 + 13630, + 13651 ], "loc": { "start": { @@ -31768,8 +31766,8 @@ } }, "range": [ - 13634, - 13656 + 13630, + 13652 ], "loc": { "start": { @@ -31786,8 +31784,8 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13608, - 13625 + 13604, + 13621 ], "loc": { "start": { @@ -31806,8 +31804,8 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13657, - 13673 + 13653, + 13669 ], "loc": { "start": { @@ -31824,8 +31822,8 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13683, - 13713 + 13679, + 13709 ], "loc": { "start": { @@ -31842,8 +31840,8 @@ "type": "Line", "value": "enables/disables auto filtering, table is filtered when user stops", "range": [ - 13722, - 13790 + 13718, + 13786 ], "loc": { "start": { @@ -31860,8 +31858,8 @@ "type": "Line", "value": "typing", "range": [ - 13799, - 13807 + 13795, + 13803 ], "loc": { "start": { @@ -31887,8 +31885,8 @@ "object": { "type": "ThisExpression", "range": [ - 13816, - 13820 + 13812, + 13816 ], "loc": { "start": { @@ -31905,8 +31903,8 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 13821, - 13831 + 13817, + 13827 ], "loc": { "start": { @@ -31920,8 +31918,8 @@ } }, "range": [ - 13816, - 13831 + 13812, + 13827 ], "loc": { "start": { @@ -31940,8 +31938,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13834, - 13841 + 13830, + 13837 ], "loc": { "start": { @@ -31962,8 +31960,8 @@ "type": "Identifier", "name": "f", "range": [ - 13842, - 13843 + 13838, + 13839 ], "loc": { "start": { @@ -31980,8 +31978,8 @@ "type": "Identifier", "name": "auto_filter", "range": [ - 13844, - 13855 + 13840, + 13851 ], "loc": { "start": { @@ -31995,8 +31993,8 @@ } }, "range": [ - 13842, - 13855 + 13838, + 13851 ], "loc": { "start": { @@ -32011,8 +32009,8 @@ } ], "range": [ - 13834, - 13856 + 13830, + 13852 ], "loc": { "start": { @@ -32026,8 +32024,8 @@ } }, "range": [ - 13816, - 13856 + 13812, + 13852 ], "loc": { "start": { @@ -32041,8 +32039,8 @@ } }, "range": [ - 13816, - 13857 + 13812, + 13853 ], "loc": { "start": { @@ -32059,8 +32057,8 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13657, - 13673 + 13653, + 13669 ], "loc": { "start": { @@ -32077,8 +32075,8 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13683, - 13713 + 13679, + 13709 ], "loc": { "start": { @@ -32095,8 +32093,8 @@ "type": "Line", "value": "enables/disables auto filtering, table is filtered when user stops", "range": [ - 13722, - 13790 + 13718, + 13786 ], "loc": { "start": { @@ -32113,8 +32111,8 @@ "type": "Line", "value": "typing", "range": [ - 13799, - 13807 + 13795, + 13803 ], "loc": { "start": { @@ -32133,8 +32131,8 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13866, - 13895 + 13862, + 13891 ], "loc": { "start": { @@ -32160,8 +32158,8 @@ "object": { "type": "ThisExpression", "range": [ - 13904, - 13908 + 13900, + 13904 ], "loc": { "start": { @@ -32178,8 +32176,8 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 13909, - 13924 + 13905, + 13920 ], "loc": { "start": { @@ -32193,8 +32191,8 @@ } }, "range": [ - 13904, - 13924 + 13900, + 13920 ], "loc": { "start": { @@ -32218,8 +32216,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 13928, - 13933 + 13924, + 13929 ], "loc": { "start": { @@ -32240,8 +32238,8 @@ "type": "Identifier", "name": "f", "range": [ - 13934, - 13935 + 13930, + 13931 ], "loc": { "start": { @@ -32258,8 +32256,8 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 13936, - 13953 + 13932, + 13949 ], "loc": { "start": { @@ -32273,8 +32271,8 @@ } }, "range": [ - 13934, - 13953 + 13930, + 13949 ], "loc": { "start": { @@ -32289,8 +32287,8 @@ } ], "range": [ - 13928, - 13954 + 13924, + 13950 ], "loc": { "start": { @@ -32305,8 +32303,8 @@ }, "prefix": true, "range": [ - 13927, - 13954 + 13923, + 13950 ], "loc": { "start": { @@ -32326,8 +32324,8 @@ "type": "Identifier", "name": "f", "range": [ - 13969, - 13970 + 13965, + 13966 ], "loc": { "start": { @@ -32344,8 +32342,8 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 13971, - 13988 + 13967, + 13984 ], "loc": { "start": { @@ -32359,8 +32357,8 @@ } }, "range": [ - 13969, - 13988 + 13965, + 13984 ], "loc": { "start": { @@ -32378,8 +32376,8 @@ "value": 900, "raw": "900", "range": [ - 13991, - 13994 + 13987, + 13990 ], "loc": { "start": { @@ -32393,8 +32391,8 @@ } }, "range": [ - 13927, - 13994 + 13923, + 13990 ], "loc": { "start": { @@ -32408,8 +32406,8 @@ } }, "range": [ - 13904, - 13994 + 13900, + 13990 ], "loc": { "start": { @@ -32423,8 +32421,8 @@ } }, "range": [ - 13904, - 13995 + 13900, + 13991 ], "loc": { "start": { @@ -32441,8 +32439,8 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13866, - 13895 + 13862, + 13891 ], "loc": { "start": { @@ -32461,8 +32459,8 @@ "type": "Line", "value": "typing indicator", "range": [ - 14004, - 14022 + 14000, + 14018 ], "loc": { "start": { @@ -32488,8 +32486,8 @@ "object": { "type": "ThisExpression", "range": [ - 14031, - 14035 + 14027, + 14031 ], "loc": { "start": { @@ -32506,8 +32504,8 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 14036, - 14048 + 14032, + 14044 ], "loc": { "start": { @@ -32521,8 +32519,8 @@ } }, "range": [ - 14031, - 14048 + 14027, + 14044 ], "loc": { "start": { @@ -32540,8 +32538,8 @@ "value": null, "raw": "null", "range": [ - 14051, - 14055 + 14047, + 14051 ], "loc": { "start": { @@ -32555,8 +32553,8 @@ } }, "range": [ - 14031, - 14055 + 14027, + 14051 ], "loc": { "start": { @@ -32570,8 +32568,8 @@ } }, "range": [ - 14031, - 14056 + 14027, + 14052 ], "loc": { "start": { @@ -32588,8 +32586,8 @@ "type": "Line", "value": "typing indicator", "range": [ - 14004, - 14022 + 14000, + 14018 ], "loc": { "start": { @@ -32615,8 +32613,8 @@ "object": { "type": "ThisExpression", "range": [ - 14065, - 14069 + 14061, + 14065 ], "loc": { "start": { @@ -32633,8 +32631,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 14070, - 14085 + 14066, + 14081 ], "loc": { "start": { @@ -32648,8 +32646,8 @@ } }, "range": [ - 14065, - 14085 + 14061, + 14081 ], "loc": { "start": { @@ -32667,8 +32665,8 @@ "value": null, "raw": "null", "range": [ - 14088, - 14092 + 14084, + 14088 ], "loc": { "start": { @@ -32682,8 +32680,8 @@ } }, "range": [ - 14065, - 14092 + 14061, + 14088 ], "loc": { "start": { @@ -32697,8 +32695,8 @@ } }, "range": [ - 14065, - 14093 + 14061, + 14089 ], "loc": { "start": { @@ -32715,8 +32713,8 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14103, - 14133 + 14099, + 14129 ], "loc": { "start": { @@ -32733,8 +32731,8 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14142, - 14181 + 14138, + 14177 ], "loc": { "start": { @@ -32760,8 +32758,8 @@ "object": { "type": "ThisExpression", "range": [ - 14190, - 14194 + 14186, + 14190 ], "loc": { "start": { @@ -32778,8 +32776,8 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 14195, - 14212 + 14191, + 14208 ], "loc": { "start": { @@ -32793,8 +32791,8 @@ } }, "range": [ - 14190, - 14212 + 14186, + 14208 ], "loc": { "start": { @@ -32813,8 +32811,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14215, - 14222 + 14211, + 14218 ], "loc": { "start": { @@ -32835,8 +32833,8 @@ "type": "Identifier", "name": "f", "range": [ - 14223, - 14224 + 14219, + 14220 ], "loc": { "start": { @@ -32853,8 +32851,8 @@ "type": "Identifier", "name": "highlight_keywords", "range": [ - 14225, - 14243 + 14221, + 14239 ], "loc": { "start": { @@ -32868,8 +32866,8 @@ } }, "range": [ - 14223, - 14243 + 14219, + 14239 ], "loc": { "start": { @@ -32884,8 +32882,8 @@ } ], "range": [ - 14215, - 14244 + 14211, + 14240 ], "loc": { "start": { @@ -32899,8 +32897,8 @@ } }, "range": [ - 14190, - 14244 + 14186, + 14240 ], "loc": { "start": { @@ -32914,8 +32912,8 @@ } }, "range": [ - 14190, - 14245 + 14186, + 14241 ], "loc": { "start": { @@ -32932,8 +32930,8 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14103, - 14133 + 14099, + 14129 ], "loc": { "start": { @@ -32950,8 +32948,8 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14142, - 14181 + 14138, + 14177 ], "loc": { "start": { @@ -32970,8 +32968,8 @@ "type": "Block", "value": "** No results feature **", "range": [ - 14255, - 14283 + 14251, + 14279 ], "loc": { "start": { @@ -32997,8 +32995,8 @@ "object": { "type": "ThisExpression", "range": [ - 14292, - 14296 + 14288, + 14292 ], "loc": { "start": { @@ -33015,8 +33013,8 @@ "type": "Identifier", "name": "noResults", "range": [ - 14297, - 14306 + 14293, + 14302 ], "loc": { "start": { @@ -33030,8 +33028,8 @@ } }, "range": [ - 14292, - 14306 + 14288, + 14302 ], "loc": { "start": { @@ -33056,8 +33054,8 @@ "type": "Identifier", "name": "Types", "range": [ - 14309, - 14314 + 14305, + 14310 ], "loc": { "start": { @@ -33074,8 +33072,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 14315, - 14320 + 14311, + 14316 ], "loc": { "start": { @@ -33089,8 +33087,8 @@ } }, "range": [ - 14309, - 14320 + 14305, + 14316 ], "loc": { "start": { @@ -33111,8 +33109,8 @@ "type": "Identifier", "name": "f", "range": [ - 14321, - 14322 + 14317, + 14318 ], "loc": { "start": { @@ -33129,8 +33127,8 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 14323, - 14341 + 14319, + 14337 ], "loc": { "start": { @@ -33144,8 +33142,8 @@ } }, "range": [ - 14321, - 14341 + 14317, + 14337 ], "loc": { "start": { @@ -33160,8 +33158,8 @@ } ], "range": [ - 14309, - 14342 + 14305, + 14338 ], "loc": { "start": { @@ -33180,8 +33178,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14358, - 14365 + 14354, + 14361 ], "loc": { "start": { @@ -33202,8 +33200,8 @@ "type": "Identifier", "name": "f", "range": [ - 14366, - 14367 + 14362, + 14363 ], "loc": { "start": { @@ -33220,8 +33218,8 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 14368, - 14386 + 14364, + 14382 ], "loc": { "start": { @@ -33235,8 +33233,8 @@ } }, "range": [ - 14366, - 14386 + 14362, + 14382 ], "loc": { "start": { @@ -33251,8 +33249,8 @@ } ], "range": [ - 14358, - 14387 + 14354, + 14383 ], "loc": { "start": { @@ -33266,8 +33264,8 @@ } }, "range": [ - 14309, - 14387 + 14305, + 14383 ], "loc": { "start": { @@ -33281,8 +33279,8 @@ } }, "range": [ - 14292, - 14387 + 14288, + 14383 ], "loc": { "start": { @@ -33296,8 +33294,8 @@ } }, "range": [ - 14292, - 14388 + 14288, + 14384 ], "loc": { "start": { @@ -33314,8 +33312,8 @@ "type": "Block", "value": "** No results feature **", "range": [ - 14255, - 14283 + 14251, + 14279 ], "loc": { "start": { @@ -33334,8 +33332,8 @@ "type": "Block", "value": "** data types **", "range": [ - 14398, - 14418 + 14394, + 14414 ], "loc": { "start": { @@ -33352,8 +33350,8 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14427, - 14469 + 14423, + 14465 ], "loc": { "start": { @@ -33379,8 +33377,8 @@ "object": { "type": "ThisExpression", "range": [ - 14478, - 14482 + 14474, + 14478 ], "loc": { "start": { @@ -33397,8 +33395,8 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 14483, - 14498 + 14479, + 14494 ], "loc": { "start": { @@ -33412,8 +33410,8 @@ } }, "range": [ - 14478, - 14498 + 14474, + 14494 ], "loc": { "start": { @@ -33436,8 +33434,8 @@ "type": "Identifier", "name": "f", "range": [ - 14501, - 14502 + 14497, + 14498 ], "loc": { "start": { @@ -33454,8 +33452,8 @@ "type": "Identifier", "name": "default_date_type", "range": [ - 14503, - 14520 + 14499, + 14516 ], "loc": { "start": { @@ -33469,8 +33467,8 @@ } }, "range": [ - 14501, - 14520 + 14497, + 14516 ], "loc": { "start": { @@ -33488,8 +33486,8 @@ "value": "DMY", "raw": "'DMY'", "range": [ - 14524, - 14529 + 14520, + 14525 ], "loc": { "start": { @@ -33503,8 +33501,8 @@ } }, "range": [ - 14501, - 14529 + 14497, + 14525 ], "loc": { "start": { @@ -33518,8 +33516,8 @@ } }, "range": [ - 14478, - 14529 + 14474, + 14525 ], "loc": { "start": { @@ -33533,8 +33531,8 @@ } }, "range": [ - 14478, - 14530 + 14474, + 14526 ], "loc": { "start": { @@ -33551,8 +33549,8 @@ "type": "Block", "value": "** data types **", "range": [ - 14398, - 14418 + 14394, + 14414 ], "loc": { "start": { @@ -33569,8 +33567,8 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14427, - 14469 + 14423, + 14465 ], "loc": { "start": { @@ -33589,8 +33587,8 @@ "type": "Line", "value": "defines default thousands separator", "range": [ - 14539, - 14576 + 14535, + 14572 ], "loc": { "start": { @@ -33607,8 +33605,8 @@ "type": "Line", "value": "US = ',' EU = '.'", "range": [ - 14585, - 14604 + 14581, + 14600 ], "loc": { "start": { @@ -33634,8 +33632,8 @@ "object": { "type": "ThisExpression", "range": [ - 14613, - 14617 + 14609, + 14613 ], "loc": { "start": { @@ -33652,8 +33650,8 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 14618, - 14636 + 14614, + 14632 ], "loc": { "start": { @@ -33667,8 +33665,8 @@ } }, "range": [ - 14613, - 14636 + 14609, + 14632 ], "loc": { "start": { @@ -33691,8 +33689,8 @@ "type": "Identifier", "name": "f", "range": [ - 14639, - 14640 + 14635, + 14636 ], "loc": { "start": { @@ -33709,8 +33707,8 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 14641, - 14660 + 14637, + 14656 ], "loc": { "start": { @@ -33724,8 +33722,8 @@ } }, "range": [ - 14639, - 14660 + 14635, + 14656 ], "loc": { "start": { @@ -33743,8 +33741,8 @@ "value": ",", "raw": "','", "range": [ - 14664, - 14667 + 14660, + 14663 ], "loc": { "start": { @@ -33758,8 +33756,8 @@ } }, "range": [ - 14639, - 14667 + 14635, + 14663 ], "loc": { "start": { @@ -33773,8 +33771,8 @@ } }, "range": [ - 14613, - 14667 + 14609, + 14663 ], "loc": { "start": { @@ -33788,8 +33786,8 @@ } }, "range": [ - 14613, - 14668 + 14609, + 14664 ], "loc": { "start": { @@ -33806,8 +33804,8 @@ "type": "Line", "value": "defines default thousands separator", "range": [ - 14539, - 14576 + 14535, + 14572 ], "loc": { "start": { @@ -33824,8 +33822,8 @@ "type": "Line", "value": "US = ',' EU = '.'", "range": [ - 14585, - 14604 + 14581, + 14600 ], "loc": { "start": { @@ -33844,8 +33842,8 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14677, - 14712 + 14673, + 14708 ], "loc": { "start": { @@ -33862,8 +33860,8 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14721, - 14753 + 14717, + 14749 ], "loc": { "start": { @@ -33889,8 +33887,8 @@ "object": { "type": "ThisExpression", "range": [ - 14762, - 14766 + 14758, + 14762 ], "loc": { "start": { @@ -33907,8 +33905,8 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 14767, - 14783 + 14763, + 14779 ], "loc": { "start": { @@ -33922,8 +33920,8 @@ } }, "range": [ - 14762, - 14783 + 14758, + 14779 ], "loc": { "start": { @@ -33946,8 +33944,8 @@ "type": "Identifier", "name": "f", "range": [ - 14786, - 14787 + 14782, + 14783 ], "loc": { "start": { @@ -33964,8 +33962,8 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 14788, - 14805 + 14784, + 14801 ], "loc": { "start": { @@ -33979,8 +33977,8 @@ } }, "range": [ - 14786, - 14805 + 14782, + 14801 ], "loc": { "start": { @@ -33998,8 +33996,8 @@ "value": ".", "raw": "'.'", "range": [ - 14809, - 14812 + 14805, + 14808 ], "loc": { "start": { @@ -34013,8 +34011,8 @@ } }, "range": [ - 14786, - 14812 + 14782, + 14808 ], "loc": { "start": { @@ -34028,8 +34026,8 @@ } }, "range": [ - 14762, - 14812 + 14758, + 14808 ], "loc": { "start": { @@ -34043,8 +34041,8 @@ } }, "range": [ - 14762, - 14813 + 14758, + 14809 ], "loc": { "start": { @@ -34061,8 +34059,8 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14677, - 14712 + 14673, + 14708 ], "loc": { "start": { @@ -34079,8 +34077,8 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14721, - 14753 + 14717, + 14749 ], "loc": { "start": { @@ -34099,8 +34097,8 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14822, - 14856 + 14818, + 14852 ], "loc": { "start": { @@ -34126,8 +34124,8 @@ "object": { "type": "ThisExpression", "range": [ - 14865, - 14869 + 14861, + 14865 ], "loc": { "start": { @@ -34144,8 +34142,8 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 14870, - 14884 + 14866, + 14880 ], "loc": { "start": { @@ -34159,8 +34157,8 @@ } }, "range": [ - 14865, - 14884 + 14861, + 14880 ], "loc": { "start": { @@ -34182,8 +34180,8 @@ "type": "Identifier", "name": "Types", "range": [ - 14887, - 14892 + 14883, + 14888 ], "loc": { "start": { @@ -34200,8 +34198,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 14893, - 14900 + 14889, + 14896 ], "loc": { "start": { @@ -34215,8 +34213,8 @@ } }, "range": [ - 14887, - 14900 + 14883, + 14896 ], "loc": { "start": { @@ -34237,8 +34235,8 @@ "type": "Identifier", "name": "f", "range": [ - 14901, - 14902 + 14897, + 14898 ], "loc": { "start": { @@ -34255,8 +34253,8 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 14903, - 14920 + 14899, + 14916 ], "loc": { "start": { @@ -34270,8 +34268,8 @@ } }, "range": [ - 14901, - 14920 + 14897, + 14916 ], "loc": { "start": { @@ -34286,8 +34284,8 @@ } ], "range": [ - 14887, - 14921 + 14883, + 14917 ], "loc": { "start": { @@ -34301,8 +34299,8 @@ } }, "range": [ - 14865, - 14921 + 14861, + 14917 ], "loc": { "start": { @@ -34316,8 +34314,8 @@ } }, "range": [ - 14865, - 14922 + 14861, + 14918 ], "loc": { "start": { @@ -34334,8 +34332,8 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14822, - 14856 + 14818, + 14852 ], "loc": { "start": { @@ -34354,8 +34352,8 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14931, - 14968 + 14927, + 14964 ], "loc": { "start": { @@ -34381,8 +34379,8 @@ "object": { "type": "ThisExpression", "range": [ - 14977, - 14981 + 14973, + 14977 ], "loc": { "start": { @@ -34399,8 +34397,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 14982, - 14993 + 14978, + 14989 ], "loc": { "start": { @@ -34414,8 +34412,8 @@ } }, "range": [ - 14977, - 14993 + 14973, + 14989 ], "loc": { "start": { @@ -34436,8 +34434,8 @@ "object": { "type": "ThisExpression", "range": [ - 14996, - 15000 + 14992, + 14996 ], "loc": { "start": { @@ -34454,8 +34452,8 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 15001, - 15015 + 14997, + 15011 ], "loc": { "start": { @@ -34469,8 +34467,8 @@ } }, "range": [ - 14996, - 15015 + 14992, + 15011 ], "loc": { "start": { @@ -34490,8 +34488,8 @@ "type": "Identifier", "name": "f", "range": [ - 15018, - 15019 + 15014, + 15015 ], "loc": { "start": { @@ -34508,8 +34506,8 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 15020, - 15037 + 15016, + 15033 ], "loc": { "start": { @@ -34523,8 +34521,8 @@ } }, "range": [ - 15018, - 15037 + 15014, + 15033 ], "loc": { "start": { @@ -34542,8 +34540,8 @@ "value": null, "raw": "null", "range": [ - 15040, - 15044 + 15036, + 15040 ], "loc": { "start": { @@ -34557,8 +34555,8 @@ } }, "range": [ - 14996, - 15044 + 14992, + 15040 ], "loc": { "start": { @@ -34572,8 +34570,8 @@ } }, "range": [ - 14977, - 15044 + 14973, + 15040 ], "loc": { "start": { @@ -34587,8 +34585,8 @@ } }, "range": [ - 14977, - 15045 + 14973, + 15041 ], "loc": { "start": { @@ -34605,8 +34603,8 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14931, - 14968 + 14927, + 14964 ], "loc": { "start": { @@ -34625,8 +34623,8 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15054, - 15084 + 15050, + 15080 ], "loc": { "start": { @@ -34652,8 +34650,8 @@ "object": { "type": "ThisExpression", "range": [ - 15093, - 15097 + 15089, + 15093 ], "loc": { "start": { @@ -34670,8 +34668,8 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 15098, - 15112 + 15094, + 15108 ], "loc": { "start": { @@ -34685,8 +34683,8 @@ } }, "range": [ - 15093, - 15112 + 15089, + 15108 ], "loc": { "start": { @@ -34708,8 +34706,8 @@ "type": "Identifier", "name": "Types", "range": [ - 15115, - 15120 + 15111, + 15116 ], "loc": { "start": { @@ -34726,8 +34724,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 15121, - 15128 + 15117, + 15124 ], "loc": { "start": { @@ -34741,8 +34739,8 @@ } }, "range": [ - 15115, - 15128 + 15111, + 15124 ], "loc": { "start": { @@ -34763,8 +34761,8 @@ "type": "Identifier", "name": "f", "range": [ - 15129, - 15130 + 15125, + 15126 ], "loc": { "start": { @@ -34781,8 +34779,8 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 15131, - 15144 + 15127, + 15140 ], "loc": { "start": { @@ -34796,8 +34794,8 @@ } }, "range": [ - 15129, - 15144 + 15125, + 15140 ], "loc": { "start": { @@ -34812,8 +34810,8 @@ } ], "range": [ - 15115, - 15145 + 15111, + 15141 ], "loc": { "start": { @@ -34827,8 +34825,8 @@ } }, "range": [ - 15093, - 15145 + 15089, + 15141 ], "loc": { "start": { @@ -34842,8 +34840,8 @@ } }, "range": [ - 15093, - 15146 + 15089, + 15142 ], "loc": { "start": { @@ -34860,8 +34858,8 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15054, - 15084 + 15050, + 15080 ], "loc": { "start": { @@ -34880,8 +34878,8 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15155, - 15191 + 15151, + 15187 ], "loc": { "start": { @@ -34907,8 +34905,8 @@ "object": { "type": "ThisExpression", "range": [ - 15200, - 15204 + 15196, + 15200 ], "loc": { "start": { @@ -34925,8 +34923,8 @@ "type": "Identifier", "name": "colDateType", "range": [ - 15205, - 15216 + 15201, + 15212 ], "loc": { "start": { @@ -34940,8 +34938,8 @@ } }, "range": [ - 15200, - 15216 + 15196, + 15212 ], "loc": { "start": { @@ -34962,8 +34960,8 @@ "object": { "type": "ThisExpression", "range": [ - 15219, - 15223 + 15215, + 15219 ], "loc": { "start": { @@ -34980,8 +34978,8 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 15224, - 15238 + 15220, + 15234 ], "loc": { "start": { @@ -34995,8 +34993,8 @@ } }, "range": [ - 15219, - 15238 + 15215, + 15234 ], "loc": { "start": { @@ -35016,8 +35014,8 @@ "type": "Identifier", "name": "f", "range": [ - 15241, - 15242 + 15237, + 15238 ], "loc": { "start": { @@ -35034,8 +35032,8 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 15243, - 15256 + 15239, + 15252 ], "loc": { "start": { @@ -35049,8 +35047,8 @@ } }, "range": [ - 15241, - 15256 + 15237, + 15252 ], "loc": { "start": { @@ -35068,8 +35066,8 @@ "value": null, "raw": "null", "range": [ - 15259, - 15263 + 15255, + 15259 ], "loc": { "start": { @@ -35083,8 +35081,8 @@ } }, "range": [ - 15219, - 15263 + 15215, + 15259 ], "loc": { "start": { @@ -35098,8 +35096,8 @@ } }, "range": [ - 15200, - 15263 + 15196, + 15259 ], "loc": { "start": { @@ -35113,8 +35111,8 @@ } }, "range": [ - 15200, - 15264 + 15196, + 15260 ], "loc": { "start": { @@ -35131,8 +35129,8 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15155, - 15191 + 15151, + 15187 ], "loc": { "start": { @@ -35151,8 +35149,8 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 15274, - 15296 + 15270, + 15292 ], "loc": { "start": { @@ -35169,8 +35167,8 @@ "type": "Line", "value": "css class name added to table", "range": [ - 15305, - 15336 + 15301, + 15332 ], "loc": { "start": { @@ -35196,8 +35194,8 @@ "object": { "type": "ThisExpression", "range": [ - 15345, - 15349 + 15341, + 15345 ], "loc": { "start": { @@ -35214,8 +35212,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 15350, - 15356 + 15346, + 15352 ], "loc": { "start": { @@ -35229,8 +35227,8 @@ } }, "range": [ - 15345, - 15356 + 15341, + 15352 ], "loc": { "start": { @@ -35248,8 +35246,8 @@ "value": "TF", "raw": "'TF'", "range": [ - 15359, - 15363 + 15355, + 15359 ], "loc": { "start": { @@ -35263,8 +35261,8 @@ } }, "range": [ - 15345, - 15363 + 15341, + 15359 ], "loc": { "start": { @@ -35278,8 +35276,8 @@ } }, "range": [ - 15345, - 15364 + 15341, + 15360 ], "loc": { "start": { @@ -35296,8 +35294,8 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 15274, - 15296 + 15270, + 15292 ], "loc": { "start": { @@ -35314,8 +35312,8 @@ "type": "Line", "value": "css class name added to table", "range": [ - 15305, - 15336 + 15301, + 15332 ], "loc": { "start": { @@ -35334,8 +35332,8 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 15373, - 15401 + 15369, + 15397 ], "loc": { "start": { @@ -35361,8 +35359,8 @@ "object": { "type": "ThisExpression", "range": [ - 15410, - 15414 + 15406, + 15410 ], "loc": { "start": { @@ -35379,8 +35377,8 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 15415, - 15422 + 15411, + 15418 ], "loc": { "start": { @@ -35394,8 +35392,8 @@ } }, "range": [ - 15410, - 15422 + 15406, + 15418 ], "loc": { "start": { @@ -35413,8 +35411,8 @@ "value": "flt", "raw": "'flt'", "range": [ - 15425, - 15430 + 15421, + 15426 ], "loc": { "start": { @@ -35428,8 +35426,8 @@ } }, "range": [ - 15410, - 15430 + 15406, + 15426 ], "loc": { "start": { @@ -35443,8 +35441,8 @@ } }, "range": [ - 15410, - 15431 + 15406, + 15427 ], "loc": { "start": { @@ -35461,8 +35459,8 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 15373, - 15401 + 15369, + 15397 ], "loc": { "start": { @@ -35481,8 +35479,8 @@ "type": "Line", "value": "validation button", "range": [ - 15440, - 15459 + 15436, + 15455 ], "loc": { "start": { @@ -35508,8 +35506,8 @@ "object": { "type": "ThisExpression", "range": [ - 15468, - 15472 + 15464, + 15468 ], "loc": { "start": { @@ -35526,8 +35524,8 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 15473, - 15486 + 15469, + 15482 ], "loc": { "start": { @@ -35541,8 +35539,8 @@ } }, "range": [ - 15468, - 15486 + 15464, + 15482 ], "loc": { "start": { @@ -35560,8 +35558,8 @@ "value": "btn", "raw": "'btn'", "range": [ - 15489, - 15494 + 15485, + 15490 ], "loc": { "start": { @@ -35575,8 +35573,8 @@ } }, "range": [ - 15468, - 15494 + 15464, + 15490 ], "loc": { "start": { @@ -35590,8 +35588,8 @@ } }, "range": [ - 15468, - 15495 + 15464, + 15491 ], "loc": { "start": { @@ -35608,8 +35606,8 @@ "type": "Line", "value": "validation button", "range": [ - 15440, - 15459 + 15436, + 15455 ], "loc": { "start": { @@ -35628,8 +35626,8 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15504, - 15558 + 15500, + 15554 ], "loc": { "start": { @@ -35655,8 +35653,8 @@ "object": { "type": "ThisExpression", "range": [ - 15567, - 15571 + 15563, + 15567 ], "loc": { "start": { @@ -35673,8 +35671,8 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 15572, - 15582 + 15568, + 15578 ], "loc": { "start": { @@ -35688,8 +35686,8 @@ } }, "range": [ - 15567, - 15582 + 15563, + 15578 ], "loc": { "start": { @@ -35707,8 +35705,8 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 15585, - 15591 + 15581, + 15587 ], "loc": { "start": { @@ -35722,8 +35720,8 @@ } }, "range": [ - 15567, - 15591 + 15563, + 15587 ], "loc": { "start": { @@ -35737,8 +35735,8 @@ } }, "range": [ - 15567, - 15592 + 15563, + 15588 ], "loc": { "start": { @@ -35755,8 +35753,8 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15504, - 15558 + 15500, + 15554 ], "loc": { "start": { @@ -35775,8 +35773,8 @@ "type": "Line", "value": "left div", "range": [ - 15601, - 15611 + 15597, + 15607 ], "loc": { "start": { @@ -35802,8 +35800,8 @@ "object": { "type": "ThisExpression", "range": [ - 15620, - 15624 + 15616, + 15620 ], "loc": { "start": { @@ -35820,8 +35818,8 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 15625, - 15633 + 15621, + 15629 ], "loc": { "start": { @@ -35835,8 +35833,8 @@ } }, "range": [ - 15620, - 15633 + 15616, + 15629 ], "loc": { "start": { @@ -35854,8 +35852,8 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 15636, - 15643 + 15632, + 15639 ], "loc": { "start": { @@ -35869,8 +35867,8 @@ } }, "range": [ - 15620, - 15643 + 15616, + 15639 ], "loc": { "start": { @@ -35884,8 +35882,8 @@ } }, "range": [ - 15620, - 15644 + 15616, + 15640 ], "loc": { "start": { @@ -35902,8 +35900,8 @@ "type": "Line", "value": "left div", "range": [ - 15601, - 15611 + 15597, + 15607 ], "loc": { "start": { @@ -35922,8 +35920,8 @@ "type": "Line", "value": "right div", "range": [ - 15653, - 15664 + 15649, + 15660 ], "loc": { "start": { @@ -35949,8 +35947,8 @@ "object": { "type": "ThisExpression", "range": [ - 15673, - 15677 + 15669, + 15673 ], "loc": { "start": { @@ -35967,8 +35965,8 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 15678, - 15686 + 15674, + 15682 ], "loc": { "start": { @@ -35982,8 +35980,8 @@ } }, "range": [ - 15673, - 15686 + 15669, + 15682 ], "loc": { "start": { @@ -36001,8 +35999,8 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 15689, - 15696 + 15685, + 15692 ], "loc": { "start": { @@ -36016,8 +36014,8 @@ } }, "range": [ - 15673, - 15696 + 15669, + 15692 ], "loc": { "start": { @@ -36031,8 +36029,8 @@ } }, "range": [ - 15673, - 15697 + 15669, + 15693 ], "loc": { "start": { @@ -36049,8 +36047,8 @@ "type": "Line", "value": "right div", "range": [ - 15653, - 15664 + 15649, + 15660 ], "loc": { "start": { @@ -36069,8 +36067,8 @@ "type": "Line", "value": "middle div", "range": [ - 15706, - 15718 + 15702, + 15714 ], "loc": { "start": { @@ -36096,8 +36094,8 @@ "object": { "type": "ThisExpression", "range": [ - 15727, - 15731 + 15723, + 15727 ], "loc": { "start": { @@ -36114,8 +36112,8 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 15732, - 15740 + 15728, + 15736 ], "loc": { "start": { @@ -36129,8 +36127,8 @@ } }, "range": [ - 15727, - 15740 + 15723, + 15736 ], "loc": { "start": { @@ -36148,8 +36146,8 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 15743, - 15750 + 15739, + 15746 ], "loc": { "start": { @@ -36163,8 +36161,8 @@ } }, "range": [ - 15727, - 15750 + 15723, + 15746 ], "loc": { "start": { @@ -36178,8 +36176,8 @@ } }, "range": [ - 15727, - 15751 + 15723, + 15747 ], "loc": { "start": { @@ -36196,8 +36194,8 @@ "type": "Line", "value": "middle div", "range": [ - 15706, - 15718 + 15702, + 15714 ], "loc": { "start": { @@ -36216,8 +36214,8 @@ "type": "Line", "value": "filter values cookie", "range": [ - 15760, - 15782 + 15756, + 15778 ], "loc": { "start": { @@ -36243,8 +36241,8 @@ "object": { "type": "ThisExpression", "range": [ - 15791, - 15795 + 15787, + 15791 ], "loc": { "start": { @@ -36261,8 +36259,8 @@ "type": "Identifier", "name": "prfxCookieFltsValues", "range": [ - 15796, - 15816 + 15792, + 15812 ], "loc": { "start": { @@ -36276,8 +36274,8 @@ } }, "range": [ - 15791, - 15816 + 15787, + 15812 ], "loc": { "start": { @@ -36295,8 +36293,8 @@ "value": "tf_flts_", "raw": "'tf_flts_'", "range": [ - 15819, - 15829 + 15815, + 15825 ], "loc": { "start": { @@ -36310,8 +36308,8 @@ } }, "range": [ - 15791, - 15829 + 15787, + 15825 ], "loc": { "start": { @@ -36325,8 +36323,8 @@ } }, "range": [ - 15791, - 15830 + 15787, + 15826 ], "loc": { "start": { @@ -36343,8 +36341,8 @@ "type": "Line", "value": "filter values cookie", "range": [ - 15760, - 15782 + 15756, + 15778 ], "loc": { "start": { @@ -36363,8 +36361,8 @@ "type": "Line", "value": "page nb cookie", "range": [ - 15839, - 15855 + 15835, + 15851 ], "loc": { "start": { @@ -36390,8 +36388,8 @@ "object": { "type": "ThisExpression", "range": [ - 15864, - 15868 + 15860, + 15864 ], "loc": { "start": { @@ -36408,8 +36406,8 @@ "type": "Identifier", "name": "prfxCookiePageNb", "range": [ - 15869, - 15885 + 15865, + 15881 ], "loc": { "start": { @@ -36423,8 +36421,8 @@ } }, "range": [ - 15864, - 15885 + 15860, + 15881 ], "loc": { "start": { @@ -36442,8 +36440,8 @@ "value": "tf_pgnb_", "raw": "'tf_pgnb_'", "range": [ - 15888, - 15898 + 15884, + 15894 ], "loc": { "start": { @@ -36457,8 +36455,8 @@ } }, "range": [ - 15864, - 15898 + 15860, + 15894 ], "loc": { "start": { @@ -36472,8 +36470,8 @@ } }, "range": [ - 15864, - 15899 + 15860, + 15895 ], "loc": { "start": { @@ -36490,8 +36488,8 @@ "type": "Line", "value": "page nb cookie", "range": [ - 15839, - 15855 + 15835, + 15851 ], "loc": { "start": { @@ -36510,8 +36508,8 @@ "type": "Line", "value": "page length cookie", "range": [ - 15908, - 15928 + 15904, + 15924 ], "loc": { "start": { @@ -36537,8 +36535,8 @@ "object": { "type": "ThisExpression", "range": [ - 15937, - 15941 + 15933, + 15937 ], "loc": { "start": { @@ -36555,8 +36553,8 @@ "type": "Identifier", "name": "prfxCookiePageLen", "range": [ - 15942, - 15959 + 15938, + 15955 ], "loc": { "start": { @@ -36570,8 +36568,8 @@ } }, "range": [ - 15937, - 15959 + 15933, + 15955 ], "loc": { "start": { @@ -36589,8 +36587,8 @@ "value": "tf_pglen_", "raw": "'tf_pglen_'", "range": [ - 15962, - 15973 + 15958, + 15969 ], "loc": { "start": { @@ -36604,8 +36602,8 @@ } }, "range": [ - 15937, - 15973 + 15933, + 15969 ], "loc": { "start": { @@ -36619,8 +36617,8 @@ } }, "range": [ - 15937, - 15974 + 15933, + 15970 ], "loc": { "start": { @@ -36637,8 +36635,8 @@ "type": "Line", "value": "page length cookie", "range": [ - 15908, - 15928 + 15904, + 15924 ], "loc": { "start": { @@ -36657,8 +36655,8 @@ "type": "Block", "value": "** cookies **", "range": [ - 15984, - 16001 + 15980, + 15997 ], "loc": { "start": { @@ -36675,8 +36673,8 @@ "type": "Line", "value": "remembers filters values on page load", "range": [ - 16010, - 16049 + 16006, + 16045 ], "loc": { "start": { @@ -36702,8 +36700,8 @@ "object": { "type": "ThisExpression", "range": [ - 16058, - 16062 + 16054, + 16058 ], "loc": { "start": { @@ -36720,8 +36718,8 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 16063, - 16081 + 16059, + 16077 ], "loc": { "start": { @@ -36735,8 +36733,8 @@ } }, "range": [ - 16058, - 16081 + 16054, + 16077 ], "loc": { "start": { @@ -36755,8 +36753,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16084, - 16091 + 16080, + 16087 ], "loc": { "start": { @@ -36777,8 +36775,8 @@ "type": "Identifier", "name": "f", "range": [ - 16092, - 16093 + 16088, + 16089 ], "loc": { "start": { @@ -36795,8 +36793,8 @@ "type": "Identifier", "name": "remember_grid_values", "range": [ - 16094, - 16114 + 16090, + 16110 ], "loc": { "start": { @@ -36810,8 +36808,8 @@ } }, "range": [ - 16092, - 16114 + 16088, + 16110 ], "loc": { "start": { @@ -36826,8 +36824,8 @@ } ], "range": [ - 16084, - 16115 + 16080, + 16111 ], "loc": { "start": { @@ -36841,8 +36839,8 @@ } }, "range": [ - 16058, - 16115 + 16054, + 16111 ], "loc": { "start": { @@ -36856,8 +36854,8 @@ } }, "range": [ - 16058, - 16116 + 16054, + 16112 ], "loc": { "start": { @@ -36874,8 +36872,8 @@ "type": "Block", "value": "** cookies **", "range": [ - 15984, - 16001 + 15980, + 15997 ], "loc": { "start": { @@ -36892,8 +36890,8 @@ "type": "Line", "value": "remembers filters values on page load", "range": [ - 16010, - 16049 + 16006, + 16045 ], "loc": { "start": { @@ -36912,8 +36910,8 @@ "type": "Line", "value": "cookie storing filter values", "range": [ - 16125, - 16155 + 16121, + 16151 ], "loc": { "start": { @@ -36939,8 +36937,8 @@ "object": { "type": "ThisExpression", "range": [ - 16164, - 16168 + 16160, + 16164 ], "loc": { "start": { @@ -36957,8 +36955,8 @@ "type": "Identifier", "name": "fltsValuesCookie", "range": [ - 16169, - 16185 + 16165, + 16181 ], "loc": { "start": { @@ -36972,8 +36970,8 @@ } }, "range": [ - 16164, - 16185 + 16160, + 16181 ], "loc": { "start": { @@ -36995,8 +36993,8 @@ "object": { "type": "ThisExpression", "range": [ - 16188, - 16192 + 16184, + 16188 ], "loc": { "start": { @@ -37013,8 +37011,8 @@ "type": "Identifier", "name": "prfxCookieFltsValues", "range": [ - 16193, - 16213 + 16189, + 16209 ], "loc": { "start": { @@ -37028,8 +37026,8 @@ } }, "range": [ - 16188, - 16213 + 16184, + 16209 ], "loc": { "start": { @@ -37048,8 +37046,8 @@ "object": { "type": "ThisExpression", "range": [ - 16216, - 16220 + 16212, + 16216 ], "loc": { "start": { @@ -37066,8 +37064,8 @@ "type": "Identifier", "name": "id", "range": [ - 16221, - 16223 + 16217, + 16219 ], "loc": { "start": { @@ -37081,8 +37079,8 @@ } }, "range": [ - 16216, - 16223 + 16212, + 16219 ], "loc": { "start": { @@ -37096,8 +37094,8 @@ } }, "range": [ - 16188, - 16223 + 16184, + 16219 ], "loc": { "start": { @@ -37111,8 +37109,8 @@ } }, "range": [ - 16164, - 16223 + 16160, + 16219 ], "loc": { "start": { @@ -37126,8 +37124,8 @@ } }, "range": [ - 16164, - 16224 + 16160, + 16220 ], "loc": { "start": { @@ -37144,8 +37142,8 @@ "type": "Line", "value": "cookie storing filter values", "range": [ - 16125, - 16155 + 16121, + 16151 ], "loc": { "start": { @@ -37164,8 +37162,8 @@ "type": "Line", "value": "remembers page nb on page load", "range": [ - 16233, - 16265 + 16229, + 16261 ], "loc": { "start": { @@ -37191,8 +37189,8 @@ "object": { "type": "ThisExpression", "range": [ - 16274, - 16278 + 16270, + 16274 ], "loc": { "start": { @@ -37209,8 +37207,8 @@ "type": "Identifier", "name": "rememberPageNb", "range": [ - 16279, - 16293 + 16275, + 16289 ], "loc": { "start": { @@ -37224,8 +37222,8 @@ } }, "range": [ - 16274, - 16293 + 16270, + 16289 ], "loc": { "start": { @@ -37247,8 +37245,8 @@ "object": { "type": "ThisExpression", "range": [ - 16296, - 16300 + 16292, + 16296 ], "loc": { "start": { @@ -37265,8 +37263,8 @@ "type": "Identifier", "name": "paging", "range": [ - 16301, - 16307 + 16297, + 16303 ], "loc": { "start": { @@ -37280,8 +37278,8 @@ } }, "range": [ - 16296, - 16307 + 16292, + 16303 ], "loc": { "start": { @@ -37301,8 +37299,8 @@ "type": "Identifier", "name": "f", "range": [ - 16311, - 16312 + 16307, + 16308 ], "loc": { "start": { @@ -37319,8 +37317,8 @@ "type": "Identifier", "name": "remember_page_number", "range": [ - 16313, - 16333 + 16309, + 16329 ], "loc": { "start": { @@ -37334,8 +37332,8 @@ } }, "range": [ - 16311, - 16333 + 16307, + 16329 ], "loc": { "start": { @@ -37349,8 +37347,8 @@ } }, "range": [ - 16296, - 16333 + 16292, + 16329 ], "loc": { "start": { @@ -37364,8 +37362,8 @@ } }, "range": [ - 16274, - 16333 + 16270, + 16329 ], "loc": { "start": { @@ -37379,8 +37377,8 @@ } }, "range": [ - 16274, - 16334 + 16270, + 16330 ], "loc": { "start": { @@ -37397,8 +37395,8 @@ "type": "Line", "value": "remembers page nb on page load", "range": [ - 16233, - 16265 + 16229, + 16261 ], "loc": { "start": { @@ -37417,8 +37415,8 @@ "type": "Line", "value": "cookie storing page nb", "range": [ - 16343, - 16367 + 16339, + 16363 ], "loc": { "start": { @@ -37444,8 +37442,8 @@ "object": { "type": "ThisExpression", "range": [ - 16376, - 16380 + 16372, + 16376 ], "loc": { "start": { @@ -37462,8 +37460,8 @@ "type": "Identifier", "name": "pgNbCookie", "range": [ - 16381, - 16391 + 16377, + 16387 ], "loc": { "start": { @@ -37477,8 +37475,8 @@ } }, "range": [ - 16376, - 16391 + 16372, + 16387 ], "loc": { "start": { @@ -37500,8 +37498,8 @@ "object": { "type": "ThisExpression", "range": [ - 16394, - 16398 + 16390, + 16394 ], "loc": { "start": { @@ -37518,8 +37516,8 @@ "type": "Identifier", "name": "prfxCookiePageNb", "range": [ - 16399, - 16415 + 16395, + 16411 ], "loc": { "start": { @@ -37533,8 +37531,8 @@ } }, "range": [ - 16394, - 16415 + 16390, + 16411 ], "loc": { "start": { @@ -37553,8 +37551,8 @@ "object": { "type": "ThisExpression", "range": [ - 16418, - 16422 + 16414, + 16418 ], "loc": { "start": { @@ -37571,8 +37569,8 @@ "type": "Identifier", "name": "id", "range": [ - 16423, - 16425 + 16419, + 16421 ], "loc": { "start": { @@ -37586,8 +37584,8 @@ } }, "range": [ - 16418, - 16425 + 16414, + 16421 ], "loc": { "start": { @@ -37601,8 +37599,8 @@ } }, "range": [ - 16394, - 16425 + 16390, + 16421 ], "loc": { "start": { @@ -37616,8 +37614,8 @@ } }, "range": [ - 16376, - 16425 + 16372, + 16421 ], "loc": { "start": { @@ -37631,8 +37629,8 @@ } }, "range": [ - 16376, - 16426 + 16372, + 16422 ], "loc": { "start": { @@ -37649,8 +37647,8 @@ "type": "Line", "value": "cookie storing page nb", "range": [ - 16343, - 16367 + 16339, + 16363 ], "loc": { "start": { @@ -37669,8 +37667,8 @@ "type": "Line", "value": "remembers page length on page load", "range": [ - 16435, - 16471 + 16431, + 16467 ], "loc": { "start": { @@ -37696,8 +37694,8 @@ "object": { "type": "ThisExpression", "range": [ - 16480, - 16484 + 16476, + 16480 ], "loc": { "start": { @@ -37714,8 +37712,8 @@ "type": "Identifier", "name": "rememberPageLen", "range": [ - 16485, - 16500 + 16481, + 16496 ], "loc": { "start": { @@ -37729,8 +37727,8 @@ } }, "range": [ - 16480, - 16500 + 16476, + 16496 ], "loc": { "start": { @@ -37752,8 +37750,8 @@ "object": { "type": "ThisExpression", "range": [ - 16503, - 16507 + 16499, + 16503 ], "loc": { "start": { @@ -37770,8 +37768,8 @@ "type": "Identifier", "name": "paging", "range": [ - 16508, - 16514 + 16504, + 16510 ], "loc": { "start": { @@ -37785,8 +37783,8 @@ } }, "range": [ - 16503, - 16514 + 16499, + 16510 ], "loc": { "start": { @@ -37806,8 +37804,8 @@ "type": "Identifier", "name": "f", "range": [ - 16518, - 16519 + 16514, + 16515 ], "loc": { "start": { @@ -37824,8 +37822,8 @@ "type": "Identifier", "name": "remember_page_length", "range": [ - 16520, - 16540 + 16516, + 16536 ], "loc": { "start": { @@ -37839,8 +37837,8 @@ } }, "range": [ - 16518, - 16540 + 16514, + 16536 ], "loc": { "start": { @@ -37854,8 +37852,8 @@ } }, "range": [ - 16503, - 16540 + 16499, + 16536 ], "loc": { "start": { @@ -37869,8 +37867,8 @@ } }, "range": [ - 16480, - 16540 + 16476, + 16536 ], "loc": { "start": { @@ -37884,8 +37882,8 @@ } }, "range": [ - 16480, - 16541 + 16476, + 16537 ], "loc": { "start": { @@ -37902,8 +37900,8 @@ "type": "Line", "value": "remembers page length on page load", "range": [ - 16435, - 16471 + 16431, + 16467 ], "loc": { "start": { @@ -37922,8 +37920,8 @@ "type": "Line", "value": "cookie storing page length", "range": [ - 16550, - 16578 + 16546, + 16574 ], "loc": { "start": { @@ -37949,8 +37947,8 @@ "object": { "type": "ThisExpression", "range": [ - 16587, - 16591 + 16583, + 16587 ], "loc": { "start": { @@ -37967,8 +37965,8 @@ "type": "Identifier", "name": "pgLenCookie", "range": [ - 16592, - 16603 + 16588, + 16599 ], "loc": { "start": { @@ -37982,8 +37980,8 @@ } }, "range": [ - 16587, - 16603 + 16583, + 16599 ], "loc": { "start": { @@ -38005,8 +38003,8 @@ "object": { "type": "ThisExpression", "range": [ - 16606, - 16610 + 16602, + 16606 ], "loc": { "start": { @@ -38023,8 +38021,8 @@ "type": "Identifier", "name": "prfxCookiePageLen", "range": [ - 16611, - 16628 + 16607, + 16624 ], "loc": { "start": { @@ -38038,8 +38036,8 @@ } }, "range": [ - 16606, - 16628 + 16602, + 16624 ], "loc": { "start": { @@ -38058,8 +38056,8 @@ "object": { "type": "ThisExpression", "range": [ - 16631, - 16635 + 16627, + 16631 ], "loc": { "start": { @@ -38076,8 +38074,8 @@ "type": "Identifier", "name": "id", "range": [ - 16636, - 16638 + 16632, + 16634 ], "loc": { "start": { @@ -38091,8 +38089,8 @@ } }, "range": [ - 16631, - 16638 + 16627, + 16634 ], "loc": { "start": { @@ -38106,8 +38104,8 @@ } }, "range": [ - 16606, - 16638 + 16602, + 16634 ], "loc": { "start": { @@ -38121,8 +38119,8 @@ } }, "range": [ - 16587, - 16638 + 16583, + 16634 ], "loc": { "start": { @@ -38136,8 +38134,8 @@ } }, "range": [ - 16587, - 16639 + 16583, + 16635 ], "loc": { "start": { @@ -38154,8 +38152,8 @@ "type": "Line", "value": "cookie storing page length", "range": [ - 16550, - 16578 + 16546, + 16574 ], "loc": { "start": { @@ -38174,8 +38172,8 @@ "type": "Block", "value": "** extensions **", "range": [ - 16649, - 16669 + 16645, + 16665 ], "loc": { "start": { @@ -38192,8 +38190,8 @@ "type": "Line", "value": "imports external script", "range": [ - 16678, - 16703 + 16674, + 16699 ], "loc": { "start": { @@ -38219,8 +38217,8 @@ "object": { "type": "ThisExpression", "range": [ - 16712, - 16716 + 16708, + 16712 ], "loc": { "start": { @@ -38237,8 +38235,8 @@ "type": "Identifier", "name": "extensions", "range": [ - 16717, - 16727 + 16713, + 16723 ], "loc": { "start": { @@ -38252,8 +38250,8 @@ } }, "range": [ - 16712, - 16727 + 16708, + 16723 ], "loc": { "start": { @@ -38273,8 +38271,8 @@ "type": "Identifier", "name": "f", "range": [ - 16730, - 16731 + 16726, + 16727 ], "loc": { "start": { @@ -38291,8 +38289,8 @@ "type": "Identifier", "name": "extensions", "range": [ - 16732, - 16742 + 16728, + 16738 ], "loc": { "start": { @@ -38306,8 +38304,8 @@ } }, "range": [ - 16730, - 16742 + 16726, + 16738 ], "loc": { "start": { @@ -38321,8 +38319,8 @@ } }, "range": [ - 16712, - 16742 + 16708, + 16738 ], "loc": { "start": { @@ -38336,8 +38334,8 @@ } }, "range": [ - 16712, - 16743 + 16708, + 16739 ], "loc": { "start": { @@ -38354,8 +38352,8 @@ "type": "Block", "value": "** extensions **", "range": [ - 16649, - 16669 + 16645, + 16665 ], "loc": { "start": { @@ -38372,8 +38370,8 @@ "type": "Line", "value": "imports external script", "range": [ - 16678, - 16703 + 16674, + 16699 ], "loc": { "start": { @@ -38399,8 +38397,8 @@ "object": { "type": "ThisExpression", "range": [ - 16752, - 16756 + 16748, + 16752 ], "loc": { "start": { @@ -38417,8 +38415,8 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 16757, - 16770 + 16753, + 16766 ], "loc": { "start": { @@ -38432,8 +38430,8 @@ } }, "range": [ - 16752, - 16770 + 16748, + 16766 ], "loc": { "start": { @@ -38455,8 +38453,8 @@ "type": "Identifier", "name": "Types", "range": [ - 16773, - 16778 + 16769, + 16774 ], "loc": { "start": { @@ -38473,8 +38471,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 16779, - 16786 + 16775, + 16782 ], "loc": { "start": { @@ -38488,8 +38486,8 @@ } }, "range": [ - 16773, - 16786 + 16769, + 16782 ], "loc": { "start": { @@ -38509,8 +38507,8 @@ "object": { "type": "ThisExpression", "range": [ - 16787, - 16791 + 16783, + 16787 ], "loc": { "start": { @@ -38527,8 +38525,8 @@ "type": "Identifier", "name": "extensions", "range": [ - 16792, - 16802 + 16788, + 16798 ], "loc": { "start": { @@ -38542,8 +38540,8 @@ } }, "range": [ - 16787, - 16802 + 16783, + 16798 ], "loc": { "start": { @@ -38558,8 +38556,8 @@ } ], "range": [ - 16773, - 16803 + 16769, + 16799 ], "loc": { "start": { @@ -38573,8 +38571,8 @@ } }, "range": [ - 16752, - 16803 + 16748, + 16799 ], "loc": { "start": { @@ -38588,8 +38586,8 @@ } }, "range": [ - 16752, - 16804 + 16748, + 16800 ], "loc": { "start": { @@ -38606,8 +38604,8 @@ "type": "Block", "value": "** themes **", "range": [ - 16814, - 16830 + 16810, + 16826 ], "loc": { "start": { @@ -38633,8 +38631,8 @@ "object": { "type": "ThisExpression", "range": [ - 16839, - 16843 + 16835, + 16839 ], "loc": { "start": { @@ -38651,8 +38649,8 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 16844, - 16862 + 16840, + 16858 ], "loc": { "start": { @@ -38666,8 +38664,8 @@ } }, "range": [ - 16839, - 16862 + 16835, + 16858 ], "loc": { "start": { @@ -38686,8 +38684,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16865, - 16872 + 16861, + 16868 ], "loc": { "start": { @@ -38708,8 +38706,8 @@ "type": "Identifier", "name": "f", "range": [ - 16873, - 16874 + 16869, + 16870 ], "loc": { "start": { @@ -38726,8 +38724,8 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 16875, - 16895 + 16871, + 16891 ], "loc": { "start": { @@ -38741,8 +38739,8 @@ } }, "range": [ - 16873, - 16895 + 16869, + 16891 ], "loc": { "start": { @@ -38757,8 +38755,8 @@ } ], "range": [ - 16865, - 16896 + 16861, + 16892 ], "loc": { "start": { @@ -38772,8 +38770,8 @@ } }, "range": [ - 16839, - 16896 + 16835, + 16892 ], "loc": { "start": { @@ -38787,8 +38785,8 @@ } }, "range": [ - 16839, - 16897 + 16835, + 16893 ], "loc": { "start": { @@ -38805,8 +38803,8 @@ "type": "Block", "value": "** themes **", "range": [ - 16814, - 16830 + 16810, + 16826 ], "loc": { "start": { @@ -38825,8 +38823,8 @@ "type": "Line", "value": "imports themes", "range": [ - 16906, - 16922 + 16902, + 16918 ], "loc": { "start": { @@ -38852,8 +38850,8 @@ "object": { "type": "ThisExpression", "range": [ - 16931, - 16935 + 16927, + 16931 ], "loc": { "start": { @@ -38870,8 +38868,8 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 16936, - 16945 + 16932, + 16941 ], "loc": { "start": { @@ -38885,8 +38883,8 @@ } }, "range": [ - 16931, - 16945 + 16927, + 16941 ], "loc": { "start": { @@ -38908,8 +38906,8 @@ "object": { "type": "ThisExpression", "range": [ - 16949, - 16953 + 16945, + 16949 ], "loc": { "start": { @@ -38926,8 +38924,8 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 16954, - 16972 + 16950, + 16968 ], "loc": { "start": { @@ -38941,8 +38939,8 @@ } }, "range": [ - 16949, - 16972 + 16945, + 16968 ], "loc": { "start": { @@ -38964,8 +38962,8 @@ "type": "Identifier", "name": "Types", "range": [ - 16976, - 16981 + 16972, + 16977 ], "loc": { "start": { @@ -38982,8 +38980,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 16982, - 16989 + 16978, + 16985 ], "loc": { "start": { @@ -38997,8 +38995,8 @@ } }, "range": [ - 16976, - 16989 + 16972, + 16985 ], "loc": { "start": { @@ -39019,8 +39017,8 @@ "type": "Identifier", "name": "f", "range": [ - 16990, - 16991 + 16986, + 16987 ], "loc": { "start": { @@ -39037,8 +39035,8 @@ "type": "Identifier", "name": "themes", "range": [ - 16992, - 16998 + 16988, + 16994 ], "loc": { "start": { @@ -39052,8 +39050,8 @@ } }, "range": [ - 16990, - 16998 + 16986, + 16994 ], "loc": { "start": { @@ -39068,8 +39066,8 @@ } ], "range": [ - 16976, - 16999 + 16972, + 16995 ], "loc": { "start": { @@ -39083,8 +39081,8 @@ } }, "range": [ - 16949, - 16999 + 16945, + 16995 ], "loc": { "start": { @@ -39098,8 +39096,8 @@ } }, "range": [ - 16931, - 17000 + 16927, + 16996 ], "loc": { "start": { @@ -39113,8 +39111,8 @@ } }, "range": [ - 16931, - 17001 + 16927, + 16997 ], "loc": { "start": { @@ -39131,8 +39129,8 @@ "type": "Line", "value": "imports themes", "range": [ - 16906, - 16922 + 16902, + 16918 ], "loc": { "start": { @@ -39158,8 +39156,8 @@ "object": { "type": "ThisExpression", "range": [ - 17010, - 17014 + 17006, + 17010 ], "loc": { "start": { @@ -39176,8 +39174,8 @@ "type": "Identifier", "name": "themes", "range": [ - 17015, - 17021 + 17011, + 17017 ], "loc": { "start": { @@ -39191,8 +39189,8 @@ } }, "range": [ - 17010, - 17021 + 17006, + 17017 ], "loc": { "start": { @@ -39215,8 +39213,8 @@ "type": "Identifier", "name": "f", "range": [ - 17024, - 17025 + 17020, + 17021 ], "loc": { "start": { @@ -39233,8 +39231,8 @@ "type": "Identifier", "name": "themes", "range": [ - 17026, - 17032 + 17022, + 17028 ], "loc": { "start": { @@ -39248,8 +39246,8 @@ } }, "range": [ - 17024, - 17032 + 17020, + 17028 ], "loc": { "start": { @@ -39266,8 +39264,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 17036, - 17038 + 17032, + 17034 ], "loc": { "start": { @@ -39281,8 +39279,8 @@ } }, "range": [ - 17024, - 17038 + 17020, + 17034 ], "loc": { "start": { @@ -39296,8 +39294,8 @@ } }, "range": [ - 17010, - 17038 + 17006, + 17034 ], "loc": { "start": { @@ -39311,8 +39309,8 @@ } }, "range": [ - 17010, - 17039 + 17006, + 17035 ], "loc": { "start": { @@ -39329,8 +39327,8 @@ "type": "Line", "value": "themes path", "range": [ - 17048, - 17061 + 17044, + 17057 ], "loc": { "start": { @@ -39356,8 +39354,8 @@ "object": { "type": "ThisExpression", "range": [ - 17070, - 17074 + 17066, + 17070 ], "loc": { "start": { @@ -39374,8 +39372,8 @@ "type": "Identifier", "name": "themesPath", "range": [ - 17075, - 17085 + 17071, + 17081 ], "loc": { "start": { @@ -39389,8 +39387,8 @@ } }, "range": [ - 17070, - 17085 + 17066, + 17081 ], "loc": { "start": { @@ -39413,8 +39411,8 @@ "type": "Identifier", "name": "f", "range": [ - 17088, - 17089 + 17084, + 17085 ], "loc": { "start": { @@ -39431,8 +39429,8 @@ "type": "Identifier", "name": "themes_path", "range": [ - 17090, - 17101 + 17086, + 17097 ], "loc": { "start": { @@ -39446,8 +39444,8 @@ } }, "range": [ - 17088, - 17101 + 17084, + 17097 ], "loc": { "start": { @@ -39469,8 +39467,8 @@ "object": { "type": "ThisExpression", "range": [ - 17105, - 17109 + 17101, + 17105 ], "loc": { "start": { @@ -39487,8 +39485,8 @@ "type": "Identifier", "name": "stylePath", "range": [ - 17110, - 17119 + 17106, + 17115 ], "loc": { "start": { @@ -39502,8 +39500,8 @@ } }, "range": [ - 17105, - 17119 + 17101, + 17115 ], "loc": { "start": { @@ -39521,8 +39519,8 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 17122, - 17131 + 17118, + 17127 ], "loc": { "start": { @@ -39536,8 +39534,8 @@ } }, "range": [ - 17105, - 17131 + 17101, + 17127 ], "loc": { "start": { @@ -39551,8 +39549,8 @@ } }, "range": [ - 17088, - 17131 + 17084, + 17127 ], "loc": { "start": { @@ -39566,8 +39564,8 @@ } }, "range": [ - 17070, - 17131 + 17066, + 17127 ], "loc": { "start": { @@ -39581,8 +39579,8 @@ } }, "range": [ - 17070, - 17132 + 17066, + 17128 ], "loc": { "start": { @@ -39599,8 +39597,8 @@ "type": "Line", "value": "themes path", "range": [ - 17048, - 17061 + 17044, + 17057 ], "loc": { "start": { @@ -39619,8 +39617,8 @@ "type": "Line", "value": " Features registry", "range": [ - 17142, - 17162 + 17138, + 17158 ], "loc": { "start": { @@ -39646,8 +39644,8 @@ "object": { "type": "ThisExpression", "range": [ - 17171, - 17175 + 17167, + 17171 ], "loc": { "start": { @@ -39664,8 +39662,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 17176, - 17179 + 17172, + 17175 ], "loc": { "start": { @@ -39679,8 +39677,8 @@ } }, "range": [ - 17171, - 17179 + 17167, + 17175 ], "loc": { "start": { @@ -39697,8 +39695,8 @@ "type": "ObjectExpression", "properties": [], "range": [ - 17182, - 17184 + 17178, + 17180 ], "loc": { "start": { @@ -39712,8 +39710,8 @@ } }, "range": [ - 17171, - 17184 + 17167, + 17180 ], "loc": { "start": { @@ -39727,8 +39725,8 @@ } }, "range": [ - 17171, - 17185 + 17167, + 17181 ], "loc": { "start": { @@ -39745,8 +39743,8 @@ "type": "Line", "value": " Features registry", "range": [ - 17142, - 17162 + 17138, + 17158 ], "loc": { "start": { @@ -39765,8 +39763,8 @@ "type": "Line", "value": " Extensions registry", "range": [ - 17195, - 17217 + 17191, + 17213 ], "loc": { "start": { @@ -39792,8 +39790,8 @@ "object": { "type": "ThisExpression", "range": [ - 17226, - 17230 + 17222, + 17226 ], "loc": { "start": { @@ -39810,8 +39808,8 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 17231, - 17242 + 17227, + 17238 ], "loc": { "start": { @@ -39825,8 +39823,8 @@ } }, "range": [ - 17226, - 17242 + 17222, + 17238 ], "loc": { "start": { @@ -39843,8 +39841,8 @@ "type": "ObjectExpression", "properties": [], "range": [ - 17245, - 17247 + 17241, + 17243 ], "loc": { "start": { @@ -39858,8 +39856,8 @@ } }, "range": [ - 17226, - 17247 + 17222, + 17243 ], "loc": { "start": { @@ -39873,8 +39871,8 @@ } }, "range": [ - 17226, - 17248 + 17222, + 17244 ], "loc": { "start": { @@ -39891,8 +39889,8 @@ "type": "Line", "value": " Extensions registry", "range": [ - 17195, - 17217 + 17191, + 17213 ], "loc": { "start": { @@ -39911,8 +39909,8 @@ "type": "Block", "value": "** TF events **", "range": [ - 17258, - 17277 + 17254, + 17273 ], "loc": { "start": { @@ -39938,8 +39936,8 @@ "object": { "type": "ThisExpression", "range": [ - 17286, - 17290 + 17282, + 17286 ], "loc": { "start": { @@ -39956,8 +39954,8 @@ "type": "Identifier", "name": "Evt", "range": [ - 17291, - 17294 + 17287, + 17290 ], "loc": { "start": { @@ -39971,8 +39969,8 @@ } }, "range": [ - 17286, - 17294 + 17282, + 17290 ], "loc": { "start": { @@ -39994,8 +39992,8 @@ "type": "Identifier", "name": "detectKey", "range": [ - 17345, - 17354 + 17341, + 17350 ], "loc": { "start": { @@ -40016,8 +40014,8 @@ "type": "Identifier", "name": "e", "range": [ - 17355, - 17356 + 17351, + 17352 ], "loc": { "start": { @@ -40045,8 +40043,8 @@ "object": { "type": "ThisExpression", "range": [ - 17380, - 17384 + 17376, + 17380 ], "loc": { "start": { @@ -40063,8 +40061,8 @@ "type": "Identifier", "name": "enterKey", "range": [ - 17385, - 17393 + 17381, + 17389 ], "loc": { "start": { @@ -40078,8 +40076,8 @@ } }, "range": [ - 17380, - 17393 + 17376, + 17389 ], "loc": { "start": { @@ -40094,8 +40092,8 @@ }, "prefix": true, "range": [ - 17379, - 17393 + 17375, + 17389 ], "loc": { "start": { @@ -40115,8 +40113,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 17396, - 17403 + 17392, + 17399 ], "loc": { "start": { @@ -40131,8 +40129,8 @@ } ], "range": [ - 17394, - 17405 + 17390, + 17401 ], "loc": { "start": { @@ -40147,8 +40145,8 @@ }, "alternate": null, "range": [ - 17376, - 17405 + 17372, + 17401 ], "loc": { "start": { @@ -40167,8 +40165,8 @@ "type": "Identifier", "name": "e", "range": [ - 17425, - 17426 + 17421, + 17422 ], "loc": { "start": { @@ -40193,8 +40191,8 @@ "type": "Identifier", "name": "key", "range": [ - 17453, - 17456 + 17449, + 17452 ], "loc": { "start": { @@ -40216,8 +40214,8 @@ "type": "Identifier", "name": "Event", "range": [ - 17459, - 17464 + 17455, + 17460 ], "loc": { "start": { @@ -40234,8 +40232,8 @@ "type": "Identifier", "name": "keyCode", "range": [ - 17465, - 17472 + 17461, + 17468 ], "loc": { "start": { @@ -40249,8 +40247,8 @@ } }, "range": [ - 17459, - 17472 + 17455, + 17468 ], "loc": { "start": { @@ -40268,8 +40266,8 @@ "type": "Identifier", "name": "e", "range": [ - 17473, - 17474 + 17469, + 17470 ], "loc": { "start": { @@ -40284,8 +40282,8 @@ } ], "range": [ - 17459, - 17475 + 17455, + 17471 ], "loc": { "start": { @@ -40299,8 +40297,8 @@ } }, "range": [ - 17453, - 17475 + 17449, + 17471 ], "loc": { "start": { @@ -40316,8 +40314,8 @@ ], "kind": "let", "range": [ - 17449, - 17476 + 17445, + 17472 ], "loc": { "start": { @@ -40339,8 +40337,8 @@ "type": "Identifier", "name": "key", "range": [ - 17500, - 17503 + 17496, + 17499 ], "loc": { "start": { @@ -40358,8 +40356,8 @@ "value": 13, "raw": "13", "range": [ - 17506, - 17508 + 17502, + 17504 ], "loc": { "start": { @@ -40373,8 +40371,8 @@ } }, "range": [ - 17500, - 17508 + 17496, + 17504 ], "loc": { "start": { @@ -40400,8 +40398,8 @@ "object": { "type": "ThisExpression", "range": [ - 17535, - 17539 + 17531, + 17535 ], "loc": { "start": { @@ -40418,8 +40416,8 @@ "type": "Identifier", "name": "filter", "range": [ - 17540, - 17546 + 17536, + 17542 ], "loc": { "start": { @@ -40433,8 +40431,8 @@ } }, "range": [ - 17535, - 17546 + 17531, + 17542 ], "loc": { "start": { @@ -40449,8 +40447,8 @@ }, "arguments": [], "range": [ - 17535, - 17548 + 17531, + 17544 ], "loc": { "start": { @@ -40464,8 +40462,8 @@ } }, "range": [ - 17535, - 17549 + 17531, + 17545 ], "loc": { "start": { @@ -40489,8 +40487,8 @@ "type": "Identifier", "name": "Event", "range": [ - 17574, - 17579 + 17570, + 17575 ], "loc": { "start": { @@ -40507,8 +40505,8 @@ "type": "Identifier", "name": "cancel", "range": [ - 17580, - 17586 + 17576, + 17582 ], "loc": { "start": { @@ -40522,8 +40520,8 @@ } }, "range": [ - 17574, - 17586 + 17570, + 17582 ], "loc": { "start": { @@ -40541,8 +40539,8 @@ "type": "Identifier", "name": "e", "range": [ - 17587, - 17588 + 17583, + 17584 ], "loc": { "start": { @@ -40557,8 +40555,8 @@ } ], "range": [ - 17574, - 17589 + 17570, + 17585 ], "loc": { "start": { @@ -40572,8 +40570,8 @@ } }, "range": [ - 17574, - 17590 + 17570, + 17586 ], "loc": { "start": { @@ -40597,8 +40595,8 @@ "type": "Identifier", "name": "Event", "range": [ - 17615, - 17620 + 17611, + 17616 ], "loc": { "start": { @@ -40615,8 +40613,8 @@ "type": "Identifier", "name": "stop", "range": [ - 17621, - 17625 + 17617, + 17621 ], "loc": { "start": { @@ -40630,8 +40628,8 @@ } }, "range": [ - 17615, - 17625 + 17611, + 17621 ], "loc": { "start": { @@ -40649,8 +40647,8 @@ "type": "Identifier", "name": "e", "range": [ - 17626, - 17627 + 17622, + 17623 ], "loc": { "start": { @@ -40665,8 +40663,8 @@ } ], "range": [ - 17615, - 17628 + 17611, + 17624 ], "loc": { "start": { @@ -40680,8 +40678,8 @@ } }, "range": [ - 17615, - 17629 + 17611, + 17625 ], "loc": { "start": { @@ -40696,8 +40694,8 @@ } ], "range": [ - 17509, - 17651 + 17505, + 17647 ], "loc": { "start": { @@ -40724,8 +40722,8 @@ "object": { "type": "ThisExpression", "range": [ - 17683, - 17687 + 17679, + 17683 ], "loc": { "start": { @@ -40742,8 +40740,8 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 17688, - 17700 + 17684, + 17696 ], "loc": { "start": { @@ -40757,8 +40755,8 @@ } }, "range": [ - 17683, - 17700 + 17679, + 17696 ], "loc": { "start": { @@ -40776,8 +40774,8 @@ "value": true, "raw": "true", "range": [ - 17703, - 17707 + 17699, + 17703 ], "loc": { "start": { @@ -40791,8 +40789,8 @@ } }, "range": [ - 17683, - 17707 + 17679, + 17703 ], "loc": { "start": { @@ -40806,8 +40804,8 @@ } }, "range": [ - 17683, - 17708 + 17679, + 17704 ], "loc": { "start": { @@ -40831,8 +40829,8 @@ "type": "Identifier", "name": "global", "range": [ - 17733, - 17739 + 17729, + 17735 ], "loc": { "start": { @@ -40849,8 +40847,8 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 17740, - 17753 + 17736, + 17749 ], "loc": { "start": { @@ -40864,8 +40862,8 @@ } }, "range": [ - 17733, - 17753 + 17729, + 17749 ], "loc": { "start": { @@ -40885,8 +40883,8 @@ "object": { "type": "ThisExpression", "range": [ - 17754, - 17758 + 17750, + 17754 ], "loc": { "start": { @@ -40903,8 +40901,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 17759, - 17774 + 17755, + 17770 ], "loc": { "start": { @@ -40918,8 +40916,8 @@ } }, "range": [ - 17754, - 17774 + 17750, + 17770 ], "loc": { "start": { @@ -40934,8 +40932,8 @@ } ], "range": [ - 17733, - 17775 + 17729, + 17771 ], "loc": { "start": { @@ -40949,8 +40947,8 @@ } }, "range": [ - 17733, - 17776 + 17729, + 17772 ], "loc": { "start": { @@ -40974,8 +40972,8 @@ "object": { "type": "ThisExpression", "range": [ - 17801, - 17805 + 17797, + 17801 ], "loc": { "start": { @@ -40992,8 +40990,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 17806, - 17821 + 17802, + 17817 ], "loc": { "start": { @@ -41007,8 +41005,8 @@ } }, "range": [ - 17801, - 17821 + 17797, + 17817 ], "loc": { "start": { @@ -41026,8 +41024,8 @@ "value": null, "raw": "null", "range": [ - 17824, - 17828 + 17820, + 17824 ], "loc": { "start": { @@ -41041,8 +41039,8 @@ } }, "range": [ - 17801, - 17828 + 17797, + 17824 ], "loc": { "start": { @@ -41056,8 +41054,8 @@ } }, "range": [ - 17801, - 17829 + 17797, + 17825 ], "loc": { "start": { @@ -41072,8 +41070,8 @@ } ], "range": [ - 17657, - 17851 + 17653, + 17847 ], "loc": { "start": { @@ -41087,8 +41085,8 @@ } }, "range": [ - 17497, - 17851 + 17493, + 17847 ], "loc": { "start": { @@ -41103,8 +41101,8 @@ } ], "range": [ - 17427, - 17869 + 17423, + 17865 ], "loc": { "start": { @@ -41119,8 +41117,8 @@ }, "alternate": null, "range": [ - 17422, - 17869 + 17418, + 17865 ], "loc": { "start": { @@ -41135,8 +41133,8 @@ } ], "range": [ - 17358, - 17883 + 17354, + 17879 ], "loc": { "start": { @@ -41152,8 +41150,8 @@ "generator": false, "expression": false, "range": [ - 17354, - 17883 + 17350, + 17879 ], "loc": { "start": { @@ -41171,8 +41169,8 @@ "shorthand": false, "computed": false, "range": [ - 17345, - 17883 + 17341, + 17879 ], "loc": { "start": { @@ -41189,8 +41187,8 @@ "type": "Line", "value": " Detect key", "range": [ - 17311, - 17332 + 17307, + 17328 ], "loc": { "start": { @@ -41211,8 +41209,8 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 17972, - 17979 + 17968, + 17975 ], "loc": { "start": { @@ -41233,8 +41231,8 @@ "type": "Identifier", "name": "e", "range": [ - 17980, - 17981 + 17976, + 17977 ], "loc": { "start": { @@ -41262,8 +41260,8 @@ "object": { "type": "ThisExpression", "range": [ - 18005, - 18009 + 18001, + 18005 ], "loc": { "start": { @@ -41280,8 +41278,8 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 18010, - 18020 + 18006, + 18016 ], "loc": { "start": { @@ -41295,8 +41293,8 @@ } }, "range": [ - 18005, - 18020 + 18001, + 18016 ], "loc": { "start": { @@ -41311,8 +41309,8 @@ }, "prefix": true, "range": [ - 18004, - 18020 + 18000, + 18016 ], "loc": { "start": { @@ -41332,8 +41330,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 18043, - 18050 + 18039, + 18046 ], "loc": { "start": { @@ -41348,8 +41346,8 @@ } ], "range": [ - 18021, - 18068 + 18017, + 18064 ], "loc": { "start": { @@ -41364,8 +41362,8 @@ }, "alternate": null, "range": [ - 18001, - 18068 + 17997, + 18064 ], "loc": { "start": { @@ -41387,8 +41385,8 @@ "type": "Identifier", "name": "key", "range": [ - 18089, - 18092 + 18085, + 18088 ], "loc": { "start": { @@ -41410,8 +41408,8 @@ "type": "Identifier", "name": "Event", "range": [ - 18095, - 18100 + 18091, + 18096 ], "loc": { "start": { @@ -41428,8 +41426,8 @@ "type": "Identifier", "name": "keyCode", "range": [ - 18101, - 18108 + 18097, + 18104 ], "loc": { "start": { @@ -41443,8 +41441,8 @@ } }, "range": [ - 18095, - 18108 + 18091, + 18104 ], "loc": { "start": { @@ -41462,8 +41460,8 @@ "type": "Identifier", "name": "e", "range": [ - 18109, - 18110 + 18105, + 18106 ], "loc": { "start": { @@ -41478,8 +41476,8 @@ } ], "range": [ - 18095, - 18111 + 18091, + 18107 ], "loc": { "start": { @@ -41493,8 +41491,8 @@ } }, "range": [ - 18089, - 18111 + 18085, + 18107 ], "loc": { "start": { @@ -41510,8 +41508,8 @@ ], "kind": "let", "range": [ - 18085, - 18112 + 18081, + 18108 ], "loc": { "start": { @@ -41535,8 +41533,8 @@ "object": { "type": "ThisExpression", "range": [ - 18129, - 18133 + 18125, + 18129 ], "loc": { "start": { @@ -41553,8 +41551,8 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 18134, - 18146 + 18130, + 18142 ], "loc": { "start": { @@ -41568,8 +41566,8 @@ } }, "range": [ - 18129, - 18146 + 18125, + 18142 ], "loc": { "start": { @@ -41587,8 +41585,8 @@ "value": false, "raw": "false", "range": [ - 18149, - 18154 + 18145, + 18150 ], "loc": { "start": { @@ -41602,8 +41600,8 @@ } }, "range": [ - 18129, - 18154 + 18125, + 18150 ], "loc": { "start": { @@ -41617,8 +41615,8 @@ } }, "range": [ - 18129, - 18155 + 18125, + 18151 ], "loc": { "start": { @@ -41637,8 +41635,8 @@ "type": "Identifier", "name": "filter", "range": [ - 18182, - 18188 + 18178, + 18184 ], "loc": { "start": { @@ -41666,8 +41664,8 @@ "type": "Identifier", "name": "global", "range": [ - 18260, - 18266 + 18256, + 18262 ], "loc": { "start": { @@ -41684,8 +41682,8 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 18267, - 18280 + 18263, + 18276 ], "loc": { "start": { @@ -41699,8 +41697,8 @@ } }, "range": [ - 18260, - 18280 + 18256, + 18276 ], "loc": { "start": { @@ -41720,8 +41718,8 @@ "object": { "type": "ThisExpression", "range": [ - 18281, - 18285 + 18277, + 18281 ], "loc": { "start": { @@ -41738,8 +41736,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 18286, - 18301 + 18282, + 18297 ], "loc": { "start": { @@ -41753,8 +41751,8 @@ } }, "range": [ - 18281, - 18301 + 18277, + 18297 ], "loc": { "start": { @@ -41769,8 +41767,8 @@ } ], "range": [ - 18260, - 18302 + 18256, + 18298 ], "loc": { "start": { @@ -41784,8 +41782,8 @@ } }, "range": [ - 18260, - 18303 + 18256, + 18299 ], "loc": { "start": { @@ -41802,8 +41800,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 18213, - 18239 + 18209, + 18235 ], "loc": { "start": { @@ -41829,8 +41827,8 @@ "object": { "type": "ThisExpression", "range": [ - 18324, - 18328 + 18320, + 18324 ], "loc": { "start": { @@ -41847,8 +41845,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 18329, - 18344 + 18325, + 18340 ], "loc": { "start": { @@ -41862,8 +41860,8 @@ } }, "range": [ - 18324, - 18344 + 18320, + 18340 ], "loc": { "start": { @@ -41881,8 +41879,8 @@ "value": null, "raw": "null", "range": [ - 18347, - 18351 + 18343, + 18347 ], "loc": { "start": { @@ -41896,8 +41894,8 @@ } }, "range": [ - 18324, - 18351 + 18320, + 18347 ], "loc": { "start": { @@ -41911,8 +41909,8 @@ } }, "range": [ - 18324, - 18352 + 18320, + 18348 ], "loc": { "start": { @@ -41936,8 +41934,8 @@ "object": { "type": "ThisExpression", "range": [ - 18377, - 18381 + 18373, + 18377 ], "loc": { "start": { @@ -41954,8 +41952,8 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 18382, - 18394 + 18378, + 18390 ], "loc": { "start": { @@ -41969,8 +41967,8 @@ } }, "range": [ - 18377, - 18394 + 18373, + 18390 ], "loc": { "start": { @@ -41985,8 +41983,8 @@ }, "prefix": true, "range": [ - 18376, - 18394 + 18372, + 18390 ], "loc": { "start": { @@ -42012,8 +42010,8 @@ "object": { "type": "ThisExpression", "range": [ - 18421, - 18425 + 18417, + 18421 ], "loc": { "start": { @@ -42030,8 +42028,8 @@ "type": "Identifier", "name": "filter", "range": [ - 18426, - 18432 + 18422, + 18428 ], "loc": { "start": { @@ -42045,8 +42043,8 @@ } }, "range": [ - 18421, - 18432 + 18417, + 18428 ], "loc": { "start": { @@ -42061,8 +42059,8 @@ }, "arguments": [], "range": [ - 18421, - 18434 + 18417, + 18430 ], "loc": { "start": { @@ -42076,8 +42074,8 @@ } }, "range": [ - 18421, - 18435 + 18417, + 18431 ], "loc": { "start": { @@ -42101,8 +42099,8 @@ "object": { "type": "ThisExpression", "range": [ - 18460, - 18464 + 18456, + 18460 ], "loc": { "start": { @@ -42119,8 +42117,8 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 18465, - 18477 + 18461, + 18473 ], "loc": { "start": { @@ -42134,8 +42132,8 @@ } }, "range": [ - 18460, - 18477 + 18456, + 18473 ], "loc": { "start": { @@ -42153,8 +42151,8 @@ "value": null, "raw": "null", "range": [ - 18480, - 18484 + 18476, + 18480 ], "loc": { "start": { @@ -42168,8 +42166,8 @@ } }, "range": [ - 18460, - 18484 + 18456, + 18480 ], "loc": { "start": { @@ -42183,8 +42181,8 @@ } }, "range": [ - 18460, - 18485 + 18456, + 18481 ], "loc": { "start": { @@ -42199,8 +42197,8 @@ } ], "range": [ - 18395, - 18507 + 18391, + 18503 ], "loc": { "start": { @@ -42215,8 +42213,8 @@ }, "alternate": null, "range": [ - 18373, - 18507 + 18369, + 18503 ], "loc": { "start": { @@ -42231,8 +42229,8 @@ } ], "range": [ - 18191, - 18525 + 18187, + 18521 ], "loc": { "start": { @@ -42248,8 +42246,8 @@ "generator": false, "expression": false, "range": [ - 18173, - 18525 + 18169, + 18521 ], "loc": { "start": { @@ -42283,8 +42281,8 @@ "type": "Identifier", "name": "key", "range": [ - 18546, - 18549 + 18542, + 18545 ], "loc": { "start": { @@ -42302,8 +42300,8 @@ "value": 13, "raw": "13", "range": [ - 18552, - 18554 + 18548, + 18550 ], "loc": { "start": { @@ -42317,8 +42315,8 @@ } }, "range": [ - 18546, - 18554 + 18542, + 18550 ], "loc": { "start": { @@ -42338,8 +42336,8 @@ "type": "Identifier", "name": "key", "range": [ - 18558, - 18561 + 18554, + 18557 ], "loc": { "start": { @@ -42357,8 +42355,8 @@ "value": 9, "raw": "9", "range": [ - 18564, - 18565 + 18560, + 18561 ], "loc": { "start": { @@ -42372,8 +42370,8 @@ } }, "range": [ - 18558, - 18565 + 18554, + 18561 ], "loc": { "start": { @@ -42387,8 +42385,8 @@ } }, "range": [ - 18546, - 18565 + 18542, + 18561 ], "loc": { "start": { @@ -42408,8 +42406,8 @@ "type": "Identifier", "name": "key", "range": [ - 18569, - 18572 + 18565, + 18568 ], "loc": { "start": { @@ -42427,8 +42425,8 @@ "value": 27, "raw": "27", "range": [ - 18575, - 18577 + 18571, + 18573 ], "loc": { "start": { @@ -42442,8 +42440,8 @@ } }, "range": [ - 18569, - 18577 + 18565, + 18573 ], "loc": { "start": { @@ -42457,8 +42455,8 @@ } }, "range": [ - 18546, - 18577 + 18542, + 18573 ], "loc": { "start": { @@ -42478,8 +42476,8 @@ "type": "Identifier", "name": "key", "range": [ - 18581, - 18584 + 18577, + 18580 ], "loc": { "start": { @@ -42497,8 +42495,8 @@ "value": 38, "raw": "38", "range": [ - 18587, - 18589 + 18583, + 18585 ], "loc": { "start": { @@ -42512,8 +42510,8 @@ } }, "range": [ - 18581, - 18589 + 18577, + 18585 ], "loc": { "start": { @@ -42527,8 +42525,8 @@ } }, "range": [ - 18546, - 18589 + 18542, + 18585 ], "loc": { "start": { @@ -42548,8 +42546,8 @@ "type": "Identifier", "name": "key", "range": [ - 18593, - 18596 + 18589, + 18592 ], "loc": { "start": { @@ -42567,8 +42565,8 @@ "value": 40, "raw": "40", "range": [ - 18599, - 18601 + 18595, + 18597 ], "loc": { "start": { @@ -42582,8 +42580,8 @@ } }, "range": [ - 18593, - 18601 + 18589, + 18597 ], "loc": { "start": { @@ -42597,8 +42595,8 @@ } }, "range": [ - 18546, - 18601 + 18542, + 18597 ], "loc": { "start": { @@ -42625,8 +42623,8 @@ "object": { "type": "ThisExpression", "range": [ - 18628, - 18632 + 18624, + 18628 ], "loc": { "start": { @@ -42643,8 +42641,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 18633, - 18648 + 18629, + 18644 ], "loc": { "start": { @@ -42658,8 +42656,8 @@ } }, "range": [ - 18628, - 18648 + 18624, + 18644 ], "loc": { "start": { @@ -42677,8 +42675,8 @@ "value": null, "raw": "null", "range": [ - 18653, - 18657 + 18649, + 18653 ], "loc": { "start": { @@ -42692,8 +42690,8 @@ } }, "range": [ - 18628, - 18657 + 18624, + 18653 ], "loc": { "start": { @@ -42720,8 +42718,8 @@ "object": { "type": "ThisExpression", "range": [ - 18684, - 18688 + 18680, + 18684 ], "loc": { "start": { @@ -42738,8 +42736,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 18689, - 18704 + 18685, + 18700 ], "loc": { "start": { @@ -42753,8 +42751,8 @@ } }, "range": [ - 18684, - 18704 + 18680, + 18700 ], "loc": { "start": { @@ -42776,8 +42774,8 @@ "type": "Identifier", "name": "global", "range": [ - 18707, - 18713 + 18703, + 18709 ], "loc": { "start": { @@ -42794,8 +42792,8 @@ "type": "Identifier", "name": "setInterval", "range": [ - 18714, - 18725 + 18710, + 18721 ], "loc": { "start": { @@ -42809,8 +42807,8 @@ } }, "range": [ - 18707, - 18725 + 18703, + 18721 ], "loc": { "start": { @@ -42833,8 +42831,8 @@ "type": "Identifier", "name": "filter", "range": [ - 18755, - 18761 + 18751, + 18757 ], "loc": { "start": { @@ -42851,8 +42849,8 @@ "type": "Identifier", "name": "bind", "range": [ - 18762, - 18766 + 18758, + 18762 ], "loc": { "start": { @@ -42866,8 +42864,8 @@ } }, "range": [ - 18755, - 18766 + 18751, + 18762 ], "loc": { "start": { @@ -42884,8 +42882,8 @@ { "type": "ThisExpression", "range": [ - 18767, - 18771 + 18763, + 18767 ], "loc": { "start": { @@ -42900,8 +42898,8 @@ } ], "range": [ - 18755, - 18772 + 18751, + 18768 ], "loc": { "start": { @@ -42920,8 +42918,8 @@ "object": { "type": "ThisExpression", "range": [ - 18774, - 18778 + 18770, + 18774 ], "loc": { "start": { @@ -42938,8 +42936,8 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 18779, - 18794 + 18775, + 18790 ], "loc": { "start": { @@ -42953,8 +42951,8 @@ } }, "range": [ - 18774, - 18794 + 18770, + 18790 ], "loc": { "start": { @@ -42969,8 +42967,8 @@ } ], "range": [ - 18707, - 18795 + 18703, + 18791 ], "loc": { "start": { @@ -42984,8 +42982,8 @@ } }, "range": [ - 18684, - 18795 + 18680, + 18791 ], "loc": { "start": { @@ -42999,8 +42997,8 @@ } }, "range": [ - 18684, - 18796 + 18680, + 18792 ], "loc": { "start": { @@ -43015,8 +43013,8 @@ } ], "range": [ - 18658, - 18818 + 18654, + 18814 ], "loc": { "start": { @@ -43031,8 +43029,8 @@ }, "alternate": null, "range": [ - 18625, - 18818 + 18621, + 18814 ], "loc": { "start": { @@ -43047,8 +43045,8 @@ } ], "range": [ - 18603, - 18836 + 18599, + 18832 ], "loc": { "start": { @@ -43075,8 +43073,8 @@ "type": "Identifier", "name": "global", "range": [ - 18864, - 18870 + 18860, + 18866 ], "loc": { "start": { @@ -43093,8 +43091,8 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 18871, - 18884 + 18867, + 18880 ], "loc": { "start": { @@ -43108,8 +43106,8 @@ } }, "range": [ - 18864, - 18884 + 18860, + 18880 ], "loc": { "start": { @@ -43129,8 +43127,8 @@ "object": { "type": "ThisExpression", "range": [ - 18885, - 18889 + 18881, + 18885 ], "loc": { "start": { @@ -43147,8 +43145,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 18890, - 18905 + 18886, + 18901 ], "loc": { "start": { @@ -43162,8 +43160,8 @@ } }, "range": [ - 18885, - 18905 + 18881, + 18901 ], "loc": { "start": { @@ -43178,8 +43176,8 @@ } ], "range": [ - 18864, - 18906 + 18860, + 18902 ], "loc": { "start": { @@ -43193,8 +43191,8 @@ } }, "range": [ - 18864, - 18907 + 18860, + 18903 ], "loc": { "start": { @@ -43218,8 +43216,8 @@ "object": { "type": "ThisExpression", "range": [ - 18928, - 18932 + 18924, + 18928 ], "loc": { "start": { @@ -43236,8 +43234,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 18933, - 18948 + 18929, + 18944 ], "loc": { "start": { @@ -43251,8 +43249,8 @@ } }, "range": [ - 18928, - 18948 + 18924, + 18944 ], "loc": { "start": { @@ -43270,8 +43268,8 @@ "value": null, "raw": "null", "range": [ - 18951, - 18955 + 18947, + 18951 ], "loc": { "start": { @@ -43285,8 +43283,8 @@ } }, "range": [ - 18928, - 18955 + 18924, + 18951 ], "loc": { "start": { @@ -43300,8 +43298,8 @@ } }, "range": [ - 18928, - 18956 + 18924, + 18952 ], "loc": { "start": { @@ -43316,8 +43314,8 @@ } ], "range": [ - 18842, - 18974 + 18838, + 18970 ], "loc": { "start": { @@ -43331,8 +43329,8 @@ } }, "range": [ - 18543, - 18974 + 18539, + 18970 ], "loc": { "start": { @@ -43347,8 +43345,8 @@ } ], "range": [ - 17983, - 18988 + 17979, + 18984 ], "loc": { "start": { @@ -43364,8 +43362,8 @@ "generator": false, "expression": false, "range": [ - 17979, - 18988 + 17975, + 18984 ], "loc": { "start": { @@ -43383,8 +43381,8 @@ "shorthand": false, "computed": false, "range": [ - 17972, - 18988 + 17968, + 18984 ], "loc": { "start": { @@ -43401,8 +43399,8 @@ "type": "Line", "value": " if auto-filter on, detect user is typing and filter columns", "range": [ - 17897, - 17959 + 17893, + 17955 ], "loc": { "start": { @@ -43423,8 +43421,8 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 19058, - 19067 + 19054, + 19063 ], "loc": { "start": { @@ -43455,8 +43453,8 @@ "object": { "type": "ThisExpression", "range": [ - 19092, - 19096 + 19088, + 19092 ], "loc": { "start": { @@ -43473,8 +43471,8 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 19097, - 19107 + 19093, + 19103 ], "loc": { "start": { @@ -43488,8 +43486,8 @@ } }, "range": [ - 19092, - 19107 + 19088, + 19103 ], "loc": { "start": { @@ -43504,8 +43502,8 @@ }, "prefix": true, "range": [ - 19091, - 19107 + 19087, + 19103 ], "loc": { "start": { @@ -43525,8 +43523,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 19111, - 19118 + 19107, + 19114 ], "loc": { "start": { @@ -43541,8 +43539,8 @@ } ], "range": [ - 19109, - 19120 + 19105, + 19116 ], "loc": { "start": { @@ -43557,8 +43555,8 @@ }, "alternate": null, "range": [ - 19088, - 19120 + 19084, + 19116 ], "loc": { "start": { @@ -43582,8 +43580,8 @@ "object": { "type": "ThisExpression", "range": [ - 19137, - 19141 + 19133, + 19137 ], "loc": { "start": { @@ -43600,8 +43598,8 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 19142, - 19154 + 19138, + 19150 ], "loc": { "start": { @@ -43615,8 +43613,8 @@ } }, "range": [ - 19137, - 19154 + 19133, + 19150 ], "loc": { "start": { @@ -43634,8 +43632,8 @@ "value": true, "raw": "true", "range": [ - 19157, - 19161 + 19153, + 19157 ], "loc": { "start": { @@ -43649,8 +43647,8 @@ } }, "range": [ - 19137, - 19161 + 19133, + 19157 ], "loc": { "start": { @@ -43664,8 +43662,8 @@ } }, "range": [ - 19137, - 19162 + 19133, + 19158 ], "loc": { "start": { @@ -43680,8 +43678,8 @@ } ], "range": [ - 19070, - 19176 + 19066, + 19172 ], "loc": { "start": { @@ -43697,8 +43695,8 @@ "generator": false, "expression": false, "range": [ - 19067, - 19176 + 19063, + 19172 ], "loc": { "start": { @@ -43716,8 +43714,8 @@ "shorthand": false, "computed": false, "range": [ - 19058, - 19176 + 19054, + 19172 ], "loc": { "start": { @@ -43734,8 +43732,8 @@ "type": "Line", "value": " if auto-filter on, detect user is typing", "range": [ - 19002, - 19045 + 18998, + 19041 ], "loc": { "start": { @@ -43756,8 +43754,8 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 19254, - 19263 + 19250, + 19259 ], "loc": { "start": { @@ -43785,8 +43783,8 @@ "object": { "type": "ThisExpression", "range": [ - 19287, - 19291 + 19283, + 19287 ], "loc": { "start": { @@ -43803,8 +43801,8 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 19292, - 19302 + 19288, + 19298 ], "loc": { "start": { @@ -43818,8 +43816,8 @@ } }, "range": [ - 19287, - 19302 + 19283, + 19298 ], "loc": { "start": { @@ -43846,8 +43844,8 @@ "object": { "type": "ThisExpression", "range": [ - 19325, - 19329 + 19321, + 19325 ], "loc": { "start": { @@ -43864,8 +43862,8 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 19330, - 19342 + 19326, + 19338 ], "loc": { "start": { @@ -43879,8 +43877,8 @@ } }, "range": [ - 19325, - 19342 + 19321, + 19338 ], "loc": { "start": { @@ -43898,8 +43896,8 @@ "value": false, "raw": "false", "range": [ - 19345, - 19350 + 19341, + 19346 ], "loc": { "start": { @@ -43913,8 +43911,8 @@ } }, "range": [ - 19325, - 19350 + 19321, + 19346 ], "loc": { "start": { @@ -43928,8 +43926,8 @@ } }, "range": [ - 19325, - 19351 + 19321, + 19347 ], "loc": { "start": { @@ -43953,8 +43951,8 @@ "type": "Identifier", "name": "global", "range": [ - 19372, - 19378 + 19368, + 19374 ], "loc": { "start": { @@ -43971,8 +43969,8 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 19379, - 19392 + 19375, + 19388 ], "loc": { "start": { @@ -43986,8 +43984,8 @@ } }, "range": [ - 19372, - 19392 + 19368, + 19388 ], "loc": { "start": { @@ -44007,8 +44005,8 @@ "object": { "type": "ThisExpression", "range": [ - 19393, - 19397 + 19389, + 19393 ], "loc": { "start": { @@ -44025,8 +44023,8 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 19398, - 19413 + 19394, + 19409 ], "loc": { "start": { @@ -44040,8 +44038,8 @@ } }, "range": [ - 19393, - 19413 + 19389, + 19409 ], "loc": { "start": { @@ -44056,8 +44054,8 @@ } ], "range": [ - 19372, - 19414 + 19368, + 19410 ], "loc": { "start": { @@ -44071,8 +44069,8 @@ } }, "range": [ - 19372, - 19415 + 19368, + 19411 ], "loc": { "start": { @@ -44087,8 +44085,8 @@ } ], "range": [ - 19303, - 19433 + 19299, + 19429 ], "loc": { "start": { @@ -44103,8 +44101,8 @@ }, "alternate": null, "range": [ - 19284, - 19433 + 19280, + 19429 ], "loc": { "start": { @@ -44130,8 +44128,8 @@ "object": { "type": "ThisExpression", "range": [ - 19450, - 19454 + 19446, + 19450 ], "loc": { "start": { @@ -44148,8 +44146,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 19455, - 19462 + 19451, + 19458 ], "loc": { "start": { @@ -44163,8 +44161,8 @@ } }, "range": [ - 19450, - 19462 + 19446, + 19458 ], "loc": { "start": { @@ -44181,8 +44179,8 @@ "type": "Identifier", "name": "emit", "range": [ - 19463, - 19467 + 19459, + 19463 ], "loc": { "start": { @@ -44196,8 +44194,8 @@ } }, "range": [ - 19450, - 19467 + 19446, + 19463 ], "loc": { "start": { @@ -44216,8 +44214,8 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 19468, - 19481 + 19464, + 19477 ], "loc": { "start": { @@ -44233,8 +44231,8 @@ { "type": "ThisExpression", "range": [ - 19483, - 19487 + 19479, + 19483 ], "loc": { "start": { @@ -44249,8 +44247,8 @@ } ], "range": [ - 19450, - 19488 + 19446, + 19484 ], "loc": { "start": { @@ -44264,8 +44262,8 @@ } }, "range": [ - 19450, - 19489 + 19446, + 19485 ], "loc": { "start": { @@ -44280,8 +44278,8 @@ } ], "range": [ - 19266, - 19503 + 19262, + 19499 ], "loc": { "start": { @@ -44297,8 +44295,8 @@ "generator": false, "expression": false, "range": [ - 19263, - 19503 + 19259, + 19499 ], "loc": { "start": { @@ -44316,8 +44314,8 @@ "shorthand": false, "computed": false, "range": [ - 19254, - 19503 + 19250, + 19499 ], "loc": { "start": { @@ -44334,8 +44332,8 @@ "type": "Line", "value": " if auto-filter on, clear interval on filter blur", "range": [ - 19190, - 19241 + 19186, + 19237 ], "loc": { "start": { @@ -44356,8 +44354,8 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 19570, - 19580 + 19566, + 19576 ], "loc": { "start": { @@ -44378,8 +44376,8 @@ "type": "Identifier", "name": "e", "range": [ - 19581, - 19582 + 19577, + 19578 ], "loc": { "start": { @@ -44405,8 +44403,8 @@ "type": "Identifier", "name": "elm", "range": [ - 19606, - 19609 + 19602, + 19605 ], "loc": { "start": { @@ -44428,8 +44426,8 @@ "type": "Identifier", "name": "Event", "range": [ - 19612, - 19617 + 19608, + 19613 ], "loc": { "start": { @@ -44446,8 +44444,8 @@ "type": "Identifier", "name": "target", "range": [ - 19618, - 19624 + 19614, + 19620 ], "loc": { "start": { @@ -44461,8 +44459,8 @@ } }, "range": [ - 19612, - 19624 + 19608, + 19620 ], "loc": { "start": { @@ -44480,8 +44478,8 @@ "type": "Identifier", "name": "e", "range": [ - 19625, - 19626 + 19621, + 19622 ], "loc": { "start": { @@ -44496,8 +44494,8 @@ } ], "range": [ - 19612, - 19627 + 19608, + 19623 ], "loc": { "start": { @@ -44511,8 +44509,8 @@ } }, "range": [ - 19606, - 19627 + 19602, + 19623 ], "loc": { "start": { @@ -44528,8 +44526,8 @@ ], "kind": "let", "range": [ - 19602, - 19628 + 19598, + 19624 ], "loc": { "start": { @@ -44553,8 +44551,8 @@ "object": { "type": "ThisExpression", "range": [ - 19645, - 19649 + 19641, + 19645 ], "loc": { "start": { @@ -44571,8 +44569,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 19650, - 19664 + 19646, + 19660 ], "loc": { "start": { @@ -44586,8 +44584,8 @@ } }, "range": [ - 19645, - 19664 + 19641, + 19660 ], "loc": { "start": { @@ -44609,8 +44607,8 @@ "type": "Identifier", "name": "elm", "range": [ - 19667, - 19670 + 19663, + 19666 ], "loc": { "start": { @@ -44627,8 +44625,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 19671, - 19683 + 19667, + 19679 ], "loc": { "start": { @@ -44642,8 +44640,8 @@ } }, "range": [ - 19667, - 19683 + 19663, + 19679 ], "loc": { "start": { @@ -44662,8 +44660,8 @@ "value": "id", "raw": "'id'", "range": [ - 19684, - 19688 + 19680, + 19684 ], "loc": { "start": { @@ -44678,8 +44676,8 @@ } ], "range": [ - 19667, - 19689 + 19663, + 19685 ], "loc": { "start": { @@ -44693,8 +44691,8 @@ } }, "range": [ - 19645, - 19689 + 19641, + 19685 ], "loc": { "start": { @@ -44708,8 +44706,8 @@ } }, "range": [ - 19645, - 19690 + 19641, + 19686 ], "loc": { "start": { @@ -44733,8 +44731,8 @@ "object": { "type": "ThisExpression", "range": [ - 19707, - 19711 + 19703, + 19707 ], "loc": { "start": { @@ -44751,8 +44749,8 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 19712, - 19721 + 19708, + 19717 ], "loc": { "start": { @@ -44766,8 +44764,8 @@ } }, "range": [ - 19707, - 19721 + 19703, + 19717 ], "loc": { "start": { @@ -44789,8 +44787,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 19724, - 19727 + 19720, + 19723 ], "loc": { "start": { @@ -44807,8 +44805,8 @@ "type": "Identifier", "name": "id", "range": [ - 19728, - 19730 + 19724, + 19726 ], "loc": { "start": { @@ -44822,8 +44820,8 @@ } }, "range": [ - 19724, - 19730 + 19720, + 19726 ], "loc": { "start": { @@ -44843,8 +44841,8 @@ "object": { "type": "ThisExpression", "range": [ - 19731, - 19735 + 19727, + 19731 ], "loc": { "start": { @@ -44861,8 +44859,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 19736, - 19750 + 19732, + 19746 ], "loc": { "start": { @@ -44876,8 +44874,8 @@ } }, "range": [ - 19731, - 19750 + 19727, + 19746 ], "loc": { "start": { @@ -44892,8 +44890,8 @@ } ], "range": [ - 19724, - 19751 + 19720, + 19747 ], "loc": { "start": { @@ -44907,8 +44905,8 @@ } }, "range": [ - 19707, - 19751 + 19703, + 19747 ], "loc": { "start": { @@ -44922,8 +44920,8 @@ } }, "range": [ - 19707, - 19752 + 19703, + 19748 ], "loc": { "start": { @@ -44949,8 +44947,8 @@ "object": { "type": "ThisExpression", "range": [ - 19769, - 19773 + 19765, + 19769 ], "loc": { "start": { @@ -44967,8 +44965,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 19774, - 19781 + 19770, + 19777 ], "loc": { "start": { @@ -44982,8 +44980,8 @@ } }, "range": [ - 19769, - 19781 + 19765, + 19777 ], "loc": { "start": { @@ -45000,8 +44998,8 @@ "type": "Identifier", "name": "emit", "range": [ - 19782, - 19786 + 19778, + 19782 ], "loc": { "start": { @@ -45015,8 +45013,8 @@ } }, "range": [ - 19769, - 19786 + 19765, + 19782 ], "loc": { "start": { @@ -45035,8 +45033,8 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 19787, - 19801 + 19783, + 19797 ], "loc": { "start": { @@ -45052,8 +45050,8 @@ { "type": "ThisExpression", "range": [ - 19803, - 19807 + 19799, + 19803 ], "loc": { "start": { @@ -45068,8 +45066,8 @@ } ], "range": [ - 19769, - 19808 + 19765, + 19804 ], "loc": { "start": { @@ -45083,8 +45081,8 @@ } }, "range": [ - 19769, - 19809 + 19765, + 19805 ], "loc": { "start": { @@ -45099,8 +45097,8 @@ } ], "range": [ - 19584, - 19823 + 19580, + 19819 ], "loc": { "start": { @@ -45116,8 +45114,8 @@ "generator": false, "expression": false, "range": [ - 19580, - 19823 + 19576, + 19819 ], "loc": { "start": { @@ -45135,8 +45133,8 @@ "shorthand": false, "computed": false, "range": [ - 19570, - 19823 + 19566, + 19819 ], "loc": { "start": { @@ -45153,8 +45151,8 @@ "type": "Line", "value": " set focused text-box filter as active", "range": [ - 19517, - 19557 + 19513, + 19553 ], "loc": { "start": { @@ -45171,8 +45169,8 @@ } ], "range": [ - 17297, - 19833 + 17293, + 19829 ], "loc": { "start": { @@ -45186,8 +45184,8 @@ } }, "range": [ - 17286, - 19833 + 17282, + 19829 ], "loc": { "start": { @@ -45201,8 +45199,8 @@ } }, "range": [ - 17286, - 19834 + 17282, + 19830 ], "loc": { "start": { @@ -45219,8 +45217,8 @@ "type": "Block", "value": "** TF events **", "range": [ - 17258, - 17277 + 17254, + 17273 ], "loc": { "start": { @@ -45238,7 +45236,7 @@ ], "range": [ 1309, - 19840 + 19836 ], "loc": { "start": { @@ -45255,7 +45253,7 @@ "expression": false, "range": [ 1299, - 19840 + 19836 ], "loc": { "start": { @@ -45272,7 +45270,7 @@ "computed": false, "range": [ 1288, - 19840 + 19836 ], "loc": { "start": { @@ -45309,8 +45307,8 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 19846, - 19895 + 19842, + 19891 ], "loc": { "start": { @@ -45332,8 +45330,8 @@ "type": "Identifier", "name": "init", "range": [ - 19900, - 19904 + 19896, + 19900 ], "loc": { "start": { @@ -45361,8 +45359,8 @@ "object": { "type": "ThisExpression", "range": [ - 19919, - 19923 + 19915, + 19919 ], "loc": { "start": { @@ -45379,8 +45377,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 19924, - 19932 + 19920, + 19928 ], "loc": { "start": { @@ -45394,8 +45392,8 @@ } }, "range": [ - 19919, - 19932 + 19915, + 19928 ], "loc": { "start": { @@ -45415,8 +45413,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 19947, - 19954 + 19943, + 19950 ], "loc": { "start": { @@ -45431,8 +45429,8 @@ } ], "range": [ - 19933, - 19964 + 19929, + 19960 ], "loc": { "start": { @@ -45447,8 +45445,8 @@ }, "alternate": null, "range": [ - 19916, - 19964 + 19912, + 19960 ], "loc": { "start": { @@ -45470,8 +45468,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 19978, - 19981 + 19974, + 19977 ], "loc": { "start": { @@ -45490,8 +45488,8 @@ "object": { "type": "ThisExpression", "range": [ - 19984, - 19988 + 19980, + 19984 ], "loc": { "start": { @@ -45508,8 +45506,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 19989, - 19992 + 19985, + 19988 ], "loc": { "start": { @@ -45523,8 +45521,8 @@ } }, "range": [ - 19984, - 19992 + 19980, + 19988 ], "loc": { "start": { @@ -45538,8 +45536,8 @@ } }, "range": [ - 19978, - 19992 + 19974, + 19988 ], "loc": { "start": { @@ -45555,8 +45553,8 @@ ], "kind": "let", "range": [ - 19974, - 19993 + 19970, + 19989 ], "loc": { "start": { @@ -45578,8 +45576,8 @@ "type": "Identifier", "name": "n", "range": [ - 20006, - 20007 + 20002, + 20003 ], "loc": { "start": { @@ -45600,8 +45598,8 @@ "object": { "type": "ThisExpression", "range": [ - 20010, - 20014 + 20006, + 20010 ], "loc": { "start": { @@ -45618,8 +45616,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 20015, - 20030 + 20011, + 20026 ], "loc": { "start": { @@ -45633,8 +45631,8 @@ } }, "range": [ - 20010, - 20030 + 20006, + 20026 ], "loc": { "start": { @@ -45652,8 +45650,8 @@ "value": 1, "raw": "1", "range": [ - 20033, - 20034 + 20029, + 20030 ], "loc": { "start": { @@ -45672,8 +45670,8 @@ "object": { "type": "ThisExpression", "range": [ - 20037, - 20041 + 20033, + 20037 ], "loc": { "start": { @@ -45690,8 +45688,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 20042, - 20049 + 20038, + 20045 ], "loc": { "start": { @@ -45705,8 +45703,8 @@ } }, "range": [ - 20037, - 20049 + 20033, + 20045 ], "loc": { "start": { @@ -45720,8 +45718,8 @@ } }, "range": [ - 20010, - 20049 + 20006, + 20045 ], "loc": { "start": { @@ -45735,8 +45733,8 @@ } }, "range": [ - 20006, - 20049 + 20002, + 20045 ], "loc": { "start": { @@ -45755,8 +45753,8 @@ "type": "Identifier", "name": "inpclass", "range": [ - 20063, - 20071 + 20059, + 20067 ], "loc": { "start": { @@ -45771,8 +45769,8 @@ }, "init": null, "range": [ - 20063, - 20071 + 20059, + 20067 ], "loc": { "start": { @@ -45788,8 +45786,8 @@ ], "kind": "let", "range": [ - 20002, - 20072 + 19998, + 20068 ], "loc": { "start": { @@ -45806,8 +45804,8 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 20082, - 20116 + 20078, + 20112 ], "loc": { "start": { @@ -45832,8 +45830,8 @@ "object": { "type": "ThisExpression", "range": [ - 20125, - 20129 + 20121, + 20125 ], "loc": { "start": { @@ -45850,8 +45848,8 @@ "type": "Identifier", "name": "import", "range": [ - 20130, - 20136 + 20126, + 20132 ], "loc": { "start": { @@ -45865,8 +45863,8 @@ } }, "range": [ - 20125, - 20136 + 20121, + 20132 ], "loc": { "start": { @@ -45886,8 +45884,8 @@ "object": { "type": "ThisExpression", "range": [ - 20137, - 20141 + 20133, + 20137 ], "loc": { "start": { @@ -45904,8 +45902,8 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 20142, - 20154 + 20138, + 20150 ], "loc": { "start": { @@ -45919,8 +45917,8 @@ } }, "range": [ - 20137, - 20154 + 20133, + 20150 ], "loc": { "start": { @@ -45939,8 +45937,8 @@ "object": { "type": "ThisExpression", "range": [ - 20156, - 20160 + 20152, + 20156 ], "loc": { "start": { @@ -45957,8 +45955,8 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 20161, - 20171 + 20157, + 20167 ], "loc": { "start": { @@ -45972,8 +45970,8 @@ } }, "range": [ - 20156, - 20171 + 20152, + 20167 ], "loc": { "start": { @@ -45991,8 +45989,8 @@ "value": null, "raw": "null", "range": [ - 20173, - 20177 + 20169, + 20173 ], "loc": { "start": { @@ -46010,8 +46008,8 @@ "value": "link", "raw": "'link'", "range": [ - 20179, - 20185 + 20175, + 20181 ], "loc": { "start": { @@ -46026,8 +46024,8 @@ } ], "range": [ - 20125, - 20186 + 20121, + 20182 ], "loc": { "start": { @@ -46041,8 +46039,8 @@ } }, "range": [ - 20125, - 20187 + 20121, + 20183 ], "loc": { "start": { @@ -46059,8 +46057,8 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 20082, - 20116 + 20078, + 20112 ], "loc": { "start": { @@ -46079,8 +46077,8 @@ "type": "Line", "value": "loads theme", "range": [ - 20197, - 20210 + 20193, + 20206 ], "loc": { "start": { @@ -46103,8 +46101,8 @@ "object": { "type": "ThisExpression", "range": [ - 20222, - 20226 + 20218, + 20222 ], "loc": { "start": { @@ -46121,8 +46119,8 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 20227, - 20236 + 20223, + 20232 ], "loc": { "start": { @@ -46136,8 +46134,8 @@ } }, "range": [ - 20222, - 20236 + 20218, + 20232 ], "loc": { "start": { @@ -46163,8 +46161,8 @@ "object": { "type": "ThisExpression", "range": [ - 20239, - 20243 + 20235, + 20239 ], "loc": { "start": { @@ -46181,8 +46179,8 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 20244, - 20254 + 20240, + 20250 ], "loc": { "start": { @@ -46196,8 +46194,8 @@ } }, "range": [ - 20239, - 20254 + 20235, + 20250 ], "loc": { "start": { @@ -46212,8 +46210,8 @@ }, "arguments": [], "range": [ - 20239, - 20256 + 20235, + 20252 ], "loc": { "start": { @@ -46227,8 +46225,8 @@ } }, "range": [ - 20239, - 20257 + 20235, + 20253 ], "loc": { "start": { @@ -46243,8 +46241,8 @@ } ], "range": [ - 20237, - 20259 + 20233, + 20255 ], "loc": { "start": { @@ -46259,8 +46257,8 @@ }, "alternate": null, "range": [ - 20219, - 20259 + 20215, + 20255 ], "loc": { "start": { @@ -46277,8 +46275,8 @@ "type": "Line", "value": "loads theme", "range": [ - 20197, - 20210 + 20193, + 20206 ], "loc": { "start": { @@ -46297,8 +46295,8 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 20269, - 20328 + 20265, + 20324 ], "loc": { "start": { @@ -46325,8 +46323,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20341, - 20344 + 20337, + 20340 ], "loc": { "start": { @@ -46343,8 +46341,8 @@ "type": "Identifier", "name": "help", "range": [ - 20345, - 20349 + 20341, + 20345 ], "loc": { "start": { @@ -46358,8 +46356,8 @@ } }, "range": [ - 20341, - 20349 + 20337, + 20345 ], "loc": { "start": { @@ -46374,8 +46372,8 @@ }, "prefix": true, "range": [ - 20340, - 20349 + 20336, + 20345 ], "loc": { "start": { @@ -46403,8 +46401,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20364, - 20367 + 20360, + 20363 ], "loc": { "start": { @@ -46421,8 +46419,8 @@ "type": "Identifier", "name": "help", "range": [ - 20368, - 20372 + 20364, + 20368 ], "loc": { "start": { @@ -46436,8 +46434,8 @@ } }, "range": [ - 20364, - 20372 + 20360, + 20368 ], "loc": { "start": { @@ -46456,8 +46454,8 @@ "type": "Identifier", "name": "Help", "range": [ - 20379, - 20383 + 20375, + 20379 ], "loc": { "start": { @@ -46474,8 +46472,8 @@ { "type": "ThisExpression", "range": [ - 20384, - 20388 + 20380, + 20384 ], "loc": { "start": { @@ -46490,8 +46488,8 @@ } ], "range": [ - 20375, - 20389 + 20371, + 20385 ], "loc": { "start": { @@ -46505,8 +46503,8 @@ } }, "range": [ - 20364, - 20389 + 20360, + 20385 ], "loc": { "start": { @@ -46520,8 +46518,8 @@ } }, "range": [ - 20364, - 20390 + 20360, + 20386 ], "loc": { "start": { @@ -46536,8 +46534,8 @@ } ], "range": [ - 20350, - 20400 + 20346, + 20396 ], "loc": { "start": { @@ -46552,8 +46550,8 @@ }, "alternate": null, "range": [ - 20337, - 20400 + 20333, + 20396 ], "loc": { "start": { @@ -46570,8 +46568,8 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 20269, - 20328 + 20265, + 20324 ], "loc": { "start": { @@ -46594,8 +46592,8 @@ "object": { "type": "ThisExpression", "range": [ - 20412, - 20416 + 20408, + 20412 ], "loc": { "start": { @@ -46612,8 +46610,8 @@ "type": "Identifier", "name": "help", "range": [ - 20417, - 20421 + 20413, + 20417 ], "loc": { "start": { @@ -46627,8 +46625,8 @@ } }, "range": [ - 20412, - 20421 + 20408, + 20417 ], "loc": { "start": { @@ -46658,8 +46656,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20436, - 20439 + 20432, + 20435 ], "loc": { "start": { @@ -46676,8 +46674,8 @@ "type": "Identifier", "name": "help", "range": [ - 20440, - 20444 + 20436, + 20440 ], "loc": { "start": { @@ -46691,8 +46689,8 @@ } }, "range": [ - 20436, - 20444 + 20432, + 20440 ], "loc": { "start": { @@ -46709,8 +46707,8 @@ "type": "Identifier", "name": "init", "range": [ - 20445, - 20449 + 20441, + 20445 ], "loc": { "start": { @@ -46724,8 +46722,8 @@ } }, "range": [ - 20436, - 20449 + 20432, + 20445 ], "loc": { "start": { @@ -46740,8 +46738,8 @@ }, "arguments": [], "range": [ - 20436, - 20451 + 20432, + 20447 ], "loc": { "start": { @@ -46755,8 +46753,8 @@ } }, "range": [ - 20436, - 20452 + 20432, + 20448 ], "loc": { "start": { @@ -46771,8 +46769,8 @@ } ], "range": [ - 20422, - 20462 + 20418, + 20458 ], "loc": { "start": { @@ -46787,8 +46785,8 @@ }, "alternate": null, "range": [ - 20409, - 20462 + 20405, + 20458 ], "loc": { "start": { @@ -46815,8 +46813,8 @@ "object": { "type": "ThisExpression", "range": [ - 20475, - 20479 + 20471, + 20475 ], "loc": { "start": { @@ -46833,8 +46831,8 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 20480, - 20498 + 20476, + 20494 ], "loc": { "start": { @@ -46848,8 +46846,8 @@ } }, "range": [ - 20475, - 20498 + 20471, + 20494 ], "loc": { "start": { @@ -46868,8 +46866,8 @@ "object": { "type": "ThisExpression", "range": [ - 20502, - 20506 + 20498, + 20502 ], "loc": { "start": { @@ -46886,8 +46884,8 @@ "type": "Identifier", "name": "rememberPageNb", "range": [ - 20507, - 20521 + 20503, + 20517 ], "loc": { "start": { @@ -46901,8 +46899,8 @@ } }, "range": [ - 20502, - 20521 + 20498, + 20517 ], "loc": { "start": { @@ -46916,8 +46914,8 @@ } }, "range": [ - 20475, - 20521 + 20471, + 20517 ], "loc": { "start": { @@ -46936,8 +46934,8 @@ "object": { "type": "ThisExpression", "range": [ - 20537, - 20541 + 20533, + 20537 ], "loc": { "start": { @@ -46954,8 +46952,8 @@ "type": "Identifier", "name": "rememberPageLen", "range": [ - 20542, - 20557 + 20538, + 20553 ], "loc": { "start": { @@ -46969,8 +46967,8 @@ } }, "range": [ - 20537, - 20557 + 20533, + 20553 ], "loc": { "start": { @@ -46984,8 +46982,8 @@ } }, "range": [ - 20475, - 20557 + 20471, + 20553 ], "loc": { "start": { @@ -47013,8 +47011,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20576, - 20579 + 20572, + 20575 ], "loc": { "start": { @@ -47031,8 +47029,8 @@ "type": "Identifier", "name": "store", "range": [ - 20580, - 20585 + 20576, + 20581 ], "loc": { "start": { @@ -47046,8 +47044,8 @@ } }, "range": [ - 20576, - 20585 + 20572, + 20581 ], "loc": { "start": { @@ -47062,8 +47060,8 @@ }, "prefix": true, "range": [ - 20575, - 20585 + 20571, + 20581 ], "loc": { "start": { @@ -47091,8 +47089,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20604, - 20607 + 20600, + 20603 ], "loc": { "start": { @@ -47109,8 +47107,8 @@ "type": "Identifier", "name": "store", "range": [ - 20608, - 20613 + 20604, + 20609 ], "loc": { "start": { @@ -47124,8 +47122,8 @@ } }, "range": [ - 20604, - 20613 + 20600, + 20609 ], "loc": { "start": { @@ -47144,8 +47142,8 @@ "type": "Identifier", "name": "Store", "range": [ - 20620, - 20625 + 20616, + 20621 ], "loc": { "start": { @@ -47162,8 +47160,8 @@ { "type": "ThisExpression", "range": [ - 20626, - 20630 + 20622, + 20626 ], "loc": { "start": { @@ -47178,8 +47176,8 @@ } ], "range": [ - 20616, - 20631 + 20612, + 20627 ], "loc": { "start": { @@ -47193,8 +47191,8 @@ } }, "range": [ - 20604, - 20631 + 20600, + 20627 ], "loc": { "start": { @@ -47208,8 +47206,8 @@ } }, "range": [ - 20604, - 20632 + 20600, + 20628 ], "loc": { "start": { @@ -47224,8 +47222,8 @@ } ], "range": [ - 20586, - 20646 + 20582, + 20642 ], "loc": { "start": { @@ -47240,8 +47238,8 @@ }, "alternate": null, "range": [ - 20572, - 20646 + 20568, + 20642 ], "loc": { "start": { @@ -47268,8 +47266,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20659, - 20662 + 20655, + 20658 ], "loc": { "start": { @@ -47286,8 +47284,8 @@ "type": "Identifier", "name": "store", "range": [ - 20663, - 20668 + 20659, + 20664 ], "loc": { "start": { @@ -47301,8 +47299,8 @@ } }, "range": [ - 20659, - 20668 + 20655, + 20664 ], "loc": { "start": { @@ -47319,8 +47317,8 @@ "type": "Identifier", "name": "init", "range": [ - 20669, - 20673 + 20665, + 20669 ], "loc": { "start": { @@ -47334,8 +47332,8 @@ } }, "range": [ - 20659, - 20673 + 20655, + 20669 ], "loc": { "start": { @@ -47350,8 +47348,8 @@ }, "arguments": [], "range": [ - 20659, - 20675 + 20655, + 20671 ], "loc": { "start": { @@ -47365,8 +47363,8 @@ } }, "range": [ - 20659, - 20676 + 20655, + 20672 ], "loc": { "start": { @@ -47381,8 +47379,8 @@ } ], "range": [ - 20558, - 20686 + 20554, + 20682 ], "loc": { "start": { @@ -47397,8 +47395,8 @@ }, "alternate": null, "range": [ - 20472, - 20686 + 20468, + 20682 ], "loc": { "start": { @@ -47419,8 +47417,8 @@ "object": { "type": "ThisExpression", "range": [ - 20699, - 20703 + 20695, + 20699 ], "loc": { "start": { @@ -47437,8 +47435,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 20704, - 20714 + 20700, + 20710 ], "loc": { "start": { @@ -47452,8 +47450,8 @@ } }, "range": [ - 20699, - 20714 + 20695, + 20710 ], "loc": { "start": { @@ -47481,8 +47479,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20733, - 20736 + 20729, + 20732 ], "loc": { "start": { @@ -47499,8 +47497,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 20737, - 20747 + 20733, + 20743 ], "loc": { "start": { @@ -47514,8 +47512,8 @@ } }, "range": [ - 20733, - 20747 + 20729, + 20743 ], "loc": { "start": { @@ -47530,8 +47528,8 @@ }, "prefix": true, "range": [ - 20732, - 20747 + 20728, + 20743 ], "loc": { "start": { @@ -47559,8 +47557,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20766, - 20769 + 20762, + 20765 ], "loc": { "start": { @@ -47577,8 +47575,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 20770, - 20780 + 20766, + 20776 ], "loc": { "start": { @@ -47592,8 +47590,8 @@ } }, "range": [ - 20766, - 20780 + 20762, + 20776 ], "loc": { "start": { @@ -47612,8 +47610,8 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 20787, - 20797 + 20783, + 20793 ], "loc": { "start": { @@ -47630,8 +47628,8 @@ { "type": "ThisExpression", "range": [ - 20798, - 20802 + 20794, + 20798 ], "loc": { "start": { @@ -47646,8 +47644,8 @@ } ], "range": [ - 20783, - 20803 + 20779, + 20799 ], "loc": { "start": { @@ -47661,8 +47659,8 @@ } }, "range": [ - 20766, - 20803 + 20762, + 20799 ], "loc": { "start": { @@ -47676,8 +47674,8 @@ } }, "range": [ - 20766, - 20804 + 20762, + 20800 ], "loc": { "start": { @@ -47692,8 +47690,8 @@ } ], "range": [ - 20748, - 20818 + 20744, + 20814 ], "loc": { "start": { @@ -47708,8 +47706,8 @@ }, "alternate": null, "range": [ - 20729, - 20818 + 20725, + 20814 ], "loc": { "start": { @@ -47736,8 +47734,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20831, - 20834 + 20827, + 20830 ], "loc": { "start": { @@ -47754,8 +47752,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 20835, - 20845 + 20831, + 20841 ], "loc": { "start": { @@ -47769,8 +47767,8 @@ } }, "range": [ - 20831, - 20845 + 20827, + 20841 ], "loc": { "start": { @@ -47787,8 +47785,8 @@ "type": "Identifier", "name": "init", "range": [ - 20846, - 20850 + 20842, + 20846 ], "loc": { "start": { @@ -47802,8 +47800,8 @@ } }, "range": [ - 20831, - 20850 + 20827, + 20846 ], "loc": { "start": { @@ -47818,8 +47816,8 @@ }, "arguments": [], "range": [ - 20831, - 20852 + 20827, + 20848 ], "loc": { "start": { @@ -47833,8 +47831,8 @@ } }, "range": [ - 20831, - 20853 + 20827, + 20849 ], "loc": { "start": { @@ -47849,8 +47847,8 @@ } ], "range": [ - 20715, - 20863 + 20711, + 20859 ], "loc": { "start": { @@ -47865,8 +47863,8 @@ }, "alternate": null, "range": [ - 20696, - 20863 + 20692, + 20859 ], "loc": { "start": { @@ -47887,8 +47885,8 @@ "object": { "type": "ThisExpression", "range": [ - 20876, - 20880 + 20872, + 20876 ], "loc": { "start": { @@ -47905,8 +47903,8 @@ "type": "Identifier", "name": "loader", "range": [ - 20881, - 20887 + 20877, + 20883 ], "loc": { "start": { @@ -47920,8 +47918,8 @@ } }, "range": [ - 20876, - 20887 + 20872, + 20883 ], "loc": { "start": { @@ -47949,8 +47947,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20906, - 20909 + 20902, + 20905 ], "loc": { "start": { @@ -47967,8 +47965,8 @@ "type": "Identifier", "name": "loader", "range": [ - 20910, - 20916 + 20906, + 20912 ], "loc": { "start": { @@ -47982,8 +47980,8 @@ } }, "range": [ - 20906, - 20916 + 20902, + 20912 ], "loc": { "start": { @@ -47998,8 +47996,8 @@ }, "prefix": true, "range": [ - 20905, - 20916 + 20901, + 20912 ], "loc": { "start": { @@ -48027,8 +48025,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20935, - 20938 + 20931, + 20934 ], "loc": { "start": { @@ -48045,8 +48043,8 @@ "type": "Identifier", "name": "loader", "range": [ - 20939, - 20945 + 20935, + 20941 ], "loc": { "start": { @@ -48060,8 +48058,8 @@ } }, "range": [ - 20935, - 20945 + 20931, + 20941 ], "loc": { "start": { @@ -48080,8 +48078,8 @@ "type": "Identifier", "name": "Loader", "range": [ - 20952, - 20958 + 20948, + 20954 ], "loc": { "start": { @@ -48098,8 +48096,8 @@ { "type": "ThisExpression", "range": [ - 20959, - 20963 + 20955, + 20959 ], "loc": { "start": { @@ -48114,8 +48112,8 @@ } ], "range": [ - 20948, - 20964 + 20944, + 20960 ], "loc": { "start": { @@ -48129,8 +48127,8 @@ } }, "range": [ - 20935, - 20964 + 20931, + 20960 ], "loc": { "start": { @@ -48144,8 +48142,8 @@ } }, "range": [ - 20935, - 20965 + 20931, + 20961 ], "loc": { "start": { @@ -48160,8 +48158,8 @@ } ], "range": [ - 20917, - 20979 + 20913, + 20975 ], "loc": { "start": { @@ -48176,8 +48174,8 @@ }, "alternate": null, "range": [ - 20902, - 20979 + 20898, + 20975 ], "loc": { "start": { @@ -48204,8 +48202,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 20992, - 20995 + 20988, + 20991 ], "loc": { "start": { @@ -48222,8 +48220,8 @@ "type": "Identifier", "name": "loader", "range": [ - 20996, - 21002 + 20992, + 20998 ], "loc": { "start": { @@ -48237,8 +48235,8 @@ } }, "range": [ - 20992, - 21002 + 20988, + 20998 ], "loc": { "start": { @@ -48255,8 +48253,8 @@ "type": "Identifier", "name": "init", "range": [ - 21003, - 21007 + 20999, + 21003 ], "loc": { "start": { @@ -48270,8 +48268,8 @@ } }, "range": [ - 20992, - 21007 + 20988, + 21003 ], "loc": { "start": { @@ -48286,8 +48284,8 @@ }, "arguments": [], "range": [ - 20992, - 21009 + 20988, + 21005 ], "loc": { "start": { @@ -48301,8 +48299,8 @@ } }, "range": [ - 20992, - 21010 + 20988, + 21006 ], "loc": { "start": { @@ -48317,8 +48315,8 @@ } ], "range": [ - 20888, - 21020 + 20884, + 21016 ], "loc": { "start": { @@ -48333,8 +48331,8 @@ }, "alternate": null, "range": [ - 20873, - 21020 + 20869, + 21016 ], "loc": { "start": { @@ -48355,8 +48353,8 @@ "object": { "type": "ThisExpression", "range": [ - 21033, - 21037 + 21029, + 21033 ], "loc": { "start": { @@ -48373,8 +48371,8 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 21038, - 21055 + 21034, + 21051 ], "loc": { "start": { @@ -48388,8 +48386,8 @@ } }, "range": [ - 21033, - 21055 + 21029, + 21051 ], "loc": { "start": { @@ -48417,8 +48415,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 21070, - 21073 + 21066, + 21069 ], "loc": { "start": { @@ -48435,8 +48433,8 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 21074, - 21090 + 21070, + 21086 ], "loc": { "start": { @@ -48450,8 +48448,8 @@ } }, "range": [ - 21070, - 21090 + 21066, + 21086 ], "loc": { "start": { @@ -48470,8 +48468,8 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 21097, - 21113 + 21093, + 21109 ], "loc": { "start": { @@ -48488,8 +48486,8 @@ { "type": "ThisExpression", "range": [ - 21114, - 21118 + 21110, + 21114 ], "loc": { "start": { @@ -48504,8 +48502,8 @@ } ], "range": [ - 21093, - 21119 + 21089, + 21115 ], "loc": { "start": { @@ -48519,8 +48517,8 @@ } }, "range": [ - 21070, - 21119 + 21066, + 21115 ], "loc": { "start": { @@ -48534,8 +48532,8 @@ } }, "range": [ - 21070, - 21120 + 21066, + 21116 ], "loc": { "start": { @@ -48562,8 +48560,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 21133, - 21136 + 21129, + 21132 ], "loc": { "start": { @@ -48580,8 +48578,8 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 21137, - 21153 + 21133, + 21149 ], "loc": { "start": { @@ -48595,8 +48593,8 @@ } }, "range": [ - 21133, - 21153 + 21129, + 21149 ], "loc": { "start": { @@ -48613,8 +48611,8 @@ "type": "Identifier", "name": "init", "range": [ - 21154, - 21158 + 21150, + 21154 ], "loc": { "start": { @@ -48628,8 +48626,8 @@ } }, "range": [ - 21133, - 21158 + 21129, + 21154 ], "loc": { "start": { @@ -48644,8 +48642,8 @@ }, "arguments": [], "range": [ - 21133, - 21160 + 21129, + 21156 ], "loc": { "start": { @@ -48659,8 +48657,8 @@ } }, "range": [ - 21133, - 21161 + 21129, + 21157 ], "loc": { "start": { @@ -48675,8 +48673,8 @@ } ], "range": [ - 21056, - 21171 + 21052, + 21167 ], "loc": { "start": { @@ -48691,8 +48689,8 @@ }, "alternate": null, "range": [ - 21030, - 21171 + 21026, + 21167 ], "loc": { "start": { @@ -48713,8 +48711,8 @@ "object": { "type": "ThisExpression", "range": [ - 21184, - 21188 + 21180, + 21184 ], "loc": { "start": { @@ -48731,8 +48729,8 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 21189, - 21201 + 21185, + 21197 ], "loc": { "start": { @@ -48746,8 +48744,8 @@ } }, "range": [ - 21184, - 21201 + 21180, + 21197 ], "loc": { "start": { @@ -48775,8 +48773,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 21220, - 21223 + 21216, + 21219 ], "loc": { "start": { @@ -48793,8 +48791,8 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 21224, - 21235 + 21220, + 21231 ], "loc": { "start": { @@ -48808,8 +48806,8 @@ } }, "range": [ - 21220, - 21235 + 21216, + 21231 ], "loc": { "start": { @@ -48824,8 +48822,8 @@ }, "prefix": true, "range": [ - 21219, - 21235 + 21215, + 21231 ], "loc": { "start": { @@ -48853,8 +48851,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 21254, - 21257 + 21250, + 21253 ], "loc": { "start": { @@ -48871,8 +48869,8 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 21258, - 21269 + 21254, + 21265 ], "loc": { "start": { @@ -48886,8 +48884,8 @@ } }, "range": [ - 21254, - 21269 + 21250, + 21265 ], "loc": { "start": { @@ -48906,8 +48904,8 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 21276, - 21287 + 21272, + 21283 ], "loc": { "start": { @@ -48924,8 +48922,8 @@ { "type": "ThisExpression", "range": [ - 21288, - 21292 + 21284, + 21288 ], "loc": { "start": { @@ -48940,8 +48938,8 @@ } ], "range": [ - 21272, - 21293 + 21268, + 21289 ], "loc": { "start": { @@ -48955,8 +48953,8 @@ } }, "range": [ - 21254, - 21293 + 21250, + 21289 ], "loc": { "start": { @@ -48970,8 +48968,8 @@ } }, "range": [ - 21254, - 21294 + 21250, + 21290 ], "loc": { "start": { @@ -48986,8 +48984,8 @@ } ], "range": [ - 21236, - 21308 + 21232, + 21304 ], "loc": { "start": { @@ -49002,8 +49000,8 @@ }, "alternate": null, "range": [ - 21216, - 21308 + 21212, + 21304 ], "loc": { "start": { @@ -49030,8 +49028,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 21321, - 21324 + 21317, + 21320 ], "loc": { "start": { @@ -49048,8 +49046,8 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 21325, - 21336 + 21321, + 21332 ], "loc": { "start": { @@ -49063,8 +49061,8 @@ } }, "range": [ - 21321, - 21336 + 21317, + 21332 ], "loc": { "start": { @@ -49081,8 +49079,8 @@ "type": "Identifier", "name": "init", "range": [ - 21337, - 21341 + 21333, + 21337 ], "loc": { "start": { @@ -49096,8 +49094,8 @@ } }, "range": [ - 21321, - 21341 + 21317, + 21337 ], "loc": { "start": { @@ -49112,8 +49110,8 @@ }, "arguments": [], "range": [ - 21321, - 21343 + 21317, + 21339 ], "loc": { "start": { @@ -49127,8 +49125,8 @@ } }, "range": [ - 21321, - 21344 + 21317, + 21340 ], "loc": { "start": { @@ -49143,8 +49141,8 @@ } ], "range": [ - 21202, - 21354 + 21198, + 21350 ], "loc": { "start": { @@ -49159,8 +49157,8 @@ }, "alternate": null, "range": [ - 21181, - 21354 + 21177, + 21350 ], "loc": { "start": { @@ -49177,8 +49175,8 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 21364, - 21395 + 21360, + 21391 ], "loc": { "start": { @@ -49204,8 +49202,8 @@ "object": { "type": "ThisExpression", "range": [ - 21408, - 21412 + 21404, + 21408 ], "loc": { "start": { @@ -49222,8 +49220,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 21413, - 21420 + 21409, + 21416 ], "loc": { "start": { @@ -49237,8 +49235,8 @@ } }, "range": [ - 21408, - 21420 + 21404, + 21416 ], "loc": { "start": { @@ -49253,8 +49251,8 @@ }, "prefix": true, "range": [ - 21407, - 21420 + 21403, + 21416 ], "loc": { "start": { @@ -49280,8 +49278,8 @@ "object": { "type": "ThisExpression", "range": [ - 21435, - 21439 + 21431, + 21435 ], "loc": { "start": { @@ -49298,8 +49296,8 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 21440, - 21454 + 21436, + 21450 ], "loc": { "start": { @@ -49313,8 +49311,8 @@ } }, "range": [ - 21435, - 21454 + 21431, + 21450 ], "loc": { "start": { @@ -49329,8 +49327,8 @@ }, "arguments": [], "range": [ - 21435, - 21456 + 21431, + 21452 ], "loc": { "start": { @@ -49344,8 +49342,8 @@ } }, "range": [ - 21435, - 21457 + 21431, + 21453 ], "loc": { "start": { @@ -49360,8 +49358,8 @@ } ], "range": [ - 21421, - 21467 + 21417, + 21463 ], "loc": { "start": { @@ -49386,8 +49384,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 21491, - 21497 + 21487, + 21493 ], "loc": { "start": { @@ -49408,8 +49406,8 @@ "object": { "type": "ThisExpression", "range": [ - 21500, - 21504 + 21496, + 21500 ], "loc": { "start": { @@ -49426,8 +49424,8 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 21505, - 21522 + 21501, + 21518 ], "loc": { "start": { @@ -49441,8 +49439,8 @@ } }, "range": [ - 21500, - 21522 + 21496, + 21518 ], "loc": { "start": { @@ -49457,8 +49455,8 @@ }, "arguments": [], "range": [ - 21500, - 21524 + 21496, + 21520 ], "loc": { "start": { @@ -49472,8 +49470,8 @@ } }, "range": [ - 21491, - 21524 + 21487, + 21520 ], "loc": { "start": { @@ -49489,8 +49487,8 @@ ], "kind": "let", "range": [ - 21487, - 21525 + 21483, + 21521 ], "loc": { "start": { @@ -49514,8 +49512,8 @@ "object": { "type": "ThisExpression", "range": [ - 21539, - 21543 + 21535, + 21539 ], "loc": { "start": { @@ -49532,8 +49530,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 21544, - 21560 + 21540, + 21556 ], "loc": { "start": { @@ -49547,8 +49545,8 @@ } }, "range": [ - 21539, - 21560 + 21535, + 21556 ], "loc": { "start": { @@ -49569,8 +49567,8 @@ "object": { "type": "ThisExpression", "range": [ - 21563, - 21567 + 21559, + 21563 ], "loc": { "start": { @@ -49587,8 +49585,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 21568, - 21577 + 21564, + 21573 ], "loc": { "start": { @@ -49602,8 +49600,8 @@ } }, "range": [ - 21563, - 21577 + 21559, + 21573 ], "loc": { "start": { @@ -49618,8 +49616,8 @@ }, "arguments": [], "range": [ - 21563, - 21579 + 21559, + 21575 ], "loc": { "start": { @@ -49633,8 +49631,8 @@ } }, "range": [ - 21539, - 21579 + 21535, + 21575 ], "loc": { "start": { @@ -49648,8 +49646,8 @@ } }, "range": [ - 21539, - 21580 + 21535, + 21576 ], "loc": { "start": { @@ -49673,8 +49671,8 @@ "object": { "type": "ThisExpression", "range": [ - 21593, - 21597 + 21589, + 21593 ], "loc": { "start": { @@ -49691,8 +49689,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 21598, - 21611 + 21594, + 21607 ], "loc": { "start": { @@ -49706,8 +49704,8 @@ } }, "range": [ - 21593, - 21611 + 21589, + 21607 ], "loc": { "start": { @@ -49726,8 +49724,8 @@ "object": { "type": "ThisExpression", "range": [ - 21614, - 21618 + 21610, + 21614 ], "loc": { "start": { @@ -49744,8 +49742,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 21619, - 21635 + 21615, + 21631 ], "loc": { "start": { @@ -49759,8 +49757,8 @@ } }, "range": [ - 21614, - 21635 + 21610, + 21631 ], "loc": { "start": { @@ -49774,8 +49772,8 @@ } }, "range": [ - 21593, - 21635 + 21589, + 21631 ], "loc": { "start": { @@ -49789,8 +49787,8 @@ } }, "range": [ - 21593, - 21636 + 21589, + 21632 ], "loc": { "start": { @@ -49814,8 +49812,8 @@ "object": { "type": "ThisExpression", "range": [ - 21649, - 21653 + 21645, + 21649 ], "loc": { "start": { @@ -49832,8 +49830,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 21654, - 21660 + 21650, + 21656 ], "loc": { "start": { @@ -49847,8 +49845,8 @@ } }, "range": [ - 21649, - 21660 + 21645, + 21656 ], "loc": { "start": { @@ -49873,8 +49871,8 @@ "object": { "type": "ThisExpression", "range": [ - 21663, - 21667 + 21659, + 21663 ], "loc": { "start": { @@ -49891,8 +49889,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 21668, - 21671 + 21664, + 21667 ], "loc": { "start": { @@ -49906,8 +49904,8 @@ } }, "range": [ - 21663, - 21671 + 21659, + 21667 ], "loc": { "start": { @@ -49924,8 +49922,8 @@ "type": "Identifier", "name": "rows", "range": [ - 21672, - 21676 + 21668, + 21672 ], "loc": { "start": { @@ -49939,8 +49937,8 @@ } }, "range": [ - 21663, - 21676 + 21659, + 21672 ], "loc": { "start": { @@ -49957,8 +49955,8 @@ "type": "Identifier", "name": "length", "range": [ - 21677, - 21683 + 21673, + 21679 ], "loc": { "start": { @@ -49972,8 +49970,8 @@ } }, "range": [ - 21663, - 21683 + 21659, + 21679 ], "loc": { "start": { @@ -49987,8 +49985,8 @@ } }, "range": [ - 21649, - 21683 + 21645, + 21679 ], "loc": { "start": { @@ -50002,8 +50000,8 @@ } }, "range": [ - 21649, - 21684 + 21645, + 21680 ], "loc": { "start": { @@ -50020,8 +50018,8 @@ "type": "Line", "value": " Generate filters", "range": [ - 21698, - 21717 + 21694, + 21713 ], "loc": { "start": { @@ -50047,8 +50045,8 @@ "type": "Identifier", "name": "i", "range": [ - 21738, - 21739 + 21734, + 21735 ], "loc": { "start": { @@ -50066,8 +50064,8 @@ "value": 0, "raw": "0", "range": [ - 21740, - 21741 + 21736, + 21737 ], "loc": { "start": { @@ -50081,8 +50079,8 @@ } }, "range": [ - 21738, - 21741 + 21734, + 21737 ], "loc": { "start": { @@ -50098,8 +50096,8 @@ ], "kind": "let", "range": [ - 21734, - 21741 + 21730, + 21737 ], "loc": { "start": { @@ -50119,8 +50117,8 @@ "type": "Identifier", "name": "i", "range": [ - 21743, - 21744 + 21739, + 21740 ], "loc": { "start": { @@ -50137,8 +50135,8 @@ "type": "Identifier", "name": "n", "range": [ - 21745, - 21746 + 21741, + 21742 ], "loc": { "start": { @@ -50152,8 +50150,8 @@ } }, "range": [ - 21743, - 21746 + 21739, + 21742 ], "loc": { "start": { @@ -50173,8 +50171,8 @@ "type": "Identifier", "name": "i", "range": [ - 21748, - 21749 + 21744, + 21745 ], "loc": { "start": { @@ -50189,8 +50187,8 @@ }, "prefix": false, "range": [ - 21748, - 21751 + 21744, + 21747 ], "loc": { "start": { @@ -50219,8 +50217,8 @@ "object": { "type": "ThisExpression", "range": [ - 21770, - 21774 + 21766, + 21770 ], "loc": { "start": { @@ -50237,8 +50235,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 21775, - 21782 + 21771, + 21778 ], "loc": { "start": { @@ -50252,8 +50250,8 @@ } }, "range": [ - 21770, - 21782 + 21766, + 21778 ], "loc": { "start": { @@ -50270,8 +50268,8 @@ "type": "Identifier", "name": "emit", "range": [ - 21783, - 21787 + 21779, + 21783 ], "loc": { "start": { @@ -50285,8 +50283,8 @@ } }, "range": [ - 21770, - 21787 + 21766, + 21783 ], "loc": { "start": { @@ -50305,8 +50303,8 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 21788, - 21808 + 21784, + 21804 ], "loc": { "start": { @@ -50322,8 +50320,8 @@ { "type": "ThisExpression", "range": [ - 21810, - 21814 + 21806, + 21810 ], "loc": { "start": { @@ -50340,8 +50338,8 @@ "type": "Identifier", "name": "i", "range": [ - 21816, - 21817 + 21812, + 21813 ], "loc": { "start": { @@ -50356,8 +50354,8 @@ } ], "range": [ - 21770, - 21818 + 21766, + 21814 ], "loc": { "start": { @@ -50371,8 +50369,8 @@ } }, "range": [ - 21770, - 21819 + 21766, + 21815 ], "loc": { "start": { @@ -50394,8 +50392,8 @@ "type": "Identifier", "name": "fltcell", "range": [ - 21841, - 21848 + 21837, + 21844 ], "loc": { "start": { @@ -50417,8 +50415,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 21851, - 21854 + 21847, + 21850 ], "loc": { "start": { @@ -50435,8 +50433,8 @@ "type": "Identifier", "name": "create", "range": [ - 21855, - 21861 + 21851, + 21857 ], "loc": { "start": { @@ -50450,8 +50448,8 @@ } }, "range": [ - 21851, - 21861 + 21847, + 21857 ], "loc": { "start": { @@ -50471,8 +50469,8 @@ "object": { "type": "ThisExpression", "range": [ - 21862, - 21866 + 21858, + 21862 ], "loc": { "start": { @@ -50489,8 +50487,8 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 21867, - 21877 + 21863, + 21873 ], "loc": { "start": { @@ -50504,8 +50502,8 @@ } }, "range": [ - 21862, - 21877 + 21858, + 21873 ], "loc": { "start": { @@ -50520,8 +50518,8 @@ } ], "range": [ - 21851, - 21878 + 21847, + 21874 ], "loc": { "start": { @@ -50535,8 +50533,8 @@ } }, "range": [ - 21841, - 21878 + 21837, + 21874 ], "loc": { "start": { @@ -50555,8 +50553,8 @@ "type": "Identifier", "name": "col", "range": [ - 21900, - 21903 + 21896, + 21899 ], "loc": { "start": { @@ -50577,8 +50575,8 @@ "object": { "type": "ThisExpression", "range": [ - 21906, - 21910 + 21902, + 21906 ], "loc": { "start": { @@ -50595,8 +50593,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 21911, - 21924 + 21907, + 21920 ], "loc": { "start": { @@ -50610,8 +50608,8 @@ } }, "range": [ - 21906, - 21924 + 21902, + 21920 ], "loc": { "start": { @@ -50629,8 +50627,8 @@ "type": "Identifier", "name": "i", "range": [ - 21925, - 21926 + 21921, + 21922 ], "loc": { "start": { @@ -50645,8 +50643,8 @@ } ], "range": [ - 21906, - 21927 + 21902, + 21923 ], "loc": { "start": { @@ -50660,8 +50658,8 @@ } }, "range": [ - 21900, - 21927 + 21896, + 21923 ], "loc": { "start": { @@ -50677,8 +50675,8 @@ ], "kind": "let", "range": [ - 21837, - 21928 + 21833, + 21924 ], "loc": { "start": { @@ -50699,8 +50697,8 @@ "object": { "type": "ThisExpression", "range": [ - 21949, - 21953 + 21945, + 21949 ], "loc": { "start": { @@ -50717,8 +50715,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 21954, - 21969 + 21950, + 21965 ], "loc": { "start": { @@ -50732,8 +50730,8 @@ } }, "range": [ - 21949, - 21969 + 21945, + 21965 ], "loc": { "start": { @@ -50761,8 +50759,8 @@ "type": "Identifier", "name": "fltcell", "range": [ - 21992, - 21999 + 21988, + 21995 ], "loc": { "start": { @@ -50779,8 +50777,8 @@ "type": "Identifier", "name": "colSpan", "range": [ - 22000, - 22007 + 21996, + 22003 ], "loc": { "start": { @@ -50794,8 +50792,8 @@ } }, "range": [ - 21992, - 22007 + 21988, + 22003 ], "loc": { "start": { @@ -50814,8 +50812,8 @@ "object": { "type": "ThisExpression", "range": [ - 22010, - 22014 + 22006, + 22010 ], "loc": { "start": { @@ -50832,8 +50830,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 22015, - 22022 + 22011, + 22018 ], "loc": { "start": { @@ -50847,8 +50845,8 @@ } }, "range": [ - 22010, - 22022 + 22006, + 22018 ], "loc": { "start": { @@ -50862,8 +50860,8 @@ } }, "range": [ - 21992, - 22022 + 21988, + 22018 ], "loc": { "start": { @@ -50877,8 +50875,8 @@ } }, "range": [ - 21992, - 22023 + 21988, + 22019 ], "loc": { "start": { @@ -50893,8 +50891,8 @@ } ], "range": [ - 21970, - 22041 + 21966, + 22037 ], "loc": { "start": { @@ -50909,8 +50907,8 @@ }, "alternate": null, "range": [ - 21946, - 22041 + 21942, + 22037 ], "loc": { "start": { @@ -50934,8 +50932,8 @@ "object": { "type": "ThisExpression", "range": [ - 22062, - 22066 + 22058, + 22062 ], "loc": { "start": { @@ -50952,8 +50950,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 22067, - 22077 + 22063, + 22073 ], "loc": { "start": { @@ -50967,8 +50965,8 @@ } }, "range": [ - 22062, - 22077 + 22058, + 22073 ], "loc": { "start": { @@ -50983,8 +50981,8 @@ }, "prefix": true, "range": [ - 22061, - 22077 + 22057, + 22073 ], "loc": { "start": { @@ -51011,8 +51009,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 22100, - 22106 + 22096, + 22102 ], "loc": { "start": { @@ -51029,8 +51027,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 22107, - 22118 + 22103, + 22114 ], "loc": { "start": { @@ -51044,8 +51042,8 @@ } }, "range": [ - 22100, - 22118 + 22096, + 22114 ], "loc": { "start": { @@ -51063,8 +51061,8 @@ "type": "Identifier", "name": "fltcell", "range": [ - 22119, - 22126 + 22115, + 22122 ], "loc": { "start": { @@ -51079,8 +51077,8 @@ } ], "range": [ - 22100, - 22127 + 22096, + 22123 ], "loc": { "start": { @@ -51094,8 +51092,8 @@ } }, "range": [ - 22100, - 22128 + 22096, + 22124 ], "loc": { "start": { @@ -51110,8 +51108,8 @@ } ], "range": [ - 22078, - 22146 + 22074, + 22142 ], "loc": { "start": { @@ -51126,8 +51124,8 @@ }, "alternate": null, "range": [ - 22058, - 22146 + 22054, + 22142 ], "loc": { "start": { @@ -51149,8 +51147,8 @@ "type": "Identifier", "name": "inpclass", "range": [ - 22163, - 22171 + 22159, + 22167 ], "loc": { "start": { @@ -51175,8 +51173,8 @@ "type": "Identifier", "name": "i", "range": [ - 22175, - 22176 + 22171, + 22172 ], "loc": { "start": { @@ -51196,8 +51194,8 @@ "type": "Identifier", "name": "n", "range": [ - 22178, - 22179 + 22174, + 22175 ], "loc": { "start": { @@ -51215,8 +51213,8 @@ "value": 1, "raw": "1", "range": [ - 22180, - 22181 + 22176, + 22177 ], "loc": { "start": { @@ -51230,8 +51228,8 @@ } }, "range": [ - 22178, - 22181 + 22174, + 22177 ], "loc": { "start": { @@ -51245,8 +51243,8 @@ } }, "range": [ - 22175, - 22181 + 22171, + 22177 ], "loc": { "start": { @@ -51265,8 +51263,8 @@ "object": { "type": "ThisExpression", "range": [ - 22185, - 22189 + 22181, + 22185 ], "loc": { "start": { @@ -51283,8 +51281,8 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 22190, - 22200 + 22186, + 22196 ], "loc": { "start": { @@ -51298,8 +51296,8 @@ } }, "range": [ - 22185, - 22200 + 22181, + 22196 ], "loc": { "start": { @@ -51313,8 +51311,8 @@ } }, "range": [ - 22175, - 22200 + 22171, + 22196 ], "loc": { "start": { @@ -51333,8 +51331,8 @@ "object": { "type": "ThisExpression", "range": [ - 22224, - 22228 + 22220, + 22224 ], "loc": { "start": { @@ -51351,8 +51349,8 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 22229, - 22245 + 22225, + 22241 ], "loc": { "start": { @@ -51366,8 +51364,8 @@ } }, "range": [ - 22224, - 22245 + 22220, + 22241 ], "loc": { "start": { @@ -51386,8 +51384,8 @@ "object": { "type": "ThisExpression", "range": [ - 22248, - 22252 + 22244, + 22248 ], "loc": { "start": { @@ -51404,8 +51402,8 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 22253, - 22264 + 22249, + 22260 ], "loc": { "start": { @@ -51419,8 +51417,8 @@ } }, "range": [ - 22248, - 22264 + 22244, + 22260 ], "loc": { "start": { @@ -51434,8 +51432,8 @@ } }, "range": [ - 22174, - 22264 + 22170, + 22260 ], "loc": { "start": { @@ -51449,8 +51447,8 @@ } }, "range": [ - 22163, - 22264 + 22159, + 22260 ], "loc": { "start": { @@ -51464,8 +51462,8 @@ } }, "range": [ - 22163, - 22265 + 22159, + 22261 ], "loc": { "start": { @@ -51482,8 +51480,8 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 22283, - 22315 + 22279, + 22311 ], "loc": { "start": { @@ -51506,8 +51504,8 @@ "object": { "type": "ThisExpression", "range": [ - 22335, - 22339 + 22331, + 22335 ], "loc": { "start": { @@ -51524,8 +51522,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 22340, - 22355 + 22336, + 22351 ], "loc": { "start": { @@ -51539,8 +51537,8 @@ } }, "range": [ - 22335, - 22355 + 22331, + 22351 ], "loc": { "start": { @@ -51565,8 +51563,8 @@ "type": "Identifier", "name": "col", "range": [ - 22378, - 22381 + 22374, + 22377 ], "loc": { "start": { @@ -51585,8 +51583,8 @@ "object": { "type": "ThisExpression", "range": [ - 22384, - 22388 + 22380, + 22384 ], "loc": { "start": { @@ -51603,8 +51601,8 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 22389, - 22399 + 22385, + 22395 ], "loc": { "start": { @@ -51618,8 +51616,8 @@ } }, "range": [ - 22384, - 22399 + 22380, + 22395 ], "loc": { "start": { @@ -51633,8 +51631,8 @@ } }, "range": [ - 22378, - 22399 + 22374, + 22395 ], "loc": { "start": { @@ -51648,8 +51646,8 @@ } }, "range": [ - 22378, - 22400 + 22374, + 22396 ], "loc": { "start": { @@ -51671,8 +51669,8 @@ "type": "Identifier", "name": "inpclass", "range": [ - 22421, - 22429 + 22417, + 22425 ], "loc": { "start": { @@ -51691,8 +51689,8 @@ "object": { "type": "ThisExpression", "range": [ - 22432, - 22436 + 22428, + 22432 ], "loc": { "start": { @@ -51709,8 +51707,8 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 22437, - 22454 + 22433, + 22450 ], "loc": { "start": { @@ -51724,8 +51722,8 @@ } }, "range": [ - 22432, - 22454 + 22428, + 22450 ], "loc": { "start": { @@ -51739,8 +51737,8 @@ } }, "range": [ - 22421, - 22454 + 22417, + 22450 ], "loc": { "start": { @@ -51754,8 +51752,8 @@ } }, "range": [ - 22421, - 22455 + 22417, + 22451 ], "loc": { "start": { @@ -51770,8 +51768,8 @@ } ], "range": [ - 22356, - 22473 + 22352, + 22469 ], "loc": { "start": { @@ -51786,8 +51784,8 @@ }, "alternate": null, "range": [ - 22332, - 22473 + 22328, + 22469 ], "loc": { "start": { @@ -51804,8 +51802,8 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 22283, - 22315 + 22279, + 22311 ], "loc": { "start": { @@ -51824,8 +51822,8 @@ "type": "Line", "value": "drop-down filters", "range": [ - 22491, - 22510 + 22487, + 22506 ], "loc": { "start": { @@ -51852,8 +51850,8 @@ "type": "Identifier", "name": "col", "range": [ - 22530, - 22533 + 22526, + 22529 ], "loc": { "start": { @@ -51872,8 +51870,8 @@ "object": { "type": "ThisExpression", "range": [ - 22536, - 22540 + 22532, + 22536 ], "loc": { "start": { @@ -51890,8 +51888,8 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 22541, - 22551 + 22537, + 22547 ], "loc": { "start": { @@ -51905,8 +51903,8 @@ } }, "range": [ - 22536, - 22551 + 22532, + 22547 ], "loc": { "start": { @@ -51920,8 +51918,8 @@ } }, "range": [ - 22530, - 22551 + 22526, + 22547 ], "loc": { "start": { @@ -51941,8 +51939,8 @@ "type": "Identifier", "name": "col", "range": [ - 22555, - 22558 + 22551, + 22554 ], "loc": { "start": { @@ -51961,8 +51959,8 @@ "object": { "type": "ThisExpression", "range": [ - 22561, - 22565 + 22557, + 22561 ], "loc": { "start": { @@ -51979,8 +51977,8 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 22566, - 22578 + 22562, + 22574 ], "loc": { "start": { @@ -51994,8 +51992,8 @@ } }, "range": [ - 22561, - 22578 + 22557, + 22574 ], "loc": { "start": { @@ -52009,8 +52007,8 @@ } }, "range": [ - 22555, - 22578 + 22551, + 22574 ], "loc": { "start": { @@ -52024,8 +52022,8 @@ } }, "range": [ - 22530, - 22578 + 22526, + 22574 ], "loc": { "start": { @@ -52053,8 +52051,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 22605, - 22608 + 22601, + 22604 ], "loc": { "start": { @@ -52071,8 +52069,8 @@ "type": "Identifier", "name": "dropdown", "range": [ - 22609, - 22617 + 22605, + 22613 ], "loc": { "start": { @@ -52086,8 +52084,8 @@ } }, "range": [ - 22605, - 22617 + 22601, + 22613 ], "loc": { "start": { @@ -52102,8 +52100,8 @@ }, "prefix": true, "range": [ - 22604, - 22617 + 22600, + 22613 ], "loc": { "start": { @@ -52131,8 +52129,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 22644, - 22647 + 22640, + 22643 ], "loc": { "start": { @@ -52149,8 +52147,8 @@ "type": "Identifier", "name": "dropdown", "range": [ - 22648, - 22656 + 22644, + 22652 ], "loc": { "start": { @@ -52164,8 +52162,8 @@ } }, "range": [ - 22644, - 22656 + 22640, + 22652 ], "loc": { "start": { @@ -52184,8 +52182,8 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 22663, - 22671 + 22659, + 22667 ], "loc": { "start": { @@ -52202,8 +52200,8 @@ { "type": "ThisExpression", "range": [ - 22672, - 22676 + 22668, + 22672 ], "loc": { "start": { @@ -52218,8 +52216,8 @@ } ], "range": [ - 22659, - 22677 + 22655, + 22673 ], "loc": { "start": { @@ -52233,8 +52231,8 @@ } }, "range": [ - 22644, - 22677 + 22640, + 22673 ], "loc": { "start": { @@ -52248,8 +52246,8 @@ } }, "range": [ - 22644, - 22678 + 22640, + 22674 ], "loc": { "start": { @@ -52264,8 +52262,8 @@ } ], "range": [ - 22618, - 22700 + 22614, + 22696 ], "loc": { "start": { @@ -52280,8 +52278,8 @@ }, "alternate": null, "range": [ - 22601, - 22700 + 22597, + 22696 ], "loc": { "start": { @@ -52308,8 +52306,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 22721, - 22724 + 22717, + 22720 ], "loc": { "start": { @@ -52326,8 +52324,8 @@ "type": "Identifier", "name": "dropdown", "range": [ - 22725, - 22733 + 22721, + 22729 ], "loc": { "start": { @@ -52341,8 +52339,8 @@ } }, "range": [ - 22721, - 22733 + 22717, + 22729 ], "loc": { "start": { @@ -52359,8 +52357,8 @@ "type": "Identifier", "name": "init", "range": [ - 22734, - 22738 + 22730, + 22734 ], "loc": { "start": { @@ -52374,8 +52372,8 @@ } }, "range": [ - 22721, - 22738 + 22717, + 22734 ], "loc": { "start": { @@ -52393,8 +52391,8 @@ "type": "Identifier", "name": "i", "range": [ - 22739, - 22740 + 22735, + 22736 ], "loc": { "start": { @@ -52413,8 +52411,8 @@ "object": { "type": "ThisExpression", "range": [ - 22742, - 22746 + 22738, + 22742 ], "loc": { "start": { @@ -52431,8 +52429,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 22747, - 22760 + 22743, + 22756 ], "loc": { "start": { @@ -52446,8 +52444,8 @@ } }, "range": [ - 22742, - 22760 + 22738, + 22756 ], "loc": { "start": { @@ -52464,8 +52462,8 @@ "type": "Identifier", "name": "fltcell", "range": [ - 22762, - 22769 + 22758, + 22765 ], "loc": { "start": { @@ -52480,8 +52478,8 @@ } ], "range": [ - 22721, - 22770 + 22717, + 22766 ], "loc": { "start": { @@ -52495,8 +52493,8 @@ } }, "range": [ - 22721, - 22771 + 22717, + 22767 ], "loc": { "start": { @@ -52511,8 +52509,8 @@ } ], "range": [ - 22579, - 22789 + 22575, + 22785 ], "loc": { "start": { @@ -52529,8 +52527,8 @@ "type": "Line", "value": " checklist", "range": [ - 22806, - 22818 + 22802, + 22814 ], "loc": { "start": { @@ -52554,8 +52552,8 @@ "type": "Identifier", "name": "col", "range": [ - 22843, - 22846 + 22839, + 22842 ], "loc": { "start": { @@ -52574,8 +52572,8 @@ "object": { "type": "ThisExpression", "range": [ - 22849, - 22853 + 22845, + 22849 ], "loc": { "start": { @@ -52592,8 +52590,8 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 22854, - 22870 + 22850, + 22866 ], "loc": { "start": { @@ -52607,8 +52605,8 @@ } }, "range": [ - 22849, - 22870 + 22845, + 22866 ], "loc": { "start": { @@ -52622,8 +52620,8 @@ } }, "range": [ - 22843, - 22870 + 22839, + 22866 ], "loc": { "start": { @@ -52651,8 +52649,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 22897, - 22900 + 22893, + 22896 ], "loc": { "start": { @@ -52669,8 +52667,8 @@ "type": "Identifier", "name": "checkList", "range": [ - 22901, - 22910 + 22897, + 22906 ], "loc": { "start": { @@ -52684,8 +52682,8 @@ } }, "range": [ - 22897, - 22910 + 22893, + 22906 ], "loc": { "start": { @@ -52700,8 +52698,8 @@ }, "prefix": true, "range": [ - 22896, - 22910 + 22892, + 22906 ], "loc": { "start": { @@ -52729,8 +52727,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 22937, - 22940 + 22933, + 22936 ], "loc": { "start": { @@ -52747,8 +52745,8 @@ "type": "Identifier", "name": "checkList", "range": [ - 22941, - 22950 + 22937, + 22946 ], "loc": { "start": { @@ -52762,8 +52760,8 @@ } }, "range": [ - 22937, - 22950 + 22933, + 22946 ], "loc": { "start": { @@ -52782,8 +52780,8 @@ "type": "Identifier", "name": "CheckList", "range": [ - 22957, - 22966 + 22953, + 22962 ], "loc": { "start": { @@ -52800,8 +52798,8 @@ { "type": "ThisExpression", "range": [ - 22967, - 22971 + 22963, + 22967 ], "loc": { "start": { @@ -52816,8 +52814,8 @@ } ], "range": [ - 22953, - 22972 + 22949, + 22968 ], "loc": { "start": { @@ -52831,8 +52829,8 @@ } }, "range": [ - 22937, - 22972 + 22933, + 22968 ], "loc": { "start": { @@ -52846,8 +52844,8 @@ } }, "range": [ - 22937, - 22973 + 22933, + 22969 ], "loc": { "start": { @@ -52862,8 +52860,8 @@ } ], "range": [ - 22911, - 22995 + 22907, + 22991 ], "loc": { "start": { @@ -52878,8 +52876,8 @@ }, "alternate": null, "range": [ - 22893, - 22995 + 22889, + 22991 ], "loc": { "start": { @@ -52906,8 +52904,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 23016, - 23019 + 23012, + 23015 ], "loc": { "start": { @@ -52924,8 +52922,8 @@ "type": "Identifier", "name": "checkList", "range": [ - 23020, - 23029 + 23016, + 23025 ], "loc": { "start": { @@ -52939,8 +52937,8 @@ } }, "range": [ - 23016, - 23029 + 23012, + 23025 ], "loc": { "start": { @@ -52957,8 +52955,8 @@ "type": "Identifier", "name": "init", "range": [ - 23030, - 23034 + 23026, + 23030 ], "loc": { "start": { @@ -52972,8 +52970,8 @@ } }, "range": [ - 23016, - 23034 + 23012, + 23030 ], "loc": { "start": { @@ -52991,8 +52989,8 @@ "type": "Identifier", "name": "i", "range": [ - 23035, - 23036 + 23031, + 23032 ], "loc": { "start": { @@ -53011,8 +53009,8 @@ "object": { "type": "ThisExpression", "range": [ - 23038, - 23042 + 23034, + 23038 ], "loc": { "start": { @@ -53029,8 +53027,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 23043, - 23056 + 23039, + 23052 ], "loc": { "start": { @@ -53044,8 +53042,8 @@ } }, "range": [ - 23038, - 23056 + 23034, + 23052 ], "loc": { "start": { @@ -53062,8 +53060,8 @@ "type": "Identifier", "name": "fltcell", "range": [ - 23058, - 23065 + 23054, + 23061 ], "loc": { "start": { @@ -53078,8 +53076,8 @@ } ], "range": [ - 23016, - 23066 + 23012, + 23062 ], "loc": { "start": { @@ -53093,8 +53091,8 @@ } }, "range": [ - 23016, - 23067 + 23012, + 23063 ], "loc": { "start": { @@ -53109,8 +53107,8 @@ } ], "range": [ - 22871, - 23085 + 22867, + 23081 ], "loc": { "start": { @@ -53136,8 +53134,8 @@ "object": { "type": "ThisExpression", "range": [ - 23113, - 23117 + 23109, + 23113 ], "loc": { "start": { @@ -53154,8 +53152,8 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 23118, - 23135 + 23114, + 23131 ], "loc": { "start": { @@ -53169,8 +53167,8 @@ } }, "range": [ - 23113, - 23135 + 23109, + 23131 ], "loc": { "start": { @@ -53188,8 +53186,8 @@ "type": "Identifier", "name": "i", "range": [ - 23136, - 23137 + 23132, + 23133 ], "loc": { "start": { @@ -53206,8 +53204,8 @@ "type": "Identifier", "name": "inpclass", "range": [ - 23139, - 23147 + 23135, + 23143 ], "loc": { "start": { @@ -53224,8 +53222,8 @@ "type": "Identifier", "name": "fltcell", "range": [ - 23149, - 23156 + 23145, + 23152 ], "loc": { "start": { @@ -53240,8 +53238,8 @@ } ], "range": [ - 23113, - 23157 + 23109, + 23153 ], "loc": { "start": { @@ -53255,8 +53253,8 @@ } }, "range": [ - 23113, - 23158 + 23109, + 23154 ], "loc": { "start": { @@ -53271,8 +53269,8 @@ } ], "range": [ - 23091, - 23176 + 23087, + 23172 ], "loc": { "start": { @@ -53286,8 +53284,8 @@ } }, "range": [ - 22840, - 23176 + 22836, + 23172 ], "loc": { "start": { @@ -53304,8 +53302,8 @@ "type": "Line", "value": " checklist", "range": [ - 22806, - 22818 + 22802, + 22814 ], "loc": { "start": { @@ -53321,8 +53319,8 @@ ] }, "range": [ - 22527, - 23176 + 22523, + 23172 ], "loc": { "start": { @@ -53339,8 +53337,8 @@ "type": "Line", "value": "drop-down filters", "range": [ - 22491, - 22510 + 22487, + 22506 ], "loc": { "start": { @@ -53359,8 +53357,8 @@ "type": "Line", "value": " this adds submit button", "range": [ - 23194, - 23220 + 23190, + 23216 ], "loc": { "start": { @@ -53387,8 +53385,8 @@ "type": "Identifier", "name": "i", "range": [ - 23240, - 23241 + 23236, + 23237 ], "loc": { "start": { @@ -53408,8 +53406,8 @@ "type": "Identifier", "name": "n", "range": [ - 23243, - 23244 + 23239, + 23240 ], "loc": { "start": { @@ -53427,8 +53425,8 @@ "value": 1, "raw": "1", "range": [ - 23245, - 23246 + 23241, + 23242 ], "loc": { "start": { @@ -53442,8 +53440,8 @@ } }, "range": [ - 23243, - 23246 + 23239, + 23242 ], "loc": { "start": { @@ -53457,8 +53455,8 @@ } }, "range": [ - 23240, - 23246 + 23236, + 23242 ], "loc": { "start": { @@ -53477,8 +53475,8 @@ "object": { "type": "ThisExpression", "range": [ - 23250, - 23254 + 23246, + 23250 ], "loc": { "start": { @@ -53495,8 +53493,8 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 23255, - 23265 + 23251, + 23261 ], "loc": { "start": { @@ -53510,8 +53508,8 @@ } }, "range": [ - 23250, - 23265 + 23246, + 23261 ], "loc": { "start": { @@ -53525,8 +53523,8 @@ } }, "range": [ - 23240, - 23265 + 23236, + 23261 ], "loc": { "start": { @@ -53552,8 +53550,8 @@ "object": { "type": "ThisExpression", "range": [ - 23288, - 23292 + 23284, + 23288 ], "loc": { "start": { @@ -53570,8 +53568,8 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 23293, - 23311 + 23289, + 23307 ], "loc": { "start": { @@ -53585,8 +53583,8 @@ } }, "range": [ - 23288, - 23311 + 23284, + 23307 ], "loc": { "start": { @@ -53604,8 +53602,8 @@ "type": "Identifier", "name": "i", "range": [ - 23312, - 23313 + 23308, + 23309 ], "loc": { "start": { @@ -53622,8 +53620,8 @@ "type": "Identifier", "name": "fltcell", "range": [ - 23315, - 23322 + 23311, + 23318 ], "loc": { "start": { @@ -53638,8 +53636,8 @@ } ], "range": [ - 23288, - 23323 + 23284, + 23319 ], "loc": { "start": { @@ -53653,8 +53651,8 @@ } }, "range": [ - 23288, - 23324 + 23284, + 23320 ], "loc": { "start": { @@ -53669,8 +53667,8 @@ } ], "range": [ - 23266, - 23342 + 23262, + 23338 ], "loc": { "start": { @@ -53685,8 +53683,8 @@ }, "alternate": null, "range": [ - 23237, - 23342 + 23233, + 23338 ], "loc": { "start": { @@ -53703,8 +53701,8 @@ "type": "Line", "value": " this adds submit button", "range": [ - 23194, - 23220 + 23190, + 23216 ], "loc": { "start": { @@ -53732,8 +53730,8 @@ "object": { "type": "ThisExpression", "range": [ - 23360, - 23364 + 23356, + 23360 ], "loc": { "start": { @@ -53750,8 +53748,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 23365, - 23372 + 23361, + 23368 ], "loc": { "start": { @@ -53765,8 +53763,8 @@ } }, "range": [ - 23360, - 23372 + 23356, + 23368 ], "loc": { "start": { @@ -53783,8 +53781,8 @@ "type": "Identifier", "name": "emit", "range": [ - 23373, - 23377 + 23369, + 23373 ], "loc": { "start": { @@ -53798,8 +53796,8 @@ } }, "range": [ - 23360, - 23377 + 23356, + 23373 ], "loc": { "start": { @@ -53818,8 +53816,8 @@ "value": "after-filter-init", "raw": "'after-filter-init'", "range": [ - 23378, - 23397 + 23374, + 23393 ], "loc": { "start": { @@ -53835,8 +53833,8 @@ { "type": "ThisExpression", "range": [ - 23399, - 23403 + 23395, + 23399 ], "loc": { "start": { @@ -53853,8 +53851,8 @@ "type": "Identifier", "name": "i", "range": [ - 23405, - 23406 + 23401, + 23402 ], "loc": { "start": { @@ -53869,8 +53867,8 @@ } ], "range": [ - 23360, - 23407 + 23356, + 23403 ], "loc": { "start": { @@ -53884,8 +53882,8 @@ } }, "range": [ - 23360, - 23408 + 23356, + 23404 ], "loc": { "start": { @@ -53900,8 +53898,8 @@ } ], "range": [ - 21752, - 23422 + 21748, + 23418 ], "loc": { "start": { @@ -53915,8 +53913,8 @@ } }, "range": [ - 21730, - 23422 + 21726, + 23418 ], "loc": { "start": { @@ -53933,8 +53931,8 @@ "type": "Line", "value": " Generate filters", "range": [ - 21698, - 21717 + 21694, + 21713 ], "loc": { "start": { @@ -53951,8 +53949,8 @@ } ], "range": [ - 21473, - 23433 + 21469, + 23429 ], "loc": { "start": { @@ -53966,8 +53964,8 @@ } }, "range": [ - 21404, - 23433 + 21400, + 23429 ], "loc": { "start": { @@ -53984,8 +53982,8 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 21364, - 21395 + 21360, + 21391 ], "loc": { "start": { @@ -54004,8 +54002,8 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 23433, - 23450 + 23429, + 23446 ], "loc": { "start": { @@ -54022,8 +54020,8 @@ "type": "Block", "value": " Features ", "range": [ - 23460, - 23474 + 23456, + 23470 ], "loc": { "start": { @@ -54046,8 +54044,8 @@ "object": { "type": "ThisExpression", "range": [ - 23486, - 23490 + 23482, + 23486 ], "loc": { "start": { @@ -54064,8 +54062,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 23491, - 23505 + 23487, + 23501 ], "loc": { "start": { @@ -54079,8 +54077,8 @@ } }, "range": [ - 23486, - 23505 + 23482, + 23501 ], "loc": { "start": { @@ -54109,8 +54107,8 @@ "object": { "type": "ThisExpression", "range": [ - 23520, - 23524 + 23516, + 23520 ], "loc": { "start": { @@ -54127,8 +54125,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 23525, - 23532 + 23521, + 23528 ], "loc": { "start": { @@ -54142,8 +54140,8 @@ } }, "range": [ - 23520, - 23532 + 23516, + 23528 ], "loc": { "start": { @@ -54160,8 +54158,8 @@ "type": "Identifier", "name": "on", "range": [ - 23533, - 23535 + 23529, + 23531 ], "loc": { "start": { @@ -54175,8 +54173,8 @@ } }, "range": [ - 23520, - 23535 + 23516, + 23531 ], "loc": { "start": { @@ -54198,8 +54196,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 23537, - 23554 + 23533, + 23550 ], "loc": { "start": { @@ -54214,8 +54212,8 @@ } ], "range": [ - 23536, - 23555 + 23532, + 23551 ], "loc": { "start": { @@ -54240,8 +54238,8 @@ "object": { "type": "ThisExpression", "range": [ - 23562, - 23566 + 23558, + 23562 ], "loc": { "start": { @@ -54258,8 +54256,8 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 23567, - 23584 + 23563, + 23580 ], "loc": { "start": { @@ -54273,8 +54271,8 @@ } }, "range": [ - 23562, - 23584 + 23558, + 23580 ], "loc": { "start": { @@ -54289,8 +54287,8 @@ }, "arguments": [], "range": [ - 23562, - 23586 + 23558, + 23582 ], "loc": { "start": { @@ -54306,8 +54304,8 @@ "generator": false, "expression": true, "range": [ - 23557, - 23586 + 23553, + 23582 ], "loc": { "start": { @@ -54322,8 +54320,8 @@ } ], "range": [ - 23520, - 23587 + 23516, + 23583 ], "loc": { "start": { @@ -54337,8 +54335,8 @@ } }, "range": [ - 23520, - 23588 + 23516, + 23584 ], "loc": { "start": { @@ -54361,8 +54359,8 @@ "object": { "type": "ThisExpression", "range": [ - 23601, - 23605 + 23597, + 23601 ], "loc": { "start": { @@ -54379,8 +54377,8 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 23606, - 23623 + 23602, + 23619 ], "loc": { "start": { @@ -54394,8 +54392,8 @@ } }, "range": [ - 23601, - 23623 + 23597, + 23619 ], "loc": { "start": { @@ -54410,8 +54408,8 @@ }, "arguments": [], "range": [ - 23601, - 23625 + 23597, + 23621 ], "loc": { "start": { @@ -54425,8 +54423,8 @@ } }, "range": [ - 23601, - 23626 + 23597, + 23622 ], "loc": { "start": { @@ -54441,8 +54439,8 @@ } ], "range": [ - 23506, - 23636 + 23502, + 23632 ], "loc": { "start": { @@ -54457,8 +54455,8 @@ }, "alternate": null, "range": [ - 23483, - 23636 + 23479, + 23632 ], "loc": { "start": { @@ -54475,8 +54473,8 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 23433, - 23450 + 23429, + 23446 ], "loc": { "start": { @@ -54493,8 +54491,8 @@ "type": "Block", "value": " Features ", "range": [ - 23460, - 23474 + 23456, + 23470 ], "loc": { "start": { @@ -54517,8 +54515,8 @@ "object": { "type": "ThisExpression", "range": [ - 23648, - 23652 + 23644, + 23648 ], "loc": { "start": { @@ -54535,8 +54533,8 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 23653, - 23664 + 23649, + 23660 ], "loc": { "start": { @@ -54550,8 +54548,8 @@ } }, "range": [ - 23648, - 23664 + 23644, + 23660 ], "loc": { "start": { @@ -54579,8 +54577,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 23679, - 23682 + 23675, + 23678 ], "loc": { "start": { @@ -54597,8 +54595,8 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 23683, - 23694 + 23679, + 23690 ], "loc": { "start": { @@ -54612,8 +54610,8 @@ } }, "range": [ - 23679, - 23694 + 23675, + 23690 ], "loc": { "start": { @@ -54632,8 +54630,8 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 23701, - 23712 + 23697, + 23708 ], "loc": { "start": { @@ -54650,8 +54648,8 @@ { "type": "ThisExpression", "range": [ - 23713, - 23717 + 23709, + 23713 ], "loc": { "start": { @@ -54666,8 +54664,8 @@ } ], "range": [ - 23697, - 23718 + 23693, + 23714 ], "loc": { "start": { @@ -54681,8 +54679,8 @@ } }, "range": [ - 23679, - 23718 + 23675, + 23714 ], "loc": { "start": { @@ -54696,8 +54694,8 @@ } }, "range": [ - 23679, - 23719 + 23675, + 23715 ], "loc": { "start": { @@ -54724,8 +54722,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 23732, - 23735 + 23728, + 23731 ], "loc": { "start": { @@ -54742,8 +54740,8 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 23736, - 23747 + 23732, + 23743 ], "loc": { "start": { @@ -54757,8 +54755,8 @@ } }, "range": [ - 23732, - 23747 + 23728, + 23743 ], "loc": { "start": { @@ -54775,8 +54773,8 @@ "type": "Identifier", "name": "init", "range": [ - 23748, - 23752 + 23744, + 23748 ], "loc": { "start": { @@ -54790,8 +54788,8 @@ } }, "range": [ - 23732, - 23752 + 23728, + 23748 ], "loc": { "start": { @@ -54806,8 +54804,8 @@ }, "arguments": [], "range": [ - 23732, - 23754 + 23728, + 23750 ], "loc": { "start": { @@ -54821,8 +54819,8 @@ } }, "range": [ - 23732, - 23755 + 23728, + 23751 ], "loc": { "start": { @@ -54837,8 +54835,8 @@ } ], "range": [ - 23665, - 23765 + 23661, + 23761 ], "loc": { "start": { @@ -54853,8 +54851,8 @@ }, "alternate": null, "range": [ - 23645, - 23765 + 23641, + 23761 ], "loc": { "start": { @@ -54875,8 +54873,8 @@ "object": { "type": "ThisExpression", "range": [ - 23777, - 23781 + 23773, + 23777 ], "loc": { "start": { @@ -54893,8 +54891,8 @@ "type": "Identifier", "name": "statusBar", "range": [ - 23782, - 23791 + 23778, + 23787 ], "loc": { "start": { @@ -54908,8 +54906,8 @@ } }, "range": [ - 23777, - 23791 + 23773, + 23787 ], "loc": { "start": { @@ -54937,8 +54935,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 23806, - 23809 + 23802, + 23805 ], "loc": { "start": { @@ -54955,8 +54953,8 @@ "type": "Identifier", "name": "statusBar", "range": [ - 23810, - 23819 + 23806, + 23815 ], "loc": { "start": { @@ -54970,8 +54968,8 @@ } }, "range": [ - 23806, - 23819 + 23802, + 23815 ], "loc": { "start": { @@ -54990,8 +54988,8 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 23826, - 23835 + 23822, + 23831 ], "loc": { "start": { @@ -55008,8 +55006,8 @@ { "type": "ThisExpression", "range": [ - 23836, - 23840 + 23832, + 23836 ], "loc": { "start": { @@ -55024,8 +55022,8 @@ } ], "range": [ - 23822, - 23841 + 23818, + 23837 ], "loc": { "start": { @@ -55039,8 +55037,8 @@ } }, "range": [ - 23806, - 23841 + 23802, + 23837 ], "loc": { "start": { @@ -55054,8 +55052,8 @@ } }, "range": [ - 23806, - 23842 + 23802, + 23838 ], "loc": { "start": { @@ -55082,8 +55080,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 23855, - 23858 + 23851, + 23854 ], "loc": { "start": { @@ -55100,8 +55098,8 @@ "type": "Identifier", "name": "statusBar", "range": [ - 23859, - 23868 + 23855, + 23864 ], "loc": { "start": { @@ -55115,8 +55113,8 @@ } }, "range": [ - 23855, - 23868 + 23851, + 23864 ], "loc": { "start": { @@ -55133,8 +55131,8 @@ "type": "Identifier", "name": "init", "range": [ - 23869, - 23873 + 23865, + 23869 ], "loc": { "start": { @@ -55148,8 +55146,8 @@ } }, "range": [ - 23855, - 23873 + 23851, + 23869 ], "loc": { "start": { @@ -55164,8 +55162,8 @@ }, "arguments": [], "range": [ - 23855, - 23875 + 23851, + 23871 ], "loc": { "start": { @@ -55179,8 +55177,8 @@ } }, "range": [ - 23855, - 23876 + 23851, + 23872 ], "loc": { "start": { @@ -55195,8 +55193,8 @@ } ], "range": [ - 23792, - 23886 + 23788, + 23882 ], "loc": { "start": { @@ -55211,8 +55209,8 @@ }, "alternate": null, "range": [ - 23774, - 23886 + 23770, + 23882 ], "loc": { "start": { @@ -55233,8 +55231,8 @@ "object": { "type": "ThisExpression", "range": [ - 23898, - 23902 + 23894, + 23898 ], "loc": { "start": { @@ -55251,8 +55249,8 @@ "type": "Identifier", "name": "paging", "range": [ - 23903, - 23909 + 23899, + 23905 ], "loc": { "start": { @@ -55266,8 +55264,8 @@ } }, "range": [ - 23898, - 23909 + 23894, + 23905 ], "loc": { "start": { @@ -55295,8 +55293,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 23928, - 23931 + 23924, + 23927 ], "loc": { "start": { @@ -55313,8 +55311,8 @@ "type": "Identifier", "name": "paging", "range": [ - 23932, - 23938 + 23928, + 23934 ], "loc": { "start": { @@ -55328,8 +55326,8 @@ } }, "range": [ - 23928, - 23938 + 23924, + 23934 ], "loc": { "start": { @@ -55344,8 +55342,8 @@ }, "prefix": true, "range": [ - 23927, - 23938 + 23923, + 23934 ], "loc": { "start": { @@ -55373,8 +55371,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 23957, - 23960 + 23953, + 23956 ], "loc": { "start": { @@ -55391,8 +55389,8 @@ "type": "Identifier", "name": "paging", "range": [ - 23961, - 23967 + 23957, + 23963 ], "loc": { "start": { @@ -55406,8 +55404,8 @@ } }, "range": [ - 23957, - 23967 + 23953, + 23963 ], "loc": { "start": { @@ -55426,8 +55424,8 @@ "type": "Identifier", "name": "Paging", "range": [ - 23974, - 23980 + 23970, + 23976 ], "loc": { "start": { @@ -55444,8 +55442,8 @@ { "type": "ThisExpression", "range": [ - 23981, - 23985 + 23977, + 23981 ], "loc": { "start": { @@ -55460,8 +55458,8 @@ } ], "range": [ - 23970, - 23986 + 23966, + 23982 ], "loc": { "start": { @@ -55475,8 +55473,8 @@ } }, "range": [ - 23957, - 23986 + 23953, + 23982 ], "loc": { "start": { @@ -55490,8 +55488,8 @@ } }, "range": [ - 23957, - 23987 + 23953, + 23983 ], "loc": { "start": { @@ -55518,8 +55516,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24004, - 24007 + 24000, + 24003 ], "loc": { "start": { @@ -55536,8 +55534,8 @@ "type": "Identifier", "name": "paging", "range": [ - 24008, - 24014 + 24004, + 24010 ], "loc": { "start": { @@ -55551,8 +55549,8 @@ } }, "range": [ - 24004, - 24014 + 24000, + 24010 ], "loc": { "start": { @@ -55569,8 +55567,8 @@ "type": "Identifier", "name": "init", "range": [ - 24015, - 24019 + 24011, + 24015 ], "loc": { "start": { @@ -55584,8 +55582,8 @@ } }, "range": [ - 24004, - 24019 + 24000, + 24015 ], "loc": { "start": { @@ -55600,8 +55598,8 @@ }, "arguments": [], "range": [ - 24004, - 24021 + 24000, + 24017 ], "loc": { "start": { @@ -55615,8 +55613,8 @@ } }, "range": [ - 24004, - 24022 + 24000, + 24018 ], "loc": { "start": { @@ -55631,8 +55629,8 @@ } ], "range": [ - 23939, - 24036 + 23935, + 24032 ], "loc": { "start": { @@ -55662,8 +55660,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24058, - 24061 + 24054, + 24057 ], "loc": { "start": { @@ -55680,8 +55678,8 @@ "type": "Identifier", "name": "paging", "range": [ - 24062, - 24068 + 24058, + 24064 ], "loc": { "start": { @@ -55695,8 +55693,8 @@ } }, "range": [ - 24058, - 24068 + 24054, + 24064 ], "loc": { "start": { @@ -55713,8 +55711,8 @@ "type": "Identifier", "name": "reset", "range": [ - 24069, - 24074 + 24065, + 24070 ], "loc": { "start": { @@ -55728,8 +55726,8 @@ } }, "range": [ - 24058, - 24074 + 24054, + 24070 ], "loc": { "start": { @@ -55744,8 +55742,8 @@ }, "arguments": [], "range": [ - 24058, - 24076 + 24054, + 24072 ], "loc": { "start": { @@ -55759,8 +55757,8 @@ } }, "range": [ - 24058, - 24077 + 24054, + 24073 ], "loc": { "start": { @@ -55775,8 +55773,8 @@ } ], "range": [ - 24041, - 24091 + 24037, + 24087 ], "loc": { "start": { @@ -55790,8 +55788,8 @@ } }, "range": [ - 23924, - 24091 + 23920, + 24087 ], "loc": { "start": { @@ -55806,8 +55804,8 @@ } ], "range": [ - 23910, - 24101 + 23906, + 24097 ], "loc": { "start": { @@ -55822,8 +55820,8 @@ }, "alternate": null, "range": [ - 23895, - 24101 + 23891, + 24097 ], "loc": { "start": { @@ -55844,8 +55842,8 @@ "object": { "type": "ThisExpression", "range": [ - 24113, - 24117 + 24109, + 24113 ], "loc": { "start": { @@ -55862,8 +55860,8 @@ "type": "Identifier", "name": "btnReset", "range": [ - 24118, - 24126 + 24114, + 24122 ], "loc": { "start": { @@ -55877,8 +55875,8 @@ } }, "range": [ - 24113, - 24126 + 24109, + 24122 ], "loc": { "start": { @@ -55906,8 +55904,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24141, - 24144 + 24137, + 24140 ], "loc": { "start": { @@ -55924,8 +55922,8 @@ "type": "Identifier", "name": "clearButton", "range": [ - 24145, - 24156 + 24141, + 24152 ], "loc": { "start": { @@ -55939,8 +55937,8 @@ } }, "range": [ - 24141, - 24156 + 24137, + 24152 ], "loc": { "start": { @@ -55959,8 +55957,8 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 24163, - 24174 + 24159, + 24170 ], "loc": { "start": { @@ -55977,8 +55975,8 @@ { "type": "ThisExpression", "range": [ - 24175, - 24179 + 24171, + 24175 ], "loc": { "start": { @@ -55993,8 +55991,8 @@ } ], "range": [ - 24159, - 24180 + 24155, + 24176 ], "loc": { "start": { @@ -56008,8 +56006,8 @@ } }, "range": [ - 24141, - 24180 + 24137, + 24176 ], "loc": { "start": { @@ -56023,8 +56021,8 @@ } }, "range": [ - 24141, - 24181 + 24137, + 24177 ], "loc": { "start": { @@ -56051,8 +56049,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24194, - 24197 + 24190, + 24193 ], "loc": { "start": { @@ -56069,8 +56067,8 @@ "type": "Identifier", "name": "clearButton", "range": [ - 24198, - 24209 + 24194, + 24205 ], "loc": { "start": { @@ -56084,8 +56082,8 @@ } }, "range": [ - 24194, - 24209 + 24190, + 24205 ], "loc": { "start": { @@ -56102,8 +56100,8 @@ "type": "Identifier", "name": "init", "range": [ - 24210, - 24214 + 24206, + 24210 ], "loc": { "start": { @@ -56117,8 +56115,8 @@ } }, "range": [ - 24194, - 24214 + 24190, + 24210 ], "loc": { "start": { @@ -56133,8 +56131,8 @@ }, "arguments": [], "range": [ - 24194, - 24216 + 24190, + 24212 ], "loc": { "start": { @@ -56148,8 +56146,8 @@ } }, "range": [ - 24194, - 24217 + 24190, + 24213 ], "loc": { "start": { @@ -56164,8 +56162,8 @@ } ], "range": [ - 24127, - 24227 + 24123, + 24223 ], "loc": { "start": { @@ -56180,8 +56178,8 @@ }, "alternate": null, "range": [ - 24110, - 24227 + 24106, + 24223 ], "loc": { "start": { @@ -56205,8 +56203,8 @@ "object": { "type": "ThisExpression", "range": [ - 24240, - 24244 + 24236, + 24240 ], "loc": { "start": { @@ -56223,8 +56221,8 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 24245, - 24257 + 24241, + 24253 ], "loc": { "start": { @@ -56238,8 +56236,8 @@ } }, "range": [ - 24240, - 24257 + 24236, + 24253 ], "loc": { "start": { @@ -56261,8 +56259,8 @@ "object": { "type": "ThisExpression", "range": [ - 24262, - 24266 + 24258, + 24262 ], "loc": { "start": { @@ -56279,8 +56277,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 24267, - 24277 + 24263, + 24273 ], "loc": { "start": { @@ -56294,8 +56292,8 @@ } }, "range": [ - 24262, - 24277 + 24258, + 24273 ], "loc": { "start": { @@ -56310,8 +56308,8 @@ }, "prefix": true, "range": [ - 24261, - 24277 + 24257, + 24273 ], "loc": { "start": { @@ -56325,8 +56323,8 @@ } }, "range": [ - 24240, - 24277 + 24236, + 24273 ], "loc": { "start": { @@ -56352,8 +56350,8 @@ "object": { "type": "ThisExpression", "range": [ - 24292, - 24296 + 24288, + 24292 ], "loc": { "start": { @@ -56370,8 +56368,8 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 24297, - 24309 + 24293, + 24305 ], "loc": { "start": { @@ -56385,8 +56383,8 @@ } }, "range": [ - 24292, - 24309 + 24288, + 24305 ], "loc": { "start": { @@ -56401,8 +56399,8 @@ }, "arguments": [], "range": [ - 24292, - 24311 + 24288, + 24307 ], "loc": { "start": { @@ -56416,8 +56414,8 @@ } }, "range": [ - 24292, - 24312 + 24288, + 24308 ], "loc": { "start": { @@ -56432,8 +56430,8 @@ } ], "range": [ - 24278, - 24322 + 24274, + 24318 ], "loc": { "start": { @@ -56448,8 +56446,8 @@ }, "alternate": null, "range": [ - 24237, - 24322 + 24233, + 24318 ], "loc": { "start": { @@ -56470,8 +56468,8 @@ "object": { "type": "ThisExpression", "range": [ - 24334, - 24338 + 24330, + 24334 ], "loc": { "start": { @@ -56488,8 +56486,8 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 24339, - 24352 + 24335, + 24348 ], "loc": { "start": { @@ -56503,8 +56501,8 @@ } }, "range": [ - 24334, - 24352 + 24330, + 24348 ], "loc": { "start": { @@ -56532,8 +56530,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24367, - 24370 + 24363, + 24366 ], "loc": { "start": { @@ -56550,8 +56548,8 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 24371, - 24384 + 24367, + 24380 ], "loc": { "start": { @@ -56565,8 +56563,8 @@ } }, "range": [ - 24367, - 24384 + 24363, + 24380 ], "loc": { "start": { @@ -56585,8 +56583,8 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 24391, - 24404 + 24387, + 24400 ], "loc": { "start": { @@ -56603,8 +56601,8 @@ { "type": "ThisExpression", "range": [ - 24405, - 24409 + 24401, + 24405 ], "loc": { "start": { @@ -56619,8 +56617,8 @@ } ], "range": [ - 24387, - 24410 + 24383, + 24406 ], "loc": { "start": { @@ -56634,8 +56632,8 @@ } }, "range": [ - 24367, - 24410 + 24363, + 24406 ], "loc": { "start": { @@ -56649,8 +56647,8 @@ } }, "range": [ - 24367, - 24411 + 24363, + 24407 ], "loc": { "start": { @@ -56677,8 +56675,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24424, - 24427 + 24420, + 24423 ], "loc": { "start": { @@ -56695,8 +56693,8 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 24428, - 24441 + 24424, + 24437 ], "loc": { "start": { @@ -56710,8 +56708,8 @@ } }, "range": [ - 24424, - 24441 + 24420, + 24437 ], "loc": { "start": { @@ -56728,8 +56726,8 @@ "type": "Identifier", "name": "init", "range": [ - 24442, - 24446 + 24438, + 24442 ], "loc": { "start": { @@ -56743,8 +56741,8 @@ } }, "range": [ - 24424, - 24446 + 24420, + 24442 ], "loc": { "start": { @@ -56759,8 +56757,8 @@ }, "arguments": [], "range": [ - 24424, - 24448 + 24420, + 24444 ], "loc": { "start": { @@ -56774,8 +56772,8 @@ } }, "range": [ - 24424, - 24449 + 24420, + 24445 ], "loc": { "start": { @@ -56790,8 +56788,8 @@ } ], "range": [ - 24353, - 24459 + 24349, + 24455 ], "loc": { "start": { @@ -56806,8 +56804,8 @@ }, "alternate": null, "range": [ - 24331, - 24459 + 24327, + 24455 ], "loc": { "start": { @@ -56828,8 +56826,8 @@ "object": { "type": "ThisExpression", "range": [ - 24471, - 24475 + 24467, + 24471 ], "loc": { "start": { @@ -56846,8 +56844,8 @@ "type": "Identifier", "name": "noResults", "range": [ - 24476, - 24485 + 24472, + 24481 ], "loc": { "start": { @@ -56861,8 +56859,8 @@ } }, "range": [ - 24471, - 24485 + 24467, + 24481 ], "loc": { "start": { @@ -56890,8 +56888,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24504, - 24507 + 24500, + 24503 ], "loc": { "start": { @@ -56908,8 +56906,8 @@ "type": "Identifier", "name": "noResults", "range": [ - 24508, - 24517 + 24504, + 24513 ], "loc": { "start": { @@ -56923,8 +56921,8 @@ } }, "range": [ - 24504, - 24517 + 24500, + 24513 ], "loc": { "start": { @@ -56939,8 +56937,8 @@ }, "prefix": true, "range": [ - 24503, - 24517 + 24499, + 24513 ], "loc": { "start": { @@ -56968,8 +56966,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24536, - 24539 + 24532, + 24535 ], "loc": { "start": { @@ -56986,8 +56984,8 @@ "type": "Identifier", "name": "noResults", "range": [ - 24540, - 24549 + 24536, + 24545 ], "loc": { "start": { @@ -57001,8 +56999,8 @@ } }, "range": [ - 24536, - 24549 + 24532, + 24545 ], "loc": { "start": { @@ -57021,8 +57019,8 @@ "type": "Identifier", "name": "NoResults", "range": [ - 24556, - 24565 + 24552, + 24561 ], "loc": { "start": { @@ -57039,8 +57037,8 @@ { "type": "ThisExpression", "range": [ - 24566, - 24570 + 24562, + 24566 ], "loc": { "start": { @@ -57055,8 +57053,8 @@ } ], "range": [ - 24552, - 24571 + 24548, + 24567 ], "loc": { "start": { @@ -57070,8 +57068,8 @@ } }, "range": [ - 24536, - 24571 + 24532, + 24567 ], "loc": { "start": { @@ -57085,8 +57083,8 @@ } }, "range": [ - 24536, - 24572 + 24532, + 24568 ], "loc": { "start": { @@ -57101,8 +57099,8 @@ } ], "range": [ - 24518, - 24586 + 24514, + 24582 ], "loc": { "start": { @@ -57117,8 +57115,8 @@ }, "alternate": null, "range": [ - 24500, - 24586 + 24496, + 24582 ], "loc": { "start": { @@ -57145,8 +57143,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 24599, - 24602 + 24595, + 24598 ], "loc": { "start": { @@ -57163,8 +57161,8 @@ "type": "Identifier", "name": "noResults", "range": [ - 24603, - 24612 + 24599, + 24608 ], "loc": { "start": { @@ -57178,8 +57176,8 @@ } }, "range": [ - 24599, - 24612 + 24595, + 24608 ], "loc": { "start": { @@ -57196,8 +57194,8 @@ "type": "Identifier", "name": "init", "range": [ - 24613, - 24617 + 24609, + 24613 ], "loc": { "start": { @@ -57211,8 +57209,8 @@ } }, "range": [ - 24599, - 24617 + 24595, + 24613 ], "loc": { "start": { @@ -57227,8 +57225,8 @@ }, "arguments": [], "range": [ - 24599, - 24619 + 24595, + 24615 ], "loc": { "start": { @@ -57242,8 +57240,8 @@ } }, "range": [ - 24599, - 24620 + 24595, + 24616 ], "loc": { "start": { @@ -57258,8 +57256,8 @@ } ], "range": [ - 24486, - 24630 + 24482, + 24626 ], "loc": { "start": { @@ -57274,8 +57272,8 @@ }, "alternate": null, "range": [ - 24468, - 24630 + 24464, + 24626 ], "loc": { "start": { @@ -57299,8 +57297,8 @@ "object": { "type": "ThisExpression", "range": [ - 24640, - 24644 + 24636, + 24640 ], "loc": { "start": { @@ -57317,8 +57315,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 24645, - 24653 + 24641, + 24649 ], "loc": { "start": { @@ -57332,8 +57330,8 @@ } }, "range": [ - 24640, - 24653 + 24636, + 24649 ], "loc": { "start": { @@ -57351,8 +57349,8 @@ "value": true, "raw": "true", "range": [ - 24656, - 24660 + 24652, + 24656 ], "loc": { "start": { @@ -57366,8 +57364,8 @@ } }, "range": [ - 24640, - 24660 + 24636, + 24656 ], "loc": { "start": { @@ -57381,8 +57379,8 @@ } }, "range": [ - 24640, - 24661 + 24636, + 24657 ], "loc": { "start": { @@ -57409,8 +57407,8 @@ "object": { "type": "ThisExpression", "range": [ - 24674, - 24678 + 24670, + 24674 ], "loc": { "start": { @@ -57427,8 +57425,8 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 24679, - 24697 + 24675, + 24693 ], "loc": { "start": { @@ -57442,8 +57440,8 @@ } }, "range": [ - 24674, - 24697 + 24670, + 24693 ], "loc": { "start": { @@ -57462,8 +57460,8 @@ "object": { "type": "ThisExpression", "range": [ - 24701, - 24705 + 24697, + 24701 ], "loc": { "start": { @@ -57480,8 +57478,8 @@ "type": "Identifier", "name": "rememberPageLen", "range": [ - 24706, - 24721 + 24702, + 24717 ], "loc": { "start": { @@ -57495,8 +57493,8 @@ } }, "range": [ - 24701, - 24721 + 24697, + 24717 ], "loc": { "start": { @@ -57510,8 +57508,8 @@ } }, "range": [ - 24674, - 24721 + 24670, + 24717 ], "loc": { "start": { @@ -57530,8 +57528,8 @@ "object": { "type": "ThisExpression", "range": [ - 24737, - 24741 + 24733, + 24737 ], "loc": { "start": { @@ -57548,8 +57546,8 @@ "type": "Identifier", "name": "rememberPageNb", "range": [ - 24742, - 24756 + 24738, + 24752 ], "loc": { "start": { @@ -57563,8 +57561,8 @@ } }, "range": [ - 24737, - 24756 + 24733, + 24752 ], "loc": { "start": { @@ -57578,8 +57576,8 @@ } }, "range": [ - 24674, - 24756 + 24670, + 24752 ], "loc": { "start": { @@ -57605,8 +57603,8 @@ "object": { "type": "ThisExpression", "range": [ - 24771, - 24775 + 24767, + 24771 ], "loc": { "start": { @@ -57623,8 +57621,8 @@ "type": "Identifier", "name": "resetValues", "range": [ - 24776, - 24787 + 24772, + 24783 ], "loc": { "start": { @@ -57638,8 +57636,8 @@ } }, "range": [ - 24771, - 24787 + 24767, + 24783 ], "loc": { "start": { @@ -57654,8 +57652,8 @@ }, "arguments": [], "range": [ - 24771, - 24789 + 24767, + 24785 ], "loc": { "start": { @@ -57669,8 +57667,8 @@ } }, "range": [ - 24771, - 24790 + 24767, + 24786 ], "loc": { "start": { @@ -57685,8 +57683,8 @@ } ], "range": [ - 24757, - 24800 + 24753, + 24796 ], "loc": { "start": { @@ -57701,8 +57699,8 @@ }, "alternate": null, "range": [ - 24671, - 24800 + 24667, + 24796 ], "loc": { "start": { @@ -57719,8 +57717,8 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 24810, - 24842 + 24806, + 24838 ], "loc": { "start": { @@ -57746,8 +57744,8 @@ "object": { "type": "ThisExpression", "range": [ - 24855, - 24859 + 24851, + 24855 ], "loc": { "start": { @@ -57764,8 +57762,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 24860, - 24870 + 24856, + 24866 ], "loc": { "start": { @@ -57779,8 +57777,8 @@ } }, "range": [ - 24855, - 24870 + 24851, + 24866 ], "loc": { "start": { @@ -57795,8 +57793,8 @@ }, "prefix": true, "range": [ - 24854, - 24870 + 24850, + 24866 ], "loc": { "start": { @@ -57823,8 +57821,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24885, - 24888 + 24881, + 24884 ], "loc": { "start": { @@ -57841,8 +57839,8 @@ "type": "Identifier", "name": "addClass", "range": [ - 24889, - 24897 + 24885, + 24893 ], "loc": { "start": { @@ -57856,8 +57854,8 @@ } }, "range": [ - 24885, - 24897 + 24881, + 24893 ], "loc": { "start": { @@ -57877,8 +57875,8 @@ "object": { "type": "ThisExpression", "range": [ - 24898, - 24902 + 24894, + 24898 ], "loc": { "start": { @@ -57895,8 +57893,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 24903, - 24906 + 24899, + 24902 ], "loc": { "start": { @@ -57910,8 +57908,8 @@ } }, "range": [ - 24898, - 24906 + 24894, + 24902 ], "loc": { "start": { @@ -57930,8 +57928,8 @@ "object": { "type": "ThisExpression", "range": [ - 24908, - 24912 + 24904, + 24908 ], "loc": { "start": { @@ -57948,8 +57946,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 24913, - 24919 + 24909, + 24915 ], "loc": { "start": { @@ -57963,8 +57961,8 @@ } }, "range": [ - 24908, - 24919 + 24904, + 24915 ], "loc": { "start": { @@ -57979,8 +57977,8 @@ } ], "range": [ - 24885, - 24920 + 24881, + 24916 ], "loc": { "start": { @@ -57994,8 +57992,8 @@ } }, "range": [ - 24885, - 24921 + 24881, + 24917 ], "loc": { "start": { @@ -58010,8 +58008,8 @@ } ], "range": [ - 24871, - 24931 + 24867, + 24927 ], "loc": { "start": { @@ -58026,8 +58024,8 @@ }, "alternate": null, "range": [ - 24851, - 24931 + 24847, + 24927 ], "loc": { "start": { @@ -58044,8 +58042,8 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 24810, - 24842 + 24806, + 24838 ], "loc": { "start": { @@ -58064,8 +58062,8 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 24941, - 24963 + 24937, + 24959 ], "loc": { "start": { @@ -58088,8 +58086,8 @@ "object": { "type": "ThisExpression", "range": [ - 24975, - 24979 + 24971, + 24975 ], "loc": { "start": { @@ -58106,8 +58104,8 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 24980, - 24993 + 24976, + 24989 ], "loc": { "start": { @@ -58121,8 +58119,8 @@ } }, "range": [ - 24975, - 24993 + 24971, + 24989 ], "loc": { "start": { @@ -58148,8 +58146,8 @@ "object": { "type": "ThisExpression", "range": [ - 25008, - 25012 + 25004, + 25008 ], "loc": { "start": { @@ -58166,8 +58164,8 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 25013, - 25027 + 25009, + 25023 ], "loc": { "start": { @@ -58181,8 +58179,8 @@ } }, "range": [ - 25008, - 25027 + 25004, + 25023 ], "loc": { "start": { @@ -58197,8 +58195,8 @@ }, "arguments": [], "range": [ - 25008, - 25029 + 25004, + 25025 ], "loc": { "start": { @@ -58212,8 +58210,8 @@ } }, "range": [ - 25008, - 25030 + 25004, + 25026 ], "loc": { "start": { @@ -58228,8 +58226,8 @@ } ], "range": [ - 24994, - 25040 + 24990, + 25036 ], "loc": { "start": { @@ -58244,8 +58242,8 @@ }, "alternate": null, "range": [ - 24972, - 25040 + 24968, + 25036 ], "loc": { "start": { @@ -58262,8 +58260,8 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 24941, - 24963 + 24937, + 24959 ], "loc": { "start": { @@ -58282,8 +58280,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 25050, - 25072 + 25046, + 25068 ], "loc": { "start": { @@ -58306,8 +58304,8 @@ "object": { "type": "ThisExpression", "range": [ - 25084, - 25088 + 25080, + 25084 ], "loc": { "start": { @@ -58324,8 +58322,8 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 25089, - 25106 + 25085, + 25102 ], "loc": { "start": { @@ -58339,8 +58337,8 @@ } }, "range": [ - 25084, - 25106 + 25080, + 25102 ], "loc": { "start": { @@ -58369,8 +58367,8 @@ "object": { "type": "ThisExpression", "range": [ - 25121, - 25125 + 25117, + 25121 ], "loc": { "start": { @@ -58387,8 +58385,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 25126, - 25133 + 25122, + 25129 ], "loc": { "start": { @@ -58402,8 +58400,8 @@ } }, "range": [ - 25121, - 25133 + 25117, + 25129 ], "loc": { "start": { @@ -58420,8 +58418,8 @@ "type": "Identifier", "name": "on", "range": [ - 25134, - 25136 + 25130, + 25132 ], "loc": { "start": { @@ -58435,8 +58433,8 @@ } }, "range": [ - 25121, - 25136 + 25117, + 25132 ], "loc": { "start": { @@ -58458,8 +58456,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 25138, - 25156 + 25134, + 25152 ], "loc": { "start": { @@ -58474,8 +58472,8 @@ } ], "range": [ - 25137, - 25157 + 25133, + 25153 ], "loc": { "start": { @@ -58500,8 +58498,8 @@ "object": { "type": "ThisExpression", "range": [ - 25180, - 25184 + 25176, + 25180 ], "loc": { "start": { @@ -58518,8 +58516,8 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 25185, - 25203 + 25181, + 25199 ], "loc": { "start": { @@ -58533,8 +58531,8 @@ } }, "range": [ - 25180, - 25203 + 25176, + 25199 ], "loc": { "start": { @@ -58549,8 +58547,8 @@ }, "arguments": [], "range": [ - 25180, - 25205 + 25176, + 25201 ], "loc": { "start": { @@ -58566,8 +58564,8 @@ "generator": false, "expression": true, "range": [ - 25175, - 25205 + 25171, + 25201 ], "loc": { "start": { @@ -58582,8 +58580,8 @@ } ], "range": [ - 25121, - 25206 + 25117, + 25202 ], "loc": { "start": { @@ -58597,8 +58595,8 @@ } }, "range": [ - 25121, - 25207 + 25117, + 25203 ], "loc": { "start": { @@ -58624,8 +58622,8 @@ "object": { "type": "ThisExpression", "range": [ - 25220, - 25224 + 25216, + 25220 ], "loc": { "start": { @@ -58642,8 +58640,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 25225, - 25232 + 25221, + 25228 ], "loc": { "start": { @@ -58657,8 +58655,8 @@ } }, "range": [ - 25220, - 25232 + 25216, + 25228 ], "loc": { "start": { @@ -58675,8 +58673,8 @@ "type": "Identifier", "name": "on", "range": [ - 25233, - 25235 + 25229, + 25231 ], "loc": { "start": { @@ -58690,8 +58688,8 @@ } }, "range": [ - 25220, - 25235 + 25216, + 25231 ], "loc": { "start": { @@ -58713,8 +58711,8 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 25237, - 25253 + 25233, + 25249 ], "loc": { "start": { @@ -58729,8 +58727,8 @@ } ], "range": [ - 25236, - 25254 + 25232, + 25250 ], "loc": { "start": { @@ -58751,8 +58749,8 @@ "type": "Identifier", "name": "tf", "range": [ - 25273, - 25275 + 25269, + 25271 ], "loc": { "start": { @@ -58769,8 +58767,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25277, - 25285 + 25273, + 25281 ], "loc": { "start": { @@ -58792,8 +58790,8 @@ "object": { "type": "ThisExpression", "range": [ - 25289, - 25293 + 25285, + 25289 ], "loc": { "start": { @@ -58810,8 +58808,8 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 25294, - 25310 + 25290, + 25306 ], "loc": { "start": { @@ -58825,8 +58823,8 @@ } }, "range": [ - 25289, - 25310 + 25285, + 25306 ], "loc": { "start": { @@ -58844,8 +58842,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25311, - 25319 + 25307, + 25315 ], "loc": { "start": { @@ -58860,8 +58858,8 @@ } ], "range": [ - 25289, - 25320 + 25285, + 25316 ], "loc": { "start": { @@ -58877,8 +58875,8 @@ "generator": false, "expression": true, "range": [ - 25272, - 25320 + 25268, + 25316 ], "loc": { "start": { @@ -58893,8 +58891,8 @@ } ], "range": [ - 25220, - 25321 + 25216, + 25317 ], "loc": { "start": { @@ -58908,8 +58906,8 @@ } }, "range": [ - 25220, - 25322 + 25216, + 25318 ], "loc": { "start": { @@ -58924,8 +58922,8 @@ } ], "range": [ - 25107, - 25332 + 25103, + 25328 ], "loc": { "start": { @@ -58940,8 +58938,8 @@ }, "alternate": null, "range": [ - 25081, - 25332 + 25077, + 25328 ], "loc": { "start": { @@ -58958,8 +58956,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 25050, - 25072 + 25046, + 25068 ], "loc": { "start": { @@ -58982,8 +58980,8 @@ "object": { "type": "ThisExpression", "range": [ - 25344, - 25348 + 25340, + 25344 ], "loc": { "start": { @@ -59000,8 +58998,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 25349, - 25362 + 25345, + 25358 ], "loc": { "start": { @@ -59015,8 +59013,8 @@ } }, "range": [ - 25344, - 25362 + 25340, + 25358 ], "loc": { "start": { @@ -59045,8 +59043,8 @@ "object": { "type": "ThisExpression", "range": [ - 25377, - 25381 + 25373, + 25377 ], "loc": { "start": { @@ -59063,8 +59061,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 25382, - 25389 + 25378, + 25385 ], "loc": { "start": { @@ -59078,8 +59076,8 @@ } }, "range": [ - 25377, - 25389 + 25373, + 25385 ], "loc": { "start": { @@ -59096,8 +59094,8 @@ "type": "Identifier", "name": "on", "range": [ - 25390, - 25392 + 25386, + 25388 ], "loc": { "start": { @@ -59111,8 +59109,8 @@ } }, "range": [ - 25377, - 25392 + 25373, + 25388 ], "loc": { "start": { @@ -59134,8 +59132,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 25394, - 25411 + 25390, + 25407 ], "loc": { "start": { @@ -59150,8 +59148,8 @@ } ], "range": [ - 25393, - 25412 + 25389, + 25408 ], "loc": { "start": { @@ -59176,8 +59174,8 @@ "object": { "type": "ThisExpression", "range": [ - 25419, - 25423 + 25415, + 25419 ], "loc": { "start": { @@ -59194,8 +59192,8 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 25424, - 25435 + 25420, + 25431 ], "loc": { "start": { @@ -59209,8 +59207,8 @@ } }, "range": [ - 25419, - 25435 + 25415, + 25431 ], "loc": { "start": { @@ -59225,8 +59223,8 @@ }, "arguments": [], "range": [ - 25419, - 25437 + 25415, + 25433 ], "loc": { "start": { @@ -59242,8 +59240,8 @@ "generator": false, "expression": true, "range": [ - 25414, - 25437 + 25410, + 25433 ], "loc": { "start": { @@ -59258,8 +59256,8 @@ } ], "range": [ - 25377, - 25438 + 25373, + 25434 ], "loc": { "start": { @@ -59273,8 +59271,8 @@ } }, "range": [ - 25377, - 25439 + 25373, + 25435 ], "loc": { "start": { @@ -59289,8 +59287,8 @@ } ], "range": [ - 25363, - 25449 + 25359, + 25445 ], "loc": { "start": { @@ -59305,8 +59303,8 @@ }, "alternate": null, "range": [ - 25341, - 25449 + 25337, + 25445 ], "loc": { "start": { @@ -59327,8 +59325,8 @@ "object": { "type": "ThisExpression", "range": [ - 25462, - 25466 + 25458, + 25462 ], "loc": { "start": { @@ -59345,8 +59343,8 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 25467, - 25482 + 25463, + 25478 ], "loc": { "start": { @@ -59360,8 +59358,8 @@ } }, "range": [ - 25462, - 25482 + 25458, + 25478 ], "loc": { "start": { @@ -59390,8 +59388,8 @@ "object": { "type": "ThisExpression", "range": [ - 25497, - 25501 + 25493, + 25497 ], "loc": { "start": { @@ -59408,8 +59406,8 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 25502, - 25517 + 25498, + 25513 ], "loc": { "start": { @@ -59423,8 +59421,8 @@ } }, "range": [ - 25497, - 25517 + 25493, + 25513 ], "loc": { "start": { @@ -59441,8 +59439,8 @@ "type": "Identifier", "name": "call", "range": [ - 25518, - 25522 + 25514, + 25518 ], "loc": { "start": { @@ -59456,8 +59454,8 @@ } }, "range": [ - 25497, - 25522 + 25493, + 25518 ], "loc": { "start": { @@ -59476,8 +59474,8 @@ "value": null, "raw": "null", "range": [ - 25523, - 25527 + 25519, + 25523 ], "loc": { "start": { @@ -59493,8 +59491,8 @@ { "type": "ThisExpression", "range": [ - 25529, - 25533 + 25525, + 25529 ], "loc": { "start": { @@ -59509,8 +59507,8 @@ } ], "range": [ - 25497, - 25534 + 25493, + 25530 ], "loc": { "start": { @@ -59524,8 +59522,8 @@ } }, "range": [ - 25497, - 25535 + 25493, + 25531 ], "loc": { "start": { @@ -59540,8 +59538,8 @@ } ], "range": [ - 25483, - 25545 + 25479, + 25541 ], "loc": { "start": { @@ -59556,8 +59554,8 @@ }, "alternate": null, "range": [ - 25459, - 25545 + 25455, + 25541 ], "loc": { "start": { @@ -59581,8 +59579,8 @@ "object": { "type": "ThisExpression", "range": [ - 25555, - 25559 + 25551, + 25555 ], "loc": { "start": { @@ -59599,8 +59597,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 25560, - 25571 + 25556, + 25567 ], "loc": { "start": { @@ -59614,8 +59612,8 @@ } }, "range": [ - 25555, - 25571 + 25551, + 25567 ], "loc": { "start": { @@ -59633,8 +59631,8 @@ "value": true, "raw": "true", "range": [ - 25574, - 25578 + 25570, + 25574 ], "loc": { "start": { @@ -59648,8 +59646,8 @@ } }, "range": [ - 25555, - 25578 + 25551, + 25574 ], "loc": { "start": { @@ -59663,8 +59661,8 @@ } }, "range": [ - 25555, - 25579 + 25551, + 25575 ], "loc": { "start": { @@ -59690,8 +59688,8 @@ "object": { "type": "ThisExpression", "range": [ - 25588, - 25592 + 25584, + 25588 ], "loc": { "start": { @@ -59708,8 +59706,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 25593, - 25600 + 25589, + 25596 ], "loc": { "start": { @@ -59723,8 +59721,8 @@ } }, "range": [ - 25588, - 25600 + 25584, + 25596 ], "loc": { "start": { @@ -59741,8 +59739,8 @@ "type": "Identifier", "name": "emit", "range": [ - 25601, - 25605 + 25597, + 25601 ], "loc": { "start": { @@ -59756,8 +59754,8 @@ } }, "range": [ - 25588, - 25605 + 25584, + 25601 ], "loc": { "start": { @@ -59776,8 +59774,8 @@ "value": "initialized", "raw": "'initialized'", "range": [ - 25606, - 25619 + 25602, + 25615 ], "loc": { "start": { @@ -59793,8 +59791,8 @@ { "type": "ThisExpression", "range": [ - 25621, - 25625 + 25617, + 25621 ], "loc": { "start": { @@ -59809,8 +59807,8 @@ } ], "range": [ - 25588, - 25626 + 25584, + 25622 ], "loc": { "start": { @@ -59824,8 +59822,8 @@ } }, "range": [ - 25588, - 25627 + 25584, + 25623 ], "loc": { "start": { @@ -59840,8 +59838,8 @@ } ], "range": [ - 19906, - 25633 + 19902, + 25629 ], "loc": { "start": { @@ -59857,8 +59855,8 @@ "generator": false, "expression": false, "range": [ - 19904, - 25633 + 19900, + 25629 ], "loc": { "start": { @@ -59874,8 +59872,8 @@ "kind": "method", "computed": false, "range": [ - 19900, - 25633 + 19896, + 25629 ], "loc": { "start": { @@ -59892,8 +59890,8 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 19846, - 19895 + 19842, + 19891 ], "loc": { "start": { @@ -59912,8 +59910,8 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 25639, - 25694 + 25635, + 25690 ], "loc": { "start": { @@ -59935,8 +59933,8 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 25699, - 25716 + 25695, + 25712 ], "loc": { "start": { @@ -59964,8 +59962,8 @@ "object": { "type": "ThisExpression", "range": [ - 25732, - 25736 + 25728, + 25732 ], "loc": { "start": { @@ -59982,8 +59980,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 25737, - 25747 + 25733, + 25743 ], "loc": { "start": { @@ -59997,8 +59995,8 @@ } }, "range": [ - 25732, - 25747 + 25728, + 25743 ], "loc": { "start": { @@ -60018,8 +60016,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 25762, - 25769 + 25758, + 25765 ], "loc": { "start": { @@ -60034,8 +60032,8 @@ } ], "range": [ - 25748, - 25779 + 25744, + 25775 ], "loc": { "start": { @@ -60050,8 +60048,8 @@ }, "alternate": null, "range": [ - 25729, - 25779 + 25725, + 25775 ], "loc": { "start": { @@ -60073,8 +60071,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25792, - 25798 + 25788, + 25794 ], "loc": { "start": { @@ -60089,8 +60087,8 @@ }, "init": null, "range": [ - 25792, - 25798 + 25788, + 25794 ], "loc": { "start": { @@ -60106,8 +60104,8 @@ ], "kind": "let", "range": [ - 25788, - 25799 + 25784, + 25795 ], "loc": { "start": { @@ -60129,8 +60127,8 @@ "type": "Identifier", "name": "thead", "range": [ - 25813, - 25818 + 25809, + 25814 ], "loc": { "start": { @@ -60152,8 +60150,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25821, - 25824 + 25817, + 25820 ], "loc": { "start": { @@ -60170,8 +60168,8 @@ "type": "Identifier", "name": "tag", "range": [ - 25825, - 25828 + 25821, + 25824 ], "loc": { "start": { @@ -60185,8 +60183,8 @@ } }, "range": [ - 25821, - 25828 + 25817, + 25824 ], "loc": { "start": { @@ -60206,8 +60204,8 @@ "object": { "type": "ThisExpression", "range": [ - 25829, - 25833 + 25825, + 25829 ], "loc": { "start": { @@ -60224,8 +60222,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 25834, - 25837 + 25830, + 25833 ], "loc": { "start": { @@ -60239,8 +60237,8 @@ } }, "range": [ - 25829, - 25837 + 25825, + 25833 ], "loc": { "start": { @@ -60258,8 +60256,8 @@ "value": "thead", "raw": "'thead'", "range": [ - 25839, - 25846 + 25835, + 25842 ], "loc": { "start": { @@ -60274,8 +60272,8 @@ } ], "range": [ - 25821, - 25847 + 25817, + 25843 ], "loc": { "start": { @@ -60289,8 +60287,8 @@ } }, "range": [ - 25813, - 25847 + 25809, + 25843 ], "loc": { "start": { @@ -60306,8 +60304,8 @@ ], "kind": "let", "range": [ - 25809, - 25848 + 25805, + 25844 ], "loc": { "start": { @@ -60332,8 +60330,8 @@ "type": "Identifier", "name": "thead", "range": [ - 25860, - 25865 + 25856, + 25861 ], "loc": { "start": { @@ -60350,8 +60348,8 @@ "type": "Identifier", "name": "length", "range": [ - 25866, - 25872 + 25862, + 25868 ], "loc": { "start": { @@ -60365,8 +60363,8 @@ } }, "range": [ - 25860, - 25872 + 25856, + 25868 ], "loc": { "start": { @@ -60384,8 +60382,8 @@ "value": 0, "raw": "0", "range": [ - 25875, - 25876 + 25871, + 25872 ], "loc": { "start": { @@ -60399,8 +60397,8 @@ } }, "range": [ - 25860, - 25876 + 25856, + 25872 ], "loc": { "start": { @@ -60425,8 +60423,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25891, - 25897 + 25887, + 25893 ], "loc": { "start": { @@ -60451,8 +60449,8 @@ "type": "Identifier", "name": "thead", "range": [ - 25900, - 25905 + 25896, + 25901 ], "loc": { "start": { @@ -60470,8 +60468,8 @@ "value": 0, "raw": "0", "range": [ - 25906, - 25907 + 25902, + 25903 ], "loc": { "start": { @@ -60485,8 +60483,8 @@ } }, "range": [ - 25900, - 25908 + 25896, + 25904 ], "loc": { "start": { @@ -60503,8 +60501,8 @@ "type": "Identifier", "name": "insertRow", "range": [ - 25909, - 25918 + 25905, + 25914 ], "loc": { "start": { @@ -60518,8 +60516,8 @@ } }, "range": [ - 25900, - 25918 + 25896, + 25914 ], "loc": { "start": { @@ -60539,8 +60537,8 @@ "object": { "type": "ThisExpression", "range": [ - 25919, - 25923 + 25915, + 25919 ], "loc": { "start": { @@ -60557,8 +60555,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 25924, - 25939 + 25920, + 25935 ], "loc": { "start": { @@ -60572,8 +60570,8 @@ } }, "range": [ - 25919, - 25939 + 25915, + 25935 ], "loc": { "start": { @@ -60588,8 +60586,8 @@ } ], "range": [ - 25900, - 25940 + 25896, + 25936 ], "loc": { "start": { @@ -60603,8 +60601,8 @@ } }, "range": [ - 25891, - 25940 + 25887, + 25936 ], "loc": { "start": { @@ -60618,8 +60616,8 @@ } }, "range": [ - 25891, - 25941 + 25887, + 25937 ], "loc": { "start": { @@ -60634,8 +60632,8 @@ } ], "range": [ - 25877, - 25951 + 25873, + 25947 ], "loc": { "start": { @@ -60660,8 +60658,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 25971, - 25977 + 25967, + 25973 ], "loc": { "start": { @@ -60685,8 +60683,8 @@ "object": { "type": "ThisExpression", "range": [ - 25980, - 25984 + 25976, + 25980 ], "loc": { "start": { @@ -60703,8 +60701,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 25985, - 25988 + 25981, + 25984 ], "loc": { "start": { @@ -60718,8 +60716,8 @@ } }, "range": [ - 25980, - 25988 + 25976, + 25984 ], "loc": { "start": { @@ -60736,8 +60734,8 @@ "type": "Identifier", "name": "insertRow", "range": [ - 25989, - 25998 + 25985, + 25994 ], "loc": { "start": { @@ -60751,8 +60749,8 @@ } }, "range": [ - 25980, - 25998 + 25976, + 25994 ], "loc": { "start": { @@ -60772,8 +60770,8 @@ "object": { "type": "ThisExpression", "range": [ - 25999, - 26003 + 25995, + 25999 ], "loc": { "start": { @@ -60790,8 +60788,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 26004, - 26019 + 26000, + 26015 ], "loc": { "start": { @@ -60805,8 +60803,8 @@ } }, "range": [ - 25999, - 26019 + 25995, + 26015 ], "loc": { "start": { @@ -60821,8 +60819,8 @@ } ], "range": [ - 25980, - 26020 + 25976, + 26016 ], "loc": { "start": { @@ -60836,8 +60834,8 @@ } }, "range": [ - 25971, - 26020 + 25967, + 26016 ], "loc": { "start": { @@ -60851,8 +60849,8 @@ } }, "range": [ - 25971, - 26021 + 25967, + 26017 ], "loc": { "start": { @@ -60867,8 +60865,8 @@ } ], "range": [ - 25957, - 26031 + 25953, + 26027 ], "loc": { "start": { @@ -60882,8 +60880,8 @@ } }, "range": [ - 25857, - 26031 + 25853, + 26027 ], "loc": { "start": { @@ -60910,8 +60908,8 @@ "object": { "type": "ThisExpression", "range": [ - 26044, - 26048 + 26040, + 26044 ], "loc": { "start": { @@ -60928,8 +60926,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 26049, - 26059 + 26045, + 26055 ], "loc": { "start": { @@ -60943,8 +60941,8 @@ } }, "range": [ - 26044, - 26059 + 26040, + 26055 ], "loc": { "start": { @@ -60962,8 +60960,8 @@ "value": 1, "raw": "1", "range": [ - 26062, - 26063 + 26058, + 26059 ], "loc": { "start": { @@ -60977,8 +60975,8 @@ } }, "range": [ - 26044, - 26063 + 26040, + 26059 ], "loc": { "start": { @@ -61000,8 +60998,8 @@ "object": { "type": "ThisExpression", "range": [ - 26067, - 26071 + 26063, + 26067 ], "loc": { "start": { @@ -61018,8 +61016,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 26072, - 26087 + 26068, + 26083 ], "loc": { "start": { @@ -61033,8 +61031,8 @@ } }, "range": [ - 26067, - 26087 + 26063, + 26083 ], "loc": { "start": { @@ -61053,8 +61051,8 @@ "object": { "type": "ThisExpression", "range": [ - 26091, - 26095 + 26087, + 26091 ], "loc": { "start": { @@ -61071,8 +61069,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 26096, - 26106 + 26092, + 26102 ], "loc": { "start": { @@ -61086,8 +61084,8 @@ } }, "range": [ - 26091, - 26106 + 26087, + 26102 ], "loc": { "start": { @@ -61101,8 +61099,8 @@ } }, "range": [ - 26067, - 26106 + 26063, + 26102 ], "loc": { "start": { @@ -61116,8 +61114,8 @@ } }, "range": [ - 26044, - 26106 + 26040, + 26102 ], "loc": { "start": { @@ -61144,8 +61142,8 @@ "object": { "type": "ThisExpression", "range": [ - 26121, - 26125 + 26117, + 26121 ], "loc": { "start": { @@ -61162,8 +61160,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 26126, - 26136 + 26122, + 26132 ], "loc": { "start": { @@ -61177,8 +61175,8 @@ } }, "range": [ - 26121, - 26136 + 26117, + 26132 ], "loc": { "start": { @@ -61193,8 +61191,8 @@ }, "prefix": false, "range": [ - 26121, - 26138 + 26117, + 26134 ], "loc": { "start": { @@ -61208,8 +61206,8 @@ } }, "range": [ - 26121, - 26139 + 26117, + 26135 ], "loc": { "start": { @@ -61224,8 +61222,8 @@ } ], "range": [ - 26107, - 26149 + 26103, + 26145 ], "loc": { "start": { @@ -61240,8 +61238,8 @@ }, "alternate": null, "range": [ - 26041, - 26149 + 26037, + 26145 ], "loc": { "start": { @@ -61266,8 +61264,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 26159, - 26165 + 26155, + 26161 ], "loc": { "start": { @@ -61284,8 +61282,8 @@ "type": "Identifier", "name": "className", "range": [ - 26166, - 26175 + 26162, + 26171 ], "loc": { "start": { @@ -61299,8 +61297,8 @@ } }, "range": [ - 26159, - 26175 + 26155, + 26171 ], "loc": { "start": { @@ -61319,8 +61317,8 @@ "object": { "type": "ThisExpression", "range": [ - 26178, - 26182 + 26174, + 26178 ], "loc": { "start": { @@ -61337,8 +61335,8 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 26183, - 26198 + 26179, + 26194 ], "loc": { "start": { @@ -61352,8 +61350,8 @@ } }, "range": [ - 26178, - 26198 + 26174, + 26194 ], "loc": { "start": { @@ -61367,8 +61365,8 @@ } }, "range": [ - 26159, - 26198 + 26155, + 26194 ], "loc": { "start": { @@ -61382,8 +61380,8 @@ } }, "range": [ - 26159, - 26199 + 26155, + 26195 ], "loc": { "start": { @@ -61404,8 +61402,8 @@ "object": { "type": "ThisExpression", "range": [ - 26212, - 26216 + 26208, + 26212 ], "loc": { "start": { @@ -61422,8 +61420,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 26217, - 26230 + 26213, + 26226 ], "loc": { "start": { @@ -61437,8 +61435,8 @@ } }, "range": [ - 26212, - 26230 + 26208, + 26226 ], "loc": { "start": { @@ -61469,8 +61467,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 26245, - 26251 + 26241, + 26247 ], "loc": { "start": { @@ -61487,8 +61485,8 @@ "type": "Identifier", "name": "style", "range": [ - 26252, - 26257 + 26248, + 26253 ], "loc": { "start": { @@ -61502,8 +61500,8 @@ } }, "range": [ - 26245, - 26257 + 26241, + 26253 ], "loc": { "start": { @@ -61520,8 +61518,8 @@ "type": "Identifier", "name": "display", "range": [ - 26258, - 26265 + 26254, + 26261 ], "loc": { "start": { @@ -61535,8 +61533,8 @@ } }, "range": [ - 26245, - 26265 + 26241, + 26261 ], "loc": { "start": { @@ -61554,8 +61552,8 @@ "value": "none", "raw": "'none'", "range": [ - 26268, - 26274 + 26264, + 26270 ], "loc": { "start": { @@ -61569,8 +61567,8 @@ } }, "range": [ - 26245, - 26274 + 26241, + 26270 ], "loc": { "start": { @@ -61584,8 +61582,8 @@ } }, "range": [ - 26245, - 26275 + 26241, + 26271 ], "loc": { "start": { @@ -61600,8 +61598,8 @@ } ], "range": [ - 26231, - 26285 + 26227, + 26281 ], "loc": { "start": { @@ -61616,8 +61614,8 @@ }, "alternate": null, "range": [ - 26209, - 26285 + 26205, + 26281 ], "loc": { "start": { @@ -61643,8 +61641,8 @@ "object": { "type": "ThisExpression", "range": [ - 26295, - 26299 + 26291, + 26295 ], "loc": { "start": { @@ -61661,8 +61659,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 26300, - 26307 + 26296, + 26303 ], "loc": { "start": { @@ -61676,8 +61674,8 @@ } }, "range": [ - 26295, - 26307 + 26291, + 26303 ], "loc": { "start": { @@ -61694,8 +61692,8 @@ "type": "Identifier", "name": "emit", "range": [ - 26308, - 26312 + 26304, + 26308 ], "loc": { "start": { @@ -61709,8 +61707,8 @@ } }, "range": [ - 26295, - 26312 + 26291, + 26308 ], "loc": { "start": { @@ -61729,8 +61727,8 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 26313, - 26335 + 26309, + 26331 ], "loc": { "start": { @@ -61746,8 +61744,8 @@ { "type": "ThisExpression", "range": [ - 26337, - 26341 + 26333, + 26337 ], "loc": { "start": { @@ -61764,8 +61762,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 26343, - 26349 + 26339, + 26345 ], "loc": { "start": { @@ -61780,8 +61778,8 @@ } ], "range": [ - 26295, - 26350 + 26291, + 26346 ], "loc": { "start": { @@ -61795,8 +61793,8 @@ } }, "range": [ - 26295, - 26351 + 26291, + 26347 ], "loc": { "start": { @@ -61815,8 +61813,8 @@ "type": "Identifier", "name": "fltrow", "range": [ - 26367, - 26373 + 26363, + 26369 ], "loc": { "start": { @@ -61830,8 +61828,8 @@ } }, "range": [ - 26360, - 26374 + 26356, + 26370 ], "loc": { "start": { @@ -61846,8 +61844,8 @@ } ], "range": [ - 25719, - 26380 + 25715, + 26376 ], "loc": { "start": { @@ -61863,8 +61861,8 @@ "generator": false, "expression": false, "range": [ - 25716, - 26380 + 25712, + 26376 ], "loc": { "start": { @@ -61880,8 +61878,8 @@ "kind": "method", "computed": false, "range": [ - 25699, - 26380 + 25695, + 26376 ], "loc": { "start": { @@ -61898,8 +61896,8 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 25639, - 25694 + 25635, + 25690 ], "loc": { "start": { @@ -61918,8 +61916,8 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 26386, - 26433 + 26382, + 26429 ], "loc": { "start": { @@ -61941,8 +61939,8 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 26438, - 26452 + 26434, + 26448 ], "loc": { "start": { @@ -61970,8 +61968,8 @@ "object": { "type": "ThisExpression", "range": [ - 26467, - 26471 + 26463, + 26467 ], "loc": { "start": { @@ -61988,8 +61986,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 26472, - 26479 + 26468, + 26475 ], "loc": { "start": { @@ -62003,8 +62001,8 @@ } }, "range": [ - 26467, - 26479 + 26463, + 26475 ], "loc": { "start": { @@ -62024,8 +62022,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 26494, - 26501 + 26490, + 26497 ], "loc": { "start": { @@ -62040,8 +62038,8 @@ } ], "range": [ - 26480, - 26511 + 26476, + 26507 ], "loc": { "start": { @@ -62056,8 +62054,8 @@ }, "alternate": null, "range": [ - 26464, - 26511 + 26460, + 26507 ], "loc": { "start": { @@ -62081,8 +62079,8 @@ "object": { "type": "ThisExpression", "range": [ - 26520, - 26524 + 26516, + 26520 ], "loc": { "start": { @@ -62099,8 +62097,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 26525, - 26531 + 26521, + 26527 ], "loc": { "start": { @@ -62114,8 +62112,8 @@ } }, "range": [ - 26520, - 26531 + 26516, + 26527 ], "loc": { "start": { @@ -62139,8 +62137,8 @@ "object": { "type": "ThisExpression", "range": [ - 26534, - 26538 + 26530, + 26534 ], "loc": { "start": { @@ -62157,8 +62155,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 26539, - 26545 + 26535, + 26541 ], "loc": { "start": { @@ -62172,8 +62170,8 @@ } }, "range": [ - 26534, - 26545 + 26530, + 26541 ], "loc": { "start": { @@ -62191,8 +62189,8 @@ "value": 0, "raw": "0", "range": [ - 26548, - 26549 + 26544, + 26545 ], "loc": { "start": { @@ -62206,8 +62204,8 @@ } }, "range": [ - 26534, - 26549 + 26530, + 26545 ], "loc": { "start": { @@ -62229,8 +62227,8 @@ "object": { "type": "ThisExpression", "range": [ - 26552, - 26556 + 26548, + 26552 ], "loc": { "start": { @@ -62247,8 +62245,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 26557, - 26563 + 26553, + 26559 ], "loc": { "start": { @@ -62262,8 +62260,8 @@ } }, "range": [ - 26552, - 26563 + 26548, + 26559 ], "loc": { "start": { @@ -62281,8 +62279,8 @@ "value": 1, "raw": "1", "range": [ - 26564, - 26565 + 26560, + 26561 ], "loc": { "start": { @@ -62296,8 +62294,8 @@ } }, "range": [ - 26552, - 26565 + 26548, + 26561 ], "loc": { "start": { @@ -62315,8 +62313,8 @@ "value": 0, "raw": "0", "range": [ - 26568, - 26569 + 26564, + 26565 ], "loc": { "start": { @@ -62330,8 +62328,8 @@ } }, "range": [ - 26534, - 26569 + 26530, + 26565 ], "loc": { "start": { @@ -62345,8 +62343,8 @@ } }, "range": [ - 26520, - 26569 + 26516, + 26565 ], "loc": { "start": { @@ -62360,8 +62358,8 @@ } }, "range": [ - 26520, - 26570 + 26516, + 26566 ], "loc": { "start": { @@ -62385,8 +62383,8 @@ "object": { "type": "ThisExpression", "range": [ - 26579, - 26583 + 26575, + 26579 ], "loc": { "start": { @@ -62403,8 +62401,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 26584, - 26600 + 26580, + 26596 ], "loc": { "start": { @@ -62418,8 +62416,8 @@ } }, "range": [ - 26579, - 26600 + 26575, + 26596 ], "loc": { "start": { @@ -62440,8 +62438,8 @@ "object": { "type": "ThisExpression", "range": [ - 26603, - 26607 + 26599, + 26603 ], "loc": { "start": { @@ -62458,8 +62456,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 26608, - 26617 + 26604, + 26613 ], "loc": { "start": { @@ -62473,8 +62471,8 @@ } }, "range": [ - 26603, - 26617 + 26599, + 26613 ], "loc": { "start": { @@ -62489,8 +62487,8 @@ }, "arguments": [], "range": [ - 26603, - 26619 + 26599, + 26615 ], "loc": { "start": { @@ -62504,8 +62502,8 @@ } }, "range": [ - 26579, - 26619 + 26575, + 26615 ], "loc": { "start": { @@ -62519,8 +62517,8 @@ } }, "range": [ - 26579, - 26620 + 26575, + 26616 ], "loc": { "start": { @@ -62544,8 +62542,8 @@ "object": { "type": "ThisExpression", "range": [ - 26629, - 26633 + 26625, + 26629 ], "loc": { "start": { @@ -62562,8 +62560,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 26634, - 26647 + 26630, + 26643 ], "loc": { "start": { @@ -62577,8 +62575,8 @@ } }, "range": [ - 26629, - 26647 + 26625, + 26643 ], "loc": { "start": { @@ -62597,8 +62595,8 @@ "object": { "type": "ThisExpression", "range": [ - 26650, - 26654 + 26646, + 26650 ], "loc": { "start": { @@ -62615,8 +62613,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 26655, - 26671 + 26651, + 26667 ], "loc": { "start": { @@ -62630,8 +62628,8 @@ } }, "range": [ - 26650, - 26671 + 26646, + 26667 ], "loc": { "start": { @@ -62645,8 +62643,8 @@ } }, "range": [ - 26629, - 26671 + 26625, + 26667 ], "loc": { "start": { @@ -62660,8 +62658,8 @@ } }, "range": [ - 26629, - 26672 + 26625, + 26668 ], "loc": { "start": { @@ -62685,8 +62683,8 @@ "object": { "type": "ThisExpression", "range": [ - 26681, - 26685 + 26677, + 26681 ], "loc": { "start": { @@ -62703,8 +62701,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 26686, - 26692 + 26682, + 26688 ], "loc": { "start": { @@ -62718,8 +62716,8 @@ } }, "range": [ - 26681, - 26692 + 26677, + 26688 ], "loc": { "start": { @@ -62741,8 +62739,8 @@ "object": { "type": "ThisExpression", "range": [ - 26695, - 26699 + 26691, + 26695 ], "loc": { "start": { @@ -62759,8 +62757,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 26700, - 26716 + 26696, + 26712 ], "loc": { "start": { @@ -62774,8 +62772,8 @@ } }, "range": [ - 26695, - 26716 + 26691, + 26712 ], "loc": { "start": { @@ -62794,8 +62792,8 @@ "object": { "type": "ThisExpression", "range": [ - 26719, - 26723 + 26715, + 26719 ], "loc": { "start": { @@ -62812,8 +62810,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 26724, - 26730 + 26720, + 26726 ], "loc": { "start": { @@ -62827,8 +62825,8 @@ } }, "range": [ - 26719, - 26730 + 26715, + 26726 ], "loc": { "start": { @@ -62842,8 +62840,8 @@ } }, "range": [ - 26695, - 26730 + 26691, + 26726 ], "loc": { "start": { @@ -62857,8 +62855,8 @@ } }, "range": [ - 26681, - 26730 + 26677, + 26726 ], "loc": { "start": { @@ -62872,8 +62870,8 @@ } }, "range": [ - 26681, - 26731 + 26677, + 26727 ], "loc": { "start": { @@ -62888,8 +62886,8 @@ } ], "range": [ - 26454, - 26737 + 26450, + 26733 ], "loc": { "start": { @@ -62905,8 +62903,8 @@ "generator": false, "expression": false, "range": [ - 26452, - 26737 + 26448, + 26733 ], "loc": { "start": { @@ -62922,8 +62920,8 @@ "kind": "method", "computed": false, "range": [ - 26438, - 26737 + 26434, + 26733 ], "loc": { "start": { @@ -62940,8 +62938,8 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 26386, - 26433 + 26382, + 26429 ], "loc": { "start": { @@ -62960,8 +62958,8 @@ "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": [ - 26743, - 26962 + 26739, + 26958 ], "loc": { "start": { @@ -62983,8 +62981,8 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 26967, - 26984 + 26963, + 26980 ], "loc": { "start": { @@ -63005,8 +63003,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26985, - 26993 + 26981, + 26989 ], "loc": { "start": { @@ -63023,8 +63021,8 @@ "type": "Identifier", "name": "cssClass", "range": [ - 26995, - 27003 + 26991, + 26999 ], "loc": { "start": { @@ -63041,8 +63039,8 @@ "type": "Identifier", "name": "container", "range": [ - 27005, - 27014 + 27001, + 27010 ], "loc": { "start": { @@ -63068,8 +63066,8 @@ "type": "Identifier", "name": "col", "range": [ - 27029, - 27032 + 27025, + 27028 ], "loc": { "start": { @@ -63090,8 +63088,8 @@ "object": { "type": "ThisExpression", "range": [ - 27035, - 27039 + 27031, + 27035 ], "loc": { "start": { @@ -63108,8 +63106,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 27040, - 27053 + 27036, + 27049 ], "loc": { "start": { @@ -63123,8 +63121,8 @@ } }, "range": [ - 27035, - 27053 + 27031, + 27049 ], "loc": { "start": { @@ -63142,8 +63140,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27054, - 27062 + 27050, + 27058 ], "loc": { "start": { @@ -63158,8 +63156,8 @@ } ], "range": [ - 27035, - 27063 + 27031, + 27059 ], "loc": { "start": { @@ -63173,8 +63171,8 @@ } }, "range": [ - 27029, - 27063 + 27025, + 27059 ], "loc": { "start": { @@ -63190,8 +63188,8 @@ ], "kind": "let", "range": [ - 27025, - 27064 + 27021, + 27060 ], "loc": { "start": { @@ -63213,8 +63211,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 27077, - 27093 + 27073, + 27089 ], "loc": { "start": { @@ -63235,8 +63233,8 @@ "object": { "type": "ThisExpression", "range": [ - 27096, - 27100 + 27092, + 27096 ], "loc": { "start": { @@ -63253,8 +63251,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 27101, - 27114 + 27097, + 27110 ], "loc": { "start": { @@ -63268,8 +63266,8 @@ } }, "range": [ - 27096, - 27114 + 27092, + 27110 ], "loc": { "start": { @@ -63291,8 +63289,8 @@ "object": { "type": "ThisExpression", "range": [ - 27129, - 27133 + 27125, + 27129 ], "loc": { "start": { @@ -63309,8 +63307,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 27134, - 27151 + 27130, + 27147 ], "loc": { "start": { @@ -63324,8 +63322,8 @@ } }, "range": [ - 27129, - 27151 + 27125, + 27147 ], "loc": { "start": { @@ -63342,8 +63340,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27152, - 27160 + 27148, + 27156 ], "loc": { "start": { @@ -63357,8 +63355,8 @@ } }, "range": [ - 27129, - 27161 + 27125, + 27157 ], "loc": { "start": { @@ -63376,8 +63374,8 @@ "value": null, "raw": "null", "range": [ - 27164, - 27168 + 27160, + 27164 ], "loc": { "start": { @@ -63391,8 +63389,8 @@ } }, "range": [ - 27096, - 27168 + 27092, + 27164 ], "loc": { "start": { @@ -63406,8 +63404,8 @@ } }, "range": [ - 27077, - 27168 + 27073, + 27164 ], "loc": { "start": { @@ -63423,8 +63421,8 @@ ], "kind": "let", "range": [ - 27073, - 27169 + 27069, + 27165 ], "loc": { "start": { @@ -63446,8 +63444,8 @@ "type": "Identifier", "name": "inptype", "range": [ - 27182, - 27189 + 27178, + 27185 ], "loc": { "start": { @@ -63469,8 +63467,8 @@ "type": "Identifier", "name": "col", "range": [ - 27192, - 27195 + 27188, + 27191 ], "loc": { "start": { @@ -63489,8 +63487,8 @@ "object": { "type": "ThisExpression", "range": [ - 27198, - 27202 + 27194, + 27198 ], "loc": { "start": { @@ -63507,8 +63505,8 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 27203, - 27213 + 27199, + 27209 ], "loc": { "start": { @@ -63522,8 +63520,8 @@ } }, "range": [ - 27198, - 27213 + 27194, + 27209 ], "loc": { "start": { @@ -63537,8 +63535,8 @@ } }, "range": [ - 27192, - 27213 + 27188, + 27209 ], "loc": { "start": { @@ -63556,8 +63554,8 @@ "value": "text", "raw": "'text'", "range": [ - 27216, - 27222 + 27212, + 27218 ], "loc": { "start": { @@ -63575,8 +63573,8 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 27225, - 27233 + 27221, + 27229 ], "loc": { "start": { @@ -63590,8 +63588,8 @@ } }, "range": [ - 27192, - 27233 + 27188, + 27229 ], "loc": { "start": { @@ -63605,8 +63603,8 @@ } }, "range": [ - 27182, - 27233 + 27178, + 27229 ], "loc": { "start": { @@ -63622,8 +63620,8 @@ ], "kind": "let", "range": [ - 27178, - 27234 + 27174, + 27230 ], "loc": { "start": { @@ -63645,8 +63643,8 @@ "type": "Identifier", "name": "inp", "range": [ - 27247, - 27250 + 27243, + 27246 ], "loc": { "start": { @@ -63668,8 +63666,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 27253, - 27256 + 27249, + 27252 ], "loc": { "start": { @@ -63686,8 +63684,8 @@ "type": "Identifier", "name": "create", "range": [ - 27257, - 27263 + 27253, + 27259 ], "loc": { "start": { @@ -63701,8 +63699,8 @@ } }, "range": [ - 27253, - 27263 + 27249, + 27259 ], "loc": { "start": { @@ -63722,8 +63720,8 @@ "object": { "type": "ThisExpression", "range": [ - 27264, - 27268 + 27260, + 27264 ], "loc": { "start": { @@ -63740,8 +63738,8 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 27269, - 27279 + 27265, + 27275 ], "loc": { "start": { @@ -63755,8 +63753,8 @@ } }, "range": [ - 27264, - 27279 + 27260, + 27275 ], "loc": { "start": { @@ -63777,8 +63775,8 @@ "value": "id", "raw": "'id'", "range": [ - 27294, - 27298 + 27290, + 27294 ], "loc": { "start": { @@ -63806,8 +63804,8 @@ "object": { "type": "ThisExpression", "range": [ - 27300, - 27304 + 27296, + 27300 ], "loc": { "start": { @@ -63824,8 +63822,8 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 27305, - 27312 + 27301, + 27308 ], "loc": { "start": { @@ -63839,8 +63837,8 @@ } }, "range": [ - 27300, - 27312 + 27296, + 27308 ], "loc": { "start": { @@ -63857,8 +63855,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27313, - 27321 + 27309, + 27317 ], "loc": { "start": { @@ -63872,8 +63870,8 @@ } }, "range": [ - 27300, - 27321 + 27296, + 27317 ], "loc": { "start": { @@ -63891,8 +63889,8 @@ "value": "_", "raw": "'_'", "range": [ - 27322, - 27325 + 27318, + 27321 ], "loc": { "start": { @@ -63906,8 +63904,8 @@ } }, "range": [ - 27300, - 27325 + 27296, + 27321 ], "loc": { "start": { @@ -63926,8 +63924,8 @@ "object": { "type": "ThisExpression", "range": [ - 27326, - 27330 + 27322, + 27326 ], "loc": { "start": { @@ -63944,8 +63942,8 @@ "type": "Identifier", "name": "id", "range": [ - 27331, - 27333 + 27327, + 27329 ], "loc": { "start": { @@ -63959,8 +63957,8 @@ } }, "range": [ - 27326, - 27333 + 27322, + 27329 ], "loc": { "start": { @@ -63974,8 +63972,8 @@ } }, "range": [ - 27300, - 27333 + 27296, + 27329 ], "loc": { "start": { @@ -63990,8 +63988,8 @@ } ], "range": [ - 27293, - 27334 + 27289, + 27330 ], "loc": { "start": { @@ -64012,8 +64010,8 @@ "value": "type", "raw": "'type'", "range": [ - 27349, - 27355 + 27345, + 27351 ], "loc": { "start": { @@ -64030,8 +64028,8 @@ "type": "Identifier", "name": "inptype", "range": [ - 27357, - 27364 + 27353, + 27360 ], "loc": { "start": { @@ -64046,8 +64044,8 @@ } ], "range": [ - 27348, - 27365 + 27344, + 27361 ], "loc": { "start": { @@ -64068,8 +64066,8 @@ "value": "ct", "raw": "'ct'", "range": [ - 27368, - 27372 + 27364, + 27368 ], "loc": { "start": { @@ -64086,8 +64084,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27374, - 27382 + 27370, + 27378 ], "loc": { "start": { @@ -64102,8 +64100,8 @@ } ], "range": [ - 27367, - 27383 + 27363, + 27379 ], "loc": { "start": { @@ -64118,8 +64116,8 @@ } ], "range": [ - 27253, - 27384 + 27249, + 27380 ], "loc": { "start": { @@ -64133,8 +64131,8 @@ } }, "range": [ - 27247, - 27384 + 27243, + 27380 ], "loc": { "start": { @@ -64150,8 +64148,8 @@ ], "kind": "let", "range": [ - 27243, - 27385 + 27239, + 27381 ], "loc": { "start": { @@ -64176,8 +64174,8 @@ "type": "Identifier", "name": "inptype", "range": [ - 27398, - 27405 + 27394, + 27401 ], "loc": { "start": { @@ -64195,8 +64193,8 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 27410, - 27418 + 27406, + 27414 ], "loc": { "start": { @@ -64210,8 +64208,8 @@ } }, "range": [ - 27398, - 27418 + 27394, + 27414 ], "loc": { "start": { @@ -64230,8 +64228,8 @@ "object": { "type": "ThisExpression", "range": [ - 27422, - 27426 + 27418, + 27422 ], "loc": { "start": { @@ -64248,8 +64246,8 @@ "type": "Identifier", "name": "watermark", "range": [ - 27427, - 27436 + 27423, + 27432 ], "loc": { "start": { @@ -64263,8 +64261,8 @@ } }, "range": [ - 27422, - 27436 + 27418, + 27432 ], "loc": { "start": { @@ -64278,8 +64276,8 @@ } }, "range": [ - 27398, - 27436 + 27394, + 27432 ], "loc": { "start": { @@ -64306,8 +64304,8 @@ "type": "Identifier", "name": "inp", "range": [ - 27451, - 27454 + 27447, + 27450 ], "loc": { "start": { @@ -64324,8 +64322,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 27455, - 27467 + 27451, + 27463 ], "loc": { "start": { @@ -64339,8 +64337,8 @@ } }, "range": [ - 27451, - 27467 + 27447, + 27463 ], "loc": { "start": { @@ -64359,8 +64357,8 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 27468, - 27481 + 27464, + 27477 ], "loc": { "start": { @@ -64381,8 +64379,8 @@ "object": { "type": "ThisExpression", "range": [ - 27499, - 27503 + 27495, + 27499 ], "loc": { "start": { @@ -64399,8 +64397,8 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 27504, - 27520 + 27500, + 27516 ], "loc": { "start": { @@ -64414,8 +64412,8 @@ } }, "range": [ - 27499, - 27520 + 27495, + 27516 ], "loc": { "start": { @@ -64440,8 +64438,8 @@ "object": { "type": "ThisExpression", "range": [ - 27524, - 27528 + 27520, + 27524 ], "loc": { "start": { @@ -64458,8 +64456,8 @@ "type": "Identifier", "name": "watermark", "range": [ - 27529, - 27538 + 27525, + 27534 ], "loc": { "start": { @@ -64473,8 +64471,8 @@ } }, "range": [ - 27524, - 27538 + 27520, + 27534 ], "loc": { "start": { @@ -64491,8 +64489,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 27539, - 27547 + 27535, + 27543 ], "loc": { "start": { @@ -64506,8 +64504,8 @@ } }, "range": [ - 27524, - 27548 + 27520, + 27544 ], "loc": { "start": { @@ -64525,8 +64523,8 @@ "value": "", "raw": "''", "range": [ - 27552, - 27554 + 27548, + 27550 ], "loc": { "start": { @@ -64540,8 +64538,8 @@ } }, "range": [ - 27524, - 27554 + 27520, + 27550 ], "loc": { "start": { @@ -64560,8 +64558,8 @@ "object": { "type": "ThisExpression", "range": [ - 27578, - 27582 + 27574, + 27578 ], "loc": { "start": { @@ -64578,8 +64576,8 @@ "type": "Identifier", "name": "watermark", "range": [ - 27583, - 27592 + 27579, + 27588 ], "loc": { "start": { @@ -64593,8 +64591,8 @@ } }, "range": [ - 27578, - 27592 + 27574, + 27588 ], "loc": { "start": { @@ -64608,8 +64606,8 @@ } }, "range": [ - 27499, - 27592 + 27495, + 27588 ], "loc": { "start": { @@ -64624,8 +64622,8 @@ } ], "range": [ - 27451, - 27606 + 27447, + 27602 ], "loc": { "start": { @@ -64639,8 +64637,8 @@ } }, "range": [ - 27451, - 27607 + 27447, + 27603 ], "loc": { "start": { @@ -64655,8 +64653,8 @@ } ], "range": [ - 27437, - 27617 + 27433, + 27613 ], "loc": { "start": { @@ -64671,8 +64669,8 @@ }, "alternate": null, "range": [ - 27395, - 27617 + 27391, + 27613 ], "loc": { "start": { @@ -64697,8 +64695,8 @@ "type": "Identifier", "name": "inp", "range": [ - 27626, - 27629 + 27622, + 27625 ], "loc": { "start": { @@ -64715,8 +64713,8 @@ "type": "Identifier", "name": "className", "range": [ - 27630, - 27639 + 27626, + 27635 ], "loc": { "start": { @@ -64730,8 +64728,8 @@ } }, "range": [ - 27626, - 27639 + 27622, + 27635 ], "loc": { "start": { @@ -64751,8 +64749,8 @@ "type": "Identifier", "name": "cssClass", "range": [ - 27642, - 27650 + 27638, + 27646 ], "loc": { "start": { @@ -64771,8 +64769,8 @@ "object": { "type": "ThisExpression", "range": [ - 27654, - 27658 + 27650, + 27654 ], "loc": { "start": { @@ -64789,8 +64787,8 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 27659, - 27670 + 27655, + 27666 ], "loc": { "start": { @@ -64804,8 +64802,8 @@ } }, "range": [ - 27654, - 27670 + 27650, + 27666 ], "loc": { "start": { @@ -64819,8 +64817,8 @@ } }, "range": [ - 27642, - 27670 + 27638, + 27666 ], "loc": { "start": { @@ -64834,8 +64832,8 @@ } }, "range": [ - 27626, - 27670 + 27622, + 27666 ], "loc": { "start": { @@ -64849,8 +64847,8 @@ } }, "range": [ - 27626, - 27671 + 27622, + 27667 ], "loc": { "start": { @@ -64874,8 +64872,8 @@ "type": "Identifier", "name": "Event", "range": [ - 27680, - 27685 + 27676, + 27681 ], "loc": { "start": { @@ -64892,8 +64890,8 @@ "type": "Identifier", "name": "add", "range": [ - 27686, - 27689 + 27682, + 27685 ], "loc": { "start": { @@ -64907,8 +64905,8 @@ } }, "range": [ - 27680, - 27689 + 27676, + 27685 ], "loc": { "start": { @@ -64926,8 +64924,8 @@ "type": "Identifier", "name": "inp", "range": [ - 27690, - 27693 + 27686, + 27689 ], "loc": { "start": { @@ -64945,8 +64943,8 @@ "value": "focus", "raw": "'focus'", "range": [ - 27695, - 27702 + 27691, + 27698 ], "loc": { "start": { @@ -64973,8 +64971,8 @@ "object": { "type": "ThisExpression", "range": [ - 27704, - 27708 + 27700, + 27704 ], "loc": { "start": { @@ -64991,8 +64989,8 @@ "type": "Identifier", "name": "Evt", "range": [ - 27709, - 27712 + 27705, + 27708 ], "loc": { "start": { @@ -65006,8 +65004,8 @@ } }, "range": [ - 27704, - 27712 + 27700, + 27708 ], "loc": { "start": { @@ -65024,8 +65022,8 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 27713, - 27723 + 27709, + 27719 ], "loc": { "start": { @@ -65039,8 +65037,8 @@ } }, "range": [ - 27704, - 27723 + 27700, + 27719 ], "loc": { "start": { @@ -65057,8 +65055,8 @@ "type": "Identifier", "name": "bind", "range": [ - 27724, - 27728 + 27720, + 27724 ], "loc": { "start": { @@ -65072,8 +65070,8 @@ } }, "range": [ - 27704, - 27728 + 27700, + 27724 ], "loc": { "start": { @@ -65090,8 +65088,8 @@ { "type": "ThisExpression", "range": [ - 27729, - 27733 + 27725, + 27729 ], "loc": { "start": { @@ -65106,8 +65104,8 @@ } ], "range": [ - 27704, - 27734 + 27700, + 27730 ], "loc": { "start": { @@ -65122,8 +65120,8 @@ } ], "range": [ - 27680, - 27735 + 27676, + 27731 ], "loc": { "start": { @@ -65137,8 +65135,8 @@ } }, "range": [ - 27680, - 27736 + 27676, + 27732 ], "loc": { "start": { @@ -65155,8 +65153,8 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 27746, - 27784 + 27742, + 27780 ], "loc": { "start": { @@ -65177,8 +65175,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 27796, - 27812 + 27792, + 27808 ], "loc": { "start": { @@ -65210,8 +65208,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 27827, - 27830 + 27823, + 27826 ], "loc": { "start": { @@ -65228,8 +65226,8 @@ "type": "Identifier", "name": "id", "range": [ - 27831, - 27833 + 27827, + 27829 ], "loc": { "start": { @@ -65243,8 +65241,8 @@ } }, "range": [ - 27827, - 27833 + 27823, + 27829 ], "loc": { "start": { @@ -65262,8 +65260,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 27834, - 27850 + 27830, + 27846 ], "loc": { "start": { @@ -65278,8 +65276,8 @@ } ], "range": [ - 27827, - 27851 + 27823, + 27847 ], "loc": { "start": { @@ -65296,8 +65294,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 27852, - 27863 + 27848, + 27859 ], "loc": { "start": { @@ -65311,8 +65309,8 @@ } }, "range": [ - 27827, - 27863 + 27823, + 27859 ], "loc": { "start": { @@ -65330,8 +65328,8 @@ "type": "Identifier", "name": "inp", "range": [ - 27864, - 27867 + 27860, + 27863 ], "loc": { "start": { @@ -65346,8 +65344,8 @@ } ], "range": [ - 27827, - 27868 + 27823, + 27864 ], "loc": { "start": { @@ -65361,8 +65359,8 @@ } }, "range": [ - 27827, - 27869 + 27823, + 27865 ], "loc": { "start": { @@ -65388,8 +65386,8 @@ "object": { "type": "ThisExpression", "range": [ - 27882, - 27886 + 27878, + 27882 ], "loc": { "start": { @@ -65406,8 +65404,8 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 27887, - 27901 + 27883, + 27897 ], "loc": { "start": { @@ -65421,8 +65419,8 @@ } }, "range": [ - 27882, - 27901 + 27878, + 27897 ], "loc": { "start": { @@ -65439,8 +65437,8 @@ "type": "Identifier", "name": "push", "range": [ - 27902, - 27906 + 27898, + 27902 ], "loc": { "start": { @@ -65454,8 +65452,8 @@ } }, "range": [ - 27882, - 27906 + 27878, + 27902 ], "loc": { "start": { @@ -65473,8 +65471,8 @@ "type": "Identifier", "name": "inp", "range": [ - 27907, - 27910 + 27903, + 27906 ], "loc": { "start": { @@ -65489,8 +65487,8 @@ } ], "range": [ - 27882, - 27911 + 27878, + 27907 ], "loc": { "start": { @@ -65504,8 +65502,8 @@ } }, "range": [ - 27882, - 27912 + 27878, + 27908 ], "loc": { "start": { @@ -65520,8 +65518,8 @@ } ], "range": [ - 27813, - 27922 + 27809, + 27918 ], "loc": { "start": { @@ -65548,8 +65546,8 @@ "type": "Identifier", "name": "container", "range": [ - 27942, - 27951 + 27938, + 27947 ], "loc": { "start": { @@ -65566,8 +65564,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 27952, - 27963 + 27948, + 27959 ], "loc": { "start": { @@ -65581,8 +65579,8 @@ } }, "range": [ - 27942, - 27963 + 27938, + 27959 ], "loc": { "start": { @@ -65600,8 +65598,8 @@ "type": "Identifier", "name": "inp", "range": [ - 27964, - 27967 + 27960, + 27963 ], "loc": { "start": { @@ -65616,8 +65614,8 @@ } ], "range": [ - 27942, - 27968 + 27938, + 27964 ], "loc": { "start": { @@ -65631,8 +65629,8 @@ } }, "range": [ - 27942, - 27969 + 27938, + 27965 ], "loc": { "start": { @@ -65647,8 +65645,8 @@ } ], "range": [ - 27928, - 27979 + 27924, + 27975 ], "loc": { "start": { @@ -65662,8 +65660,8 @@ } }, "range": [ - 27793, - 27979 + 27789, + 27975 ], "loc": { "start": { @@ -65680,8 +65678,8 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 27746, - 27784 + 27742, + 27780 ], "loc": { "start": { @@ -65709,8 +65707,8 @@ "object": { "type": "ThisExpression", "range": [ - 27989, - 27993 + 27985, + 27989 ], "loc": { "start": { @@ -65727,8 +65725,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 27994, - 28000 + 27990, + 27996 ], "loc": { "start": { @@ -65742,8 +65740,8 @@ } }, "range": [ - 27989, - 28000 + 27985, + 27996 ], "loc": { "start": { @@ -65760,8 +65758,8 @@ "type": "Identifier", "name": "push", "range": [ - 28001, - 28005 + 27997, + 28001 ], "loc": { "start": { @@ -65775,8 +65773,8 @@ } }, "range": [ - 27989, - 28005 + 27985, + 28001 ], "loc": { "start": { @@ -65797,8 +65795,8 @@ "type": "Identifier", "name": "inp", "range": [ - 28006, - 28009 + 28002, + 28005 ], "loc": { "start": { @@ -65815,8 +65813,8 @@ "type": "Identifier", "name": "id", "range": [ - 28010, - 28012 + 28006, + 28008 ], "loc": { "start": { @@ -65830,8 +65828,8 @@ } }, "range": [ - 28006, - 28012 + 28002, + 28008 ], "loc": { "start": { @@ -65846,8 +65844,8 @@ } ], "range": [ - 27989, - 28013 + 27985, + 28009 ], "loc": { "start": { @@ -65861,8 +65859,8 @@ } }, "range": [ - 27989, - 28014 + 27985, + 28010 ], "loc": { "start": { @@ -65886,8 +65884,8 @@ "type": "Identifier", "name": "Event", "range": [ - 28024, - 28029 + 28020, + 28025 ], "loc": { "start": { @@ -65904,8 +65902,8 @@ "type": "Identifier", "name": "add", "range": [ - 28030, - 28033 + 28026, + 28029 ], "loc": { "start": { @@ -65919,8 +65917,8 @@ } }, "range": [ - 28024, - 28033 + 28020, + 28029 ], "loc": { "start": { @@ -65938,8 +65936,8 @@ "type": "Identifier", "name": "inp", "range": [ - 28034, - 28037 + 28030, + 28033 ], "loc": { "start": { @@ -65957,8 +65955,8 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 28039, - 28049 + 28035, + 28045 ], "loc": { "start": { @@ -65985,8 +65983,8 @@ "object": { "type": "ThisExpression", "range": [ - 28051, - 28055 + 28047, + 28051 ], "loc": { "start": { @@ -66003,8 +66001,8 @@ "type": "Identifier", "name": "Evt", "range": [ - 28056, - 28059 + 28052, + 28055 ], "loc": { "start": { @@ -66018,8 +66016,8 @@ } }, "range": [ - 28051, - 28059 + 28047, + 28055 ], "loc": { "start": { @@ -66036,8 +66034,8 @@ "type": "Identifier", "name": "detectKey", "range": [ - 28060, - 28069 + 28056, + 28065 ], "loc": { "start": { @@ -66051,8 +66049,8 @@ } }, "range": [ - 28051, - 28069 + 28047, + 28065 ], "loc": { "start": { @@ -66069,8 +66067,8 @@ "type": "Identifier", "name": "bind", "range": [ - 28070, - 28074 + 28066, + 28070 ], "loc": { "start": { @@ -66084,8 +66082,8 @@ } }, "range": [ - 28051, - 28074 + 28047, + 28070 ], "loc": { "start": { @@ -66102,8 +66100,8 @@ { "type": "ThisExpression", "range": [ - 28075, - 28079 + 28071, + 28075 ], "loc": { "start": { @@ -66118,8 +66116,8 @@ } ], "range": [ - 28051, - 28080 + 28047, + 28076 ], "loc": { "start": { @@ -66134,8 +66132,8 @@ } ], "range": [ - 28024, - 28081 + 28020, + 28077 ], "loc": { "start": { @@ -66149,8 +66147,8 @@ } }, "range": [ - 28024, - 28082 + 28020, + 28078 ], "loc": { "start": { @@ -66174,8 +66172,8 @@ "type": "Identifier", "name": "Event", "range": [ - 28091, - 28096 + 28087, + 28092 ], "loc": { "start": { @@ -66192,8 +66190,8 @@ "type": "Identifier", "name": "add", "range": [ - 28097, - 28100 + 28093, + 28096 ], "loc": { "start": { @@ -66207,8 +66205,8 @@ } }, "range": [ - 28091, - 28100 + 28087, + 28096 ], "loc": { "start": { @@ -66226,8 +66224,8 @@ "type": "Identifier", "name": "inp", "range": [ - 28101, - 28104 + 28097, + 28100 ], "loc": { "start": { @@ -66245,8 +66243,8 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 28106, - 28115 + 28102, + 28111 ], "loc": { "start": { @@ -66273,8 +66271,8 @@ "object": { "type": "ThisExpression", "range": [ - 28117, - 28121 + 28113, + 28117 ], "loc": { "start": { @@ -66291,8 +66289,8 @@ "type": "Identifier", "name": "Evt", "range": [ - 28122, - 28125 + 28118, + 28121 ], "loc": { "start": { @@ -66306,8 +66304,8 @@ } }, "range": [ - 28117, - 28125 + 28113, + 28121 ], "loc": { "start": { @@ -66324,8 +66322,8 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 28126, - 28135 + 28122, + 28131 ], "loc": { "start": { @@ -66339,8 +66337,8 @@ } }, "range": [ - 28117, - 28135 + 28113, + 28131 ], "loc": { "start": { @@ -66357,8 +66355,8 @@ "type": "Identifier", "name": "bind", "range": [ - 28136, - 28140 + 28132, + 28136 ], "loc": { "start": { @@ -66372,8 +66370,8 @@ } }, "range": [ - 28117, - 28140 + 28113, + 28136 ], "loc": { "start": { @@ -66390,8 +66388,8 @@ { "type": "ThisExpression", "range": [ - 28141, - 28145 + 28137, + 28141 ], "loc": { "start": { @@ -66406,8 +66404,8 @@ } ], "range": [ - 28117, - 28146 + 28113, + 28142 ], "loc": { "start": { @@ -66422,8 +66420,8 @@ } ], "range": [ - 28091, - 28147 + 28087, + 28143 ], "loc": { "start": { @@ -66437,8 +66435,8 @@ } }, "range": [ - 28091, - 28148 + 28087, + 28144 ], "loc": { "start": { @@ -66462,8 +66460,8 @@ "type": "Identifier", "name": "Event", "range": [ - 28157, - 28162 + 28153, + 28158 ], "loc": { "start": { @@ -66480,8 +66478,8 @@ "type": "Identifier", "name": "add", "range": [ - 28163, - 28166 + 28159, + 28162 ], "loc": { "start": { @@ -66495,8 +66493,8 @@ } }, "range": [ - 28157, - 28166 + 28153, + 28162 ], "loc": { "start": { @@ -66514,8 +66512,8 @@ "type": "Identifier", "name": "inp", "range": [ - 28167, - 28170 + 28163, + 28166 ], "loc": { "start": { @@ -66533,8 +66531,8 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 28172, - 28179 + 28168, + 28175 ], "loc": { "start": { @@ -66561,8 +66559,8 @@ "object": { "type": "ThisExpression", "range": [ - 28181, - 28185 + 28177, + 28181 ], "loc": { "start": { @@ -66579,8 +66577,8 @@ "type": "Identifier", "name": "Evt", "range": [ - 28186, - 28189 + 28182, + 28185 ], "loc": { "start": { @@ -66594,8 +66592,8 @@ } }, "range": [ - 28181, - 28189 + 28177, + 28185 ], "loc": { "start": { @@ -66612,8 +66610,8 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 28190, - 28197 + 28186, + 28193 ], "loc": { "start": { @@ -66627,8 +66625,8 @@ } }, "range": [ - 28181, - 28197 + 28177, + 28193 ], "loc": { "start": { @@ -66645,8 +66643,8 @@ "type": "Identifier", "name": "bind", "range": [ - 28198, - 28202 + 28194, + 28198 ], "loc": { "start": { @@ -66660,8 +66658,8 @@ } }, "range": [ - 28181, - 28202 + 28177, + 28198 ], "loc": { "start": { @@ -66678,8 +66676,8 @@ { "type": "ThisExpression", "range": [ - 28203, - 28207 + 28199, + 28203 ], "loc": { "start": { @@ -66694,8 +66692,8 @@ } ], "range": [ - 28181, - 28208 + 28177, + 28204 ], "loc": { "start": { @@ -66710,8 +66708,8 @@ } ], "range": [ - 28157, - 28209 + 28153, + 28205 ], "loc": { "start": { @@ -66725,8 +66723,8 @@ } }, "range": [ - 28157, - 28210 + 28153, + 28206 ], "loc": { "start": { @@ -66750,8 +66748,8 @@ "type": "Identifier", "name": "Event", "range": [ - 28219, - 28224 + 28215, + 28220 ], "loc": { "start": { @@ -66768,8 +66766,8 @@ "type": "Identifier", "name": "add", "range": [ - 28225, - 28228 + 28221, + 28224 ], "loc": { "start": { @@ -66783,8 +66781,8 @@ } }, "range": [ - 28219, - 28228 + 28215, + 28224 ], "loc": { "start": { @@ -66802,8 +66800,8 @@ "type": "Identifier", "name": "inp", "range": [ - 28229, - 28232 + 28225, + 28228 ], "loc": { "start": { @@ -66821,8 +66819,8 @@ "value": "blur", "raw": "'blur'", "range": [ - 28234, - 28240 + 28230, + 28236 ], "loc": { "start": { @@ -66849,8 +66847,8 @@ "object": { "type": "ThisExpression", "range": [ - 28242, - 28246 + 28238, + 28242 ], "loc": { "start": { @@ -66867,8 +66865,8 @@ "type": "Identifier", "name": "Evt", "range": [ - 28247, - 28250 + 28243, + 28246 ], "loc": { "start": { @@ -66882,8 +66880,8 @@ } }, "range": [ - 28242, - 28250 + 28238, + 28246 ], "loc": { "start": { @@ -66900,8 +66898,8 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 28251, - 28260 + 28247, + 28256 ], "loc": { "start": { @@ -66915,8 +66913,8 @@ } }, "range": [ - 28242, - 28260 + 28238, + 28256 ], "loc": { "start": { @@ -66933,8 +66931,8 @@ "type": "Identifier", "name": "bind", "range": [ - 28261, - 28265 + 28257, + 28261 ], "loc": { "start": { @@ -66948,8 +66946,8 @@ } }, "range": [ - 28242, - 28265 + 28238, + 28261 ], "loc": { "start": { @@ -66966,8 +66964,8 @@ { "type": "ThisExpression", "range": [ - 28266, - 28270 + 28262, + 28266 ], "loc": { "start": { @@ -66982,8 +66980,8 @@ } ], "range": [ - 28242, - 28271 + 28238, + 28267 ], "loc": { "start": { @@ -66998,8 +66996,8 @@ } ], "range": [ - 28219, - 28272 + 28215, + 28268 ], "loc": { "start": { @@ -67013,8 +67011,8 @@ } }, "range": [ - 28219, - 28273 + 28215, + 28269 ], "loc": { "start": { @@ -67029,8 +67027,8 @@ } ], "range": [ - 27015, - 28279 + 27011, + 28275 ], "loc": { "start": { @@ -67046,8 +67044,8 @@ "generator": false, "expression": false, "range": [ - 26984, - 28279 + 26980, + 28275 ], "loc": { "start": { @@ -67063,8 +67061,8 @@ "kind": "method", "computed": false, "range": [ - 26967, - 28279 + 26963, + 28275 ], "loc": { "start": { @@ -67081,8 +67079,8 @@ "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": [ - 26743, - 26962 + 26739, + 26958 ], "loc": { "start": { @@ -67101,8 +67099,8 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 28285, - 28434 + 28281, + 28430 ], "loc": { "start": { @@ -67124,8 +67122,8 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 28439, - 28457 + 28435, + 28453 ], "loc": { "start": { @@ -67146,8 +67144,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 28458, - 28466 + 28454, + 28462 ], "loc": { "start": { @@ -67164,8 +67162,8 @@ "type": "Identifier", "name": "container", "range": [ - 28468, - 28477 + 28464, + 28473 ], "loc": { "start": { @@ -67191,8 +67189,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 28492, - 28508 + 28488, + 28504 ], "loc": { "start": { @@ -67213,8 +67211,8 @@ "object": { "type": "ThisExpression", "range": [ - 28511, - 28515 + 28507, + 28511 ], "loc": { "start": { @@ -67231,8 +67229,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 28516, - 28529 + 28512, + 28525 ], "loc": { "start": { @@ -67246,8 +67244,8 @@ } }, "range": [ - 28511, - 28529 + 28507, + 28525 ], "loc": { "start": { @@ -67269,8 +67267,8 @@ "object": { "type": "ThisExpression", "range": [ - 28544, - 28548 + 28540, + 28544 ], "loc": { "start": { @@ -67287,8 +67285,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 28549, - 28566 + 28545, + 28562 ], "loc": { "start": { @@ -67302,8 +67300,8 @@ } }, "range": [ - 28544, - 28566 + 28540, + 28562 ], "loc": { "start": { @@ -67320,8 +67318,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 28567, - 28575 + 28563, + 28571 ], "loc": { "start": { @@ -67335,8 +67333,8 @@ } }, "range": [ - 28544, - 28576 + 28540, + 28572 ], "loc": { "start": { @@ -67354,8 +67352,8 @@ "value": null, "raw": "null", "range": [ - 28579, - 28583 + 28575, + 28579 ], "loc": { "start": { @@ -67369,8 +67367,8 @@ } }, "range": [ - 28511, - 28583 + 28507, + 28579 ], "loc": { "start": { @@ -67384,8 +67382,8 @@ } }, "range": [ - 28492, - 28583 + 28488, + 28579 ], "loc": { "start": { @@ -67401,8 +67399,8 @@ ], "kind": "let", "range": [ - 28488, - 28584 + 28484, + 28580 ], "loc": { "start": { @@ -67424,8 +67422,8 @@ "type": "Identifier", "name": "btn", "range": [ - 28597, - 28600 + 28593, + 28596 ], "loc": { "start": { @@ -67447,8 +67445,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 28603, - 28606 + 28599, + 28602 ], "loc": { "start": { @@ -67465,8 +67463,8 @@ "type": "Identifier", "name": "create", "range": [ - 28607, - 28613 + 28603, + 28609 ], "loc": { "start": { @@ -67480,8 +67478,8 @@ } }, "range": [ - 28603, - 28613 + 28599, + 28609 ], "loc": { "start": { @@ -67501,8 +67499,8 @@ "object": { "type": "ThisExpression", "range": [ - 28614, - 28618 + 28610, + 28614 ], "loc": { "start": { @@ -67519,8 +67517,8 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 28619, - 28629 + 28615, + 28625 ], "loc": { "start": { @@ -67534,8 +67532,8 @@ } }, "range": [ - 28614, - 28629 + 28610, + 28625 ], "loc": { "start": { @@ -67556,8 +67554,8 @@ "value": "id", "raw": "'id'", "range": [ - 28644, - 28648 + 28640, + 28644 ], "loc": { "start": { @@ -67585,8 +67583,8 @@ "object": { "type": "ThisExpression", "range": [ - 28650, - 28654 + 28646, + 28650 ], "loc": { "start": { @@ -67603,8 +67601,8 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 28655, - 28668 + 28651, + 28664 ], "loc": { "start": { @@ -67618,8 +67616,8 @@ } }, "range": [ - 28650, - 28668 + 28646, + 28664 ], "loc": { "start": { @@ -67636,8 +67634,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 28669, - 28677 + 28665, + 28673 ], "loc": { "start": { @@ -67651,8 +67649,8 @@ } }, "range": [ - 28650, - 28677 + 28646, + 28673 ], "loc": { "start": { @@ -67670,8 +67668,8 @@ "value": "_", "raw": "'_'", "range": [ - 28678, - 28681 + 28674, + 28677 ], "loc": { "start": { @@ -67685,8 +67683,8 @@ } }, "range": [ - 28650, - 28681 + 28646, + 28677 ], "loc": { "start": { @@ -67705,8 +67703,8 @@ "object": { "type": "ThisExpression", "range": [ - 28682, - 28686 + 28678, + 28682 ], "loc": { "start": { @@ -67723,8 +67721,8 @@ "type": "Identifier", "name": "id", "range": [ - 28687, - 28689 + 28683, + 28685 ], "loc": { "start": { @@ -67738,8 +67736,8 @@ } }, "range": [ - 28682, - 28689 + 28678, + 28685 ], "loc": { "start": { @@ -67753,8 +67751,8 @@ } }, "range": [ - 28650, - 28689 + 28646, + 28685 ], "loc": { "start": { @@ -67769,8 +67767,8 @@ } ], "range": [ - 28643, - 28690 + 28639, + 28686 ], "loc": { "start": { @@ -67791,8 +67789,8 @@ "value": "type", "raw": "'type'", "range": [ - 28705, - 28711 + 28701, + 28707 ], "loc": { "start": { @@ -67810,8 +67808,8 @@ "value": "button", "raw": "'button'", "range": [ - 28713, - 28721 + 28709, + 28717 ], "loc": { "start": { @@ -67826,8 +67824,8 @@ } ], "range": [ - 28704, - 28722 + 28700, + 28718 ], "loc": { "start": { @@ -67848,8 +67846,8 @@ "value": "value", "raw": "'value'", "range": [ - 28725, - 28732 + 28721, + 28728 ], "loc": { "start": { @@ -67868,8 +67866,8 @@ "object": { "type": "ThisExpression", "range": [ - 28734, - 28738 + 28730, + 28734 ], "loc": { "start": { @@ -67886,8 +67884,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 28739, - 28746 + 28735, + 28742 ], "loc": { "start": { @@ -67901,8 +67899,8 @@ } }, "range": [ - 28734, - 28746 + 28730, + 28742 ], "loc": { "start": { @@ -67917,8 +67915,8 @@ } ], "range": [ - 28724, - 28747 + 28720, + 28743 ], "loc": { "start": { @@ -67933,8 +67931,8 @@ } ], "range": [ - 28603, - 28748 + 28599, + 28744 ], "loc": { "start": { @@ -67948,8 +67946,8 @@ } }, "range": [ - 28597, - 28748 + 28593, + 28744 ], "loc": { "start": { @@ -67965,8 +67963,8 @@ ], "kind": "let", "range": [ - 28593, - 28749 + 28589, + 28745 ], "loc": { "start": { @@ -67991,8 +67989,8 @@ "type": "Identifier", "name": "btn", "range": [ - 28758, - 28761 + 28754, + 28757 ], "loc": { "start": { @@ -68009,8 +68007,8 @@ "type": "Identifier", "name": "className", "range": [ - 28762, - 28771 + 28758, + 28767 ], "loc": { "start": { @@ -68024,8 +68022,8 @@ } }, "range": [ - 28758, - 28771 + 28754, + 28767 ], "loc": { "start": { @@ -68044,8 +68042,8 @@ "object": { "type": "ThisExpression", "range": [ - 28774, - 28778 + 28770, + 28774 ], "loc": { "start": { @@ -68062,8 +68060,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 28779, - 28790 + 28775, + 28786 ], "loc": { "start": { @@ -68077,8 +68075,8 @@ } }, "range": [ - 28774, - 28790 + 28770, + 28786 ], "loc": { "start": { @@ -68092,8 +68090,8 @@ } }, "range": [ - 28758, - 28790 + 28754, + 28786 ], "loc": { "start": { @@ -68107,8 +68105,8 @@ } }, "range": [ - 28758, - 28791 + 28754, + 28787 ], "loc": { "start": { @@ -68125,8 +68123,8 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 28801, - 28839 + 28797, + 28835 ], "loc": { "start": { @@ -68147,8 +68145,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 28851, - 28867 + 28847, + 28863 ], "loc": { "start": { @@ -68180,8 +68178,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 28882, - 28885 + 28878, + 28881 ], "loc": { "start": { @@ -68198,8 +68196,8 @@ "type": "Identifier", "name": "id", "range": [ - 28886, - 28888 + 28882, + 28884 ], "loc": { "start": { @@ -68213,8 +68211,8 @@ } }, "range": [ - 28882, - 28888 + 28878, + 28884 ], "loc": { "start": { @@ -68232,8 +68230,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 28889, - 28905 + 28885, + 28901 ], "loc": { "start": { @@ -68248,8 +68246,8 @@ } ], "range": [ - 28882, - 28906 + 28878, + 28902 ], "loc": { "start": { @@ -68266,8 +68264,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 28907, - 28918 + 28903, + 28914 ], "loc": { "start": { @@ -68281,8 +68279,8 @@ } }, "range": [ - 28882, - 28918 + 28878, + 28914 ], "loc": { "start": { @@ -68300,8 +68298,8 @@ "type": "Identifier", "name": "btn", "range": [ - 28919, - 28922 + 28915, + 28918 ], "loc": { "start": { @@ -68316,8 +68314,8 @@ } ], "range": [ - 28882, - 28923 + 28878, + 28919 ], "loc": { "start": { @@ -68331,8 +68329,8 @@ } }, "range": [ - 28882, - 28924 + 28878, + 28920 ], "loc": { "start": { @@ -68347,8 +68345,8 @@ } ], "range": [ - 28868, - 28934 + 28864, + 28930 ], "loc": { "start": { @@ -68375,8 +68373,8 @@ "type": "Identifier", "name": "container", "range": [ - 28953, - 28962 + 28949, + 28958 ], "loc": { "start": { @@ -68393,8 +68391,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 28963, - 28974 + 28959, + 28970 ], "loc": { "start": { @@ -68408,8 +68406,8 @@ } }, "range": [ - 28953, - 28974 + 28949, + 28970 ], "loc": { "start": { @@ -68427,8 +68425,8 @@ "type": "Identifier", "name": "btn", "range": [ - 28975, - 28978 + 28971, + 28974 ], "loc": { "start": { @@ -68443,8 +68441,8 @@ } ], "range": [ - 28953, - 28979 + 28949, + 28975 ], "loc": { "start": { @@ -68458,8 +68456,8 @@ } }, "range": [ - 28953, - 28980 + 28949, + 28976 ], "loc": { "start": { @@ -68474,8 +68472,8 @@ } ], "range": [ - 28939, - 28990 + 28935, + 28986 ], "loc": { "start": { @@ -68489,8 +68487,8 @@ } }, "range": [ - 28848, - 28990 + 28844, + 28986 ], "loc": { "start": { @@ -68507,8 +68505,8 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 28801, - 28839 + 28797, + 28835 ], "loc": { "start": { @@ -68534,8 +68532,8 @@ "type": "Identifier", "name": "Event", "range": [ - 29000, - 29005 + 28996, + 29001 ], "loc": { "start": { @@ -68552,8 +68550,8 @@ "type": "Identifier", "name": "add", "range": [ - 29006, - 29009 + 29002, + 29005 ], "loc": { "start": { @@ -68567,8 +68565,8 @@ } }, "range": [ - 29000, - 29009 + 28996, + 29005 ], "loc": { "start": { @@ -68586,8 +68584,8 @@ "type": "Identifier", "name": "btn", "range": [ - 29010, - 29013 + 29006, + 29009 ], "loc": { "start": { @@ -68605,8 +68603,8 @@ "value": "click", "raw": "'click'", "range": [ - 29015, - 29022 + 29011, + 29018 ], "loc": { "start": { @@ -68631,8 +68629,8 @@ "object": { "type": "ThisExpression", "range": [ - 29029, - 29033 + 29025, + 29029 ], "loc": { "start": { @@ -68649,8 +68647,8 @@ "type": "Identifier", "name": "filter", "range": [ - 29034, - 29040 + 29030, + 29036 ], "loc": { "start": { @@ -68664,8 +68662,8 @@ } }, "range": [ - 29029, - 29040 + 29025, + 29036 ], "loc": { "start": { @@ -68680,8 +68678,8 @@ }, "arguments": [], "range": [ - 29029, - 29042 + 29025, + 29038 ], "loc": { "start": { @@ -68697,8 +68695,8 @@ "generator": false, "expression": true, "range": [ - 29024, - 29042 + 29020, + 29038 ], "loc": { "start": { @@ -68713,8 +68711,8 @@ } ], "range": [ - 29000, - 29043 + 28996, + 29039 ], "loc": { "start": { @@ -68728,8 +68726,8 @@ } }, "range": [ - 29000, - 29044 + 28996, + 29040 ], "loc": { "start": { @@ -68744,8 +68742,8 @@ } ], "range": [ - 28478, - 29050 + 28474, + 29046 ], "loc": { "start": { @@ -68761,8 +68759,8 @@ "generator": false, "expression": false, "range": [ - 28457, - 29050 + 28453, + 29046 ], "loc": { "start": { @@ -68778,8 +68776,8 @@ "kind": "method", "computed": false, "range": [ - 28439, - 29050 + 28435, + 29046 ], "loc": { "start": { @@ -68796,8 +68794,8 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 28285, - 28434 + 28281, + 28430 ], "loc": { "start": { @@ -68816,8 +68814,8 @@ "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": [ - 29056, - 29190 + 29052, + 29186 ], "loc": { "start": { @@ -68839,8 +68837,8 @@ "type": "Identifier", "name": "feature", "range": [ - 29195, - 29202 + 29191, + 29198 ], "loc": { "start": { @@ -68861,8 +68859,8 @@ "type": "Identifier", "name": "name", "range": [ - 29203, - 29207 + 29199, + 29203 ], "loc": { "start": { @@ -68890,8 +68888,8 @@ "object": { "type": "ThisExpression", "range": [ - 29225, - 29229 + 29221, + 29225 ], "loc": { "start": { @@ -68908,8 +68906,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 29230, - 29233 + 29226, + 29229 ], "loc": { "start": { @@ -68923,8 +68921,8 @@ } }, "range": [ - 29225, - 29233 + 29221, + 29229 ], "loc": { "start": { @@ -68941,8 +68939,8 @@ "type": "Identifier", "name": "name", "range": [ - 29234, - 29238 + 29230, + 29234 ], "loc": { "start": { @@ -68956,8 +68954,8 @@ } }, "range": [ - 29225, - 29239 + 29221, + 29235 ], "loc": { "start": { @@ -68971,8 +68969,8 @@ } }, "range": [ - 29218, - 29240 + 29214, + 29236 ], "loc": { "start": { @@ -68987,8 +68985,8 @@ } ], "range": [ - 29208, - 29246 + 29204, + 29242 ], "loc": { "start": { @@ -69004,8 +69002,8 @@ "generator": false, "expression": false, "range": [ - 29202, - 29246 + 29198, + 29242 ], "loc": { "start": { @@ -69021,8 +69019,8 @@ "kind": "method", "computed": false, "range": [ - 29195, - 29246 + 29191, + 29242 ], "loc": { "start": { @@ -69039,8 +69037,8 @@ "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": [ - 29056, - 29190 + 29052, + 29186 ], "loc": { "start": { @@ -69059,8 +69057,8 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 29252, - 29336 + 29248, + 29332 ], "loc": { "start": { @@ -69082,8 +69080,8 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 29341, - 29355 + 29337, + 29351 ], "loc": { "start": { @@ -69112,8 +69110,8 @@ "type": "Identifier", "name": "exts", "range": [ - 29371, - 29375 + 29367, + 29371 ], "loc": { "start": { @@ -69132,8 +69130,8 @@ "object": { "type": "ThisExpression", "range": [ - 29378, - 29382 + 29374, + 29378 ], "loc": { "start": { @@ -69150,8 +69148,8 @@ "type": "Identifier", "name": "extensions", "range": [ - 29383, - 29393 + 29379, + 29389 ], "loc": { "start": { @@ -69165,8 +69163,8 @@ } }, "range": [ - 29378, - 29393 + 29374, + 29389 ], "loc": { "start": { @@ -69180,8 +69178,8 @@ } }, "range": [ - 29371, - 29393 + 29367, + 29389 ], "loc": { "start": { @@ -69197,8 +69195,8 @@ ], "kind": "let", "range": [ - 29367, - 29394 + 29363, + 29390 ], "loc": { "start": { @@ -69215,8 +69213,8 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 29403, - 29456 + 29399, + 29452 ], "loc": { "start": { @@ -69240,8 +69238,8 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 29465, - 29488 + 29461, + 29484 ], "loc": { "start": { @@ -69260,8 +69258,8 @@ "object": { "type": "ThisExpression", "range": [ - 29491, - 29495 + 29487, + 29491 ], "loc": { "start": { @@ -69278,8 +69276,8 @@ "type": "Identifier", "name": "basePath", "range": [ - 29496, - 29504 + 29492, + 29500 ], "loc": { "start": { @@ -69293,8 +69291,8 @@ } }, "range": [ - 29491, - 29504 + 29487, + 29500 ], "loc": { "start": { @@ -69308,8 +69306,8 @@ } }, "range": [ - 29465, - 29504 + 29461, + 29500 ], "loc": { "start": { @@ -69323,8 +69321,8 @@ } }, "range": [ - 29465, - 29505 + 29461, + 29501 ], "loc": { "start": { @@ -69341,8 +69339,8 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 29403, - 29456 + 29399, + 29452 ], "loc": { "start": { @@ -69370,8 +69368,8 @@ "object": { "type": "ThisExpression", "range": [ - 29515, - 29519 + 29511, + 29515 ], "loc": { "start": { @@ -69388,8 +69386,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 29520, - 29527 + 29516, + 29523 ], "loc": { "start": { @@ -69403,8 +69401,8 @@ } }, "range": [ - 29515, - 29527 + 29511, + 29523 ], "loc": { "start": { @@ -69421,8 +69419,8 @@ "type": "Identifier", "name": "emit", "range": [ - 29528, - 29532 + 29524, + 29528 ], "loc": { "start": { @@ -69436,8 +69434,8 @@ } }, "range": [ - 29515, - 29532 + 29511, + 29528 ], "loc": { "start": { @@ -69456,8 +69454,8 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 29533, - 29560 + 29529, + 29556 ], "loc": { "start": { @@ -69473,8 +69471,8 @@ { "type": "ThisExpression", "range": [ - 29562, - 29566 + 29558, + 29562 ], "loc": { "start": { @@ -69489,8 +69487,8 @@ } ], "range": [ - 29515, - 29567 + 29511, + 29563 ], "loc": { "start": { @@ -69504,8 +69502,8 @@ } }, "range": [ - 29515, - 29568 + 29511, + 29564 ], "loc": { "start": { @@ -69529,8 +69527,8 @@ "type": "Identifier", "name": "i", "range": [ - 29585, - 29586 + 29581, + 29582 ], "loc": { "start": { @@ -69548,8 +69546,8 @@ "value": 0, "raw": "0", "range": [ - 29587, - 29588 + 29583, + 29584 ], "loc": { "start": { @@ -69563,8 +69561,8 @@ } }, "range": [ - 29585, - 29588 + 29581, + 29584 ], "loc": { "start": { @@ -69583,8 +69581,8 @@ "type": "Identifier", "name": "len", "range": [ - 29590, - 29593 + 29586, + 29589 ], "loc": { "start": { @@ -69604,8 +69602,8 @@ "type": "Identifier", "name": "exts", "range": [ - 29594, - 29598 + 29590, + 29594 ], "loc": { "start": { @@ -69622,8 +69620,8 @@ "type": "Identifier", "name": "length", "range": [ - 29599, - 29605 + 29595, + 29601 ], "loc": { "start": { @@ -69637,8 +69635,8 @@ } }, "range": [ - 29594, - 29605 + 29590, + 29601 ], "loc": { "start": { @@ -69652,8 +69650,8 @@ } }, "range": [ - 29590, - 29605 + 29586, + 29601 ], "loc": { "start": { @@ -69669,8 +69667,8 @@ ], "kind": "let", "range": [ - 29581, - 29605 + 29577, + 29601 ], "loc": { "start": { @@ -69690,8 +69688,8 @@ "type": "Identifier", "name": "i", "range": [ - 29607, - 29608 + 29603, + 29604 ], "loc": { "start": { @@ -69708,8 +69706,8 @@ "type": "Identifier", "name": "len", "range": [ - 29609, - 29612 + 29605, + 29608 ], "loc": { "start": { @@ -69723,8 +69721,8 @@ } }, "range": [ - 29607, - 29612 + 29603, + 29608 ], "loc": { "start": { @@ -69744,8 +69742,8 @@ "type": "Identifier", "name": "i", "range": [ - 29614, - 29615 + 29610, + 29611 ], "loc": { "start": { @@ -69760,8 +69758,8 @@ }, "prefix": false, "range": [ - 29614, - 29617 + 29610, + 29613 ], "loc": { "start": { @@ -69786,8 +69784,8 @@ "type": "Identifier", "name": "ext", "range": [ - 29636, - 29639 + 29632, + 29635 ], "loc": { "start": { @@ -69807,8 +69805,8 @@ "type": "Identifier", "name": "exts", "range": [ - 29642, - 29646 + 29638, + 29642 ], "loc": { "start": { @@ -69825,8 +69823,8 @@ "type": "Identifier", "name": "i", "range": [ - 29647, - 29648 + 29643, + 29644 ], "loc": { "start": { @@ -69840,8 +69838,8 @@ } }, "range": [ - 29642, - 29649 + 29638, + 29645 ], "loc": { "start": { @@ -69855,8 +69853,8 @@ } }, "range": [ - 29636, - 29649 + 29632, + 29645 ], "loc": { "start": { @@ -69872,8 +69870,8 @@ ], "kind": "let", "range": [ - 29632, - 29650 + 29628, + 29646 ], "loc": { "start": { @@ -69900,8 +69898,8 @@ "object": { "type": "ThisExpression", "range": [ - 29667, - 29671 + 29663, + 29667 ], "loc": { "start": { @@ -69918,8 +69916,8 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 29672, - 29683 + 29668, + 29679 ], "loc": { "start": { @@ -69933,8 +69931,8 @@ } }, "range": [ - 29667, - 29683 + 29663, + 29679 ], "loc": { "start": { @@ -69954,8 +69952,8 @@ "type": "Identifier", "name": "ext", "range": [ - 29684, - 29687 + 29680, + 29683 ], "loc": { "start": { @@ -69972,8 +69970,8 @@ "type": "Identifier", "name": "name", "range": [ - 29688, - 29692 + 29684, + 29688 ], "loc": { "start": { @@ -69987,8 +69985,8 @@ } }, "range": [ - 29684, - 29692 + 29680, + 29688 ], "loc": { "start": { @@ -70002,8 +70000,8 @@ } }, "range": [ - 29667, - 29693 + 29663, + 29689 ], "loc": { "start": { @@ -70018,8 +70016,8 @@ }, "prefix": true, "range": [ - 29666, - 29693 + 29662, + 29689 ], "loc": { "start": { @@ -70045,8 +70043,8 @@ "object": { "type": "ThisExpression", "range": [ - 29712, - 29716 + 29708, + 29712 ], "loc": { "start": { @@ -70063,8 +70061,8 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 29717, - 29730 + 29713, + 29726 ], "loc": { "start": { @@ -70078,8 +70076,8 @@ } }, "range": [ - 29712, - 29730 + 29708, + 29726 ], "loc": { "start": { @@ -70097,8 +70095,8 @@ "type": "Identifier", "name": "ext", "range": [ - 29731, - 29734 + 29727, + 29730 ], "loc": { "start": { @@ -70113,8 +70111,8 @@ } ], "range": [ - 29712, - 29735 + 29708, + 29731 ], "loc": { "start": { @@ -70128,8 +70126,8 @@ } }, "range": [ - 29712, - 29736 + 29708, + 29732 ], "loc": { "start": { @@ -70144,8 +70142,8 @@ } ], "range": [ - 29694, - 29750 + 29690, + 29746 ], "loc": { "start": { @@ -70160,8 +70158,8 @@ }, "alternate": null, "range": [ - 29663, - 29750 + 29659, + 29746 ], "loc": { "start": { @@ -70176,8 +70174,8 @@ } ], "range": [ - 29618, - 29760 + 29614, + 29756 ], "loc": { "start": { @@ -70191,8 +70189,8 @@ } }, "range": [ - 29577, - 29760 + 29573, + 29756 ], "loc": { "start": { @@ -70218,8 +70216,8 @@ "object": { "type": "ThisExpression", "range": [ - 29769, - 29773 + 29765, + 29769 ], "loc": { "start": { @@ -70236,8 +70234,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 29774, - 29781 + 29770, + 29777 ], "loc": { "start": { @@ -70251,8 +70249,8 @@ } }, "range": [ - 29769, - 29781 + 29765, + 29777 ], "loc": { "start": { @@ -70269,8 +70267,8 @@ "type": "Identifier", "name": "emit", "range": [ - 29782, - 29786 + 29778, + 29782 ], "loc": { "start": { @@ -70284,8 +70282,8 @@ } }, "range": [ - 29769, - 29786 + 29765, + 29782 ], "loc": { "start": { @@ -70304,8 +70302,8 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 29787, - 29813 + 29783, + 29809 ], "loc": { "start": { @@ -70321,8 +70319,8 @@ { "type": "ThisExpression", "range": [ - 29815, - 29819 + 29811, + 29815 ], "loc": { "start": { @@ -70337,8 +70335,8 @@ } ], "range": [ - 29769, - 29820 + 29765, + 29816 ], "loc": { "start": { @@ -70352,8 +70350,8 @@ } }, "range": [ - 29769, - 29821 + 29765, + 29817 ], "loc": { "start": { @@ -70368,8 +70366,8 @@ } ], "range": [ - 29357, - 29827 + 29353, + 29823 ], "loc": { "start": { @@ -70385,8 +70383,8 @@ "generator": false, "expression": false, "range": [ - 29355, - 29827 + 29351, + 29823 ], "loc": { "start": { @@ -70402,8 +70400,8 @@ "kind": "method", "computed": false, "range": [ - 29341, - 29827 + 29337, + 29823 ], "loc": { "start": { @@ -70420,8 +70418,8 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 29252, - 29336 + 29248, + 29332 ], "loc": { "start": { @@ -70440,8 +70438,8 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 29833, - 29928 + 29829, + 29924 ], "loc": { "start": { @@ -70463,8 +70461,8 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 29933, - 29946 + 29929, + 29942 ], "loc": { "start": { @@ -70485,8 +70483,8 @@ "type": "Identifier", "name": "ext", "range": [ - 29947, - 29950 + 29943, + 29946 ], "loc": { "start": { @@ -70515,8 +70513,8 @@ "type": "Identifier", "name": "ext", "range": [ - 29965, - 29968 + 29961, + 29964 ], "loc": { "start": { @@ -70531,8 +70529,8 @@ }, "prefix": true, "range": [ - 29964, - 29968 + 29960, + 29964 ], "loc": { "start": { @@ -70555,8 +70553,8 @@ "type": "Identifier", "name": "ext", "range": [ - 29973, - 29976 + 29969, + 29972 ], "loc": { "start": { @@ -70573,8 +70571,8 @@ "type": "Identifier", "name": "name", "range": [ - 29977, - 29981 + 29973, + 29977 ], "loc": { "start": { @@ -70588,8 +70586,8 @@ } }, "range": [ - 29973, - 29981 + 29969, + 29977 ], "loc": { "start": { @@ -70604,8 +70602,8 @@ }, "prefix": true, "range": [ - 29972, - 29981 + 29968, + 29977 ], "loc": { "start": { @@ -70619,8 +70617,8 @@ } }, "range": [ - 29964, - 29981 + 29960, + 29977 ], "loc": { "start": { @@ -70640,8 +70638,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 29996, - 30003 + 29992, + 29999 ], "loc": { "start": { @@ -70656,8 +70654,8 @@ } ], "range": [ - 29982, - 30013 + 29978, + 30009 ], "loc": { "start": { @@ -70672,8 +70670,8 @@ }, "alternate": null, "range": [ - 29961, - 30013 + 29957, + 30009 ], "loc": { "start": { @@ -70695,8 +70693,8 @@ "type": "Identifier", "name": "name", "range": [ - 30027, - 30031 + 30023, + 30027 ], "loc": { "start": { @@ -70716,8 +70714,8 @@ "type": "Identifier", "name": "ext", "range": [ - 30034, - 30037 + 30030, + 30033 ], "loc": { "start": { @@ -70734,8 +70732,8 @@ "type": "Identifier", "name": "name", "range": [ - 30038, - 30042 + 30034, + 30038 ], "loc": { "start": { @@ -70749,8 +70747,8 @@ } }, "range": [ - 30034, - 30042 + 30030, + 30038 ], "loc": { "start": { @@ -70764,8 +70762,8 @@ } }, "range": [ - 30027, - 30042 + 30023, + 30038 ], "loc": { "start": { @@ -70781,8 +70779,8 @@ ], "kind": "let", "range": [ - 30023, - 30043 + 30019, + 30039 ], "loc": { "start": { @@ -70804,8 +70802,8 @@ "type": "Identifier", "name": "path", "range": [ - 30056, - 30060 + 30052, + 30056 ], "loc": { "start": { @@ -70825,8 +70823,8 @@ "type": "Identifier", "name": "ext", "range": [ - 30063, - 30066 + 30059, + 30062 ], "loc": { "start": { @@ -70843,8 +70841,8 @@ "type": "Identifier", "name": "path", "range": [ - 30067, - 30071 + 30063, + 30067 ], "loc": { "start": { @@ -70858,8 +70856,8 @@ } }, "range": [ - 30063, - 30071 + 30059, + 30067 ], "loc": { "start": { @@ -70873,8 +70871,8 @@ } }, "range": [ - 30056, - 30071 + 30052, + 30067 ], "loc": { "start": { @@ -70890,8 +70888,8 @@ ], "kind": "let", "range": [ - 30052, - 30072 + 30048, + 30068 ], "loc": { "start": { @@ -70913,8 +70911,8 @@ "type": "Identifier", "name": "modulePath", "range": [ - 30085, - 30095 + 30081, + 30091 ], "loc": { "start": { @@ -70929,8 +70927,8 @@ }, "init": null, "range": [ - 30085, - 30095 + 30081, + 30091 ], "loc": { "start": { @@ -70946,8 +70944,8 @@ ], "kind": "let", "range": [ - 30081, - 30096 + 30077, + 30092 ], "loc": { "start": { @@ -70969,8 +70967,8 @@ "type": "Identifier", "name": "name", "range": [ - 30109, - 30113 + 30105, + 30109 ], "loc": { "start": { @@ -70987,8 +70985,8 @@ "type": "Identifier", "name": "path", "range": [ - 30117, - 30121 + 30113, + 30117 ], "loc": { "start": { @@ -71002,8 +71000,8 @@ } }, "range": [ - 30109, - 30121 + 30105, + 30117 ], "loc": { "start": { @@ -71028,8 +71026,8 @@ "type": "Identifier", "name": "modulePath", "range": [ - 30136, - 30146 + 30132, + 30142 ], "loc": { "start": { @@ -71052,8 +71050,8 @@ "type": "Identifier", "name": "ext", "range": [ - 30149, - 30152 + 30145, + 30148 ], "loc": { "start": { @@ -71070,8 +71068,8 @@ "type": "Identifier", "name": "path", "range": [ - 30153, - 30157 + 30149, + 30153 ], "loc": { "start": { @@ -71085,8 +71083,8 @@ } }, "range": [ - 30149, - 30157 + 30145, + 30153 ], "loc": { "start": { @@ -71103,8 +71101,8 @@ "type": "Identifier", "name": "name", "range": [ - 30160, - 30164 + 30156, + 30160 ], "loc": { "start": { @@ -71118,8 +71116,8 @@ } }, "range": [ - 30149, - 30164 + 30145, + 30160 ], "loc": { "start": { @@ -71133,8 +71131,8 @@ } }, "range": [ - 30136, - 30164 + 30132, + 30160 ], "loc": { "start": { @@ -71148,8 +71146,8 @@ } }, "range": [ - 30136, - 30165 + 30132, + 30161 ], "loc": { "start": { @@ -71164,8 +71162,8 @@ } ], "range": [ - 30122, - 30175 + 30118, + 30171 ], "loc": { "start": { @@ -71190,8 +71188,8 @@ "type": "Identifier", "name": "name", "range": [ - 30195, - 30199 + 30191, + 30195 ], "loc": { "start": { @@ -71213,8 +71211,8 @@ "type": "Identifier", "name": "name", "range": [ - 30202, - 30206 + 30198, + 30202 ], "loc": { "start": { @@ -71231,8 +71229,8 @@ "type": "Identifier", "name": "replace", "range": [ - 30207, - 30214 + 30203, + 30210 ], "loc": { "start": { @@ -71246,8 +71244,8 @@ } }, "range": [ - 30202, - 30214 + 30198, + 30210 ], "loc": { "start": { @@ -71266,8 +71264,8 @@ "value": ".js", "raw": "'.js'", "range": [ - 30215, - 30220 + 30211, + 30216 ], "loc": { "start": { @@ -71285,8 +71283,8 @@ "value": "", "raw": "''", "range": [ - 30222, - 30224 + 30218, + 30220 ], "loc": { "start": { @@ -71301,8 +71299,8 @@ } ], "range": [ - 30202, - 30225 + 30198, + 30221 ], "loc": { "start": { @@ -71316,8 +71314,8 @@ } }, "range": [ - 30195, - 30225 + 30191, + 30221 ], "loc": { "start": { @@ -71331,8 +71329,8 @@ } }, "range": [ - 30195, - 30226 + 30191, + 30222 ], "loc": { "start": { @@ -71354,8 +71352,8 @@ "type": "Identifier", "name": "modulePath", "range": [ - 30239, - 30249 + 30235, + 30245 ], "loc": { "start": { @@ -71378,8 +71376,8 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 30252, - 30270 + 30248, + 30266 ], "loc": { "start": { @@ -71396,8 +71394,8 @@ "type": "Identifier", "name": "replace", "range": [ - 30271, - 30278 + 30267, + 30274 ], "loc": { "start": { @@ -71411,8 +71409,8 @@ } }, "range": [ - 30252, - 30278 + 30248, + 30274 ], "loc": { "start": { @@ -71435,8 +71433,8 @@ "flags": "g" }, "range": [ - 30279, - 30284 + 30275, + 30280 ], "loc": { "start": { @@ -71453,8 +71451,8 @@ "type": "Identifier", "name": "name", "range": [ - 30286, - 30290 + 30282, + 30286 ], "loc": { "start": { @@ -71469,8 +71467,8 @@ } ], "range": [ - 30252, - 30291 + 30248, + 30287 ], "loc": { "start": { @@ -71484,8 +71482,8 @@ } }, "range": [ - 30239, - 30291 + 30235, + 30287 ], "loc": { "start": { @@ -71499,8 +71497,8 @@ } }, "range": [ - 30239, - 30292 + 30235, + 30288 ], "loc": { "start": { @@ -71515,8 +71513,8 @@ } ], "range": [ - 30181, - 30302 + 30177, + 30298 ], "loc": { "start": { @@ -71530,8 +71528,8 @@ } }, "range": [ - 30106, - 30302 + 30102, + 30298 ], "loc": { "start": { @@ -71548,8 +71546,8 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 30312, - 30342 + 30308, + 30338 ], "loc": { "start": { @@ -71572,8 +71570,8 @@ "type": "Identifier", "name": "require", "range": [ - 30351, - 30358 + 30347, + 30354 ], "loc": { "start": { @@ -71598,8 +71596,8 @@ "value": "./", "raw": "'./'", "range": [ - 30360, - 30364 + 30356, + 30360 ], "loc": { "start": { @@ -71616,8 +71614,8 @@ "type": "Identifier", "name": "modulePath", "range": [ - 30367, - 30377 + 30363, + 30373 ], "loc": { "start": { @@ -71631,8 +71629,8 @@ } }, "range": [ - 30360, - 30377 + 30356, + 30373 ], "loc": { "start": { @@ -71647,8 +71645,8 @@ } ], "range": [ - 30359, - 30378 + 30355, + 30374 ], "loc": { "start": { @@ -71669,8 +71667,8 @@ "type": "Identifier", "name": "mod", "range": [ - 30381, - 30384 + 30377, + 30380 ], "loc": { "start": { @@ -71696,8 +71694,8 @@ "type": "Identifier", "name": "inst", "range": [ - 30406, - 30410 + 30402, + 30406 ], "loc": { "start": { @@ -71719,8 +71717,8 @@ "type": "Identifier", "name": "mod", "range": [ - 30417, - 30420 + 30413, + 30416 ], "loc": { "start": { @@ -71737,8 +71735,8 @@ "type": "Identifier", "name": "default", "range": [ - 30421, - 30428 + 30417, + 30424 ], "loc": { "start": { @@ -71752,8 +71750,8 @@ } }, "range": [ - 30417, - 30428 + 30413, + 30424 ], "loc": { "start": { @@ -71770,8 +71768,8 @@ { "type": "ThisExpression", "range": [ - 30429, - 30433 + 30425, + 30429 ], "loc": { "start": { @@ -71788,8 +71786,8 @@ "type": "Identifier", "name": "ext", "range": [ - 30435, - 30438 + 30431, + 30434 ], "loc": { "start": { @@ -71804,8 +71802,8 @@ } ], "range": [ - 30413, - 30439 + 30409, + 30435 ], "loc": { "start": { @@ -71819,8 +71817,8 @@ } }, "range": [ - 30406, - 30439 + 30402, + 30435 ], "loc": { "start": { @@ -71836,8 +71834,8 @@ ], "kind": "let", "range": [ - 30402, - 30440 + 30398, + 30436 ], "loc": { "start": { @@ -71861,8 +71859,8 @@ "type": "Identifier", "name": "inst", "range": [ - 30453, - 30457 + 30449, + 30453 ], "loc": { "start": { @@ -71879,8 +71877,8 @@ "type": "Identifier", "name": "init", "range": [ - 30458, - 30462 + 30454, + 30458 ], "loc": { "start": { @@ -71894,8 +71892,8 @@ } }, "range": [ - 30453, - 30462 + 30449, + 30458 ], "loc": { "start": { @@ -71910,8 +71908,8 @@ }, "arguments": [], "range": [ - 30453, - 30464 + 30449, + 30460 ], "loc": { "start": { @@ -71925,8 +71923,8 @@ } }, "range": [ - 30453, - 30465 + 30449, + 30461 ], "loc": { "start": { @@ -71953,8 +71951,8 @@ "object": { "type": "ThisExpression", "range": [ - 30478, - 30482 + 30474, + 30478 ], "loc": { "start": { @@ -71971,8 +71969,8 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 30483, - 30494 + 30479, + 30490 ], "loc": { "start": { @@ -71986,8 +71984,8 @@ } }, "range": [ - 30478, - 30494 + 30474, + 30490 ], "loc": { "start": { @@ -72004,8 +72002,8 @@ "type": "Identifier", "name": "name", "range": [ - 30495, - 30499 + 30491, + 30495 ], "loc": { "start": { @@ -72019,8 +72017,8 @@ } }, "range": [ - 30478, - 30500 + 30474, + 30496 ], "loc": { "start": { @@ -72037,8 +72035,8 @@ "type": "Identifier", "name": "inst", "range": [ - 30503, - 30507 + 30499, + 30503 ], "loc": { "start": { @@ -72052,8 +72050,8 @@ } }, "range": [ - 30478, - 30507 + 30474, + 30503 ], "loc": { "start": { @@ -72067,8 +72065,8 @@ } }, "range": [ - 30478, - 30508 + 30474, + 30504 ], "loc": { "start": { @@ -72083,8 +72081,8 @@ } ], "range": [ - 30388, - 30518 + 30384, + 30514 ], "loc": { "start": { @@ -72100,8 +72098,8 @@ "generator": false, "expression": false, "range": [ - 30380, - 30518 + 30376, + 30514 ], "loc": { "start": { @@ -72116,8 +72114,8 @@ } ], "range": [ - 30351, - 30519 + 30347, + 30515 ], "loc": { "start": { @@ -72131,8 +72129,8 @@ } }, "range": [ - 30351, - 30520 + 30347, + 30516 ], "loc": { "start": { @@ -72149,8 +72147,8 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 30312, - 30342 + 30308, + 30338 ], "loc": { "start": { @@ -72167,8 +72165,8 @@ } ], "range": [ - 29951, - 30526 + 29947, + 30522 ], "loc": { "start": { @@ -72184,8 +72182,8 @@ "generator": false, "expression": false, "range": [ - 29946, - 30526 + 29942, + 30522 ], "loc": { "start": { @@ -72201,8 +72199,8 @@ "kind": "method", "computed": false, "range": [ - 29933, - 30526 + 29929, + 30522 ], "loc": { "start": { @@ -72219,8 +72217,8 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 29833, - 29928 + 29829, + 29924 ], "loc": { "start": { @@ -72239,8 +72237,8 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 30532, - 30675 + 30528, + 30671 ], "loc": { "start": { @@ -72262,8 +72260,8 @@ "type": "Identifier", "name": "extension", "range": [ - 30680, - 30689 + 30676, + 30685 ], "loc": { "start": { @@ -72284,8 +72282,8 @@ "type": "Identifier", "name": "name", "range": [ - 30690, - 30694 + 30686, + 30690 ], "loc": { "start": { @@ -72313,8 +72311,8 @@ "object": { "type": "ThisExpression", "range": [ - 30712, - 30716 + 30708, + 30712 ], "loc": { "start": { @@ -72331,8 +72329,8 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 30717, - 30728 + 30713, + 30724 ], "loc": { "start": { @@ -72346,8 +72344,8 @@ } }, "range": [ - 30712, - 30728 + 30708, + 30724 ], "loc": { "start": { @@ -72364,8 +72362,8 @@ "type": "Identifier", "name": "name", "range": [ - 30729, - 30733 + 30725, + 30729 ], "loc": { "start": { @@ -72379,8 +72377,8 @@ } }, "range": [ - 30712, - 30734 + 30708, + 30730 ], "loc": { "start": { @@ -72394,8 +72392,8 @@ } }, "range": [ - 30705, - 30735 + 30701, + 30731 ], "loc": { "start": { @@ -72410,8 +72408,8 @@ } ], "range": [ - 30695, - 30741 + 30691, + 30737 ], "loc": { "start": { @@ -72427,8 +72425,8 @@ "generator": false, "expression": false, "range": [ - 30689, - 30741 + 30685, + 30737 ], "loc": { "start": { @@ -72444,8 +72442,8 @@ "kind": "method", "computed": false, "range": [ - 30680, - 30741 + 30676, + 30737 ], "loc": { "start": { @@ -72462,8 +72460,8 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 30532, - 30675 + 30528, + 30671 ], "loc": { "start": { @@ -72482,8 +72480,8 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 30747, - 30877 + 30743, + 30873 ], "loc": { "start": { @@ -72505,8 +72503,8 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 30882, - 30894 + 30878, + 30890 ], "loc": { "start": { @@ -72527,8 +72525,8 @@ "type": "Identifier", "name": "name", "range": [ - 30895, - 30899 + 30891, + 30895 ], "loc": { "start": { @@ -72559,8 +72557,8 @@ "type": "Identifier", "name": "Types", "range": [ - 30918, - 30923 + 30914, + 30919 ], "loc": { "start": { @@ -72577,8 +72575,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 30924, - 30931 + 30920, + 30927 ], "loc": { "start": { @@ -72592,8 +72590,8 @@ } }, "range": [ - 30918, - 30931 + 30914, + 30927 ], "loc": { "start": { @@ -72616,8 +72614,8 @@ "object": { "type": "ThisExpression", "range": [ - 30932, - 30936 + 30928, + 30932 ], "loc": { "start": { @@ -72634,8 +72632,8 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 30937, - 30948 + 30933, + 30944 ], "loc": { "start": { @@ -72649,8 +72647,8 @@ } }, "range": [ - 30932, - 30948 + 30928, + 30944 ], "loc": { "start": { @@ -72667,8 +72665,8 @@ "type": "Identifier", "name": "name", "range": [ - 30949, - 30953 + 30945, + 30949 ], "loc": { "start": { @@ -72682,8 +72680,8 @@ } }, "range": [ - 30932, - 30954 + 30928, + 30950 ], "loc": { "start": { @@ -72698,8 +72696,8 @@ } ], "range": [ - 30918, - 30955 + 30914, + 30951 ], "loc": { "start": { @@ -72714,8 +72712,8 @@ }, "prefix": true, "range": [ - 30917, - 30955 + 30913, + 30951 ], "loc": { "start": { @@ -72729,8 +72727,8 @@ } }, "range": [ - 30910, - 30956 + 30906, + 30952 ], "loc": { "start": { @@ -72745,8 +72743,8 @@ } ], "range": [ - 30900, - 30962 + 30896, + 30958 ], "loc": { "start": { @@ -72762,8 +72760,8 @@ "generator": false, "expression": false, "range": [ - 30894, - 30962 + 30890, + 30958 ], "loc": { "start": { @@ -72779,8 +72777,8 @@ "kind": "method", "computed": false, "range": [ - 30882, - 30962 + 30878, + 30958 ], "loc": { "start": { @@ -72797,8 +72795,8 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 30747, - 30877 + 30743, + 30873 ], "loc": { "start": { @@ -72817,8 +72815,8 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 30968, - 31049 + 30964, + 31045 ], "loc": { "start": { @@ -72840,8 +72838,8 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 31054, - 31071 + 31050, + 31067 ], "loc": { "start": { @@ -72870,8 +72868,8 @@ "type": "Identifier", "name": "exts", "range": [ - 31087, - 31091 + 31083, + 31087 ], "loc": { "start": { @@ -72890,8 +72888,8 @@ "object": { "type": "ThisExpression", "range": [ - 31094, - 31098 + 31090, + 31094 ], "loc": { "start": { @@ -72908,8 +72906,8 @@ "type": "Identifier", "name": "extensions", "range": [ - 31099, - 31109 + 31095, + 31105 ], "loc": { "start": { @@ -72923,8 +72921,8 @@ } }, "range": [ - 31094, - 31109 + 31090, + 31105 ], "loc": { "start": { @@ -72938,8 +72936,8 @@ } }, "range": [ - 31087, - 31109 + 31083, + 31105 ], "loc": { "start": { @@ -72955,8 +72953,8 @@ ], "kind": "let", "range": [ - 31083, - 31110 + 31079, + 31106 ], "loc": { "start": { @@ -72980,8 +72978,8 @@ "type": "Identifier", "name": "i", "range": [ - 31128, - 31129 + 31124, + 31125 ], "loc": { "start": { @@ -72999,8 +72997,8 @@ "value": 0, "raw": "0", "range": [ - 31130, - 31131 + 31126, + 31127 ], "loc": { "start": { @@ -73014,8 +73012,8 @@ } }, "range": [ - 31128, - 31131 + 31124, + 31127 ], "loc": { "start": { @@ -73034,8 +73032,8 @@ "type": "Identifier", "name": "len", "range": [ - 31133, - 31136 + 31129, + 31132 ], "loc": { "start": { @@ -73055,8 +73053,8 @@ "type": "Identifier", "name": "exts", "range": [ - 31137, - 31141 + 31133, + 31137 ], "loc": { "start": { @@ -73073,8 +73071,8 @@ "type": "Identifier", "name": "length", "range": [ - 31142, - 31148 + 31138, + 31144 ], "loc": { "start": { @@ -73088,8 +73086,8 @@ } }, "range": [ - 31137, - 31148 + 31133, + 31144 ], "loc": { "start": { @@ -73103,8 +73101,8 @@ } }, "range": [ - 31133, - 31148 + 31129, + 31144 ], "loc": { "start": { @@ -73120,8 +73118,8 @@ ], "kind": "let", "range": [ - 31124, - 31148 + 31120, + 31144 ], "loc": { "start": { @@ -73141,8 +73139,8 @@ "type": "Identifier", "name": "i", "range": [ - 31150, - 31151 + 31146, + 31147 ], "loc": { "start": { @@ -73159,8 +73157,8 @@ "type": "Identifier", "name": "len", "range": [ - 31152, - 31155 + 31148, + 31151 ], "loc": { "start": { @@ -73174,8 +73172,8 @@ } }, "range": [ - 31150, - 31155 + 31146, + 31151 ], "loc": { "start": { @@ -73195,8 +73193,8 @@ "type": "Identifier", "name": "i", "range": [ - 31157, - 31158 + 31153, + 31154 ], "loc": { "start": { @@ -73211,8 +73209,8 @@ }, "prefix": false, "range": [ - 31157, - 31160 + 31153, + 31156 ], "loc": { "start": { @@ -73237,8 +73235,8 @@ "type": "Identifier", "name": "ext", "range": [ - 31179, - 31182 + 31175, + 31178 ], "loc": { "start": { @@ -73258,8 +73256,8 @@ "type": "Identifier", "name": "exts", "range": [ - 31185, - 31189 + 31181, + 31185 ], "loc": { "start": { @@ -73276,8 +73274,8 @@ "type": "Identifier", "name": "i", "range": [ - 31190, - 31191 + 31186, + 31187 ], "loc": { "start": { @@ -73291,8 +73289,8 @@ } }, "range": [ - 31185, - 31192 + 31181, + 31188 ], "loc": { "start": { @@ -73306,8 +73304,8 @@ } }, "range": [ - 31179, - 31192 + 31175, + 31188 ], "loc": { "start": { @@ -73323,8 +73321,8 @@ ], "kind": "let", "range": [ - 31175, - 31193 + 31171, + 31189 ], "loc": { "start": { @@ -73346,8 +73344,8 @@ "type": "Identifier", "name": "extInstance", "range": [ - 31210, - 31221 + 31206, + 31217 ], "loc": { "start": { @@ -73369,8 +73367,8 @@ "object": { "type": "ThisExpression", "range": [ - 31224, - 31228 + 31220, + 31224 ], "loc": { "start": { @@ -73387,8 +73385,8 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 31229, - 31240 + 31225, + 31236 ], "loc": { "start": { @@ -73402,8 +73400,8 @@ } }, "range": [ - 31224, - 31240 + 31220, + 31236 ], "loc": { "start": { @@ -73423,8 +73421,8 @@ "type": "Identifier", "name": "ext", "range": [ - 31241, - 31244 + 31237, + 31240 ], "loc": { "start": { @@ -73441,8 +73439,8 @@ "type": "Identifier", "name": "name", "range": [ - 31245, - 31249 + 31241, + 31245 ], "loc": { "start": { @@ -73456,8 +73454,8 @@ } }, "range": [ - 31241, - 31249 + 31237, + 31245 ], "loc": { "start": { @@ -73471,8 +73469,8 @@ } }, "range": [ - 31224, - 31250 + 31220, + 31246 ], "loc": { "start": { @@ -73486,8 +73484,8 @@ } }, "range": [ - 31210, - 31250 + 31206, + 31246 ], "loc": { "start": { @@ -73503,8 +73501,8 @@ ], "kind": "let", "range": [ - 31206, - 31251 + 31202, + 31247 ], "loc": { "start": { @@ -73523,8 +73521,8 @@ "type": "Identifier", "name": "extInstance", "range": [ - 31267, - 31278 + 31263, + 31274 ], "loc": { "start": { @@ -73551,8 +73549,8 @@ "type": "Identifier", "name": "extInstance", "range": [ - 31297, - 31308 + 31293, + 31304 ], "loc": { "start": { @@ -73569,8 +73567,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 31309, - 31316 + 31305, + 31312 ], "loc": { "start": { @@ -73584,8 +73582,8 @@ } }, "range": [ - 31297, - 31316 + 31293, + 31312 ], "loc": { "start": { @@ -73600,8 +73598,8 @@ }, "arguments": [], "range": [ - 31297, - 31318 + 31293, + 31314 ], "loc": { "start": { @@ -73615,8 +73613,8 @@ } }, "range": [ - 31297, - 31319 + 31293, + 31315 ], "loc": { "start": { @@ -73643,8 +73641,8 @@ "object": { "type": "ThisExpression", "range": [ - 31336, - 31340 + 31332, + 31336 ], "loc": { "start": { @@ -73661,8 +73659,8 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 31341, - 31352 + 31337, + 31348 ], "loc": { "start": { @@ -73676,8 +73674,8 @@ } }, "range": [ - 31336, - 31352 + 31332, + 31348 ], "loc": { "start": { @@ -73697,8 +73695,8 @@ "type": "Identifier", "name": "ext", "range": [ - 31353, - 31356 + 31349, + 31352 ], "loc": { "start": { @@ -73715,8 +73713,8 @@ "type": "Identifier", "name": "name", "range": [ - 31357, - 31361 + 31353, + 31357 ], "loc": { "start": { @@ -73730,8 +73728,8 @@ } }, "range": [ - 31353, - 31361 + 31349, + 31357 ], "loc": { "start": { @@ -73745,8 +73743,8 @@ } }, "range": [ - 31336, - 31362 + 31332, + 31358 ], "loc": { "start": { @@ -73764,8 +73762,8 @@ "value": null, "raw": "null", "range": [ - 31365, - 31369 + 31361, + 31365 ], "loc": { "start": { @@ -73779,8 +73777,8 @@ } }, "range": [ - 31336, - 31369 + 31332, + 31365 ], "loc": { "start": { @@ -73794,8 +73792,8 @@ } }, "range": [ - 31336, - 31370 + 31332, + 31366 ], "loc": { "start": { @@ -73810,8 +73808,8 @@ } ], "range": [ - 31279, - 31384 + 31275, + 31380 ], "loc": { "start": { @@ -73826,8 +73824,8 @@ }, "alternate": null, "range": [ - 31264, - 31384 + 31260, + 31380 ], "loc": { "start": { @@ -73842,8 +73840,8 @@ } ], "range": [ - 31161, - 31394 + 31157, + 31390 ], "loc": { "start": { @@ -73857,8 +73855,8 @@ } }, "range": [ - 31120, - 31394 + 31116, + 31390 ], "loc": { "start": { @@ -73873,8 +73871,8 @@ } ], "range": [ - 31073, - 31400 + 31069, + 31396 ], "loc": { "start": { @@ -73890,8 +73888,8 @@ "generator": false, "expression": false, "range": [ - 31071, - 31400 + 31067, + 31396 ], "loc": { "start": { @@ -73907,8 +73905,8 @@ "kind": "method", "computed": false, "range": [ - 31054, - 31400 + 31050, + 31396 ], "loc": { "start": { @@ -73925,8 +73923,8 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 30968, - 31049 + 30964, + 31045 ], "loc": { "start": { @@ -73945,8 +73943,8 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 31406, - 31472 + 31402, + 31468 ], "loc": { "start": { @@ -73968,8 +73966,8 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 31477, - 31487 + 31473, + 31483 ], "loc": { "start": { @@ -73998,8 +73996,8 @@ "type": "Identifier", "name": "themes", "range": [ - 31503, - 31509 + 31499, + 31505 ], "loc": { "start": { @@ -74018,8 +74016,8 @@ "object": { "type": "ThisExpression", "range": [ - 31512, - 31516 + 31508, + 31512 ], "loc": { "start": { @@ -74036,8 +74034,8 @@ "type": "Identifier", "name": "themes", "range": [ - 31517, - 31523 + 31513, + 31519 ], "loc": { "start": { @@ -74051,8 +74049,8 @@ } }, "range": [ - 31512, - 31523 + 31508, + 31519 ], "loc": { "start": { @@ -74066,8 +74064,8 @@ } }, "range": [ - 31503, - 31523 + 31499, + 31519 ], "loc": { "start": { @@ -74083,8 +74081,8 @@ ], "kind": "let", "range": [ - 31499, - 31524 + 31495, + 31520 ], "loc": { "start": { @@ -74110,8 +74108,8 @@ "object": { "type": "ThisExpression", "range": [ - 31533, - 31537 + 31529, + 31533 ], "loc": { "start": { @@ -74128,8 +74126,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 31538, - 31545 + 31534, + 31541 ], "loc": { "start": { @@ -74143,8 +74141,8 @@ } }, "range": [ - 31533, - 31545 + 31529, + 31541 ], "loc": { "start": { @@ -74161,8 +74159,8 @@ "type": "Identifier", "name": "emit", "range": [ - 31546, - 31550 + 31542, + 31546 ], "loc": { "start": { @@ -74176,8 +74174,8 @@ } }, "range": [ - 31533, - 31550 + 31529, + 31546 ], "loc": { "start": { @@ -74196,8 +74194,8 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 31551, - 31574 + 31547, + 31570 ], "loc": { "start": { @@ -74213,8 +74211,8 @@ { "type": "ThisExpression", "range": [ - 31576, - 31580 + 31572, + 31576 ], "loc": { "start": { @@ -74229,8 +74227,8 @@ } ], "range": [ - 31533, - 31581 + 31529, + 31577 ], "loc": { "start": { @@ -74244,8 +74242,8 @@ } }, "range": [ - 31533, - 31582 + 31529, + 31578 ], "loc": { "start": { @@ -74262,8 +74260,8 @@ "type": "Line", "value": "Default theme config", "range": [ - 31592, - 31614 + 31588, + 31610 ], "loc": { "start": { @@ -74286,8 +74284,8 @@ "object": { "type": "ThisExpression", "range": [ - 31626, - 31630 + 31622, + 31626 ], "loc": { "start": { @@ -74304,8 +74302,8 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 31631, - 31649 + 31627, + 31645 ], "loc": { "start": { @@ -74319,8 +74317,8 @@ } }, "range": [ - 31626, - 31649 + 31622, + 31645 ], "loc": { "start": { @@ -74345,8 +74343,8 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 31668, - 31680 + 31664, + 31676 ], "loc": { "start": { @@ -74368,8 +74366,8 @@ "type": "Identifier", "name": "name", "range": [ - 31685, - 31689 + 31681, + 31685 ], "loc": { "start": { @@ -74387,8 +74385,8 @@ "value": "default", "raw": "'default'", "range": [ - 31691, - 31700 + 31687, + 31696 ], "loc": { "start": { @@ -74406,8 +74404,8 @@ "shorthand": false, "computed": false, "range": [ - 31685, - 31700 + 31681, + 31696 ], "loc": { "start": { @@ -74422,8 +74420,8 @@ } ], "range": [ - 31683, - 31702 + 31679, + 31698 ], "loc": { "start": { @@ -74437,8 +74435,8 @@ } }, "range": [ - 31668, - 31702 + 31664, + 31698 ], "loc": { "start": { @@ -74454,8 +74452,8 @@ ], "kind": "let", "range": [ - 31664, - 31703 + 31660, + 31699 ], "loc": { "start": { @@ -74481,8 +74479,8 @@ "object": { "type": "ThisExpression", "range": [ - 31716, - 31720 + 31712, + 31716 ], "loc": { "start": { @@ -74499,8 +74497,8 @@ "type": "Identifier", "name": "themes", "range": [ - 31721, - 31727 + 31717, + 31723 ], "loc": { "start": { @@ -74514,8 +74512,8 @@ } }, "range": [ - 31716, - 31727 + 31712, + 31723 ], "loc": { "start": { @@ -74532,8 +74530,8 @@ "type": "Identifier", "name": "push", "range": [ - 31728, - 31732 + 31724, + 31728 ], "loc": { "start": { @@ -74547,8 +74545,8 @@ } }, "range": [ - 31716, - 31732 + 31712, + 31728 ], "loc": { "start": { @@ -74566,8 +74564,8 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 31733, - 31745 + 31729, + 31741 ], "loc": { "start": { @@ -74582,8 +74580,8 @@ } ], "range": [ - 31716, - 31746 + 31712, + 31742 ], "loc": { "start": { @@ -74597,8 +74595,8 @@ } }, "range": [ - 31716, - 31747 + 31712, + 31743 ], "loc": { "start": { @@ -74613,8 +74611,8 @@ } ], "range": [ - 31650, - 31757 + 31646, + 31753 ], "loc": { "start": { @@ -74629,8 +74627,8 @@ }, "alternate": null, "range": [ - 31623, - 31757 + 31619, + 31753 ], "loc": { "start": { @@ -74647,8 +74645,8 @@ "type": "Line", "value": "Default theme config", "range": [ - 31592, - 31614 + 31588, + 31610 ], "loc": { "start": { @@ -74674,8 +74672,8 @@ "type": "Identifier", "name": "Types", "range": [ - 31769, - 31774 + 31765, + 31770 ], "loc": { "start": { @@ -74692,8 +74690,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 31775, - 31782 + 31771, + 31778 ], "loc": { "start": { @@ -74707,8 +74705,8 @@ } }, "range": [ - 31769, - 31782 + 31765, + 31778 ], "loc": { "start": { @@ -74726,8 +74724,8 @@ "type": "Identifier", "name": "themes", "range": [ - 31783, - 31789 + 31779, + 31785 ], "loc": { "start": { @@ -74742,8 +74740,8 @@ } ], "range": [ - 31769, - 31790 + 31765, + 31786 ], "loc": { "start": { @@ -74770,8 +74768,8 @@ "type": "Identifier", "name": "i", "range": [ - 31813, - 31814 + 31809, + 31810 ], "loc": { "start": { @@ -74789,8 +74787,8 @@ "value": 0, "raw": "0", "range": [ - 31815, - 31816 + 31811, + 31812 ], "loc": { "start": { @@ -74804,8 +74802,8 @@ } }, "range": [ - 31813, - 31816 + 31809, + 31812 ], "loc": { "start": { @@ -74824,8 +74822,8 @@ "type": "Identifier", "name": "len", "range": [ - 31818, - 31821 + 31814, + 31817 ], "loc": { "start": { @@ -74845,8 +74843,8 @@ "type": "Identifier", "name": "themes", "range": [ - 31822, - 31828 + 31818, + 31824 ], "loc": { "start": { @@ -74863,8 +74861,8 @@ "type": "Identifier", "name": "length", "range": [ - 31829, - 31835 + 31825, + 31831 ], "loc": { "start": { @@ -74878,8 +74876,8 @@ } }, "range": [ - 31822, - 31835 + 31818, + 31831 ], "loc": { "start": { @@ -74893,8 +74891,8 @@ } }, "range": [ - 31818, - 31835 + 31814, + 31831 ], "loc": { "start": { @@ -74910,8 +74908,8 @@ ], "kind": "let", "range": [ - 31809, - 31835 + 31805, + 31831 ], "loc": { "start": { @@ -74931,8 +74929,8 @@ "type": "Identifier", "name": "i", "range": [ - 31837, - 31838 + 31833, + 31834 ], "loc": { "start": { @@ -74949,8 +74947,8 @@ "type": "Identifier", "name": "len", "range": [ - 31839, - 31842 + 31835, + 31838 ], "loc": { "start": { @@ -74964,8 +74962,8 @@ } }, "range": [ - 31837, - 31842 + 31833, + 31838 ], "loc": { "start": { @@ -74985,8 +74983,8 @@ "type": "Identifier", "name": "i", "range": [ - 31844, - 31845 + 31840, + 31841 ], "loc": { "start": { @@ -75001,8 +74999,8 @@ }, "prefix": false, "range": [ - 31844, - 31847 + 31840, + 31843 ], "loc": { "start": { @@ -75027,8 +75025,8 @@ "type": "Identifier", "name": "theme", "range": [ - 31870, - 31875 + 31866, + 31871 ], "loc": { "start": { @@ -75048,8 +75046,8 @@ "type": "Identifier", "name": "themes", "range": [ - 31878, - 31884 + 31874, + 31880 ], "loc": { "start": { @@ -75066,8 +75064,8 @@ "type": "Identifier", "name": "i", "range": [ - 31885, - 31886 + 31881, + 31882 ], "loc": { "start": { @@ -75081,8 +75079,8 @@ } }, "range": [ - 31878, - 31887 + 31874, + 31883 ], "loc": { "start": { @@ -75096,8 +75094,8 @@ } }, "range": [ - 31870, - 31887 + 31866, + 31883 ], "loc": { "start": { @@ -75113,8 +75111,8 @@ ], "kind": "let", "range": [ - 31866, - 31888 + 31862, + 31884 ], "loc": { "start": { @@ -75136,8 +75134,8 @@ "type": "Identifier", "name": "name", "range": [ - 31909, - 31913 + 31905, + 31909 ], "loc": { "start": { @@ -75157,8 +75155,8 @@ "type": "Identifier", "name": "theme", "range": [ - 31916, - 31921 + 31912, + 31917 ], "loc": { "start": { @@ -75175,8 +75173,8 @@ "type": "Identifier", "name": "name", "range": [ - 31922, - 31926 + 31918, + 31922 ], "loc": { "start": { @@ -75190,8 +75188,8 @@ } }, "range": [ - 31916, - 31926 + 31912, + 31922 ], "loc": { "start": { @@ -75205,8 +75203,8 @@ } }, "range": [ - 31909, - 31926 + 31905, + 31922 ], "loc": { "start": { @@ -75222,8 +75220,8 @@ ], "kind": "let", "range": [ - 31905, - 31927 + 31901, + 31923 ], "loc": { "start": { @@ -75245,8 +75243,8 @@ "type": "Identifier", "name": "path", "range": [ - 31948, - 31952 + 31944, + 31948 ], "loc": { "start": { @@ -75266,8 +75264,8 @@ "type": "Identifier", "name": "theme", "range": [ - 31955, - 31960 + 31951, + 31956 ], "loc": { "start": { @@ -75284,8 +75282,8 @@ "type": "Identifier", "name": "path", "range": [ - 31961, - 31965 + 31957, + 31961 ], "loc": { "start": { @@ -75299,8 +75297,8 @@ } }, "range": [ - 31955, - 31965 + 31951, + 31961 ], "loc": { "start": { @@ -75314,8 +75312,8 @@ } }, "range": [ - 31948, - 31965 + 31944, + 31961 ], "loc": { "start": { @@ -75331,8 +75329,8 @@ ], "kind": "let", "range": [ - 31944, - 31966 + 31940, + 31962 ], "loc": { "start": { @@ -75354,8 +75352,8 @@ "type": "Identifier", "name": "styleId", "range": [ - 31987, - 31994 + 31983, + 31990 ], "loc": { "start": { @@ -75377,8 +75375,8 @@ "object": { "type": "ThisExpression", "range": [ - 31997, - 32001 + 31993, + 31997 ], "loc": { "start": { @@ -75395,8 +75393,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 32002, - 32008 + 31998, + 32004 ], "loc": { "start": { @@ -75410,8 +75408,8 @@ } }, "range": [ - 31997, - 32008 + 31993, + 32004 ], "loc": { "start": { @@ -75428,8 +75426,8 @@ "type": "Identifier", "name": "name", "range": [ - 32011, - 32015 + 32007, + 32011 ], "loc": { "start": { @@ -75443,8 +75441,8 @@ } }, "range": [ - 31997, - 32015 + 31993, + 32011 ], "loc": { "start": { @@ -75458,8 +75456,8 @@ } }, "range": [ - 31987, - 32015 + 31983, + 32011 ], "loc": { "start": { @@ -75475,8 +75473,8 @@ ], "kind": "let", "range": [ - 31983, - 32016 + 31979, + 32012 ], "loc": { "start": { @@ -75498,8 +75496,8 @@ "type": "Identifier", "name": "name", "range": [ - 32036, - 32040 + 32032, + 32036 ], "loc": { "start": { @@ -75519,8 +75517,8 @@ "type": "Identifier", "name": "path", "range": [ - 32045, - 32049 + 32041, + 32045 ], "loc": { "start": { @@ -75535,8 +75533,8 @@ }, "prefix": true, "range": [ - 32044, - 32049 + 32040, + 32045 ], "loc": { "start": { @@ -75550,8 +75548,8 @@ } }, "range": [ - 32036, - 32049 + 32032, + 32045 ], "loc": { "start": { @@ -75576,8 +75574,8 @@ "type": "Identifier", "name": "path", "range": [ - 32072, - 32076 + 32068, + 32072 ], "loc": { "start": { @@ -75608,8 +75606,8 @@ "object": { "type": "ThisExpression", "range": [ - 32079, - 32083 + 32075, + 32079 ], "loc": { "start": { @@ -75626,8 +75624,8 @@ "type": "Identifier", "name": "themesPath", "range": [ - 32084, - 32094 + 32080, + 32090 ], "loc": { "start": { @@ -75641,8 +75639,8 @@ } }, "range": [ - 32079, - 32094 + 32075, + 32090 ], "loc": { "start": { @@ -75659,8 +75657,8 @@ "type": "Identifier", "name": "name", "range": [ - 32097, - 32101 + 32093, + 32097 ], "loc": { "start": { @@ -75674,8 +75672,8 @@ } }, "range": [ - 32079, - 32101 + 32075, + 32097 ], "loc": { "start": { @@ -75693,8 +75691,8 @@ "value": "/", "raw": "'/'", "range": [ - 32104, - 32107 + 32100, + 32103 ], "loc": { "start": { @@ -75708,8 +75706,8 @@ } }, "range": [ - 32079, - 32107 + 32075, + 32103 ], "loc": { "start": { @@ -75726,8 +75724,8 @@ "type": "Identifier", "name": "name", "range": [ - 32110, - 32114 + 32106, + 32110 ], "loc": { "start": { @@ -75741,8 +75739,8 @@ } }, "range": [ - 32079, - 32114 + 32075, + 32110 ], "loc": { "start": { @@ -75760,8 +75758,8 @@ "value": ".css", "raw": "'.css'", "range": [ - 32117, - 32123 + 32113, + 32119 ], "loc": { "start": { @@ -75775,8 +75773,8 @@ } }, "range": [ - 32079, - 32123 + 32075, + 32119 ], "loc": { "start": { @@ -75790,8 +75788,8 @@ } }, "range": [ - 32072, - 32123 + 32068, + 32119 ], "loc": { "start": { @@ -75805,8 +75803,8 @@ } }, "range": [ - 32072, - 32124 + 32068, + 32120 ], "loc": { "start": { @@ -75821,8 +75819,8 @@ } ], "range": [ - 32050, - 32142 + 32046, + 32138 ], "loc": { "start": { @@ -75847,8 +75845,8 @@ "type": "Identifier", "name": "name", "range": [ - 32168, - 32172 + 32164, + 32168 ], "loc": { "start": { @@ -75863,8 +75861,8 @@ }, "prefix": true, "range": [ - 32167, - 32172 + 32163, + 32168 ], "loc": { "start": { @@ -75884,8 +75882,8 @@ "type": "Identifier", "name": "theme", "range": [ - 32176, - 32181 + 32172, + 32177 ], "loc": { "start": { @@ -75902,8 +75900,8 @@ "type": "Identifier", "name": "path", "range": [ - 32182, - 32186 + 32178, + 32182 ], "loc": { "start": { @@ -75917,8 +75915,8 @@ } }, "range": [ - 32176, - 32186 + 32172, + 32182 ], "loc": { "start": { @@ -75932,8 +75930,8 @@ } }, "range": [ - 32167, - 32186 + 32163, + 32182 ], "loc": { "start": { @@ -75958,8 +75956,8 @@ "type": "Identifier", "name": "name", "range": [ - 32209, - 32213 + 32205, + 32209 ], "loc": { "start": { @@ -75982,8 +75980,8 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 32216, - 32226 + 32212, + 32222 ], "loc": { "start": { @@ -76000,8 +75998,8 @@ "type": "Identifier", "name": "replace", "range": [ - 32227, - 32234 + 32223, + 32230 ], "loc": { "start": { @@ -76015,8 +76013,8 @@ } }, "range": [ - 32216, - 32234 + 32212, + 32230 ], "loc": { "start": { @@ -76035,8 +76033,8 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 32235, - 32240 + 32231, + 32236 ], "loc": { "start": { @@ -76053,8 +76051,8 @@ "type": "Identifier", "name": "i", "range": [ - 32242, - 32243 + 32238, + 32239 ], "loc": { "start": { @@ -76069,8 +76067,8 @@ } ], "range": [ - 32216, - 32244 + 32212, + 32240 ], "loc": { "start": { @@ -76084,8 +76082,8 @@ } }, "range": [ - 32209, - 32244 + 32205, + 32240 ], "loc": { "start": { @@ -76099,8 +76097,8 @@ } }, "range": [ - 32209, - 32245 + 32205, + 32241 ], "loc": { "start": { @@ -76115,8 +76113,8 @@ } ], "range": [ - 32187, - 32263 + 32183, + 32259 ], "loc": { "start": { @@ -76131,8 +76129,8 @@ }, "alternate": null, "range": [ - 32164, - 32263 + 32160, + 32259 ], "loc": { "start": { @@ -76146,8 +76144,8 @@ } }, "range": [ - 32033, - 32263 + 32029, + 32259 ], "loc": { "start": { @@ -76173,8 +76171,8 @@ "object": { "type": "ThisExpression", "range": [ - 32285, - 32289 + 32281, + 32285 ], "loc": { "start": { @@ -76191,8 +76189,8 @@ "type": "Identifier", "name": "isImported", "range": [ - 32290, - 32300 + 32286, + 32296 ], "loc": { "start": { @@ -76206,8 +76204,8 @@ } }, "range": [ - 32285, - 32300 + 32281, + 32296 ], "loc": { "start": { @@ -76225,8 +76223,8 @@ "type": "Identifier", "name": "path", "range": [ - 32301, - 32305 + 32297, + 32301 ], "loc": { "start": { @@ -76244,8 +76242,8 @@ "value": "link", "raw": "'link'", "range": [ - 32307, - 32313 + 32303, + 32309 ], "loc": { "start": { @@ -76260,8 +76258,8 @@ } ], "range": [ - 32285, - 32314 + 32281, + 32310 ], "loc": { "start": { @@ -76276,8 +76274,8 @@ }, "prefix": true, "range": [ - 32284, - 32314 + 32280, + 32310 ], "loc": { "start": { @@ -76303,8 +76301,8 @@ "object": { "type": "ThisExpression", "range": [ - 32337, - 32341 + 32333, + 32337 ], "loc": { "start": { @@ -76321,8 +76319,8 @@ "type": "Identifier", "name": "import", "range": [ - 32342, - 32348 + 32338, + 32344 ], "loc": { "start": { @@ -76336,8 +76334,8 @@ } }, "range": [ - 32337, - 32348 + 32333, + 32344 ], "loc": { "start": { @@ -76355,8 +76353,8 @@ "type": "Identifier", "name": "styleId", "range": [ - 32349, - 32356 + 32345, + 32352 ], "loc": { "start": { @@ -76373,8 +76371,8 @@ "type": "Identifier", "name": "path", "range": [ - 32358, - 32362 + 32354, + 32358 ], "loc": { "start": { @@ -76392,8 +76390,8 @@ "value": null, "raw": "null", "range": [ - 32364, - 32368 + 32360, + 32364 ], "loc": { "start": { @@ -76411,8 +76409,8 @@ "value": "link", "raw": "'link'", "range": [ - 32370, - 32376 + 32366, + 32372 ], "loc": { "start": { @@ -76427,8 +76425,8 @@ } ], "range": [ - 32337, - 32377 + 32333, + 32373 ], "loc": { "start": { @@ -76442,8 +76440,8 @@ } }, "range": [ - 32337, - 32378 + 32333, + 32374 ], "loc": { "start": { @@ -76458,8 +76456,8 @@ } ], "range": [ - 32315, - 32396 + 32311, + 32392 ], "loc": { "start": { @@ -76474,8 +76472,8 @@ }, "alternate": null, "range": [ - 32281, - 32396 + 32277, + 32392 ], "loc": { "start": { @@ -76490,8 +76488,8 @@ } ], "range": [ - 31848, - 32410 + 31844, + 32406 ], "loc": { "start": { @@ -76505,8 +76503,8 @@ } }, "range": [ - 31805, - 32410 + 31801, + 32406 ], "loc": { "start": { @@ -76521,8 +76519,8 @@ } ], "range": [ - 31791, - 32420 + 31787, + 32416 ], "loc": { "start": { @@ -76537,8 +76535,8 @@ }, "alternate": null, "range": [ - 31766, - 32420 + 31762, + 32416 ], "loc": { "start": { @@ -76555,8 +76553,8 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 32430, - 32484 + 32426, + 32480 ], "loc": { "start": { @@ -76573,8 +76571,8 @@ "type": "Line", "value": "Reset button", "range": [ - 32493, - 32507 + 32489, + 32503 ], "loc": { "start": { @@ -76600,8 +76598,8 @@ "object": { "type": "ThisExpression", "range": [ - 32516, - 32520 + 32512, + 32516 ], "loc": { "start": { @@ -76618,8 +76616,8 @@ "type": "Identifier", "name": "btnResetText", "range": [ - 32521, - 32533 + 32517, + 32529 ], "loc": { "start": { @@ -76633,8 +76631,8 @@ } }, "range": [ - 32516, - 32533 + 32512, + 32529 ], "loc": { "start": { @@ -76652,8 +76650,8 @@ "value": null, "raw": "null", "range": [ - 32536, - 32540 + 32532, + 32536 ], "loc": { "start": { @@ -76667,8 +76665,8 @@ } }, "range": [ - 32516, - 32540 + 32512, + 32536 ], "loc": { "start": { @@ -76682,8 +76680,8 @@ } }, "range": [ - 32516, - 32541 + 32512, + 32537 ], "loc": { "start": { @@ -76700,8 +76698,8 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 32430, - 32484 + 32426, + 32480 ], "loc": { "start": { @@ -76718,8 +76716,8 @@ "type": "Line", "value": "Reset button", "range": [ - 32493, - 32507 + 32489, + 32503 ], "loc": { "start": { @@ -76745,8 +76743,8 @@ "object": { "type": "ThisExpression", "range": [ - 32550, - 32554 + 32546, + 32550 ], "loc": { "start": { @@ -76763,8 +76761,8 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 32555, - 32567 + 32551, + 32563 ], "loc": { "start": { @@ -76778,8 +76776,8 @@ } }, "range": [ - 32550, - 32567 + 32546, + 32563 ], "loc": { "start": { @@ -76803,8 +76801,8 @@ "value": "", "raw": "'\" title=\"Clear filters\" />'", "range": [ - 32646, - 32674 + 32642, + 32670 ], "loc": { "start": { @@ -76905,8 +76903,8 @@ } }, "range": [ - 32570, - 32674 + 32566, + 32670 ], "loc": { "start": { @@ -76920,8 +76918,8 @@ } }, "range": [ - 32550, - 32674 + 32546, + 32670 ], "loc": { "start": { @@ -76935,8 +76933,8 @@ } }, "range": [ - 32550, - 32675 + 32546, + 32671 ], "loc": { "start": { @@ -76953,8 +76951,8 @@ "type": "Line", "value": "Paging buttons", "range": [ - 32685, - 32701 + 32681, + 32697 ], "loc": { "start": { @@ -76980,8 +76978,8 @@ "object": { "type": "ThisExpression", "range": [ - 32710, - 32714 + 32706, + 32710 ], "loc": { "start": { @@ -76998,8 +76996,8 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 32715, - 32730 + 32711, + 32726 ], "loc": { "start": { @@ -77013,8 +77011,8 @@ } }, "range": [ - 32710, - 32730 + 32706, + 32726 ], "loc": { "start": { @@ -77038,8 +77036,8 @@ "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ - 32808, - 32849 + 32804, + 32845 ], "loc": { "start": { @@ -77140,8 +77138,8 @@ } }, "range": [ - 32733, - 32849 + 32729, + 32845 ], "loc": { "start": { @@ -77155,8 +77153,8 @@ } }, "range": [ - 32710, - 32849 + 32706, + 32845 ], "loc": { "start": { @@ -77170,8 +77168,8 @@ } }, "range": [ - 32710, - 32850 + 32706, + 32846 ], "loc": { "start": { @@ -77188,8 +77186,8 @@ "type": "Line", "value": "Paging buttons", "range": [ - 32685, - 32701 + 32681, + 32697 ], "loc": { "start": { @@ -77215,8 +77213,8 @@ "object": { "type": "ThisExpression", "range": [ - 32859, - 32863 + 32855, + 32859 ], "loc": { "start": { @@ -77233,8 +77231,8 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 32864, - 32879 + 32860, + 32875 ], "loc": { "start": { @@ -77248,8 +77246,8 @@ } }, "range": [ - 32859, - 32879 + 32855, + 32875 ], "loc": { "start": { @@ -77273,8 +77271,8 @@ "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ - 32957, - 32990 + 32953, + 32986 ], "loc": { "start": { @@ -77375,8 +77373,8 @@ } }, "range": [ - 32882, - 32990 + 32878, + 32986 ], "loc": { "start": { @@ -77390,8 +77388,8 @@ } }, "range": [ - 32859, - 32990 + 32855, + 32986 ], "loc": { "start": { @@ -77405,8 +77403,8 @@ } }, "range": [ - 32859, - 32991 + 32855, + 32987 ], "loc": { "start": { @@ -77430,8 +77428,8 @@ "object": { "type": "ThisExpression", "range": [ - 33000, - 33004 + 32996, + 33000 ], "loc": { "start": { @@ -77448,8 +77446,8 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 33005, - 33021 + 33001, + 33017 ], "loc": { "start": { @@ -77463,8 +77461,8 @@ } }, "range": [ - 33000, - 33021 + 32996, + 33017 ], "loc": { "start": { @@ -77488,8 +77486,8 @@ "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ - 33099, - 33134 + 33095, + 33130 ], "loc": { "start": { @@ -77590,8 +77588,8 @@ } }, "range": [ - 33024, - 33134 + 33020, + 33130 ], "loc": { "start": { @@ -77605,8 +77603,8 @@ } }, "range": [ - 33000, - 33134 + 32996, + 33130 ], "loc": { "start": { @@ -77620,8 +77618,8 @@ } }, "range": [ - 33000, - 33135 + 32996, + 33131 ], "loc": { "start": { @@ -77645,8 +77643,8 @@ "object": { "type": "ThisExpression", "range": [ - 33144, - 33148 + 33140, + 33144 ], "loc": { "start": { @@ -77663,8 +77661,8 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 33149, - 33164 + 33145, + 33160 ], "loc": { "start": { @@ -77678,8 +77676,8 @@ } }, "range": [ - 33144, - 33164 + 33140, + 33160 ], "loc": { "start": { @@ -77703,8 +77701,8 @@ "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ - 33242, - 33275 + 33238, + 33271 ], "loc": { "start": { @@ -77805,8 +77803,8 @@ } }, "range": [ - 33167, - 33275 + 33163, + 33271 ], "loc": { "start": { @@ -77820,8 +77818,8 @@ } }, "range": [ - 33144, - 33275 + 33140, + 33271 ], "loc": { "start": { @@ -77835,8 +77833,8 @@ } }, "range": [ - 33144, - 33276 + 33140, + 33272 ], "loc": { "start": { @@ -77853,8 +77851,8 @@ "type": "Line", "value": "Loader", "range": [ - 33286, - 33294 + 33282, + 33290 ], "loc": { "start": { @@ -77880,8 +77878,8 @@ "object": { "type": "ThisExpression", "range": [ - 33303, - 33307 + 33299, + 33303 ], "loc": { "start": { @@ -77898,8 +77896,8 @@ "type": "Identifier", "name": "loader", "range": [ - 33308, - 33314 + 33304, + 33310 ], "loc": { "start": { @@ -77913,8 +77911,8 @@ } }, "range": [ - 33303, - 33314 + 33299, + 33310 ], "loc": { "start": { @@ -77932,8 +77930,8 @@ "value": true, "raw": "true", "range": [ - 33317, - 33321 + 33313, + 33317 ], "loc": { "start": { @@ -77947,8 +77945,8 @@ } }, "range": [ - 33303, - 33321 + 33299, + 33317 ], "loc": { "start": { @@ -77962,8 +77960,8 @@ } }, "range": [ - 33303, - 33322 + 33299, + 33318 ], "loc": { "start": { @@ -77980,8 +77978,8 @@ "type": "Line", "value": "Loader", "range": [ - 33286, - 33294 + 33282, + 33290 ], "loc": { "start": { @@ -78007,8 +78005,8 @@ "object": { "type": "ThisExpression", "range": [ - 33331, - 33335 + 33327, + 33331 ], "loc": { "start": { @@ -78025,8 +78023,8 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 33336, - 33346 + 33332, + 33342 ], "loc": { "start": { @@ -78040,8 +78038,8 @@ } }, "range": [ - 33331, - 33346 + 33327, + 33342 ], "loc": { "start": { @@ -78059,8 +78057,8 @@ "value": "
", "raw": "'
'", "range": [ - 33349, - 33384 + 33345, + 33380 ], "loc": { "start": { @@ -78074,8 +78072,8 @@ } }, "range": [ - 33331, - 33384 + 33327, + 33380 ], "loc": { "start": { @@ -78089,8 +78087,8 @@ } }, "range": [ - 33331, - 33385 + 33327, + 33381 ], "loc": { "start": { @@ -78114,8 +78112,8 @@ "object": { "type": "ThisExpression", "range": [ - 33394, - 33398 + 33390, + 33394 ], "loc": { "start": { @@ -78132,8 +78130,8 @@ "type": "Identifier", "name": "loaderText", "range": [ - 33399, - 33409 + 33395, + 33405 ], "loc": { "start": { @@ -78147,8 +78145,8 @@ } }, "range": [ - 33394, - 33409 + 33390, + 33405 ], "loc": { "start": { @@ -78166,8 +78164,8 @@ "value": null, "raw": "null", "range": [ - 33412, - 33416 + 33408, + 33412 ], "loc": { "start": { @@ -78181,8 +78179,8 @@ } }, "range": [ - 33394, - 33416 + 33390, + 33412 ], "loc": { "start": { @@ -78196,8 +78194,8 @@ } }, "range": [ - 33394, - 33417 + 33390, + 33413 ], "loc": { "start": { @@ -78223,8 +78221,8 @@ "object": { "type": "ThisExpression", "range": [ - 33427, - 33431 + 33423, + 33427 ], "loc": { "start": { @@ -78241,8 +78239,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 33432, - 33439 + 33428, + 33435 ], "loc": { "start": { @@ -78256,8 +78254,8 @@ } }, "range": [ - 33427, - 33439 + 33423, + 33435 ], "loc": { "start": { @@ -78274,8 +78272,8 @@ "type": "Identifier", "name": "emit", "range": [ - 33440, - 33444 + 33436, + 33440 ], "loc": { "start": { @@ -78289,8 +78287,8 @@ } }, "range": [ - 33427, - 33444 + 33423, + 33440 ], "loc": { "start": { @@ -78309,8 +78307,8 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 33445, - 33467 + 33441, + 33463 ], "loc": { "start": { @@ -78326,8 +78324,8 @@ { "type": "ThisExpression", "range": [ - 33469, - 33473 + 33465, + 33469 ], "loc": { "start": { @@ -78342,8 +78340,8 @@ } ], "range": [ - 33427, - 33474 + 33423, + 33470 ], "loc": { "start": { @@ -78357,8 +78355,8 @@ } }, "range": [ - 33427, - 33475 + 33423, + 33471 ], "loc": { "start": { @@ -78373,8 +78371,8 @@ } ], "range": [ - 31489, - 33481 + 31485, + 33477 ], "loc": { "start": { @@ -78390,8 +78388,8 @@ "generator": false, "expression": false, "range": [ - 31487, - 33481 + 31483, + 33477 ], "loc": { "start": { @@ -78407,8 +78405,8 @@ "kind": "method", "computed": false, "range": [ - 31477, - 33481 + 31473, + 33477 ], "loc": { "start": { @@ -78425,8 +78423,8 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 31406, - 31472 + 31402, + 31468 ], "loc": { "start": { @@ -78445,8 +78443,8 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 33487, - 33605 + 33483, + 33601 ], "loc": { "start": { @@ -78468,8 +78466,8 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 33610, - 33623 + 33606, + 33619 ], "loc": { "start": { @@ -78492,8 +78490,8 @@ "type": "Identifier", "name": "name", "range": [ - 33624, - 33628 + 33620, + 33624 ], "loc": { "start": { @@ -78511,8 +78509,8 @@ "value": "default", "raw": "'default'", "range": [ - 33629, - 33638 + 33625, + 33634 ], "loc": { "start": { @@ -78526,8 +78524,8 @@ } }, "range": [ - 33624, - 33638 + 33620, + 33634 ], "loc": { "start": { @@ -78555,8 +78553,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 33656, - 33659 + 33652, + 33655 ], "loc": { "start": { @@ -78573,8 +78571,8 @@ "type": "Identifier", "name": "id", "range": [ - 33660, - 33662 + 33656, + 33658 ], "loc": { "start": { @@ -78588,8 +78586,8 @@ } }, "range": [ - 33656, - 33662 + 33652, + 33658 ], "loc": { "start": { @@ -78612,8 +78610,8 @@ "object": { "type": "ThisExpression", "range": [ - 33663, - 33667 + 33659, + 33663 ], "loc": { "start": { @@ -78630,8 +78628,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 33668, - 33674 + 33664, + 33670 ], "loc": { "start": { @@ -78645,8 +78643,8 @@ } }, "range": [ - 33663, - 33674 + 33659, + 33670 ], "loc": { "start": { @@ -78663,8 +78661,8 @@ "type": "Identifier", "name": "name", "range": [ - 33677, - 33681 + 33673, + 33677 ], "loc": { "start": { @@ -78678,8 +78676,8 @@ } }, "range": [ - 33663, - 33681 + 33659, + 33677 ], "loc": { "start": { @@ -78694,8 +78692,8 @@ } ], "range": [ - 33656, - 33682 + 33652, + 33678 ], "loc": { "start": { @@ -78709,8 +78707,8 @@ } }, "range": [ - 33649, - 33683 + 33645, + 33679 ], "loc": { "start": { @@ -78725,8 +78723,8 @@ } ], "range": [ - 33639, - 33689 + 33635, + 33685 ], "loc": { "start": { @@ -78742,8 +78740,8 @@ "generator": false, "expression": false, "range": [ - 33623, - 33689 + 33619, + 33685 ], "loc": { "start": { @@ -78759,8 +78757,8 @@ "kind": "method", "computed": false, "range": [ - 33610, - 33689 + 33606, + 33685 ], "loc": { "start": { @@ -78777,8 +78775,8 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 33487, - 33605 + 33483, + 33601 ], "loc": { "start": { @@ -78797,8 +78795,8 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 33695, - 33733 + 33691, + 33729 ], "loc": { "start": { @@ -78820,8 +78818,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 33738, - 33745 + 33734, + 33741 ], "loc": { "start": { @@ -78852,8 +78850,8 @@ "object": { "type": "ThisExpression", "range": [ - 33761, - 33765 + 33757, + 33761 ], "loc": { "start": { @@ -78870,8 +78868,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 33766, - 33774 + 33762, + 33770 ], "loc": { "start": { @@ -78885,8 +78883,8 @@ } }, "range": [ - 33761, - 33774 + 33757, + 33770 ], "loc": { "start": { @@ -78901,8 +78899,8 @@ }, "prefix": true, "range": [ - 33760, - 33774 + 33756, + 33770 ], "loc": { "start": { @@ -78922,8 +78920,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33789, - 33796 + 33785, + 33792 ], "loc": { "start": { @@ -78938,8 +78936,8 @@ } ], "range": [ - 33775, - 33806 + 33771, + 33802 ], "loc": { "start": { @@ -78954,8 +78952,8 @@ }, "alternate": null, "range": [ - 33757, - 33806 + 33753, + 33802 ], "loc": { "start": { @@ -78977,8 +78975,8 @@ "type": "Identifier", "name": "rows", "range": [ - 33819, - 33823 + 33815, + 33819 ], "loc": { "start": { @@ -79000,8 +78998,8 @@ "object": { "type": "ThisExpression", "range": [ - 33826, - 33830 + 33822, + 33826 ], "loc": { "start": { @@ -79018,8 +79016,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 33831, - 33834 + 33827, + 33830 ], "loc": { "start": { @@ -79033,8 +79031,8 @@ } }, "range": [ - 33826, - 33834 + 33822, + 33830 ], "loc": { "start": { @@ -79051,8 +79049,8 @@ "type": "Identifier", "name": "rows", "range": [ - 33835, - 33839 + 33831, + 33835 ], "loc": { "start": { @@ -79066,8 +79064,8 @@ } }, "range": [ - 33826, - 33839 + 33822, + 33835 ], "loc": { "start": { @@ -79081,8 +79079,8 @@ } }, "range": [ - 33819, - 33839 + 33815, + 33835 ], "loc": { "start": { @@ -79101,8 +79099,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 33853, - 33856 + 33849, + 33852 ], "loc": { "start": { @@ -79121,8 +79119,8 @@ "object": { "type": "ThisExpression", "range": [ - 33859, - 33863 + 33855, + 33859 ], "loc": { "start": { @@ -79139,8 +79137,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 33864, - 33867 + 33860, + 33863 ], "loc": { "start": { @@ -79154,8 +79152,8 @@ } }, "range": [ - 33859, - 33867 + 33855, + 33863 ], "loc": { "start": { @@ -79169,8 +79167,8 @@ } }, "range": [ - 33853, - 33867 + 33849, + 33863 ], "loc": { "start": { @@ -79189,8 +79187,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 33881, - 33888 + 33877, + 33884 ], "loc": { "start": { @@ -79209,8 +79207,8 @@ "object": { "type": "ThisExpression", "range": [ - 33891, - 33895 + 33887, + 33891 ], "loc": { "start": { @@ -79227,8 +79225,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 33896, - 33903 + 33892, + 33899 ], "loc": { "start": { @@ -79242,8 +79240,8 @@ } }, "range": [ - 33891, - 33903 + 33887, + 33899 ], "loc": { "start": { @@ -79257,8 +79255,8 @@ } }, "range": [ - 33881, - 33903 + 33877, + 33899 ], "loc": { "start": { @@ -79274,8 +79272,8 @@ ], "kind": "let", "range": [ - 33815, - 33904 + 33811, + 33900 ], "loc": { "start": { @@ -79299,8 +79297,8 @@ "object": { "type": "ThisExpression", "range": [ - 33917, - 33921 + 33913, + 33917 ], "loc": { "start": { @@ -79317,8 +79315,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 33922, - 33935 + 33918, + 33931 ], "loc": { "start": { @@ -79332,8 +79330,8 @@ } }, "range": [ - 33917, - 33935 + 33913, + 33931 ], "loc": { "start": { @@ -79355,8 +79353,8 @@ "object": { "type": "ThisExpression", "range": [ - 33940, - 33944 + 33936, + 33940 ], "loc": { "start": { @@ -79373,8 +79371,8 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 33945, - 33957 + 33941, + 33953 ], "loc": { "start": { @@ -79388,8 +79386,8 @@ } }, "range": [ - 33940, - 33957 + 33936, + 33953 ], "loc": { "start": { @@ -79404,8 +79402,8 @@ }, "prefix": true, "range": [ - 33939, - 33957 + 33935, + 33953 ], "loc": { "start": { @@ -79419,8 +79417,8 @@ } }, "range": [ - 33917, - 33957 + 33913, + 33953 ], "loc": { "start": { @@ -79446,8 +79444,8 @@ "object": { "type": "ThisExpression", "range": [ - 33972, - 33976 + 33968, + 33972 ], "loc": { "start": { @@ -79464,8 +79462,8 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 33977, - 33995 + 33973, + 33991 ], "loc": { "start": { @@ -79479,8 +79477,8 @@ } }, "range": [ - 33972, - 33995 + 33968, + 33991 ], "loc": { "start": { @@ -79495,8 +79493,8 @@ }, "arguments": [], "range": [ - 33972, - 33997 + 33968, + 33993 ], "loc": { "start": { @@ -79510,8 +79508,8 @@ } }, "range": [ - 33972, - 33998 + 33968, + 33994 ], "loc": { "start": { @@ -79526,8 +79524,8 @@ } ], "range": [ - 33958, - 34008 + 33954, + 34004 ], "loc": { "start": { @@ -79542,8 +79540,8 @@ }, "alternate": null, "range": [ - 33914, - 34008 + 33910, + 34004 ], "loc": { "start": { @@ -79564,8 +79562,8 @@ "object": { "type": "ThisExpression", "range": [ - 34020, - 34024 + 34016, + 34020 ], "loc": { "start": { @@ -79582,8 +79580,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 34025, - 34031 + 34021, + 34027 ], "loc": { "start": { @@ -79597,8 +79595,8 @@ } }, "range": [ - 34020, - 34031 + 34016, + 34027 ], "loc": { "start": { @@ -79624,8 +79622,8 @@ "object": { "type": "ThisExpression", "range": [ - 34046, - 34050 + 34042, + 34046 ], "loc": { "start": { @@ -79642,8 +79640,8 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 34051, - 34064 + 34047, + 34060 ], "loc": { "start": { @@ -79657,8 +79655,8 @@ } }, "range": [ - 34046, - 34064 + 34042, + 34060 ], "loc": { "start": { @@ -79673,8 +79671,8 @@ }, "arguments": [], "range": [ - 34046, - 34066 + 34042, + 34062 ], "loc": { "start": { @@ -79688,8 +79686,8 @@ } }, "range": [ - 34046, - 34067 + 34042, + 34063 ], "loc": { "start": { @@ -79704,8 +79702,8 @@ } ], "range": [ - 34032, - 34077 + 34028, + 34073 ], "loc": { "start": { @@ -79720,8 +79718,8 @@ }, "alternate": null, "range": [ - 34017, - 34077 + 34013, + 34073 ], "loc": { "start": { @@ -79742,8 +79740,8 @@ "object": { "type": "ThisExpression", "range": [ - 34089, - 34093 + 34085, + 34089 ], "loc": { "start": { @@ -79760,8 +79758,8 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 34094, - 34111 + 34090, + 34107 ], "loc": { "start": { @@ -79775,8 +79773,8 @@ } }, "range": [ - 34089, - 34111 + 34085, + 34107 ], "loc": { "start": { @@ -79802,8 +79800,8 @@ "object": { "type": "ThisExpression", "range": [ - 34126, - 34130 + 34122, + 34126 ], "loc": { "start": { @@ -79820,8 +79818,8 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 34131, - 34149 + 34127, + 34145 ], "loc": { "start": { @@ -79835,8 +79833,8 @@ } }, "range": [ - 34126, - 34149 + 34122, + 34145 ], "loc": { "start": { @@ -79851,8 +79849,8 @@ }, "arguments": [], "range": [ - 34126, - 34151 + 34122, + 34147 ], "loc": { "start": { @@ -79866,8 +79864,8 @@ } }, "range": [ - 34126, - 34152 + 34122, + 34148 ], "loc": { "start": { @@ -79891,8 +79889,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 34165, - 34172 + 34161, + 34168 ], "loc": { "start": { @@ -79909,8 +79907,8 @@ "type": "Identifier", "name": "off", "range": [ - 34173, - 34176 + 34169, + 34172 ], "loc": { "start": { @@ -79924,8 +79922,8 @@ } }, "range": [ - 34165, - 34176 + 34161, + 34172 ], "loc": { "start": { @@ -79947,8 +79945,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 34178, - 34196 + 34174, + 34192 ], "loc": { "start": { @@ -79963,8 +79961,8 @@ } ], "range": [ - 34177, - 34197 + 34173, + 34193 ], "loc": { "start": { @@ -79989,8 +79987,8 @@ "object": { "type": "ThisExpression", "range": [ - 34204, - 34208 + 34200, + 34204 ], "loc": { "start": { @@ -80007,8 +80005,8 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 34209, - 34227 + 34205, + 34223 ], "loc": { "start": { @@ -80022,8 +80020,8 @@ } }, "range": [ - 34204, - 34227 + 34200, + 34223 ], "loc": { "start": { @@ -80038,8 +80036,8 @@ }, "arguments": [], "range": [ - 34204, - 34229 + 34200, + 34225 ], "loc": { "start": { @@ -80055,8 +80053,8 @@ "generator": false, "expression": true, "range": [ - 34199, - 34229 + 34195, + 34225 ], "loc": { "start": { @@ -80071,8 +80069,8 @@ } ], "range": [ - 34165, - 34230 + 34161, + 34226 ], "loc": { "start": { @@ -80086,8 +80084,8 @@ } }, "range": [ - 34165, - 34231 + 34161, + 34227 ], "loc": { "start": { @@ -80111,8 +80109,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 34244, - 34251 + 34240, + 34247 ], "loc": { "start": { @@ -80129,8 +80127,8 @@ "type": "Identifier", "name": "off", "range": [ - 34252, - 34255 + 34248, + 34251 ], "loc": { "start": { @@ -80144,8 +80142,8 @@ } }, "range": [ - 34244, - 34255 + 34240, + 34251 ], "loc": { "start": { @@ -80167,8 +80165,8 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 34257, - 34273 + 34253, + 34269 ], "loc": { "start": { @@ -80183,8 +80181,8 @@ } ], "range": [ - 34256, - 34274 + 34252, + 34270 ], "loc": { "start": { @@ -80205,8 +80203,8 @@ "type": "Identifier", "name": "tf", "range": [ - 34293, - 34295 + 34289, + 34291 ], "loc": { "start": { @@ -80223,8 +80221,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 34297, - 34305 + 34293, + 34301 ], "loc": { "start": { @@ -80246,8 +80244,8 @@ "object": { "type": "ThisExpression", "range": [ - 34309, - 34313 + 34305, + 34309 ], "loc": { "start": { @@ -80264,8 +80262,8 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 34314, - 34330 + 34310, + 34326 ], "loc": { "start": { @@ -80279,8 +80277,8 @@ } }, "range": [ - 34309, - 34330 + 34305, + 34326 ], "loc": { "start": { @@ -80298,8 +80296,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 34331, - 34339 + 34327, + 34335 ], "loc": { "start": { @@ -80314,8 +80312,8 @@ } ], "range": [ - 34309, - 34340 + 34305, + 34336 ], "loc": { "start": { @@ -80331,8 +80329,8 @@ "generator": false, "expression": true, "range": [ - 34292, - 34340 + 34288, + 34336 ], "loc": { "start": { @@ -80347,8 +80345,8 @@ } ], "range": [ - 34244, - 34341 + 34240, + 34337 ], "loc": { "start": { @@ -80362,8 +80360,8 @@ } }, "range": [ - 34244, - 34342 + 34240, + 34338 ], "loc": { "start": { @@ -80378,8 +80376,8 @@ } ], "range": [ - 34112, - 34352 + 34108, + 34348 ], "loc": { "start": { @@ -80394,8 +80392,8 @@ }, "alternate": null, "range": [ - 34086, - 34352 + 34082, + 34348 ], "loc": { "start": { @@ -80416,8 +80414,8 @@ "object": { "type": "ThisExpression", "range": [ - 34364, - 34368 + 34360, + 34364 ], "loc": { "start": { @@ -80434,8 +80432,8 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 34369, - 34382 + 34365, + 34378 ], "loc": { "start": { @@ -80449,8 +80447,8 @@ } }, "range": [ - 34364, - 34382 + 34360, + 34378 ], "loc": { "start": { @@ -80476,8 +80474,8 @@ "object": { "type": "ThisExpression", "range": [ - 34397, - 34401 + 34393, + 34397 ], "loc": { "start": { @@ -80494,8 +80492,8 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 34402, - 34419 + 34398, + 34415 ], "loc": { "start": { @@ -80509,8 +80507,8 @@ } }, "range": [ - 34397, - 34419 + 34393, + 34415 ], "loc": { "start": { @@ -80525,8 +80523,8 @@ }, "arguments": [], "range": [ - 34397, - 34421 + 34393, + 34417 ], "loc": { "start": { @@ -80540,8 +80538,8 @@ } }, "range": [ - 34397, - 34422 + 34393, + 34418 ], "loc": { "start": { @@ -80556,8 +80554,8 @@ } ], "range": [ - 34383, - 34432 + 34379, + 34428 ], "loc": { "start": { @@ -80572,8 +80570,8 @@ }, "alternate": null, "range": [ - 34361, - 34432 + 34357, + 34428 ], "loc": { "start": { @@ -80596,8 +80594,8 @@ "object": { "type": "ThisExpression", "range": [ - 34442, - 34446 + 34438, + 34442 ], "loc": { "start": { @@ -80614,8 +80612,8 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 34447, - 34462 + 34443, + 34458 ], "loc": { "start": { @@ -80629,8 +80627,8 @@ } }, "range": [ - 34442, - 34462 + 34438, + 34458 ], "loc": { "start": { @@ -80645,8 +80643,8 @@ }, "arguments": [], "range": [ - 34442, - 34464 + 34438, + 34460 ], "loc": { "start": { @@ -80660,8 +80658,8 @@ } }, "range": [ - 34442, - 34465 + 34438, + 34461 ], "loc": { "start": { @@ -80685,8 +80683,8 @@ "object": { "type": "ThisExpression", "range": [ - 34478, - 34482 + 34474, + 34478 ], "loc": { "start": { @@ -80703,8 +80701,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 34483, - 34490 + 34479, + 34486 ], "loc": { "start": { @@ -80718,8 +80716,8 @@ } }, "range": [ - 34478, - 34490 + 34474, + 34486 ], "loc": { "start": { @@ -80741,8 +80739,8 @@ "object": { "type": "ThisExpression", "range": [ - 34495, - 34499 + 34491, + 34495 ], "loc": { "start": { @@ -80759,8 +80757,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 34500, - 34510 + 34496, + 34506 ], "loc": { "start": { @@ -80774,8 +80772,8 @@ } }, "range": [ - 34495, - 34510 + 34491, + 34506 ], "loc": { "start": { @@ -80790,8 +80788,8 @@ }, "prefix": true, "range": [ - 34494, - 34510 + 34490, + 34506 ], "loc": { "start": { @@ -80805,8 +80803,8 @@ } }, "range": [ - 34478, - 34510 + 34474, + 34506 ], "loc": { "start": { @@ -80833,8 +80831,8 @@ "object": { "type": "ThisExpression", "range": [ - 34525, - 34529 + 34521, + 34525 ], "loc": { "start": { @@ -80851,8 +80849,8 @@ "type": "Identifier", "name": "fltGridEl", "range": [ - 34530, - 34539 + 34526, + 34535 ], "loc": { "start": { @@ -80866,8 +80864,8 @@ } }, "range": [ - 34525, - 34539 + 34521, + 34535 ], "loc": { "start": { @@ -80887,8 +80885,8 @@ "type": "Identifier", "name": "rows", "range": [ - 34542, - 34546 + 34538, + 34542 ], "loc": { "start": { @@ -80907,8 +80905,8 @@ "object": { "type": "ThisExpression", "range": [ - 34547, - 34551 + 34543, + 34547 ], "loc": { "start": { @@ -80925,8 +80923,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 34552, - 34567 + 34548, + 34563 ], "loc": { "start": { @@ -80940,8 +80938,8 @@ } }, "range": [ - 34547, - 34567 + 34543, + 34563 ], "loc": { "start": { @@ -80955,8 +80953,8 @@ } }, "range": [ - 34542, - 34568 + 34538, + 34564 ], "loc": { "start": { @@ -80970,8 +80968,8 @@ } }, "range": [ - 34525, - 34568 + 34521, + 34564 ], "loc": { "start": { @@ -80985,8 +80983,8 @@ } }, "range": [ - 34525, - 34569 + 34521, + 34565 ], "loc": { "start": { @@ -81012,8 +81010,8 @@ "object": { "type": "ThisExpression", "range": [ - 34582, - 34586 + 34578, + 34582 ], "loc": { "start": { @@ -81030,8 +81028,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 34587, - 34590 + 34583, + 34586 ], "loc": { "start": { @@ -81045,8 +81043,8 @@ } }, "range": [ - 34582, - 34590 + 34578, + 34586 ], "loc": { "start": { @@ -81063,8 +81061,8 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 34591, - 34600 + 34587, + 34596 ], "loc": { "start": { @@ -81078,8 +81076,8 @@ } }, "range": [ - 34582, - 34600 + 34578, + 34596 ], "loc": { "start": { @@ -81099,8 +81097,8 @@ "object": { "type": "ThisExpression", "range": [ - 34601, - 34605 + 34597, + 34601 ], "loc": { "start": { @@ -81117,8 +81115,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 34606, - 34621 + 34602, + 34617 ], "loc": { "start": { @@ -81132,8 +81130,8 @@ } }, "range": [ - 34601, - 34621 + 34597, + 34617 ], "loc": { "start": { @@ -81148,8 +81146,8 @@ } ], "range": [ - 34582, - 34622 + 34578, + 34618 ], "loc": { "start": { @@ -81163,8 +81161,8 @@ } }, "range": [ - 34582, - 34623 + 34578, + 34619 ], "loc": { "start": { @@ -81179,8 +81177,8 @@ } ], "range": [ - 34511, - 34633 + 34507, + 34629 ], "loc": { "start": { @@ -81195,8 +81193,8 @@ }, "alternate": null, "range": [ - 34475, - 34633 + 34471, + 34629 ], "loc": { "start": { @@ -81213,8 +81211,8 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 34643, - 34669 + 34639, + 34665 ], "loc": { "start": { @@ -81240,8 +81238,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 34678, - 34685 + 34674, + 34681 ], "loc": { "start": { @@ -81258,8 +81256,8 @@ "type": "Identifier", "name": "emit", "range": [ - 34686, - 34690 + 34682, + 34686 ], "loc": { "start": { @@ -81273,8 +81271,8 @@ } }, "range": [ - 34678, - 34690 + 34674, + 34686 ], "loc": { "start": { @@ -81293,8 +81291,8 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 34691, - 34700 + 34687, + 34696 ], "loc": { "start": { @@ -81310,8 +81308,8 @@ { "type": "ThisExpression", "range": [ - 34702, - 34706 + 34698, + 34702 ], "loc": { "start": { @@ -81326,8 +81324,8 @@ } ], "range": [ - 34678, - 34707 + 34674, + 34703 ], "loc": { "start": { @@ -81341,8 +81339,8 @@ } }, "range": [ - 34678, - 34708 + 34674, + 34704 ], "loc": { "start": { @@ -81359,8 +81357,8 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 34643, - 34669 + 34639, + 34665 ], "loc": { "start": { @@ -81379,8 +81377,8 @@ "type": "Line", "value": " Destroy modules", "range": [ - 34718, - 34736 + 34714, + 34732 ], "loc": { "start": { @@ -81397,8 +81395,8 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 34745, - 34795 + 34741, + 34791 ], "loc": { "start": { @@ -81429,8 +81427,8 @@ "type": "Identifier", "name": "Object", "range": [ - 34804, - 34810 + 34800, + 34806 ], "loc": { "start": { @@ -81447,8 +81445,8 @@ "type": "Identifier", "name": "keys", "range": [ - 34811, - 34815 + 34807, + 34811 ], "loc": { "start": { @@ -81462,8 +81460,8 @@ } }, "range": [ - 34804, - 34815 + 34800, + 34811 ], "loc": { "start": { @@ -81481,8 +81479,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 34816, - 34819 + 34812, + 34815 ], "loc": { "start": { @@ -81497,8 +81495,8 @@ } ], "range": [ - 34804, - 34820 + 34800, + 34816 ], "loc": { "start": { @@ -81515,8 +81513,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 34821, - 34828 + 34817, + 34824 ], "loc": { "start": { @@ -81530,8 +81528,8 @@ } }, "range": [ - 34804, - 34828 + 34800, + 34824 ], "loc": { "start": { @@ -81553,8 +81551,8 @@ "type": "Identifier", "name": "key", "range": [ - 34838, - 34841 + 34834, + 34837 ], "loc": { "start": { @@ -81580,8 +81578,8 @@ "type": "Identifier", "name": "feature", "range": [ - 34860, - 34867 + 34856, + 34863 ], "loc": { "start": { @@ -81601,8 +81599,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 34870, - 34873 + 34866, + 34869 ], "loc": { "start": { @@ -81619,8 +81617,8 @@ "type": "Identifier", "name": "key", "range": [ - 34874, - 34877 + 34870, + 34873 ], "loc": { "start": { @@ -81634,8 +81632,8 @@ } }, "range": [ - 34870, - 34878 + 34866, + 34874 ], "loc": { "start": { @@ -81649,8 +81647,8 @@ } }, "range": [ - 34860, - 34878 + 34856, + 34874 ], "loc": { "start": { @@ -81666,8 +81664,8 @@ ], "kind": "var", "range": [ - 34856, - 34879 + 34852, + 34875 ], "loc": { "start": { @@ -81689,8 +81687,8 @@ "type": "Identifier", "name": "feature", "range": [ - 34895, - 34902 + 34891, + 34898 ], "loc": { "start": { @@ -81712,8 +81710,8 @@ "type": "Identifier", "name": "Types", "range": [ - 34906, - 34911 + 34902, + 34907 ], "loc": { "start": { @@ -81730,8 +81728,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 34912, - 34916 + 34908, + 34912 ], "loc": { "start": { @@ -81745,8 +81743,8 @@ } }, "range": [ - 34906, - 34916 + 34902, + 34912 ], "loc": { "start": { @@ -81767,8 +81765,8 @@ "type": "Identifier", "name": "feature", "range": [ - 34917, - 34924 + 34913, + 34920 ], "loc": { "start": { @@ -81785,8 +81783,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 34925, - 34932 + 34921, + 34928 ], "loc": { "start": { @@ -81800,8 +81798,8 @@ } }, "range": [ - 34917, - 34932 + 34913, + 34928 ], "loc": { "start": { @@ -81816,8 +81814,8 @@ } ], "range": [ - 34906, - 34933 + 34902, + 34929 ], "loc": { "start": { @@ -81831,8 +81829,8 @@ } }, "range": [ - 34895, - 34933 + 34891, + 34929 ], "loc": { "start": { @@ -81859,8 +81857,8 @@ "type": "Identifier", "name": "feature", "range": [ - 34952, - 34959 + 34948, + 34955 ], "loc": { "start": { @@ -81877,8 +81875,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 34960, - 34967 + 34956, + 34963 ], "loc": { "start": { @@ -81892,8 +81890,8 @@ } }, "range": [ - 34952, - 34967 + 34948, + 34963 ], "loc": { "start": { @@ -81908,8 +81906,8 @@ }, "arguments": [], "range": [ - 34952, - 34969 + 34948, + 34965 ], "loc": { "start": { @@ -81923,8 +81921,8 @@ } }, "range": [ - 34952, - 34970 + 34948, + 34966 ], "loc": { "start": { @@ -81939,8 +81937,8 @@ } ], "range": [ - 34934, - 34984 + 34930, + 34980 ], "loc": { "start": { @@ -81955,8 +81953,8 @@ }, "alternate": null, "range": [ - 34892, - 34984 + 34888, + 34980 ], "loc": { "start": { @@ -81971,8 +81969,8 @@ } ], "range": [ - 34842, - 34994 + 34838, + 34990 ], "loc": { "start": { @@ -81988,8 +81986,8 @@ "generator": false, "expression": false, "range": [ - 34829, - 34994 + 34825, + 34990 ], "loc": { "start": { @@ -82004,8 +82002,8 @@ } ], "range": [ - 34804, - 34995 + 34800, + 34991 ], "loc": { "start": { @@ -82019,8 +82017,8 @@ } }, "range": [ - 34804, - 34996 + 34800, + 34992 ], "loc": { "start": { @@ -82037,8 +82035,8 @@ "type": "Line", "value": " Destroy modules", "range": [ - 34718, - 34736 + 34714, + 34732 ], "loc": { "start": { @@ -82055,8 +82053,8 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 34745, - 34795 + 34741, + 34791 ], "loc": { "start": { @@ -82075,8 +82073,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 35006, - 35030 + 35002, + 35026 ], "loc": { "start": { @@ -82099,8 +82097,8 @@ "object": { "type": "ThisExpression", "range": [ - 35042, - 35046 + 35038, + 35042 ], "loc": { "start": { @@ -82117,8 +82115,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 35047, - 35061 + 35043, + 35057 ], "loc": { "start": { @@ -82132,8 +82130,8 @@ } }, "range": [ - 35042, - 35061 + 35038, + 35057 ], "loc": { "start": { @@ -82160,8 +82158,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 35076, - 35083 + 35072, + 35079 ], "loc": { "start": { @@ -82178,8 +82176,8 @@ "type": "Identifier", "name": "off", "range": [ - 35084, - 35087 + 35080, + 35083 ], "loc": { "start": { @@ -82193,8 +82191,8 @@ } }, "range": [ - 35076, - 35087 + 35072, + 35083 ], "loc": { "start": { @@ -82216,8 +82214,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 35089, - 35106 + 35085, + 35102 ], "loc": { "start": { @@ -82232,8 +82230,8 @@ } ], "range": [ - 35088, - 35107 + 35084, + 35103 ], "loc": { "start": { @@ -82258,8 +82256,8 @@ "object": { "type": "ThisExpression", "range": [ - 35114, - 35118 + 35110, + 35114 ], "loc": { "start": { @@ -82276,8 +82274,8 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 35119, - 35136 + 35115, + 35132 ], "loc": { "start": { @@ -82291,8 +82289,8 @@ } }, "range": [ - 35114, - 35136 + 35110, + 35132 ], "loc": { "start": { @@ -82307,8 +82305,8 @@ }, "arguments": [], "range": [ - 35114, - 35138 + 35110, + 35134 ], "loc": { "start": { @@ -82324,8 +82322,8 @@ "generator": false, "expression": true, "range": [ - 35109, - 35138 + 35105, + 35134 ], "loc": { "start": { @@ -82340,8 +82338,8 @@ } ], "range": [ - 35076, - 35139 + 35072, + 35135 ], "loc": { "start": { @@ -82355,8 +82353,8 @@ } }, "range": [ - 35076, - 35140 + 35072, + 35136 ], "loc": { "start": { @@ -82371,8 +82369,8 @@ } ], "range": [ - 35062, - 35150 + 35058, + 35146 ], "loc": { "start": { @@ -82387,8 +82385,8 @@ }, "alternate": null, "range": [ - 35039, - 35150 + 35035, + 35146 ], "loc": { "start": { @@ -82405,8 +82403,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 35006, - 35030 + 35002, + 35026 ], "loc": { "start": { @@ -82429,8 +82427,8 @@ "object": { "type": "ThisExpression", "range": [ - 35162, - 35166 + 35158, + 35162 ], "loc": { "start": { @@ -82447,8 +82445,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 35167, - 35180 + 35163, + 35176 ], "loc": { "start": { @@ -82462,8 +82460,8 @@ } }, "range": [ - 35162, - 35180 + 35158, + 35176 ], "loc": { "start": { @@ -82490,8 +82488,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 35195, - 35202 + 35191, + 35198 ], "loc": { "start": { @@ -82508,8 +82506,8 @@ "type": "Identifier", "name": "off", "range": [ - 35203, - 35206 + 35199, + 35202 ], "loc": { "start": { @@ -82523,8 +82521,8 @@ } }, "range": [ - 35195, - 35206 + 35191, + 35202 ], "loc": { "start": { @@ -82546,8 +82544,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 35208, - 35225 + 35204, + 35221 ], "loc": { "start": { @@ -82562,8 +82560,8 @@ } ], "range": [ - 35207, - 35226 + 35203, + 35222 ], "loc": { "start": { @@ -82588,8 +82586,8 @@ "object": { "type": "ThisExpression", "range": [ - 35233, - 35237 + 35229, + 35233 ], "loc": { "start": { @@ -82606,8 +82604,8 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 35238, - 35249 + 35234, + 35245 ], "loc": { "start": { @@ -82621,8 +82619,8 @@ } }, "range": [ - 35233, - 35249 + 35229, + 35245 ], "loc": { "start": { @@ -82637,8 +82635,8 @@ }, "arguments": [], "range": [ - 35233, - 35251 + 35229, + 35247 ], "loc": { "start": { @@ -82654,8 +82652,8 @@ "generator": false, "expression": true, "range": [ - 35228, - 35251 + 35224, + 35247 ], "loc": { "start": { @@ -82670,8 +82668,8 @@ } ], "range": [ - 35195, - 35252 + 35191, + 35248 ], "loc": { "start": { @@ -82685,8 +82683,8 @@ } }, "range": [ - 35195, - 35253 + 35191, + 35249 ], "loc": { "start": { @@ -82701,8 +82699,8 @@ } ], "range": [ - 35181, - 35263 + 35177, + 35259 ], "loc": { "start": { @@ -82717,8 +82715,8 @@ }, "alternate": null, "range": [ - 35159, - 35263 + 35155, + 35259 ], "loc": { "start": { @@ -82742,8 +82740,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35273, - 35276 + 35269, + 35272 ], "loc": { "start": { @@ -82760,8 +82758,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 35277, - 35288 + 35273, + 35284 ], "loc": { "start": { @@ -82775,8 +82773,8 @@ } }, "range": [ - 35273, - 35288 + 35269, + 35284 ], "loc": { "start": { @@ -82796,8 +82794,8 @@ "object": { "type": "ThisExpression", "range": [ - 35289, - 35293 + 35285, + 35289 ], "loc": { "start": { @@ -82814,8 +82812,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 35294, - 35297 + 35290, + 35293 ], "loc": { "start": { @@ -82829,8 +82827,8 @@ } }, "range": [ - 35289, - 35297 + 35285, + 35293 ], "loc": { "start": { @@ -82849,8 +82847,8 @@ "object": { "type": "ThisExpression", "range": [ - 35299, - 35303 + 35295, + 35299 ], "loc": { "start": { @@ -82867,8 +82865,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 35304, - 35310 + 35300, + 35306 ], "loc": { "start": { @@ -82882,8 +82880,8 @@ } }, "range": [ - 35299, - 35310 + 35295, + 35306 ], "loc": { "start": { @@ -82898,8 +82896,8 @@ } ], "range": [ - 35273, - 35311 + 35269, + 35307 ], "loc": { "start": { @@ -82913,8 +82911,8 @@ } }, "range": [ - 35273, - 35312 + 35269, + 35308 ], "loc": { "start": { @@ -82938,8 +82936,8 @@ "object": { "type": "ThisExpression", "range": [ - 35321, - 35325 + 35317, + 35321 ], "loc": { "start": { @@ -82956,8 +82954,8 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 35326, - 35338 + 35322, + 35334 ], "loc": { "start": { @@ -82971,8 +82969,8 @@ } }, "range": [ - 35321, - 35338 + 35317, + 35334 ], "loc": { "start": { @@ -82990,8 +82988,8 @@ "value": 0, "raw": "0", "range": [ - 35341, - 35342 + 35337, + 35338 ], "loc": { "start": { @@ -83005,8 +83003,8 @@ } }, "range": [ - 35321, - 35342 + 35317, + 35338 ], "loc": { "start": { @@ -83020,8 +83018,8 @@ } }, "range": [ - 35321, - 35343 + 35317, + 35339 ], "loc": { "start": { @@ -83045,8 +83043,8 @@ "object": { "type": "ThisExpression", "range": [ - 35352, - 35356 + 35348, + 35352 ], "loc": { "start": { @@ -83063,8 +83061,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 35357, - 35371 + 35353, + 35367 ], "loc": { "start": { @@ -83078,8 +83076,8 @@ } }, "range": [ - 35352, - 35371 + 35348, + 35367 ], "loc": { "start": { @@ -83096,8 +83094,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 35374, - 35376 + 35370, + 35372 ], "loc": { "start": { @@ -83111,8 +83109,8 @@ } }, "range": [ - 35352, - 35376 + 35348, + 35372 ], "loc": { "start": { @@ -83126,8 +83124,8 @@ } }, "range": [ - 35352, - 35377 + 35348, + 35373 ], "loc": { "start": { @@ -83151,8 +83149,8 @@ "object": { "type": "ThisExpression", "range": [ - 35386, - 35390 + 35382, + 35386 ], "loc": { "start": { @@ -83169,8 +83167,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 35391, - 35397 + 35387, + 35393 ], "loc": { "start": { @@ -83184,8 +83182,8 @@ } }, "range": [ - 35386, - 35397 + 35382, + 35393 ], "loc": { "start": { @@ -83202,8 +83200,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 35400, - 35402 + 35396, + 35398 ], "loc": { "start": { @@ -83217,8 +83215,8 @@ } }, "range": [ - 35386, - 35402 + 35382, + 35398 ], "loc": { "start": { @@ -83232,8 +83230,8 @@ } }, "range": [ - 35386, - 35403 + 35382, + 35399 ], "loc": { "start": { @@ -83257,8 +83255,8 @@ "object": { "type": "ThisExpression", "range": [ - 35412, - 35416 + 35408, + 35412 ], "loc": { "start": { @@ -83275,8 +83273,8 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 35417, - 35426 + 35413, + 35422 ], "loc": { "start": { @@ -83290,8 +83288,8 @@ } }, "range": [ - 35412, - 35426 + 35408, + 35422 ], "loc": { "start": { @@ -83309,8 +83307,8 @@ "value": null, "raw": "null", "range": [ - 35429, - 35433 + 35425, + 35429 ], "loc": { "start": { @@ -83324,8 +83322,8 @@ } }, "range": [ - 35412, - 35433 + 35408, + 35429 ], "loc": { "start": { @@ -83339,8 +83337,8 @@ } }, "range": [ - 35412, - 35434 + 35408, + 35430 ], "loc": { "start": { @@ -83364,8 +83362,8 @@ "object": { "type": "ThisExpression", "range": [ - 35443, - 35447 + 35439, + 35443 ], "loc": { "start": { @@ -83382,8 +83380,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 35448, - 35456 + 35444, + 35452 ], "loc": { "start": { @@ -83397,8 +83395,8 @@ } }, "range": [ - 35443, - 35456 + 35439, + 35452 ], "loc": { "start": { @@ -83416,8 +83414,8 @@ "value": false, "raw": "false", "range": [ - 35459, - 35464 + 35455, + 35460 ], "loc": { "start": { @@ -83431,8 +83429,8 @@ } }, "range": [ - 35443, - 35464 + 35439, + 35460 ], "loc": { "start": { @@ -83446,8 +83444,8 @@ } }, "range": [ - 35443, - 35465 + 35439, + 35461 ], "loc": { "start": { @@ -83471,8 +83469,8 @@ "object": { "type": "ThisExpression", "range": [ - 35474, - 35478 + 35470, + 35474 ], "loc": { "start": { @@ -83489,8 +83487,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 35479, - 35490 + 35475, + 35486 ], "loc": { "start": { @@ -83504,8 +83502,8 @@ } }, "range": [ - 35474, - 35490 + 35470, + 35486 ], "loc": { "start": { @@ -83523,8 +83521,8 @@ "value": false, "raw": "false", "range": [ - 35493, - 35498 + 35489, + 35494 ], "loc": { "start": { @@ -83538,8 +83536,8 @@ } }, "range": [ - 35474, - 35498 + 35470, + 35494 ], "loc": { "start": { @@ -83553,8 +83551,8 @@ } }, "range": [ - 35474, - 35499 + 35470, + 35495 ], "loc": { "start": { @@ -83569,8 +83567,8 @@ } ], "range": [ - 33747, - 35505 + 33743, + 35501 ], "loc": { "start": { @@ -83586,8 +83584,8 @@ "generator": false, "expression": false, "range": [ - 33745, - 35505 + 33741, + 35501 ], "loc": { "start": { @@ -83603,8 +83601,8 @@ "kind": "method", "computed": false, "range": [ - 33738, - 35505 + 33734, + 35501 ], "loc": { "start": { @@ -83621,8 +83619,8 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 33695, - 33733 + 33691, + 33729 ], "loc": { "start": { @@ -83641,8 +83639,8 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 35511, - 35600 + 35507, + 35596 ], "loc": { "start": { @@ -83664,8 +83662,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 35605, - 35615 + 35601, + 35611 ], "loc": { "start": { @@ -83693,8 +83691,8 @@ "object": { "type": "ThisExpression", "range": [ - 35630, - 35634 + 35626, + 35630 ], "loc": { "start": { @@ -83711,8 +83709,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 35635, - 35641 + 35631, + 35637 ], "loc": { "start": { @@ -83726,8 +83724,8 @@ } }, "range": [ - 35630, - 35641 + 35626, + 35637 ], "loc": { "start": { @@ -83747,8 +83745,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 35656, - 35663 + 35652, + 35659 ], "loc": { "start": { @@ -83763,8 +83761,8 @@ } ], "range": [ - 35642, - 35673 + 35638, + 35669 ], "loc": { "start": { @@ -83779,8 +83777,8 @@ }, "alternate": null, "range": [ - 35627, - 35673 + 35623, + 35669 ], "loc": { "start": { @@ -83797,8 +83795,8 @@ "type": "Block", "value": "** container div **", "range": [ - 35683, - 35706 + 35679, + 35702 ], "loc": { "start": { @@ -83822,8 +83820,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35719, - 35725 + 35715, + 35721 ], "loc": { "start": { @@ -83845,8 +83843,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35728, - 35731 + 35724, + 35727 ], "loc": { "start": { @@ -83863,8 +83861,8 @@ "type": "Identifier", "name": "create", "range": [ - 35732, - 35738 + 35728, + 35734 ], "loc": { "start": { @@ -83878,8 +83876,8 @@ } }, "range": [ - 35728, - 35738 + 35724, + 35734 ], "loc": { "start": { @@ -83898,8 +83896,8 @@ "value": "div", "raw": "'div'", "range": [ - 35739, - 35744 + 35735, + 35740 ], "loc": { "start": { @@ -83920,8 +83918,8 @@ "value": "id", "raw": "'id'", "range": [ - 35747, - 35751 + 35743, + 35747 ], "loc": { "start": { @@ -83943,8 +83941,8 @@ "object": { "type": "ThisExpression", "range": [ - 35753, - 35757 + 35749, + 35753 ], "loc": { "start": { @@ -83961,8 +83959,8 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 35758, - 35768 + 35754, + 35764 ], "loc": { "start": { @@ -83976,8 +83974,8 @@ } }, "range": [ - 35753, - 35768 + 35749, + 35764 ], "loc": { "start": { @@ -83996,8 +83994,8 @@ "object": { "type": "ThisExpression", "range": [ - 35769, - 35773 + 35765, + 35769 ], "loc": { "start": { @@ -84014,8 +84012,8 @@ "type": "Identifier", "name": "id", "range": [ - 35774, - 35776 + 35770, + 35772 ], "loc": { "start": { @@ -84029,8 +84027,8 @@ } }, "range": [ - 35769, - 35776 + 35765, + 35772 ], "loc": { "start": { @@ -84044,8 +84042,8 @@ } }, "range": [ - 35753, - 35776 + 35749, + 35772 ], "loc": { "start": { @@ -84060,8 +84058,8 @@ } ], "range": [ - 35746, - 35777 + 35742, + 35773 ], "loc": { "start": { @@ -84076,8 +84074,8 @@ } ], "range": [ - 35728, - 35778 + 35724, + 35774 ], "loc": { "start": { @@ -84091,8 +84089,8 @@ } }, "range": [ - 35719, - 35778 + 35715, + 35774 ], "loc": { "start": { @@ -84108,8 +84106,8 @@ ], "kind": "let", "range": [ - 35715, - 35779 + 35711, + 35775 ], "loc": { "start": { @@ -84126,8 +84124,8 @@ "type": "Block", "value": "** container div **", "range": [ - 35683, - 35706 + 35679, + 35702 ], "loc": { "start": { @@ -84154,8 +84152,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35788, - 35794 + 35784, + 35790 ], "loc": { "start": { @@ -84172,8 +84170,8 @@ "type": "Identifier", "name": "className", "range": [ - 35795, - 35804 + 35791, + 35800 ], "loc": { "start": { @@ -84187,8 +84185,8 @@ } }, "range": [ - 35788, - 35804 + 35784, + 35800 ], "loc": { "start": { @@ -84207,8 +84205,8 @@ "object": { "type": "ThisExpression", "range": [ - 35807, - 35811 + 35803, + 35807 ], "loc": { "start": { @@ -84225,8 +84223,8 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 35812, - 35826 + 35808, + 35822 ], "loc": { "start": { @@ -84240,8 +84238,8 @@ } }, "range": [ - 35807, - 35826 + 35803, + 35822 ], "loc": { "start": { @@ -84255,8 +84253,8 @@ } }, "range": [ - 35788, - 35826 + 35784, + 35822 ], "loc": { "start": { @@ -84270,8 +84268,8 @@ } }, "range": [ - 35788, - 35827 + 35784, + 35823 ], "loc": { "start": { @@ -84288,8 +84286,8 @@ "type": "Line", "value": "custom container", "range": [ - 35837, - 35855 + 35833, + 35851 ], "loc": { "start": { @@ -84312,8 +84310,8 @@ "object": { "type": "ThisExpression", "range": [ - 35867, - 35871 + 35863, + 35867 ], "loc": { "start": { @@ -84330,8 +84328,8 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 35872, - 35884 + 35868, + 35880 ], "loc": { "start": { @@ -84345,8 +84343,8 @@ } }, "range": [ - 35867, - 35884 + 35863, + 35880 ], "loc": { "start": { @@ -84378,8 +84376,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35899, - 35902 + 35895, + 35898 ], "loc": { "start": { @@ -84396,8 +84394,8 @@ "type": "Identifier", "name": "id", "range": [ - 35903, - 35905 + 35899, + 35901 ], "loc": { "start": { @@ -84411,8 +84409,8 @@ } }, "range": [ - 35899, - 35905 + 35895, + 35901 ], "loc": { "start": { @@ -84432,8 +84430,8 @@ "object": { "type": "ThisExpression", "range": [ - 35906, - 35910 + 35902, + 35906 ], "loc": { "start": { @@ -84450,8 +84448,8 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 35911, - 35923 + 35907, + 35919 ], "loc": { "start": { @@ -84465,8 +84463,8 @@ } }, "range": [ - 35906, - 35923 + 35902, + 35919 ], "loc": { "start": { @@ -84481,8 +84479,8 @@ } ], "range": [ - 35899, - 35924 + 35895, + 35920 ], "loc": { "start": { @@ -84499,8 +84497,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35925, - 35936 + 35921, + 35932 ], "loc": { "start": { @@ -84514,8 +84512,8 @@ } }, "range": [ - 35899, - 35936 + 35895, + 35932 ], "loc": { "start": { @@ -84533,8 +84531,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35937, - 35943 + 35933, + 35939 ], "loc": { "start": { @@ -84549,8 +84547,8 @@ } ], "range": [ - 35899, - 35944 + 35895, + 35940 ], "loc": { "start": { @@ -84564,8 +84562,8 @@ } }, "range": [ - 35899, - 35945 + 35895, + 35941 ], "loc": { "start": { @@ -84580,8 +84578,8 @@ } ], "range": [ - 35885, - 35955 + 35881, + 35951 ], "loc": { "start": { @@ -84598,8 +84596,8 @@ "type": "Line", "value": "grid-layout", "range": [ - 35964, - 35977 + 35960, + 35973 ], "loc": { "start": { @@ -84622,8 +84620,8 @@ "object": { "type": "ThisExpression", "range": [ - 35994, - 35998 + 35990, + 35994 ], "loc": { "start": { @@ -84640,8 +84638,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35999, - 36009 + 35995, + 36005 ], "loc": { "start": { @@ -84655,8 +84653,8 @@ } }, "range": [ - 35994, - 36009 + 35990, + 36005 ], "loc": { "start": { @@ -84681,8 +84679,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 36028, - 36038 + 36024, + 36034 ], "loc": { "start": { @@ -84704,8 +84702,8 @@ "object": { "type": "ThisExpression", "range": [ - 36041, - 36045 + 36037, + 36041 ], "loc": { "start": { @@ -84722,8 +84720,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 36046, - 36049 + 36042, + 36045 ], "loc": { "start": { @@ -84737,8 +84735,8 @@ } }, "range": [ - 36041, - 36049 + 36037, + 36045 ], "loc": { "start": { @@ -84755,8 +84753,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 36050, - 36060 + 36046, + 36056 ], "loc": { "start": { @@ -84770,8 +84768,8 @@ } }, "range": [ - 36041, - 36060 + 36037, + 36056 ], "loc": { "start": { @@ -84785,8 +84783,8 @@ } }, "range": [ - 36028, - 36060 + 36024, + 36056 ], "loc": { "start": { @@ -84802,8 +84800,8 @@ ], "kind": "let", "range": [ - 36024, - 36061 + 36020, + 36057 ], "loc": { "start": { @@ -84830,8 +84828,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 36074, - 36084 + 36070, + 36080 ], "loc": { "start": { @@ -84848,8 +84846,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 36085, - 36096 + 36081, + 36092 ], "loc": { "start": { @@ -84863,8 +84861,8 @@ } }, "range": [ - 36074, - 36096 + 36070, + 36092 ], "loc": { "start": { @@ -84881,8 +84879,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36097, - 36108 + 36093, + 36104 ], "loc": { "start": { @@ -84896,8 +84894,8 @@ } }, "range": [ - 36074, - 36108 + 36070, + 36104 ], "loc": { "start": { @@ -84915,8 +84913,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36109, - 36115 + 36105, + 36111 ], "loc": { "start": { @@ -84931,8 +84929,8 @@ } ], "range": [ - 36074, - 36116 + 36070, + 36112 ], "loc": { "start": { @@ -84946,8 +84944,8 @@ } }, "range": [ - 36074, - 36117 + 36070, + 36113 ], "loc": { "start": { @@ -84972,8 +84970,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36130, - 36136 + 36126, + 36132 ], "loc": { "start": { @@ -84990,8 +84988,8 @@ "type": "Identifier", "name": "className", "range": [ - 36137, - 36146 + 36133, + 36142 ], "loc": { "start": { @@ -85005,8 +85003,8 @@ } }, "range": [ - 36130, - 36146 + 36126, + 36142 ], "loc": { "start": { @@ -85026,8 +85024,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 36149, - 36159 + 36145, + 36155 ], "loc": { "start": { @@ -85044,8 +85042,8 @@ "type": "Identifier", "name": "gridInfDivCssClass", "range": [ - 36160, - 36178 + 36156, + 36174 ], "loc": { "start": { @@ -85059,8 +85057,8 @@ } }, "range": [ - 36149, - 36178 + 36145, + 36174 ], "loc": { "start": { @@ -85074,8 +85072,8 @@ } }, "range": [ - 36130, - 36178 + 36126, + 36174 ], "loc": { "start": { @@ -85089,8 +85087,8 @@ } }, "range": [ - 36130, - 36179 + 36126, + 36175 ], "loc": { "start": { @@ -85105,8 +85103,8 @@ } ], "range": [ - 36010, - 36189 + 36006, + 36185 ], "loc": { "start": { @@ -85123,8 +85121,8 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 36198, - 36238 + 36194, + 36234 ], "loc": { "start": { @@ -85151,8 +85149,8 @@ "type": "Identifier", "name": "cont", "range": [ - 36269, - 36273 + 36265, + 36269 ], "loc": { "start": { @@ -85174,8 +85172,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36276, - 36279 + 36272, + 36275 ], "loc": { "start": { @@ -85192,8 +85190,8 @@ "type": "Identifier", "name": "create", "range": [ - 36280, - 36286 + 36276, + 36282 ], "loc": { "start": { @@ -85207,8 +85205,8 @@ } }, "range": [ - 36276, - 36286 + 36272, + 36282 ], "loc": { "start": { @@ -85227,8 +85225,8 @@ "value": "caption", "raw": "'caption'", "range": [ - 36287, - 36296 + 36283, + 36292 ], "loc": { "start": { @@ -85243,8 +85241,8 @@ } ], "range": [ - 36276, - 36297 + 36272, + 36293 ], "loc": { "start": { @@ -85258,8 +85256,8 @@ } }, "range": [ - 36269, - 36297 + 36265, + 36293 ], "loc": { "start": { @@ -85275,8 +85273,8 @@ ], "kind": "var", "range": [ - 36265, - 36298 + 36261, + 36294 ], "loc": { "start": { @@ -85300,8 +85298,8 @@ "type": "Identifier", "name": "cont", "range": [ - 36311, - 36315 + 36307, + 36311 ], "loc": { "start": { @@ -85318,8 +85316,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36316, - 36327 + 36312, + 36323 ], "loc": { "start": { @@ -85333,8 +85331,8 @@ } }, "range": [ - 36311, - 36327 + 36307, + 36323 ], "loc": { "start": { @@ -85352,8 +85350,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36328, - 36334 + 36324, + 36330 ], "loc": { "start": { @@ -85368,8 +85366,8 @@ } ], "range": [ - 36311, - 36335 + 36307, + 36331 ], "loc": { "start": { @@ -85383,8 +85381,8 @@ } }, "range": [ - 36311, - 36336 + 36307, + 36332 ], "loc": { "start": { @@ -85410,8 +85408,8 @@ "object": { "type": "ThisExpression", "range": [ - 36349, - 36353 + 36345, + 36349 ], "loc": { "start": { @@ -85428,8 +85426,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 36354, - 36357 + 36350, + 36353 ], "loc": { "start": { @@ -85443,8 +85441,8 @@ } }, "range": [ - 36349, - 36357 + 36345, + 36353 ], "loc": { "start": { @@ -85461,8 +85459,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 36358, - 36370 + 36354, + 36366 ], "loc": { "start": { @@ -85476,8 +85474,8 @@ } }, "range": [ - 36349, - 36370 + 36345, + 36366 ], "loc": { "start": { @@ -85495,8 +85493,8 @@ "type": "Identifier", "name": "cont", "range": [ - 36371, - 36375 + 36367, + 36371 ], "loc": { "start": { @@ -85518,8 +85516,8 @@ "object": { "type": "ThisExpression", "range": [ - 36377, - 36381 + 36373, + 36377 ], "loc": { "start": { @@ -85536,8 +85534,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 36382, - 36385 + 36378, + 36381 ], "loc": { "start": { @@ -85551,8 +85549,8 @@ } }, "range": [ - 36377, - 36385 + 36373, + 36381 ], "loc": { "start": { @@ -85569,8 +85567,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 36386, - 36396 + 36382, + 36392 ], "loc": { "start": { @@ -85584,8 +85582,8 @@ } }, "range": [ - 36377, - 36396 + 36373, + 36392 ], "loc": { "start": { @@ -85600,8 +85598,8 @@ } ], "range": [ - 36349, - 36397 + 36345, + 36393 ], "loc": { "start": { @@ -85615,8 +85613,8 @@ } }, "range": [ - 36349, - 36398 + 36345, + 36394 ], "loc": { "start": { @@ -85631,8 +85629,8 @@ } ], "range": [ - 36251, - 36408 + 36247, + 36404 ], "loc": { "start": { @@ -85649,8 +85647,8 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 36198, - 36238 + 36194, + 36234 ], "loc": { "start": { @@ -85666,8 +85664,8 @@ ] }, "range": [ - 35991, - 36408 + 35987, + 36404 ], "loc": { "start": { @@ -85684,8 +85682,8 @@ "type": "Line", "value": "grid-layout", "range": [ - 35964, - 35977 + 35960, + 35973 ], "loc": { "start": { @@ -85701,8 +85699,8 @@ ] }, "range": [ - 35864, - 36408 + 35860, + 36404 ], "loc": { "start": { @@ -85719,8 +85717,8 @@ "type": "Line", "value": "custom container", "range": [ - 35837, - 35855 + 35833, + 35851 ], "loc": { "start": { @@ -85746,8 +85744,8 @@ "object": { "type": "ThisExpression", "range": [ - 36417, - 36421 + 36413, + 36417 ], "loc": { "start": { @@ -85764,8 +85762,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 36422, - 36428 + 36418, + 36424 ], "loc": { "start": { @@ -85779,8 +85777,8 @@ } }, "range": [ - 36417, - 36428 + 36413, + 36424 ], "loc": { "start": { @@ -85802,8 +85800,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36431, - 36434 + 36427, + 36430 ], "loc": { "start": { @@ -85820,8 +85818,8 @@ "type": "Identifier", "name": "id", "range": [ - 36435, - 36437 + 36431, + 36433 ], "loc": { "start": { @@ -85835,8 +85833,8 @@ } }, "range": [ - 36431, - 36437 + 36427, + 36433 ], "loc": { "start": { @@ -85859,8 +85857,8 @@ "object": { "type": "ThisExpression", "range": [ - 36438, - 36442 + 36434, + 36438 ], "loc": { "start": { @@ -85877,8 +85875,8 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 36443, - 36453 + 36439, + 36449 ], "loc": { "start": { @@ -85892,8 +85890,8 @@ } }, "range": [ - 36438, - 36453 + 36434, + 36449 ], "loc": { "start": { @@ -85912,8 +85910,8 @@ "object": { "type": "ThisExpression", "range": [ - 36454, - 36458 + 36450, + 36454 ], "loc": { "start": { @@ -85930,8 +85928,8 @@ "type": "Identifier", "name": "id", "range": [ - 36459, - 36461 + 36455, + 36457 ], "loc": { "start": { @@ -85945,8 +85943,8 @@ } }, "range": [ - 36454, - 36461 + 36450, + 36457 ], "loc": { "start": { @@ -85960,8 +85958,8 @@ } }, "range": [ - 36438, - 36461 + 36434, + 36457 ], "loc": { "start": { @@ -85976,8 +85974,8 @@ } ], "range": [ - 36431, - 36462 + 36427, + 36458 ], "loc": { "start": { @@ -85991,8 +85989,8 @@ } }, "range": [ - 36417, - 36462 + 36413, + 36458 ], "loc": { "start": { @@ -86006,8 +86004,8 @@ } }, "range": [ - 36417, - 36463 + 36413, + 36459 ], "loc": { "start": { @@ -86024,8 +86022,8 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 36473, - 36519 + 36469, + 36515 ], "loc": { "start": { @@ -86049,8 +86047,8 @@ "type": "Identifier", "name": "ldiv", "range": [ - 36532, - 36536 + 36528, + 36532 ], "loc": { "start": { @@ -86072,8 +86070,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36539, - 36542 + 36535, + 36538 ], "loc": { "start": { @@ -86090,8 +86088,8 @@ "type": "Identifier", "name": "create", "range": [ - 36543, - 36549 + 36539, + 36545 ], "loc": { "start": { @@ -86105,8 +86103,8 @@ } }, "range": [ - 36539, - 36549 + 36535, + 36545 ], "loc": { "start": { @@ -86125,8 +86123,8 @@ "value": "div", "raw": "'div'", "range": [ - 36550, - 36555 + 36546, + 36551 ], "loc": { "start": { @@ -86147,8 +86145,8 @@ "value": "id", "raw": "'id'", "range": [ - 36558, - 36562 + 36554, + 36558 ], "loc": { "start": { @@ -86170,8 +86168,8 @@ "object": { "type": "ThisExpression", "range": [ - 36564, - 36568 + 36560, + 36564 ], "loc": { "start": { @@ -86188,8 +86186,8 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 36569, - 36577 + 36565, + 36573 ], "loc": { "start": { @@ -86203,8 +86201,8 @@ } }, "range": [ - 36564, - 36577 + 36560, + 36573 ], "loc": { "start": { @@ -86223,8 +86221,8 @@ "object": { "type": "ThisExpression", "range": [ - 36578, - 36582 + 36574, + 36578 ], "loc": { "start": { @@ -86241,8 +86239,8 @@ "type": "Identifier", "name": "id", "range": [ - 36583, - 36585 + 36579, + 36581 ], "loc": { "start": { @@ -86256,8 +86254,8 @@ } }, "range": [ - 36578, - 36585 + 36574, + 36581 ], "loc": { "start": { @@ -86271,8 +86269,8 @@ } }, "range": [ - 36564, - 36585 + 36560, + 36581 ], "loc": { "start": { @@ -86287,8 +86285,8 @@ } ], "range": [ - 36557, - 36586 + 36553, + 36582 ], "loc": { "start": { @@ -86303,8 +86301,8 @@ } ], "range": [ - 36539, - 36587 + 36535, + 36583 ], "loc": { "start": { @@ -86318,8 +86316,8 @@ } }, "range": [ - 36532, - 36587 + 36528, + 36583 ], "loc": { "start": { @@ -86335,8 +86333,8 @@ ], "kind": "let", "range": [ - 36528, - 36588 + 36524, + 36584 ], "loc": { "start": { @@ -86353,8 +86351,8 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 36473, - 36519 + 36469, + 36515 ], "loc": { "start": { @@ -86381,8 +86379,8 @@ "type": "Identifier", "name": "ldiv", "range": [ - 36597, - 36601 + 36593, + 36597 ], "loc": { "start": { @@ -86399,8 +86397,8 @@ "type": "Identifier", "name": "className", "range": [ - 36602, - 36611 + 36598, + 36607 ], "loc": { "start": { @@ -86414,8 +86412,8 @@ } }, "range": [ - 36597, - 36611 + 36593, + 36607 ], "loc": { "start": { @@ -86434,8 +86432,8 @@ "object": { "type": "ThisExpression", "range": [ - 36614, - 36618 + 36610, + 36614 ], "loc": { "start": { @@ -86452,8 +86450,8 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 36619, - 36631 + 36615, + 36627 ], "loc": { "start": { @@ -86467,8 +86465,8 @@ } }, "range": [ - 36614, - 36631 + 36610, + 36627 ], "loc": { "start": { @@ -86482,8 +86480,8 @@ } }, "range": [ - 36597, - 36631 + 36593, + 36627 ], "loc": { "start": { @@ -86497,8 +86495,8 @@ } }, "range": [ - 36597, - 36632 + 36593, + 36628 ], "loc": { "start": { @@ -86522,8 +86520,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36641, - 36647 + 36637, + 36643 ], "loc": { "start": { @@ -86540,8 +86538,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36648, - 36659 + 36644, + 36655 ], "loc": { "start": { @@ -86555,8 +86553,8 @@ } }, "range": [ - 36641, - 36659 + 36637, + 36655 ], "loc": { "start": { @@ -86574,8 +86572,8 @@ "type": "Identifier", "name": "ldiv", "range": [ - 36660, - 36664 + 36656, + 36660 ], "loc": { "start": { @@ -86590,8 +86588,8 @@ } ], "range": [ - 36641, - 36665 + 36637, + 36661 ], "loc": { "start": { @@ -86605,8 +86603,8 @@ } }, "range": [ - 36641, - 36666 + 36637, + 36662 ], "loc": { "start": { @@ -86630,8 +86628,8 @@ "object": { "type": "ThisExpression", "range": [ - 36675, - 36679 + 36671, + 36675 ], "loc": { "start": { @@ -86648,8 +86646,8 @@ "type": "Identifier", "name": "lDiv", "range": [ - 36680, - 36684 + 36676, + 36680 ], "loc": { "start": { @@ -86663,8 +86661,8 @@ } }, "range": [ - 36675, - 36684 + 36671, + 36680 ], "loc": { "start": { @@ -86686,8 +86684,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36687, - 36690 + 36683, + 36686 ], "loc": { "start": { @@ -86704,8 +86702,8 @@ "type": "Identifier", "name": "id", "range": [ - 36691, - 36693 + 36687, + 36689 ], "loc": { "start": { @@ -86719,8 +86717,8 @@ } }, "range": [ - 36687, - 36693 + 36683, + 36689 ], "loc": { "start": { @@ -86743,8 +86741,8 @@ "object": { "type": "ThisExpression", "range": [ - 36694, - 36698 + 36690, + 36694 ], "loc": { "start": { @@ -86761,8 +86759,8 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 36699, - 36707 + 36695, + 36703 ], "loc": { "start": { @@ -86776,8 +86774,8 @@ } }, "range": [ - 36694, - 36707 + 36690, + 36703 ], "loc": { "start": { @@ -86796,8 +86794,8 @@ "object": { "type": "ThisExpression", "range": [ - 36708, - 36712 + 36704, + 36708 ], "loc": { "start": { @@ -86814,8 +86812,8 @@ "type": "Identifier", "name": "id", "range": [ - 36713, - 36715 + 36709, + 36711 ], "loc": { "start": { @@ -86829,8 +86827,8 @@ } }, "range": [ - 36708, - 36715 + 36704, + 36711 ], "loc": { "start": { @@ -86844,8 +86842,8 @@ } }, "range": [ - 36694, - 36715 + 36690, + 36711 ], "loc": { "start": { @@ -86860,8 +86858,8 @@ } ], "range": [ - 36687, - 36716 + 36683, + 36712 ], "loc": { "start": { @@ -86875,8 +86873,8 @@ } }, "range": [ - 36675, - 36716 + 36671, + 36712 ], "loc": { "start": { @@ -86890,8 +86888,8 @@ } }, "range": [ - 36675, - 36717 + 36671, + 36713 ], "loc": { "start": { @@ -86908,8 +86906,8 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 36727, - 36821 + 36723, + 36817 ], "loc": { "start": { @@ -86933,8 +86931,8 @@ "type": "Identifier", "name": "rdiv", "range": [ - 36834, - 36838 + 36830, + 36834 ], "loc": { "start": { @@ -86956,8 +86954,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36841, - 36844 + 36837, + 36840 ], "loc": { "start": { @@ -86974,8 +86972,8 @@ "type": "Identifier", "name": "create", "range": [ - 36845, - 36851 + 36841, + 36847 ], "loc": { "start": { @@ -86989,8 +86987,8 @@ } }, "range": [ - 36841, - 36851 + 36837, + 36847 ], "loc": { "start": { @@ -87009,8 +87007,8 @@ "value": "div", "raw": "'div'", "range": [ - 36852, - 36857 + 36848, + 36853 ], "loc": { "start": { @@ -87031,8 +87029,8 @@ "value": "id", "raw": "'id'", "range": [ - 36860, - 36864 + 36856, + 36860 ], "loc": { "start": { @@ -87054,8 +87052,8 @@ "object": { "type": "ThisExpression", "range": [ - 36866, - 36870 + 36862, + 36866 ], "loc": { "start": { @@ -87072,8 +87070,8 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 36871, - 36879 + 36867, + 36875 ], "loc": { "start": { @@ -87087,8 +87085,8 @@ } }, "range": [ - 36866, - 36879 + 36862, + 36875 ], "loc": { "start": { @@ -87107,8 +87105,8 @@ "object": { "type": "ThisExpression", "range": [ - 36880, - 36884 + 36876, + 36880 ], "loc": { "start": { @@ -87125,8 +87123,8 @@ "type": "Identifier", "name": "id", "range": [ - 36885, - 36887 + 36881, + 36883 ], "loc": { "start": { @@ -87140,8 +87138,8 @@ } }, "range": [ - 36880, - 36887 + 36876, + 36883 ], "loc": { "start": { @@ -87155,8 +87153,8 @@ } }, "range": [ - 36866, - 36887 + 36862, + 36883 ], "loc": { "start": { @@ -87171,8 +87169,8 @@ } ], "range": [ - 36859, - 36888 + 36855, + 36884 ], "loc": { "start": { @@ -87187,8 +87185,8 @@ } ], "range": [ - 36841, - 36889 + 36837, + 36885 ], "loc": { "start": { @@ -87202,8 +87200,8 @@ } }, "range": [ - 36834, - 36889 + 36830, + 36885 ], "loc": { "start": { @@ -87219,8 +87217,8 @@ ], "kind": "let", "range": [ - 36830, - 36890 + 36826, + 36886 ], "loc": { "start": { @@ -87237,8 +87235,8 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 36727, - 36821 + 36723, + 36817 ], "loc": { "start": { @@ -87265,8 +87263,8 @@ "type": "Identifier", "name": "rdiv", "range": [ - 36899, - 36903 + 36895, + 36899 ], "loc": { "start": { @@ -87283,8 +87281,8 @@ "type": "Identifier", "name": "className", "range": [ - 36904, - 36913 + 36900, + 36909 ], "loc": { "start": { @@ -87298,8 +87296,8 @@ } }, "range": [ - 36899, - 36913 + 36895, + 36909 ], "loc": { "start": { @@ -87318,8 +87316,8 @@ "object": { "type": "ThisExpression", "range": [ - 36916, - 36920 + 36912, + 36916 ], "loc": { "start": { @@ -87336,8 +87334,8 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 36921, - 36933 + 36917, + 36929 ], "loc": { "start": { @@ -87351,8 +87349,8 @@ } }, "range": [ - 36916, - 36933 + 36912, + 36929 ], "loc": { "start": { @@ -87366,8 +87364,8 @@ } }, "range": [ - 36899, - 36933 + 36895, + 36929 ], "loc": { "start": { @@ -87381,8 +87379,8 @@ } }, "range": [ - 36899, - 36934 + 36895, + 36930 ], "loc": { "start": { @@ -87406,8 +87404,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36943, - 36949 + 36939, + 36945 ], "loc": { "start": { @@ -87424,8 +87422,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36950, - 36961 + 36946, + 36957 ], "loc": { "start": { @@ -87439,8 +87437,8 @@ } }, "range": [ - 36943, - 36961 + 36939, + 36957 ], "loc": { "start": { @@ -87458,8 +87456,8 @@ "type": "Identifier", "name": "rdiv", "range": [ - 36962, - 36966 + 36958, + 36962 ], "loc": { "start": { @@ -87474,8 +87472,8 @@ } ], "range": [ - 36943, - 36967 + 36939, + 36963 ], "loc": { "start": { @@ -87489,8 +87487,8 @@ } }, "range": [ - 36943, - 36968 + 36939, + 36964 ], "loc": { "start": { @@ -87514,8 +87512,8 @@ "object": { "type": "ThisExpression", "range": [ - 36977, - 36981 + 36973, + 36977 ], "loc": { "start": { @@ -87532,8 +87530,8 @@ "type": "Identifier", "name": "rDiv", "range": [ - 36982, - 36986 + 36978, + 36982 ], "loc": { "start": { @@ -87547,8 +87545,8 @@ } }, "range": [ - 36977, - 36986 + 36973, + 36982 ], "loc": { "start": { @@ -87570,8 +87568,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36989, - 36992 + 36985, + 36988 ], "loc": { "start": { @@ -87588,8 +87586,8 @@ "type": "Identifier", "name": "id", "range": [ - 36993, - 36995 + 36989, + 36991 ], "loc": { "start": { @@ -87603,8 +87601,8 @@ } }, "range": [ - 36989, - 36995 + 36985, + 36991 ], "loc": { "start": { @@ -87627,8 +87625,8 @@ "object": { "type": "ThisExpression", "range": [ - 36996, - 37000 + 36992, + 36996 ], "loc": { "start": { @@ -87645,8 +87643,8 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 37001, - 37009 + 36997, + 37005 ], "loc": { "start": { @@ -87660,8 +87658,8 @@ } }, "range": [ - 36996, - 37009 + 36992, + 37005 ], "loc": { "start": { @@ -87680,8 +87678,8 @@ "object": { "type": "ThisExpression", "range": [ - 37010, - 37014 + 37006, + 37010 ], "loc": { "start": { @@ -87698,8 +87696,8 @@ "type": "Identifier", "name": "id", "range": [ - 37015, - 37017 + 37011, + 37013 ], "loc": { "start": { @@ -87713,8 +87711,8 @@ } }, "range": [ - 37010, - 37017 + 37006, + 37013 ], "loc": { "start": { @@ -87728,8 +87726,8 @@ } }, "range": [ - 36996, - 37017 + 36992, + 37013 ], "loc": { "start": { @@ -87744,8 +87742,8 @@ } ], "range": [ - 36989, - 37018 + 36985, + 37014 ], "loc": { "start": { @@ -87759,8 +87757,8 @@ } }, "range": [ - 36977, - 37018 + 36973, + 37014 ], "loc": { "start": { @@ -87774,8 +87772,8 @@ } }, "range": [ - 36977, - 37019 + 36973, + 37015 ], "loc": { "start": { @@ -87792,8 +87790,8 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 37029, - 37073 + 37025, + 37069 ], "loc": { "start": { @@ -87817,8 +87815,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 37086, - 37090 + 37082, + 37086 ], "loc": { "start": { @@ -87840,8 +87838,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 37093, - 37096 + 37089, + 37092 ], "loc": { "start": { @@ -87858,8 +87856,8 @@ "type": "Identifier", "name": "create", "range": [ - 37097, - 37103 + 37093, + 37099 ], "loc": { "start": { @@ -87873,8 +87871,8 @@ } }, "range": [ - 37093, - 37103 + 37089, + 37099 ], "loc": { "start": { @@ -87893,8 +87891,8 @@ "value": "div", "raw": "'div'", "range": [ - 37104, - 37109 + 37100, + 37105 ], "loc": { "start": { @@ -87915,8 +87913,8 @@ "value": "id", "raw": "'id'", "range": [ - 37112, - 37116 + 37108, + 37112 ], "loc": { "start": { @@ -87938,8 +87936,8 @@ "object": { "type": "ThisExpression", "range": [ - 37118, - 37122 + 37114, + 37118 ], "loc": { "start": { @@ -87956,8 +87954,8 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 37123, - 37131 + 37119, + 37127 ], "loc": { "start": { @@ -87971,8 +87969,8 @@ } }, "range": [ - 37118, - 37131 + 37114, + 37127 ], "loc": { "start": { @@ -87991,8 +87989,8 @@ "object": { "type": "ThisExpression", "range": [ - 37132, - 37136 + 37128, + 37132 ], "loc": { "start": { @@ -88009,8 +88007,8 @@ "type": "Identifier", "name": "id", "range": [ - 37137, - 37139 + 37133, + 37135 ], "loc": { "start": { @@ -88024,8 +88022,8 @@ } }, "range": [ - 37132, - 37139 + 37128, + 37135 ], "loc": { "start": { @@ -88039,8 +88037,8 @@ } }, "range": [ - 37118, - 37139 + 37114, + 37135 ], "loc": { "start": { @@ -88055,8 +88053,8 @@ } ], "range": [ - 37111, - 37140 + 37107, + 37136 ], "loc": { "start": { @@ -88071,8 +88069,8 @@ } ], "range": [ - 37093, - 37141 + 37089, + 37137 ], "loc": { "start": { @@ -88086,8 +88084,8 @@ } }, "range": [ - 37086, - 37141 + 37082, + 37137 ], "loc": { "start": { @@ -88103,8 +88101,8 @@ ], "kind": "let", "range": [ - 37082, - 37142 + 37078, + 37138 ], "loc": { "start": { @@ -88121,8 +88119,8 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 37029, - 37073 + 37025, + 37069 ], "loc": { "start": { @@ -88149,8 +88147,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 37151, - 37155 + 37147, + 37151 ], "loc": { "start": { @@ -88167,8 +88165,8 @@ "type": "Identifier", "name": "className", "range": [ - 37156, - 37165 + 37152, + 37161 ], "loc": { "start": { @@ -88182,8 +88180,8 @@ } }, "range": [ - 37151, - 37165 + 37147, + 37161 ], "loc": { "start": { @@ -88202,8 +88200,8 @@ "object": { "type": "ThisExpression", "range": [ - 37168, - 37172 + 37164, + 37168 ], "loc": { "start": { @@ -88220,8 +88218,8 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 37173, - 37185 + 37169, + 37181 ], "loc": { "start": { @@ -88235,8 +88233,8 @@ } }, "range": [ - 37168, - 37185 + 37164, + 37181 ], "loc": { "start": { @@ -88250,8 +88248,8 @@ } }, "range": [ - 37151, - 37185 + 37147, + 37181 ], "loc": { "start": { @@ -88265,8 +88263,8 @@ } }, "range": [ - 37151, - 37186 + 37147, + 37182 ], "loc": { "start": { @@ -88290,8 +88288,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 37195, - 37201 + 37191, + 37197 ], "loc": { "start": { @@ -88308,8 +88306,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37202, - 37213 + 37198, + 37209 ], "loc": { "start": { @@ -88323,8 +88321,8 @@ } }, "range": [ - 37195, - 37213 + 37191, + 37209 ], "loc": { "start": { @@ -88342,8 +88340,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 37214, - 37218 + 37210, + 37214 ], "loc": { "start": { @@ -88358,8 +88356,8 @@ } ], "range": [ - 37195, - 37219 + 37191, + 37215 ], "loc": { "start": { @@ -88373,8 +88371,8 @@ } }, "range": [ - 37195, - 37220 + 37191, + 37216 ], "loc": { "start": { @@ -88398,8 +88396,8 @@ "object": { "type": "ThisExpression", "range": [ - 37229, - 37233 + 37225, + 37229 ], "loc": { "start": { @@ -88416,8 +88414,8 @@ "type": "Identifier", "name": "mDiv", "range": [ - 37234, - 37238 + 37230, + 37234 ], "loc": { "start": { @@ -88431,8 +88429,8 @@ } }, "range": [ - 37229, - 37238 + 37225, + 37234 ], "loc": { "start": { @@ -88454,8 +88452,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 37241, - 37244 + 37237, + 37240 ], "loc": { "start": { @@ -88472,8 +88470,8 @@ "type": "Identifier", "name": "id", "range": [ - 37245, - 37247 + 37241, + 37243 ], "loc": { "start": { @@ -88487,8 +88485,8 @@ } }, "range": [ - 37241, - 37247 + 37237, + 37243 ], "loc": { "start": { @@ -88511,8 +88509,8 @@ "object": { "type": "ThisExpression", "range": [ - 37248, - 37252 + 37244, + 37248 ], "loc": { "start": { @@ -88529,8 +88527,8 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 37253, - 37261 + 37249, + 37257 ], "loc": { "start": { @@ -88544,8 +88542,8 @@ } }, "range": [ - 37248, - 37261 + 37244, + 37257 ], "loc": { "start": { @@ -88564,8 +88562,8 @@ "object": { "type": "ThisExpression", "range": [ - 37262, - 37266 + 37258, + 37262 ], "loc": { "start": { @@ -88582,8 +88580,8 @@ "type": "Identifier", "name": "id", "range": [ - 37267, - 37269 + 37263, + 37265 ], "loc": { "start": { @@ -88597,8 +88595,8 @@ } }, "range": [ - 37262, - 37269 + 37258, + 37265 ], "loc": { "start": { @@ -88612,8 +88610,8 @@ } }, "range": [ - 37248, - 37269 + 37244, + 37265 ], "loc": { "start": { @@ -88628,8 +88626,8 @@ } ], "range": [ - 37241, - 37270 + 37237, + 37266 ], "loc": { "start": { @@ -88643,8 +88641,8 @@ } }, "range": [ - 37229, - 37270 + 37225, + 37266 ], "loc": { "start": { @@ -88658,8 +88656,8 @@ } }, "range": [ - 37229, - 37271 + 37225, + 37267 ], "loc": { "start": { @@ -88676,8 +88674,8 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 37281, - 37326 + 37277, + 37322 ], "loc": { "start": { @@ -88703,8 +88701,8 @@ "type": "Identifier", "name": "Types", "range": [ - 37338, - 37343 + 37334, + 37339 ], "loc": { "start": { @@ -88721,8 +88719,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 37344, - 37351 + 37340, + 37347 ], "loc": { "start": { @@ -88736,8 +88734,8 @@ } }, "range": [ - 37338, - 37351 + 37334, + 37347 ], "loc": { "start": { @@ -88757,8 +88755,8 @@ "object": { "type": "ThisExpression", "range": [ - 37352, - 37356 + 37348, + 37352 ], "loc": { "start": { @@ -88775,8 +88773,8 @@ "type": "Identifier", "name": "help", "range": [ - 37357, - 37361 + 37353, + 37357 ], "loc": { "start": { @@ -88790,8 +88788,8 @@ } }, "range": [ - 37352, - 37361 + 37348, + 37357 ], "loc": { "start": { @@ -88806,8 +88804,8 @@ } ], "range": [ - 37338, - 37362 + 37334, + 37358 ], "loc": { "start": { @@ -88836,8 +88834,8 @@ "object": { "type": "ThisExpression", "range": [ - 37377, - 37381 + 37373, + 37377 ], "loc": { "start": { @@ -88854,8 +88852,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 37382, - 37389 + 37378, + 37385 ], "loc": { "start": { @@ -88869,8 +88867,8 @@ } }, "range": [ - 37377, - 37389 + 37373, + 37385 ], "loc": { "start": { @@ -88887,8 +88885,8 @@ "type": "Identifier", "name": "emit", "range": [ - 37390, - 37394 + 37386, + 37390 ], "loc": { "start": { @@ -88902,8 +88900,8 @@ } }, "range": [ - 37377, - 37394 + 37373, + 37390 ], "loc": { "start": { @@ -88922,8 +88920,8 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 37395, - 37406 + 37391, + 37402 ], "loc": { "start": { @@ -88939,8 +88937,8 @@ { "type": "ThisExpression", "range": [ - 37408, - 37412 + 37404, + 37408 ], "loc": { "start": { @@ -88955,8 +88953,8 @@ } ], "range": [ - 37377, - 37413 + 37373, + 37409 ], "loc": { "start": { @@ -88970,8 +88968,8 @@ } }, "range": [ - 37377, - 37414 + 37373, + 37410 ], "loc": { "start": { @@ -88986,8 +88984,8 @@ } ], "range": [ - 37363, - 37424 + 37359, + 37420 ], "loc": { "start": { @@ -89002,8 +89000,8 @@ }, "alternate": null, "range": [ - 37335, - 37424 + 37331, + 37420 ], "loc": { "start": { @@ -89020,8 +89018,8 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 37281, - 37326 + 37277, + 37322 ], "loc": { "start": { @@ -89038,8 +89036,8 @@ } ], "range": [ - 35617, - 37430 + 35613, + 37426 ], "loc": { "start": { @@ -89055,8 +89053,8 @@ "generator": false, "expression": false, "range": [ - 35615, - 37430 + 35611, + 37426 ], "loc": { "start": { @@ -89072,8 +89070,8 @@ "kind": "method", "computed": false, "range": [ - 35605, - 37430 + 35601, + 37426 ], "loc": { "start": { @@ -89090,8 +89088,8 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 35511, - 35600 + 35507, + 35596 ], "loc": { "start": { @@ -89110,8 +89108,8 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 37436, - 37487 + 37432, + 37483 ], "loc": { "start": { @@ -89133,8 +89131,8 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 37492, - 37505 + 37488, + 37501 ], "loc": { "start": { @@ -89165,8 +89163,8 @@ "object": { "type": "ThisExpression", "range": [ - 37521, - 37525 + 37517, + 37521 ], "loc": { "start": { @@ -89183,8 +89181,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 37526, - 37532 + 37522, + 37528 ], "loc": { "start": { @@ -89198,8 +89196,8 @@ } }, "range": [ - 37521, - 37532 + 37517, + 37528 ], "loc": { "start": { @@ -89214,8 +89212,8 @@ }, "prefix": true, "range": [ - 37520, - 37532 + 37516, + 37528 ], "loc": { "start": { @@ -89235,8 +89233,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 37547, - 37554 + 37543, + 37550 ], "loc": { "start": { @@ -89251,8 +89249,8 @@ } ], "range": [ - 37533, - 37564 + 37529, + 37560 ], "loc": { "start": { @@ -89267,8 +89265,8 @@ }, "alternate": null, "range": [ - 37517, - 37564 + 37513, + 37560 ], "loc": { "start": { @@ -89292,8 +89290,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 37573, - 37576 + 37569, + 37572 ], "loc": { "start": { @@ -89310,8 +89308,8 @@ "type": "Identifier", "name": "remove", "range": [ - 37577, - 37583 + 37573, + 37579 ], "loc": { "start": { @@ -89325,8 +89323,8 @@ } }, "range": [ - 37573, - 37583 + 37569, + 37579 ], "loc": { "start": { @@ -89346,8 +89344,8 @@ "object": { "type": "ThisExpression", "range": [ - 37584, - 37588 + 37580, + 37584 ], "loc": { "start": { @@ -89364,8 +89362,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 37589, - 37595 + 37585, + 37591 ], "loc": { "start": { @@ -89379,8 +89377,8 @@ } }, "range": [ - 37584, - 37595 + 37580, + 37591 ], "loc": { "start": { @@ -89395,8 +89393,8 @@ } ], "range": [ - 37573, - 37596 + 37569, + 37592 ], "loc": { "start": { @@ -89410,8 +89408,8 @@ } }, "range": [ - 37573, - 37597 + 37569, + 37593 ], "loc": { "start": { @@ -89435,8 +89433,8 @@ "object": { "type": "ThisExpression", "range": [ - 37606, - 37610 + 37602, + 37606 ], "loc": { "start": { @@ -89453,8 +89451,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 37611, - 37617 + 37607, + 37613 ], "loc": { "start": { @@ -89468,8 +89466,8 @@ } }, "range": [ - 37606, - 37617 + 37602, + 37613 ], "loc": { "start": { @@ -89487,8 +89485,8 @@ "value": null, "raw": "null", "range": [ - 37620, - 37624 + 37616, + 37620 ], "loc": { "start": { @@ -89502,8 +89500,8 @@ } }, "range": [ - 37606, - 37624 + 37602, + 37620 ], "loc": { "start": { @@ -89517,8 +89515,8 @@ } }, "range": [ - 37606, - 37625 + 37602, + 37621 ], "loc": { "start": { @@ -89540,8 +89538,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 37639, - 37642 + 37635, + 37638 ], "loc": { "start": { @@ -89560,8 +89558,8 @@ "object": { "type": "ThisExpression", "range": [ - 37645, - 37649 + 37641, + 37645 ], "loc": { "start": { @@ -89578,8 +89576,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 37650, - 37653 + 37646, + 37649 ], "loc": { "start": { @@ -89593,8 +89591,8 @@ } }, "range": [ - 37645, - 37653 + 37641, + 37649 ], "loc": { "start": { @@ -89608,8 +89606,8 @@ } }, "range": [ - 37639, - 37653 + 37635, + 37649 ], "loc": { "start": { @@ -89625,8 +89623,8 @@ ], "kind": "let", "range": [ - 37635, - 37654 + 37631, + 37650 ], "loc": { "start": { @@ -89648,8 +89646,8 @@ "type": "Identifier", "name": "captions", "range": [ - 37667, - 37675 + 37663, + 37671 ], "loc": { "start": { @@ -89671,8 +89669,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 37678, - 37681 + 37674, + 37677 ], "loc": { "start": { @@ -89689,8 +89687,8 @@ "type": "Identifier", "name": "tag", "range": [ - 37682, - 37685 + 37678, + 37681 ], "loc": { "start": { @@ -89704,8 +89702,8 @@ } }, "range": [ - 37678, - 37685 + 37674, + 37681 ], "loc": { "start": { @@ -89723,8 +89721,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 37686, - 37689 + 37682, + 37685 ], "loc": { "start": { @@ -89742,8 +89740,8 @@ "value": "caption", "raw": "'caption'", "range": [ - 37691, - 37700 + 37687, + 37696 ], "loc": { "start": { @@ -89758,8 +89756,8 @@ } ], "range": [ - 37678, - 37701 + 37674, + 37697 ], "loc": { "start": { @@ -89773,8 +89771,8 @@ } }, "range": [ - 37667, - 37701 + 37663, + 37697 ], "loc": { "start": { @@ -89790,8 +89788,8 @@ ], "kind": "let", "range": [ - 37663, - 37702 + 37659, + 37698 ], "loc": { "start": { @@ -89816,8 +89814,8 @@ "type": "Identifier", "name": "captions", "range": [ - 37714, - 37722 + 37710, + 37718 ], "loc": { "start": { @@ -89834,8 +89832,8 @@ "type": "Identifier", "name": "length", "range": [ - 37723, - 37729 + 37719, + 37725 ], "loc": { "start": { @@ -89849,8 +89847,8 @@ } }, "range": [ - 37714, - 37729 + 37710, + 37725 ], "loc": { "start": { @@ -89868,8 +89866,8 @@ "value": 0, "raw": "0", "range": [ - 37732, - 37733 + 37728, + 37729 ], "loc": { "start": { @@ -89883,8 +89881,8 @@ } }, "range": [ - 37714, - 37733 + 37710, + 37729 ], "loc": { "start": { @@ -89914,8 +89912,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 37748, - 37750 + 37744, + 37746 ], "loc": { "start": { @@ -89932,8 +89930,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 37751, - 37758 + 37747, + 37754 ], "loc": { "start": { @@ -89947,8 +89945,8 @@ } }, "range": [ - 37748, - 37758 + 37744, + 37754 ], "loc": { "start": { @@ -89965,8 +89963,8 @@ "type": "Identifier", "name": "call", "range": [ - 37759, - 37763 + 37755, + 37759 ], "loc": { "start": { @@ -89980,8 +89978,8 @@ } }, "range": [ - 37748, - 37763 + 37744, + 37759 ], "loc": { "start": { @@ -89999,8 +89997,8 @@ "type": "Identifier", "name": "captions", "range": [ - 37764, - 37772 + 37760, + 37768 ], "loc": { "start": { @@ -90021,8 +90019,8 @@ "type": "Identifier", "name": "elm", "range": [ - 37775, - 37778 + 37771, + 37774 ], "loc": { "start": { @@ -90045,8 +90043,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 37782, - 37785 + 37778, + 37781 ], "loc": { "start": { @@ -90063,8 +90061,8 @@ "type": "Identifier", "name": "removeChild", "range": [ - 37786, - 37797 + 37782, + 37793 ], "loc": { "start": { @@ -90078,8 +90076,8 @@ } }, "range": [ - 37782, - 37797 + 37778, + 37793 ], "loc": { "start": { @@ -90097,8 +90095,8 @@ "type": "Identifier", "name": "elm", "range": [ - 37798, - 37801 + 37794, + 37797 ], "loc": { "start": { @@ -90113,8 +90111,8 @@ } ], "range": [ - 37782, - 37802 + 37778, + 37798 ], "loc": { "start": { @@ -90130,8 +90128,8 @@ "generator": false, "expression": true, "range": [ - 37774, - 37802 + 37770, + 37798 ], "loc": { "start": { @@ -90146,8 +90144,8 @@ } ], "range": [ - 37748, - 37803 + 37744, + 37799 ], "loc": { "start": { @@ -90161,8 +90159,8 @@ } }, "range": [ - 37748, - 37804 + 37744, + 37800 ], "loc": { "start": { @@ -90177,8 +90175,8 @@ } ], "range": [ - 37734, - 37814 + 37730, + 37810 ], "loc": { "start": { @@ -90193,8 +90191,8 @@ }, "alternate": null, "range": [ - 37711, - 37814 + 37707, + 37810 ], "loc": { "start": { @@ -90209,8 +90207,8 @@ } ], "range": [ - 37507, - 37820 + 37503, + 37816 ], "loc": { "start": { @@ -90226,8 +90224,8 @@ "generator": false, "expression": false, "range": [ - 37505, - 37820 + 37501, + 37816 ], "loc": { "start": { @@ -90243,8 +90241,8 @@ "kind": "method", "computed": false, "range": [ - 37492, - 37820 + 37488, + 37816 ], "loc": { "start": { @@ -90261,8 +90259,8 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 37436, - 37487 + 37432, + 37483 ], "loc": { "start": { @@ -90281,8 +90279,8 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37826, - 37883 + 37822, + 37879 ], "loc": { "start": { @@ -90304,8 +90302,8 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 37888, - 37906 + 37884, + 37902 ], "loc": { "start": { @@ -90336,8 +90334,8 @@ "object": { "type": "ThisExpression", "range": [ - 37922, - 37926 + 37918, + 37922 ], "loc": { "start": { @@ -90354,8 +90352,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 37927, - 37940 + 37923, + 37936 ], "loc": { "start": { @@ -90369,8 +90367,8 @@ } }, "range": [ - 37922, - 37940 + 37918, + 37936 ], "loc": { "start": { @@ -90385,8 +90383,8 @@ }, "prefix": true, "range": [ - 37921, - 37940 + 37917, + 37936 ], "loc": { "start": { @@ -90406,8 +90404,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 37955, - 37962 + 37951, + 37958 ], "loc": { "start": { @@ -90422,8 +90420,8 @@ } ], "range": [ - 37941, - 37972 + 37937, + 37968 ], "loc": { "start": { @@ -90438,8 +90436,8 @@ }, "alternate": null, "range": [ - 37918, - 37972 + 37914, + 37968 ], "loc": { "start": { @@ -90461,8 +90459,8 @@ "type": "Identifier", "name": "ids", "range": [ - 37985, - 37988 + 37981, + 37984 ], "loc": { "start": { @@ -90481,8 +90479,8 @@ "object": { "type": "ThisExpression", "range": [ - 37991, - 37995 + 37987, + 37991 ], "loc": { "start": { @@ -90499,8 +90497,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 37996, - 38013 + 37992, + 38009 ], "loc": { "start": { @@ -90514,8 +90512,8 @@ } }, "range": [ - 37991, - 38013 + 37987, + 38009 ], "loc": { "start": { @@ -90529,8 +90527,8 @@ } }, "range": [ - 37985, - 38013 + 37981, + 38009 ], "loc": { "start": { @@ -90549,8 +90547,8 @@ "type": "Identifier", "name": "len", "range": [ - 38027, - 38030 + 38023, + 38026 ], "loc": { "start": { @@ -90570,8 +90568,8 @@ "type": "Identifier", "name": "ids", "range": [ - 38033, - 38036 + 38029, + 38032 ], "loc": { "start": { @@ -90588,8 +90586,8 @@ "type": "Identifier", "name": "length", "range": [ - 38037, - 38043 + 38033, + 38039 ], "loc": { "start": { @@ -90603,8 +90601,8 @@ } }, "range": [ - 38033, - 38043 + 38029, + 38039 ], "loc": { "start": { @@ -90618,8 +90616,8 @@ } }, "range": [ - 38027, - 38043 + 38023, + 38039 ], "loc": { "start": { @@ -90635,8 +90633,8 @@ ], "kind": "let", "range": [ - 37981, - 38044 + 37977, + 38040 ], "loc": { "start": { @@ -90660,8 +90658,8 @@ "type": "Identifier", "name": "ct", "range": [ - 38061, - 38063 + 38057, + 38059 ], "loc": { "start": { @@ -90679,8 +90677,8 @@ "value": 0, "raw": "0", "range": [ - 38064, - 38065 + 38060, + 38061 ], "loc": { "start": { @@ -90694,8 +90692,8 @@ } }, "range": [ - 38061, - 38065 + 38057, + 38061 ], "loc": { "start": { @@ -90711,8 +90709,8 @@ ], "kind": "let", "range": [ - 38057, - 38065 + 38053, + 38061 ], "loc": { "start": { @@ -90732,8 +90730,8 @@ "type": "Identifier", "name": "ct", "range": [ - 38067, - 38069 + 38063, + 38065 ], "loc": { "start": { @@ -90750,8 +90748,8 @@ "type": "Identifier", "name": "len", "range": [ - 38070, - 38073 + 38066, + 38069 ], "loc": { "start": { @@ -90765,8 +90763,8 @@ } }, "range": [ - 38067, - 38073 + 38063, + 38069 ], "loc": { "start": { @@ -90786,8 +90784,8 @@ "type": "Identifier", "name": "ct", "range": [ - 38075, - 38077 + 38071, + 38073 ], "loc": { "start": { @@ -90802,8 +90800,8 @@ }, "prefix": false, "range": [ - 38075, - 38079 + 38071, + 38075 ], "loc": { "start": { @@ -90828,8 +90826,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38098, - 38114 + 38094, + 38110 ], "loc": { "start": { @@ -90849,8 +90847,8 @@ "type": "Identifier", "name": "ids", "range": [ - 38117, - 38120 + 38113, + 38116 ], "loc": { "start": { @@ -90867,8 +90865,8 @@ "type": "Identifier", "name": "ct", "range": [ - 38121, - 38123 + 38117, + 38119 ], "loc": { "start": { @@ -90882,8 +90880,8 @@ } }, "range": [ - 38117, - 38124 + 38113, + 38120 ], "loc": { "start": { @@ -90897,8 +90895,8 @@ } }, "range": [ - 38098, - 38124 + 38094, + 38120 ], "loc": { "start": { @@ -90917,8 +90915,8 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 38142, - 38153 + 38138, + 38149 ], "loc": { "start": { @@ -90940,8 +90938,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 38156, - 38159 + 38152, + 38155 ], "loc": { "start": { @@ -90958,8 +90956,8 @@ "type": "Identifier", "name": "id", "range": [ - 38160, - 38162 + 38156, + 38158 ], "loc": { "start": { @@ -90973,8 +90971,8 @@ } }, "range": [ - 38156, - 38162 + 38152, + 38158 ], "loc": { "start": { @@ -90992,8 +90990,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38163, - 38179 + 38159, + 38175 ], "loc": { "start": { @@ -91008,8 +91006,8 @@ } ], "range": [ - 38156, - 38180 + 38152, + 38176 ], "loc": { "start": { @@ -91023,8 +91021,8 @@ } }, "range": [ - 38142, - 38180 + 38138, + 38176 ], "loc": { "start": { @@ -91040,8 +91038,8 @@ ], "kind": "let", "range": [ - 38094, - 38181 + 38090, + 38177 ], "loc": { "start": { @@ -91060,8 +91058,8 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 38197, - 38208 + 38193, + 38204 ], "loc": { "start": { @@ -91089,8 +91087,8 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 38227, - 38238 + 38223, + 38234 ], "loc": { "start": { @@ -91107,8 +91105,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 38239, - 38248 + 38235, + 38244 ], "loc": { "start": { @@ -91122,8 +91120,8 @@ } }, "range": [ - 38227, - 38248 + 38223, + 38244 ], "loc": { "start": { @@ -91141,8 +91139,8 @@ "value": "", "raw": "''", "range": [ - 38251, - 38253 + 38247, + 38249 ], "loc": { "start": { @@ -91156,8 +91154,8 @@ } }, "range": [ - 38227, - 38253 + 38223, + 38249 ], "loc": { "start": { @@ -91171,8 +91169,8 @@ } }, "range": [ - 38227, - 38254 + 38223, + 38250 ], "loc": { "start": { @@ -91187,8 +91185,8 @@ } ], "range": [ - 38209, - 38268 + 38205, + 38264 ], "loc": { "start": { @@ -91203,8 +91201,8 @@ }, "alternate": null, "range": [ - 38194, - 38268 + 38190, + 38264 ], "loc": { "start": { @@ -91219,8 +91217,8 @@ } ], "range": [ - 38080, - 38278 + 38076, + 38274 ], "loc": { "start": { @@ -91234,8 +91232,8 @@ } }, "range": [ - 38053, - 38278 + 38049, + 38274 ], "loc": { "start": { @@ -91250,8 +91248,8 @@ } ], "range": [ - 37908, - 38284 + 37904, + 38280 ], "loc": { "start": { @@ -91267,8 +91265,8 @@ "generator": false, "expression": false, "range": [ - 37906, - 38284 + 37902, + 38280 ], "loc": { "start": { @@ -91284,8 +91282,8 @@ "kind": "method", "computed": false, "range": [ - 37888, - 38284 + 37884, + 38280 ], "loc": { "start": { @@ -91302,8 +91300,8 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37826, - 37883 + 37822, + 37879 ], "loc": { "start": { @@ -91322,8 +91320,8 @@ "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": [ - 38290, - 38444 + 38286, + 38440 ], "loc": { "start": { @@ -91345,8 +91343,8 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 38449, - 38464 + 38445, + 38460 ], "loc": { "start": { @@ -91367,8 +91365,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38465, - 38473 + 38461, + 38469 ], "loc": { "start": { @@ -91396,8 +91394,8 @@ "object": { "type": "ThisExpression", "range": [ - 38492, - 38496 + 38488, + 38492 ], "loc": { "start": { @@ -91414,8 +91412,8 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 38497, - 38513 + 38493, + 38509 ], "loc": { "start": { @@ -91429,8 +91427,8 @@ } }, "range": [ - 38492, - 38513 + 38488, + 38509 ], "loc": { "start": { @@ -91460,8 +91458,8 @@ "object": { "type": "ThisExpression", "range": [ - 38529, - 38533 + 38525, + 38529 ], "loc": { "start": { @@ -91478,8 +91476,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38534, - 38547 + 38530, + 38543 ], "loc": { "start": { @@ -91493,8 +91491,8 @@ } }, "range": [ - 38529, - 38547 + 38525, + 38543 ], "loc": { "start": { @@ -91511,8 +91509,8 @@ "type": "Identifier", "name": "cols", "range": [ - 38548, - 38552 + 38544, + 38548 ], "loc": { "start": { @@ -91526,8 +91524,8 @@ } }, "range": [ - 38529, - 38552 + 38525, + 38548 ], "loc": { "start": { @@ -91544,8 +91542,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 38553, - 38560 + 38549, + 38556 ], "loc": { "start": { @@ -91559,8 +91557,8 @@ } }, "range": [ - 38529, - 38560 + 38525, + 38556 ], "loc": { "start": { @@ -91578,8 +91576,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38561, - 38569 + 38557, + 38565 ], "loc": { "start": { @@ -91594,8 +91592,8 @@ } ], "range": [ - 38529, - 38570 + 38525, + 38566 ], "loc": { "start": { @@ -91616,8 +91614,8 @@ "value": 1, "raw": "1", "range": [ - 38575, - 38576 + 38571, + 38572 ], "loc": { "start": { @@ -91632,8 +91630,8 @@ }, "prefix": true, "range": [ - 38574, - 38576 + 38570, + 38572 ], "loc": { "start": { @@ -91647,8 +91645,8 @@ } }, "range": [ - 38529, - 38576 + 38525, + 38572 ], "loc": { "start": { @@ -91662,8 +91660,8 @@ } }, "range": [ - 38492, - 38576 + 38488, + 38572 ], "loc": { "start": { @@ -91677,8 +91675,8 @@ } }, "range": [ - 38485, - 38577 + 38481, + 38573 ], "loc": { "start": { @@ -91693,8 +91691,8 @@ } ], "range": [ - 38475, - 38583 + 38471, + 38579 ], "loc": { "start": { @@ -91710,8 +91708,8 @@ "generator": false, "expression": false, "range": [ - 38464, - 38583 + 38460, + 38579 ], "loc": { "start": { @@ -91727,8 +91725,8 @@ "kind": "method", "computed": false, "range": [ - 38449, - 38583 + 38445, + 38579 ], "loc": { "start": { @@ -91745,8 +91743,8 @@ "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": [ - 38290, - 38444 + 38286, + 38440 ], "loc": { "start": { @@ -91765,8 +91763,8 @@ "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": [ - 38589, - 38785 + 38585, + 38781 ], "loc": { "start": { @@ -91788,8 +91786,8 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 38790, - 38806 + 38786, + 38802 ], "loc": { "start": { @@ -91810,8 +91808,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38807, - 38815 + 38803, + 38811 ], "loc": { "start": { @@ -91842,8 +91840,8 @@ "type": "Identifier", "name": "Types", "range": [ - 38829, - 38834 + 38825, + 38830 ], "loc": { "start": { @@ -91860,8 +91858,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 38835, - 38842 + 38831, + 38838 ], "loc": { "start": { @@ -91875,8 +91873,8 @@ } }, "range": [ - 38829, - 38842 + 38825, + 38838 ], "loc": { "start": { @@ -91894,8 +91892,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38843, - 38851 + 38839, + 38847 ], "loc": { "start": { @@ -91910,8 +91908,8 @@ } ], "range": [ - 38829, - 38852 + 38825, + 38848 ], "loc": { "start": { @@ -91935,8 +91933,8 @@ "object": { "type": "ThisExpression", "range": [ - 38857, - 38861 + 38853, + 38857 ], "loc": { "start": { @@ -91953,8 +91951,8 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 38862, - 38877 + 38858, + 38873 ], "loc": { "start": { @@ -91968,8 +91966,8 @@ } }, "range": [ - 38857, - 38877 + 38853, + 38873 ], "loc": { "start": { @@ -91987,8 +91985,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38878, - 38886 + 38874, + 38882 ], "loc": { "start": { @@ -92003,8 +92001,8 @@ } ], "range": [ - 38857, - 38887 + 38853, + 38883 ], "loc": { "start": { @@ -92019,8 +92017,8 @@ }, "prefix": true, "range": [ - 38856, - 38887 + 38852, + 38883 ], "loc": { "start": { @@ -92034,8 +92032,8 @@ } }, "range": [ - 38829, - 38887 + 38825, + 38883 ], "loc": { "start": { @@ -92055,8 +92053,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 38902, - 38909 + 38898, + 38905 ], "loc": { "start": { @@ -92071,8 +92069,8 @@ } ], "range": [ - 38888, - 38919 + 38884, + 38915 ], "loc": { "start": { @@ -92087,8 +92085,8 @@ }, "alternate": null, "range": [ - 38826, - 38919 + 38822, + 38915 ], "loc": { "start": { @@ -92110,8 +92108,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38933, - 38946 + 38929, + 38942 ], "loc": { "start": { @@ -92130,8 +92128,8 @@ "object": { "type": "ThisExpression", "range": [ - 38949, - 38953 + 38945, + 38949 ], "loc": { "start": { @@ -92148,8 +92146,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38954, - 38967 + 38950, + 38963 ], "loc": { "start": { @@ -92163,8 +92161,8 @@ } }, "range": [ - 38949, - 38967 + 38945, + 38963 ], "loc": { "start": { @@ -92178,8 +92176,8 @@ } }, "range": [ - 38933, - 38967 + 38929, + 38963 ], "loc": { "start": { @@ -92195,8 +92193,8 @@ ], "kind": "let", "range": [ - 38929, - 38968 + 38925, + 38964 ], "loc": { "start": { @@ -92218,8 +92216,8 @@ "type": "Identifier", "name": "cols", "range": [ - 38981, - 38985 + 38977, + 38981 ], "loc": { "start": { @@ -92239,8 +92237,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38988, - 39001 + 38984, + 38997 ], "loc": { "start": { @@ -92257,8 +92255,8 @@ "type": "Identifier", "name": "cols", "range": [ - 39002, - 39006 + 38998, + 39002 ], "loc": { "start": { @@ -92272,8 +92270,8 @@ } }, "range": [ - 38988, - 39006 + 38984, + 39002 ], "loc": { "start": { @@ -92287,8 +92285,8 @@ } }, "range": [ - 38981, - 39006 + 38977, + 39002 ], "loc": { "start": { @@ -92304,8 +92302,8 @@ ], "kind": "let", "range": [ - 38977, - 39007 + 38973, + 39003 ], "loc": { "start": { @@ -92327,8 +92325,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39020, - 39026 + 39016, + 39022 ], "loc": { "start": { @@ -92345,8 +92343,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 39029, - 39031 + 39025, + 39027 ], "loc": { "start": { @@ -92360,8 +92358,8 @@ } }, "range": [ - 39020, - 39031 + 39016, + 39027 ], "loc": { "start": { @@ -92380,8 +92378,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 39033, - 39041 + 39029, + 39037 ], "loc": { "start": { @@ -92398,8 +92396,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 39044, - 39046 + 39040, + 39042 ], "loc": { "start": { @@ -92413,8 +92411,8 @@ } }, "range": [ - 39033, - 39046 + 39029, + 39042 ], "loc": { "start": { @@ -92430,8 +92428,8 @@ ], "kind": "let", "range": [ - 39016, - 39047 + 39012, + 39043 ], "loc": { "start": { @@ -92453,8 +92451,8 @@ "type": "Identifier", "name": "index", "range": [ - 39060, - 39065 + 39056, + 39061 ], "loc": { "start": { @@ -92476,8 +92474,8 @@ "type": "Identifier", "name": "cols", "range": [ - 39068, - 39072 + 39064, + 39068 ], "loc": { "start": { @@ -92494,8 +92492,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 39073, - 39080 + 39069, + 39076 ], "loc": { "start": { @@ -92509,8 +92507,8 @@ } }, "range": [ - 39068, - 39080 + 39064, + 39076 ], "loc": { "start": { @@ -92528,8 +92526,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 39081, - 39089 + 39077, + 39085 ], "loc": { "start": { @@ -92544,8 +92542,8 @@ } ], "range": [ - 39068, - 39090 + 39064, + 39086 ], "loc": { "start": { @@ -92559,8 +92557,8 @@ } }, "range": [ - 39060, - 39090 + 39056, + 39086 ], "loc": { "start": { @@ -92576,8 +92574,8 @@ ], "kind": "let", "range": [ - 39056, - 39091 + 39052, + 39087 ], "loc": { "start": { @@ -92599,8 +92597,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 39104, - 39113 + 39100, + 39109 ], "loc": { "start": { @@ -92623,8 +92621,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 39116, - 39129 + 39112, + 39125 ], "loc": { "start": { @@ -92641,8 +92639,8 @@ "type": "Identifier", "name": "values", "range": [ - 39130, - 39136 + 39126, + 39132 ], "loc": { "start": { @@ -92656,8 +92654,8 @@ } }, "range": [ - 39116, - 39136 + 39112, + 39132 ], "loc": { "start": { @@ -92674,8 +92672,8 @@ "type": "Identifier", "name": "index", "range": [ - 39137, - 39142 + 39133, + 39138 ], "loc": { "start": { @@ -92689,8 +92687,8 @@ } }, "range": [ - 39116, - 39143 + 39112, + 39139 ], "loc": { "start": { @@ -92704,8 +92702,8 @@ } }, "range": [ - 39104, - 39143 + 39100, + 39139 ], "loc": { "start": { @@ -92721,8 +92719,8 @@ ], "kind": "let", "range": [ - 39100, - 39144 + 39096, + 39140 ], "loc": { "start": { @@ -92744,8 +92742,8 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 39157, - 39165 + 39153, + 39161 ], "loc": { "start": { @@ -92768,8 +92766,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 39168, - 39181 + 39164, + 39177 ], "loc": { "start": { @@ -92786,8 +92784,8 @@ "type": "Identifier", "name": "texts", "range": [ - 39182, - 39187 + 39178, + 39183 ], "loc": { "start": { @@ -92801,8 +92799,8 @@ } }, "range": [ - 39168, - 39187 + 39164, + 39183 ], "loc": { "start": { @@ -92819,8 +92817,8 @@ "type": "Identifier", "name": "index", "range": [ - 39188, - 39193 + 39184, + 39189 ], "loc": { "start": { @@ -92834,8 +92832,8 @@ } }, "range": [ - 39168, - 39194 + 39164, + 39190 ], "loc": { "start": { @@ -92849,8 +92847,8 @@ } }, "range": [ - 39157, - 39194 + 39153, + 39190 ], "loc": { "start": { @@ -92866,8 +92864,8 @@ ], "kind": "let", "range": [ - 39153, - 39195 + 39149, + 39191 ], "loc": { "start": { @@ -92889,8 +92887,8 @@ "type": "Identifier", "name": "slcSort", "range": [ - 39208, - 39215 + 39204, + 39211 ], "loc": { "start": { @@ -92913,8 +92911,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 39218, - 39231 + 39214, + 39227 ], "loc": { "start": { @@ -92931,8 +92929,8 @@ "type": "Identifier", "name": "sorts", "range": [ - 39232, - 39237 + 39228, + 39233 ], "loc": { "start": { @@ -92946,8 +92944,8 @@ } }, "range": [ - 39218, - 39237 + 39214, + 39233 ], "loc": { "start": { @@ -92964,8 +92962,8 @@ "type": "Identifier", "name": "index", "range": [ - 39238, - 39243 + 39234, + 39239 ], "loc": { "start": { @@ -92979,8 +92977,8 @@ } }, "range": [ - 39218, - 39244 + 39214, + 39240 ], "loc": { "start": { @@ -92994,8 +92992,8 @@ } }, "range": [ - 39208, - 39244 + 39204, + 39240 ], "loc": { "start": { @@ -93011,8 +93009,8 @@ ], "kind": "let", "range": [ - 39204, - 39245 + 39200, + 39241 ], "loc": { "start": { @@ -93036,8 +93034,8 @@ "type": "Identifier", "name": "r", "range": [ - 39263, - 39264 + 39259, + 39260 ], "loc": { "start": { @@ -93055,8 +93053,8 @@ "value": 0, "raw": "0", "range": [ - 39265, - 39266 + 39261, + 39262 ], "loc": { "start": { @@ -93070,8 +93068,8 @@ } }, "range": [ - 39263, - 39266 + 39259, + 39262 ], "loc": { "start": { @@ -93090,8 +93088,8 @@ "type": "Identifier", "name": "len", "range": [ - 39268, - 39271 + 39264, + 39267 ], "loc": { "start": { @@ -93111,8 +93109,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 39272, - 39281 + 39268, + 39277 ], "loc": { "start": { @@ -93129,8 +93127,8 @@ "type": "Identifier", "name": "length", "range": [ - 39282, - 39288 + 39278, + 39284 ], "loc": { "start": { @@ -93144,8 +93142,8 @@ } }, "range": [ - 39272, - 39288 + 39268, + 39284 ], "loc": { "start": { @@ -93159,8 +93157,8 @@ } }, "range": [ - 39268, - 39288 + 39264, + 39284 ], "loc": { "start": { @@ -93176,8 +93174,8 @@ ], "kind": "let", "range": [ - 39259, - 39288 + 39255, + 39284 ], "loc": { "start": { @@ -93197,8 +93195,8 @@ "type": "Identifier", "name": "r", "range": [ - 39290, - 39291 + 39286, + 39287 ], "loc": { "start": { @@ -93215,8 +93213,8 @@ "type": "Identifier", "name": "len", "range": [ - 39292, - 39295 + 39288, + 39291 ], "loc": { "start": { @@ -93230,8 +93228,8 @@ } }, "range": [ - 39290, - 39295 + 39286, + 39291 ], "loc": { "start": { @@ -93251,8 +93249,8 @@ "type": "Identifier", "name": "r", "range": [ - 39297, - 39298 + 39293, + 39294 ], "loc": { "start": { @@ -93267,8 +93265,8 @@ }, "prefix": false, "range": [ - 39297, - 39300 + 39293, + 39296 ], "loc": { "start": { @@ -93295,8 +93293,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 39315, - 39323 + 39311, + 39319 ], "loc": { "start": { @@ -93313,8 +93311,8 @@ "type": "Identifier", "name": "push", "range": [ - 39324, - 39328 + 39320, + 39324 ], "loc": { "start": { @@ -93328,8 +93326,8 @@ } }, "range": [ - 39315, - 39328 + 39311, + 39324 ], "loc": { "start": { @@ -93350,8 +93348,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 39329, - 39338 + 39325, + 39334 ], "loc": { "start": { @@ -93368,8 +93366,8 @@ "type": "Identifier", "name": "r", "range": [ - 39339, - 39340 + 39335, + 39336 ], "loc": { "start": { @@ -93383,8 +93381,8 @@ } }, "range": [ - 39329, - 39341 + 39325, + 39337 ], "loc": { "start": { @@ -93399,8 +93397,8 @@ } ], "range": [ - 39315, - 39342 + 39311, + 39338 ], "loc": { "start": { @@ -93414,8 +93412,8 @@ } }, "range": [ - 39315, - 39343 + 39311, + 39339 ], "loc": { "start": { @@ -93437,8 +93435,8 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 39359, - 39367 + 39355, + 39363 ], "loc": { "start": { @@ -93455,8 +93453,8 @@ "type": "Identifier", "name": "r", "range": [ - 39368, - 39369 + 39364, + 39365 ], "loc": { "start": { @@ -93470,8 +93468,8 @@ } }, "range": [ - 39359, - 39370 + 39355, + 39366 ], "loc": { "start": { @@ -93498,8 +93496,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39389, - 39395 + 39385, + 39391 ], "loc": { "start": { @@ -93516,8 +93514,8 @@ "type": "Identifier", "name": "push", "range": [ - 39396, - 39400 + 39392, + 39396 ], "loc": { "start": { @@ -93531,8 +93529,8 @@ } }, "range": [ - 39389, - 39400 + 39385, + 39396 ], "loc": { "start": { @@ -93553,8 +93551,8 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 39401, - 39409 + 39397, + 39405 ], "loc": { "start": { @@ -93571,8 +93569,8 @@ "type": "Identifier", "name": "r", "range": [ - 39410, - 39411 + 39406, + 39407 ], "loc": { "start": { @@ -93586,8 +93584,8 @@ } }, "range": [ - 39401, - 39412 + 39397, + 39408 ], "loc": { "start": { @@ -93602,8 +93600,8 @@ } ], "range": [ - 39389, - 39413 + 39385, + 39409 ], "loc": { "start": { @@ -93617,8 +93615,8 @@ } }, "range": [ - 39389, - 39414 + 39385, + 39410 ], "loc": { "start": { @@ -93633,8 +93631,8 @@ } ], "range": [ - 39371, - 39428 + 39367, + 39424 ], "loc": { "start": { @@ -93661,8 +93659,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39452, - 39458 + 39448, + 39454 ], "loc": { "start": { @@ -93679,8 +93677,8 @@ "type": "Identifier", "name": "push", "range": [ - 39459, - 39463 + 39455, + 39459 ], "loc": { "start": { @@ -93694,8 +93692,8 @@ } }, "range": [ - 39452, - 39463 + 39448, + 39459 ], "loc": { "start": { @@ -93716,8 +93714,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 39464, - 39473 + 39460, + 39469 ], "loc": { "start": { @@ -93734,8 +93732,8 @@ "type": "Identifier", "name": "r", "range": [ - 39474, - 39475 + 39470, + 39471 ], "loc": { "start": { @@ -93749,8 +93747,8 @@ } }, "range": [ - 39464, - 39476 + 39460, + 39472 ], "loc": { "start": { @@ -93765,8 +93763,8 @@ } ], "range": [ - 39452, - 39477 + 39448, + 39473 ], "loc": { "start": { @@ -93780,8 +93778,8 @@ } }, "range": [ - 39452, - 39478 + 39448, + 39474 ], "loc": { "start": { @@ -93796,8 +93794,8 @@ } ], "range": [ - 39434, - 39492 + 39430, + 39488 ], "loc": { "start": { @@ -93811,8 +93809,8 @@ } }, "range": [ - 39356, - 39492 + 39352, + 39488 ], "loc": { "start": { @@ -93827,8 +93825,8 @@ } ], "range": [ - 39301, - 39502 + 39297, + 39498 ], "loc": { "start": { @@ -93842,8 +93840,8 @@ } }, "range": [ - 39255, - 39502 + 39251, + 39498 ], "loc": { "start": { @@ -93862,8 +93860,8 @@ "type": "Identifier", "name": "slcSort", "range": [ - 39514, - 39521 + 39510, + 39517 ], "loc": { "start": { @@ -93890,8 +93888,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 39536, - 39544 + 39532, + 39540 ], "loc": { "start": { @@ -93908,8 +93906,8 @@ "type": "Identifier", "name": "sort", "range": [ - 39545, - 39549 + 39541, + 39545 ], "loc": { "start": { @@ -93923,8 +93921,8 @@ } }, "range": [ - 39536, - 39549 + 39532, + 39545 ], "loc": { "start": { @@ -93939,8 +93937,8 @@ }, "arguments": [], "range": [ - 39536, - 39551 + 39532, + 39547 ], "loc": { "start": { @@ -93954,8 +93952,8 @@ } }, "range": [ - 39536, - 39552 + 39532, + 39548 ], "loc": { "start": { @@ -93979,8 +93977,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39565, - 39571 + 39561, + 39567 ], "loc": { "start": { @@ -93997,8 +93995,8 @@ "type": "Identifier", "name": "sort", "range": [ - 39572, - 39576 + 39568, + 39572 ], "loc": { "start": { @@ -94012,8 +94010,8 @@ } }, "range": [ - 39565, - 39576 + 39561, + 39572 ], "loc": { "start": { @@ -94028,8 +94026,8 @@ }, "arguments": [], "range": [ - 39565, - 39578 + 39561, + 39574 ], "loc": { "start": { @@ -94043,8 +94041,8 @@ } }, "range": [ - 39565, - 39579 + 39561, + 39575 ], "loc": { "start": { @@ -94059,8 +94057,8 @@ } ], "range": [ - 39522, - 39589 + 39518, + 39585 ], "loc": { "start": { @@ -94075,8 +94073,8 @@ }, "alternate": null, "range": [ - 39511, - 39589 + 39507, + 39585 ], "loc": { "start": { @@ -94098,8 +94096,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 39606, - 39614 + 39602, + 39610 ], "loc": { "start": { @@ -94116,8 +94114,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 39616, - 39622 + 39612, + 39618 ], "loc": { "start": { @@ -94132,8 +94130,8 @@ } ], "range": [ - 39605, - 39623 + 39601, + 39619 ], "loc": { "start": { @@ -94147,8 +94145,8 @@ } }, "range": [ - 39598, - 39624 + 39594, + 39620 ], "loc": { "start": { @@ -94163,8 +94161,8 @@ } ], "range": [ - 38816, - 39630 + 38812, + 39626 ], "loc": { "start": { @@ -94180,8 +94178,8 @@ "generator": false, "expression": false, "range": [ - 38806, - 39630 + 38802, + 39626 ], "loc": { "start": { @@ -94197,8 +94195,8 @@ "kind": "method", "computed": false, "range": [ - 38790, - 39630 + 38786, + 39626 ], "loc": { "start": { @@ -94215,8 +94213,8 @@ "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": [ - 38589, - 38785 + 38585, + 38781 ], "loc": { "start": { @@ -94235,8 +94233,8 @@ "type": "Block", "value": "*\n * Reset persisted filter values\n ", "range": [ - 39636, - 39684 + 39632, + 39680 ], "loc": { "start": { @@ -94258,8 +94256,8 @@ "type": "Identifier", "name": "resetValues", "range": [ - 39689, - 39700 + 39685, + 39696 ], "loc": { "start": { @@ -94290,8 +94288,8 @@ "object": { "type": "ThisExpression", "range": [ - 39716, - 39720 + 39712, + 39716 ], "loc": { "start": { @@ -94308,8 +94306,8 @@ "type": "Identifier", "name": "rememberGridValues", "range": [ - 39721, - 39739 + 39717, + 39735 ], "loc": { "start": { @@ -94323,8 +94321,8 @@ } }, "range": [ - 39716, - 39739 + 39712, + 39735 ], "loc": { "start": { @@ -94339,8 +94337,8 @@ }, "prefix": true, "range": [ - 39715, - 39739 + 39711, + 39735 ], "loc": { "start": { @@ -94360,8 +94358,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39754, - 39761 + 39750, + 39757 ], "loc": { "start": { @@ -94376,8 +94374,8 @@ } ], "range": [ - 39740, - 39771 + 39736, + 39767 ], "loc": { "start": { @@ -94392,8 +94390,8 @@ }, "alternate": null, "range": [ - 39712, - 39771 + 39708, + 39767 ], "loc": { "start": { @@ -94415,8 +94413,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 39785, - 39794 + 39781, + 39790 ], "loc": { "start": { @@ -94443,8 +94441,8 @@ "object": { "type": "ThisExpression", "range": [ - 39797, - 39801 + 39793, + 39797 ], "loc": { "start": { @@ -94461,8 +94459,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 39802, - 39805 + 39798, + 39801 ], "loc": { "start": { @@ -94476,8 +94474,8 @@ } }, "range": [ - 39797, - 39805 + 39793, + 39801 ], "loc": { "start": { @@ -94494,8 +94492,8 @@ "type": "Identifier", "name": "store", "range": [ - 39806, - 39811 + 39802, + 39807 ], "loc": { "start": { @@ -94509,8 +94507,8 @@ } }, "range": [ - 39797, - 39811 + 39793, + 39807 ], "loc": { "start": { @@ -94527,8 +94525,8 @@ "type": "Identifier", "name": "getFilterValues", "range": [ - 39812, - 39827 + 39808, + 39823 ], "loc": { "start": { @@ -94542,8 +94540,8 @@ } }, "range": [ - 39797, - 39827 + 39793, + 39823 ], "loc": { "start": { @@ -94563,8 +94561,8 @@ "object": { "type": "ThisExpression", "range": [ - 39828, - 39832 + 39824, + 39828 ], "loc": { "start": { @@ -94581,8 +94579,8 @@ "type": "Identifier", "name": "fltsValuesCookie", "range": [ - 39833, - 39849 + 39829, + 39845 ], "loc": { "start": { @@ -94596,8 +94594,8 @@ } }, "range": [ - 39828, - 39849 + 39824, + 39845 ], "loc": { "start": { @@ -94612,8 +94610,8 @@ } ], "range": [ - 39797, - 39850 + 39793, + 39846 ], "loc": { "start": { @@ -94627,8 +94625,8 @@ } }, "range": [ - 39785, - 39850 + 39781, + 39846 ], "loc": { "start": { @@ -94644,8 +94642,8 @@ ], "kind": "let", "range": [ - 39781, - 39851 + 39777, + 39847 ], "loc": { "start": { @@ -94669,8 +94667,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 39860, - 39869 + 39856, + 39865 ], "loc": { "start": { @@ -94687,8 +94685,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 39870, - 39877 + 39866, + 39873 ], "loc": { "start": { @@ -94702,8 +94700,8 @@ } }, "range": [ - 39860, - 39877 + 39856, + 39873 ], "loc": { "start": { @@ -94725,8 +94723,8 @@ "type": "Identifier", "name": "val", "range": [ - 39879, - 39882 + 39875, + 39878 ], "loc": { "start": { @@ -94743,8 +94741,8 @@ "type": "Identifier", "name": "idx", "range": [ - 39884, - 39887 + 39880, + 39883 ], "loc": { "start": { @@ -94770,8 +94768,8 @@ "type": "Identifier", "name": "val", "range": [ - 39908, - 39911 + 39904, + 39907 ], "loc": { "start": { @@ -94789,8 +94787,8 @@ "value": " ", "raw": "' '", "range": [ - 39916, - 39919 + 39912, + 39915 ], "loc": { "start": { @@ -94804,8 +94802,8 @@ } }, "range": [ - 39908, - 39919 + 39904, + 39915 ], "loc": { "start": { @@ -94831,8 +94829,8 @@ "object": { "type": "ThisExpression", "range": [ - 39938, - 39942 + 39934, + 39938 ], "loc": { "start": { @@ -94849,8 +94847,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 39943, - 39957 + 39939, + 39953 ], "loc": { "start": { @@ -94864,8 +94862,8 @@ } }, "range": [ - 39938, - 39957 + 39934, + 39953 ], "loc": { "start": { @@ -94883,8 +94881,8 @@ "type": "Identifier", "name": "idx", "range": [ - 39958, - 39961 + 39954, + 39957 ], "loc": { "start": { @@ -94901,8 +94899,8 @@ "type": "Identifier", "name": "val", "range": [ - 39963, - 39966 + 39959, + 39962 ], "loc": { "start": { @@ -94917,8 +94915,8 @@ } ], "range": [ - 39938, - 39967 + 39934, + 39963 ], "loc": { "start": { @@ -94932,8 +94930,8 @@ } }, "range": [ - 39938, - 39968 + 39934, + 39964 ], "loc": { "start": { @@ -94948,8 +94946,8 @@ } ], "range": [ - 39920, - 39982 + 39916, + 39978 ], "loc": { "start": { @@ -94964,8 +94962,8 @@ }, "alternate": null, "range": [ - 39905, - 39982 + 39901, + 39978 ], "loc": { "start": { @@ -94980,8 +94978,8 @@ } ], "range": [ - 39891, - 39992 + 39887, + 39988 ], "loc": { "start": { @@ -94997,8 +94995,8 @@ "generator": false, "expression": false, "range": [ - 39878, - 39992 + 39874, + 39988 ], "loc": { "start": { @@ -95013,8 +95011,8 @@ } ], "range": [ - 39860, - 39993 + 39856, + 39989 ], "loc": { "start": { @@ -95028,8 +95026,8 @@ } }, "range": [ - 39860, - 39994 + 39856, + 39990 ], "loc": { "start": { @@ -95052,8 +95050,8 @@ "object": { "type": "ThisExpression", "range": [ - 40003, - 40007 + 39999, + 40003 ], "loc": { "start": { @@ -95070,8 +95068,8 @@ "type": "Identifier", "name": "filter", "range": [ - 40008, - 40014 + 40004, + 40010 ], "loc": { "start": { @@ -95085,8 +95083,8 @@ } }, "range": [ - 40003, - 40014 + 39999, + 40010 ], "loc": { "start": { @@ -95101,8 +95099,8 @@ }, "arguments": [], "range": [ - 40003, - 40016 + 39999, + 40012 ], "loc": { "start": { @@ -95116,8 +95114,8 @@ } }, "range": [ - 40003, - 40017 + 39999, + 40013 ], "loc": { "start": { @@ -95132,8 +95130,8 @@ } ], "range": [ - 39702, - 40023 + 39698, + 40019 ], "loc": { "start": { @@ -95149,8 +95147,8 @@ "generator": false, "expression": false, "range": [ - 39700, - 40023 + 39696, + 40019 ], "loc": { "start": { @@ -95166,8 +95164,8 @@ "kind": "method", "computed": false, "range": [ - 39689, - 40023 + 39685, + 40019 ], "loc": { "start": { @@ -95184,8 +95182,8 @@ "type": "Block", "value": "*\n * Reset persisted filter values\n ", "range": [ - 39636, - 39684 + 39632, + 39680 ], "loc": { "start": { @@ -95204,8 +95202,8 @@ "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": [ - 40029, - 40266 + 40025, + 40262 ], "loc": { "start": { @@ -95227,8 +95225,8 @@ "type": "Identifier", "name": "filter", "range": [ - 40271, - 40277 + 40267, + 40273 ], "loc": { "start": { @@ -95262,8 +95260,8 @@ "object": { "type": "ThisExpression", "range": [ - 40293, - 40297 + 40289, + 40293 ], "loc": { "start": { @@ -95280,8 +95278,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 40298, - 40305 + 40294, + 40301 ], "loc": { "start": { @@ -95295,8 +95293,8 @@ } }, "range": [ - 40293, - 40305 + 40289, + 40301 ], "loc": { "start": { @@ -95311,8 +95309,8 @@ }, "prefix": true, "range": [ - 40292, - 40305 + 40288, + 40301 ], "loc": { "start": { @@ -95334,8 +95332,8 @@ "object": { "type": "ThisExpression", "range": [ - 40310, - 40314 + 40306, + 40310 ], "loc": { "start": { @@ -95352,8 +95350,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 40315, - 40323 + 40311, + 40319 ], "loc": { "start": { @@ -95367,8 +95365,8 @@ } }, "range": [ - 40310, - 40323 + 40306, + 40319 ], "loc": { "start": { @@ -95383,8 +95381,8 @@ }, "prefix": true, "range": [ - 40309, - 40323 + 40305, + 40319 ], "loc": { "start": { @@ -95398,8 +95396,8 @@ } }, "range": [ - 40292, - 40323 + 40288, + 40319 ], "loc": { "start": { @@ -95419,8 +95417,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 40338, - 40345 + 40334, + 40341 ], "loc": { "start": { @@ -95435,8 +95433,8 @@ } ], "range": [ - 40324, - 40355 + 40320, + 40351 ], "loc": { "start": { @@ -95451,8 +95449,8 @@ }, "alternate": null, "range": [ - 40289, - 40355 + 40285, + 40351 ], "loc": { "start": { @@ -95469,8 +95467,8 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 40364, - 40390 + 40360, + 40386 ], "loc": { "start": { @@ -95493,8 +95491,8 @@ "object": { "type": "ThisExpression", "range": [ - 40402, - 40406 + 40398, + 40402 ], "loc": { "start": { @@ -95511,8 +95509,8 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 40407, - 40421 + 40403, + 40417 ], "loc": { "start": { @@ -95526,8 +95524,8 @@ } }, "range": [ - 40402, - 40421 + 40398, + 40417 ], "loc": { "start": { @@ -95556,8 +95554,8 @@ "object": { "type": "ThisExpression", "range": [ - 40436, - 40440 + 40432, + 40436 ], "loc": { "start": { @@ -95574,8 +95572,8 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 40441, - 40455 + 40437, + 40451 ], "loc": { "start": { @@ -95589,8 +95587,8 @@ } }, "range": [ - 40436, - 40455 + 40432, + 40451 ], "loc": { "start": { @@ -95607,8 +95605,8 @@ "type": "Identifier", "name": "call", "range": [ - 40456, - 40460 + 40452, + 40456 ], "loc": { "start": { @@ -95622,8 +95620,8 @@ } }, "range": [ - 40436, - 40460 + 40432, + 40456 ], "loc": { "start": { @@ -95642,8 +95640,8 @@ "value": null, "raw": "null", "range": [ - 40461, - 40465 + 40457, + 40461 ], "loc": { "start": { @@ -95659,8 +95657,8 @@ { "type": "ThisExpression", "range": [ - 40467, - 40471 + 40463, + 40467 ], "loc": { "start": { @@ -95675,8 +95673,8 @@ } ], "range": [ - 40436, - 40472 + 40432, + 40468 ], "loc": { "start": { @@ -95690,8 +95688,8 @@ } }, "range": [ - 40436, - 40473 + 40432, + 40469 ], "loc": { "start": { @@ -95706,8 +95704,8 @@ } ], "range": [ - 40422, - 40483 + 40418, + 40479 ], "loc": { "start": { @@ -95722,8 +95720,8 @@ }, "alternate": null, "range": [ - 40399, - 40483 + 40395, + 40479 ], "loc": { "start": { @@ -95740,8 +95738,8 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 40364, - 40390 + 40360, + 40386 ], "loc": { "start": { @@ -95769,8 +95767,8 @@ "object": { "type": "ThisExpression", "range": [ - 40492, - 40496 + 40488, + 40492 ], "loc": { "start": { @@ -95787,8 +95785,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 40497, - 40504 + 40493, + 40500 ], "loc": { "start": { @@ -95802,8 +95800,8 @@ } }, "range": [ - 40492, - 40504 + 40488, + 40500 ], "loc": { "start": { @@ -95820,8 +95818,8 @@ "type": "Identifier", "name": "emit", "range": [ - 40505, - 40509 + 40501, + 40505 ], "loc": { "start": { @@ -95835,8 +95833,8 @@ } }, "range": [ - 40492, - 40509 + 40488, + 40505 ], "loc": { "start": { @@ -95855,8 +95853,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 40510, - 40528 + 40506, + 40524 ], "loc": { "start": { @@ -95872,8 +95870,8 @@ { "type": "ThisExpression", "range": [ - 40530, - 40534 + 40526, + 40530 ], "loc": { "start": { @@ -95888,8 +95886,8 @@ } ], "range": [ - 40492, - 40535 + 40488, + 40531 ], "loc": { "start": { @@ -95903,8 +95901,8 @@ } }, "range": [ - 40492, - 40536 + 40488, + 40532 ], "loc": { "start": { @@ -95926,8 +95924,8 @@ "type": "Identifier", "name": "row", "range": [ - 40550, - 40553 + 40546, + 40549 ], "loc": { "start": { @@ -95949,8 +95947,8 @@ "object": { "type": "ThisExpression", "range": [ - 40556, - 40560 + 40552, + 40556 ], "loc": { "start": { @@ -95967,8 +95965,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 40561, - 40564 + 40557, + 40560 ], "loc": { "start": { @@ -95982,8 +95980,8 @@ } }, "range": [ - 40556, - 40564 + 40552, + 40560 ], "loc": { "start": { @@ -96000,8 +95998,8 @@ "type": "Identifier", "name": "rows", "range": [ - 40565, - 40569 + 40561, + 40565 ], "loc": { "start": { @@ -96015,8 +96013,8 @@ } }, "range": [ - 40556, - 40569 + 40552, + 40565 ], "loc": { "start": { @@ -96030,8 +96028,8 @@ } }, "range": [ - 40550, - 40569 + 40546, + 40565 ], "loc": { "start": { @@ -96050,8 +96048,8 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 40583, - 40593 + 40579, + 40589 ], "loc": { "start": { @@ -96069,8 +96067,8 @@ "value": 0, "raw": "0", "range": [ - 40596, - 40597 + 40592, + 40593 ], "loc": { "start": { @@ -96084,8 +96082,8 @@ } }, "range": [ - 40583, - 40597 + 40579, + 40593 ], "loc": { "start": { @@ -96101,8 +96099,8 @@ ], "kind": "let", "range": [ - 40546, - 40598 + 40542, + 40594 ], "loc": { "start": { @@ -96126,8 +96124,8 @@ "object": { "type": "ThisExpression", "range": [ - 40608, - 40612 + 40604, + 40608 ], "loc": { "start": { @@ -96144,8 +96142,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 40613, - 40627 + 40609, + 40623 ], "loc": { "start": { @@ -96159,8 +96157,8 @@ } }, "range": [ - 40608, - 40627 + 40604, + 40623 ], "loc": { "start": { @@ -96177,8 +96175,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 40630, - 40632 + 40626, + 40628 ], "loc": { "start": { @@ -96192,8 +96190,8 @@ } }, "range": [ - 40608, - 40632 + 40604, + 40628 ], "loc": { "start": { @@ -96207,8 +96205,8 @@ } }, "range": [ - 40608, - 40633 + 40604, + 40629 ], "loc": { "start": { @@ -96225,8 +96223,8 @@ "type": "Line", "value": " search args re-init", "range": [ - 40642, - 40664 + 40638, + 40660 ], "loc": { "start": { @@ -96250,8 +96248,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 40677, - 40687 + 40673, + 40683 ], "loc": { "start": { @@ -96272,8 +96270,8 @@ "object": { "type": "ThisExpression", "range": [ - 40690, - 40694 + 40686, + 40690 ], "loc": { "start": { @@ -96290,8 +96288,8 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 40695, - 40710 + 40691, + 40706 ], "loc": { "start": { @@ -96305,8 +96303,8 @@ } }, "range": [ - 40690, - 40710 + 40686, + 40706 ], "loc": { "start": { @@ -96321,8 +96319,8 @@ }, "arguments": [], "range": [ - 40690, - 40712 + 40686, + 40708 ], "loc": { "start": { @@ -96336,8 +96334,8 @@ } }, "range": [ - 40677, - 40712 + 40673, + 40708 ], "loc": { "start": { @@ -96353,8 +96351,8 @@ ], "kind": "let", "range": [ - 40673, - 40713 + 40669, + 40709 ], "loc": { "start": { @@ -96371,8 +96369,8 @@ "type": "Line", "value": " search args re-init", "range": [ - 40642, - 40664 + 40638, + 40660 ], "loc": { "start": { @@ -96396,8 +96394,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 40727, - 40738 + 40723, + 40734 ], "loc": { "start": { @@ -96412,8 +96410,8 @@ }, "init": null, "range": [ - 40727, - 40738 + 40723, + 40734 ], "loc": { "start": { @@ -96432,8 +96430,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 40740, - 40748 + 40736, + 40744 ], "loc": { "start": { @@ -96448,8 +96446,8 @@ }, "init": null, "range": [ - 40740, - 40748 + 40736, + 40744 ], "loc": { "start": { @@ -96465,8 +96463,8 @@ ], "kind": "var", "range": [ - 40723, - 40749 + 40719, + 40745 ], "loc": { "start": { @@ -96488,8 +96486,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 40762, - 40767 + 40758, + 40763 ], "loc": { "start": { @@ -96508,8 +96506,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40774, - 40780 + 40770, + 40776 ], "loc": { "start": { @@ -96529,8 +96527,8 @@ "object": { "type": "ThisExpression", "range": [ - 40781, - 40785 + 40777, + 40781 ], "loc": { "start": { @@ -96547,8 +96545,8 @@ "type": "Identifier", "name": "leOperator", "range": [ - 40786, - 40796 + 40782, + 40792 ], "loc": { "start": { @@ -96562,8 +96560,8 @@ } }, "range": [ - 40781, - 40796 + 40777, + 40792 ], "loc": { "start": { @@ -96578,8 +96576,8 @@ } ], "range": [ - 40770, - 40797 + 40766, + 40793 ], "loc": { "start": { @@ -96593,8 +96591,8 @@ } }, "range": [ - 40762, - 40797 + 40758, + 40793 ], "loc": { "start": { @@ -96613,8 +96611,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 40811, - 40816 + 40807, + 40812 ], "loc": { "start": { @@ -96633,8 +96631,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40823, - 40829 + 40819, + 40825 ], "loc": { "start": { @@ -96654,8 +96652,8 @@ "object": { "type": "ThisExpression", "range": [ - 40830, - 40834 + 40826, + 40830 ], "loc": { "start": { @@ -96672,8 +96670,8 @@ "type": "Identifier", "name": "geOperator", "range": [ - 40835, - 40845 + 40831, + 40841 ], "loc": { "start": { @@ -96687,8 +96685,8 @@ } }, "range": [ - 40830, - 40845 + 40826, + 40841 ], "loc": { "start": { @@ -96703,8 +96701,8 @@ } ], "range": [ - 40819, - 40846 + 40815, + 40842 ], "loc": { "start": { @@ -96718,8 +96716,8 @@ } }, "range": [ - 40811, - 40846 + 40807, + 40842 ], "loc": { "start": { @@ -96738,8 +96736,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 40860, - 40864 + 40856, + 40860 ], "loc": { "start": { @@ -96758,8 +96756,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40871, - 40877 + 40867, + 40873 ], "loc": { "start": { @@ -96779,8 +96777,8 @@ "object": { "type": "ThisExpression", "range": [ - 40878, - 40882 + 40874, + 40878 ], "loc": { "start": { @@ -96797,8 +96795,8 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 40883, - 40893 + 40879, + 40889 ], "loc": { "start": { @@ -96812,8 +96810,8 @@ } }, "range": [ - 40878, - 40893 + 40874, + 40889 ], "loc": { "start": { @@ -96828,8 +96826,8 @@ } ], "range": [ - 40867, - 40894 + 40863, + 40890 ], "loc": { "start": { @@ -96843,8 +96841,8 @@ } }, "range": [ - 40860, - 40894 + 40856, + 40890 ], "loc": { "start": { @@ -96863,8 +96861,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 40908, - 40912 + 40904, + 40908 ], "loc": { "start": { @@ -96883,8 +96881,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40919, - 40925 + 40915, + 40921 ], "loc": { "start": { @@ -96904,8 +96902,8 @@ "object": { "type": "ThisExpression", "range": [ - 40926, - 40930 + 40922, + 40926 ], "loc": { "start": { @@ -96922,8 +96920,8 @@ "type": "Identifier", "name": "grOperator", "range": [ - 40931, - 40941 + 40927, + 40937 ], "loc": { "start": { @@ -96937,8 +96935,8 @@ } }, "range": [ - 40926, - 40941 + 40922, + 40937 ], "loc": { "start": { @@ -96953,8 +96951,8 @@ } ], "range": [ - 40915, - 40942 + 40911, + 40938 ], "loc": { "start": { @@ -96968,8 +96966,8 @@ } }, "range": [ - 40908, - 40942 + 40904, + 40938 ], "loc": { "start": { @@ -96988,8 +96986,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 40956, - 40960 + 40952, + 40956 ], "loc": { "start": { @@ -97008,8 +97006,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40967, - 40973 + 40963, + 40969 ], "loc": { "start": { @@ -97029,8 +97027,8 @@ "object": { "type": "ThisExpression", "range": [ - 40974, - 40978 + 40970, + 40974 ], "loc": { "start": { @@ -97047,8 +97045,8 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 40979, - 40989 + 40975, + 40985 ], "loc": { "start": { @@ -97062,8 +97060,8 @@ } }, "range": [ - 40974, - 40989 + 40970, + 40985 ], "loc": { "start": { @@ -97078,8 +97076,8 @@ } ], "range": [ - 40963, - 40990 + 40959, + 40986 ], "loc": { "start": { @@ -97093,8 +97091,8 @@ } }, "range": [ - 40956, - 40990 + 40952, + 40986 ], "loc": { "start": { @@ -97113,8 +97111,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 41004, - 41009 + 41000, + 41005 ], "loc": { "start": { @@ -97133,8 +97131,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 41016, - 41022 + 41012, + 41018 ], "loc": { "start": { @@ -97157,8 +97155,8 @@ "type": "Identifier", "name": "Str", "range": [ - 41023, - 41026 + 41019, + 41022 ], "loc": { "start": { @@ -97175,8 +97173,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 41027, - 41033 + 41023, + 41029 ], "loc": { "start": { @@ -97190,8 +97188,8 @@ } }, "range": [ - 41023, - 41033 + 41019, + 41029 ], "loc": { "start": { @@ -97211,8 +97209,8 @@ "object": { "type": "ThisExpression", "range": [ - 41034, - 41038 + 41030, + 41034 ], "loc": { "start": { @@ -97229,8 +97227,8 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 41039, - 41049 + 41035, + 41045 ], "loc": { "start": { @@ -97244,8 +97242,8 @@ } }, "range": [ - 41034, - 41049 + 41030, + 41045 ], "loc": { "start": { @@ -97260,8 +97258,8 @@ } ], "range": [ - 41023, - 41050 + 41019, + 41046 ], "loc": { "start": { @@ -97276,8 +97274,8 @@ } ], "range": [ - 41012, - 41051 + 41008, + 41047 ], "loc": { "start": { @@ -97291,8 +97289,8 @@ } }, "range": [ - 41004, - 41051 + 41000, + 41047 ], "loc": { "start": { @@ -97311,8 +97309,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 41065, - 41070 + 41061, + 41066 ], "loc": { "start": { @@ -97331,8 +97329,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 41077, - 41083 + 41073, + 41079 ], "loc": { "start": { @@ -97352,8 +97350,8 @@ "object": { "type": "ThisExpression", "range": [ - 41084, - 41088 + 41080, + 41084 ], "loc": { "start": { @@ -97370,8 +97368,8 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 41089, - 41099 + 41085, + 41095 ], "loc": { "start": { @@ -97385,8 +97383,8 @@ } }, "range": [ - 41084, - 41099 + 41080, + 41095 ], "loc": { "start": { @@ -97401,8 +97399,8 @@ } ], "range": [ - 41073, - 41100 + 41069, + 41096 ], "loc": { "start": { @@ -97416,8 +97414,8 @@ } }, "range": [ - 41065, - 41100 + 41061, + 41096 ], "loc": { "start": { @@ -97436,8 +97434,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 41114, - 41119 + 41110, + 41115 ], "loc": { "start": { @@ -97456,8 +97454,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 41126, - 41132 + 41122, + 41128 ], "loc": { "start": { @@ -97477,8 +97475,8 @@ "object": { "type": "ThisExpression", "range": [ - 41133, - 41137 + 41129, + 41133 ], "loc": { "start": { @@ -97495,8 +97493,8 @@ "type": "Identifier", "name": "stOperator", "range": [ - 41138, - 41148 + 41134, + 41144 ], "loc": { "start": { @@ -97510,8 +97508,8 @@ } }, "range": [ - 41133, - 41148 + 41129, + 41144 ], "loc": { "start": { @@ -97526,8 +97524,8 @@ } ], "range": [ - 41122, - 41149 + 41118, + 41145 ], "loc": { "start": { @@ -97541,8 +97539,8 @@ } }, "range": [ - 41114, - 41149 + 41110, + 41145 ], "loc": { "start": { @@ -97561,8 +97559,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 41163, - 41168 + 41159, + 41164 ], "loc": { "start": { @@ -97581,8 +97579,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 41175, - 41181 + 41171, + 41177 ], "loc": { "start": { @@ -97602,8 +97600,8 @@ "object": { "type": "ThisExpression", "range": [ - 41182, - 41186 + 41178, + 41182 ], "loc": { "start": { @@ -97620,8 +97618,8 @@ "type": "Identifier", "name": "enOperator", "range": [ - 41187, - 41197 + 41183, + 41193 ], "loc": { "start": { @@ -97635,8 +97633,8 @@ } }, "range": [ - 41182, - 41197 + 41178, + 41193 ], "loc": { "start": { @@ -97651,8 +97649,8 @@ } ], "range": [ - 41171, - 41198 + 41167, + 41194 ], "loc": { "start": { @@ -97666,8 +97664,8 @@ } }, "range": [ - 41163, - 41198 + 41159, + 41194 ], "loc": { "start": { @@ -97686,8 +97684,8 @@ "type": "Identifier", "name": "re_em", "range": [ - 41312, - 41317 + 41308, + 41313 ], "loc": { "start": { @@ -97706,8 +97704,8 @@ "object": { "type": "ThisExpression", "range": [ - 41320, - 41324 + 41316, + 41320 ], "loc": { "start": { @@ -97724,8 +97722,8 @@ "type": "Identifier", "name": "emOperator", "range": [ - 41325, - 41335 + 41321, + 41331 ], "loc": { "start": { @@ -97739,8 +97737,8 @@ } }, "range": [ - 41320, - 41335 + 41316, + 41331 ], "loc": { "start": { @@ -97754,8 +97752,8 @@ } }, "range": [ - 41312, - 41335 + 41308, + 41331 ], "loc": { "start": { @@ -97772,8 +97770,8 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 41212, - 41251 + 41208, + 41247 ], "loc": { "start": { @@ -97790,8 +97788,8 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 41264, - 41299 + 41260, + 41295 ], "loc": { "start": { @@ -97812,8 +97810,8 @@ "type": "Identifier", "name": "re_nm", "range": [ - 41349, - 41354 + 41345, + 41350 ], "loc": { "start": { @@ -97832,8 +97830,8 @@ "object": { "type": "ThisExpression", "range": [ - 41357, - 41361 + 41353, + 41357 ], "loc": { "start": { @@ -97850,8 +97848,8 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 41362, - 41372 + 41358, + 41368 ], "loc": { "start": { @@ -97865,8 +97863,8 @@ } }, "range": [ - 41357, - 41372 + 41353, + 41368 ], "loc": { "start": { @@ -97880,8 +97878,8 @@ } }, "range": [ - 41349, - 41372 + 41345, + 41368 ], "loc": { "start": { @@ -97900,8 +97898,8 @@ "type": "Identifier", "name": "re_re", "range": [ - 41386, - 41391 + 41382, + 41387 ], "loc": { "start": { @@ -97920,8 +97918,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 41398, - 41404 + 41394, + 41400 ], "loc": { "start": { @@ -97944,8 +97942,8 @@ "type": "Identifier", "name": "Str", "range": [ - 41405, - 41408 + 41401, + 41404 ], "loc": { "start": { @@ -97962,8 +97960,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 41409, - 41415 + 41405, + 41411 ], "loc": { "start": { @@ -97977,8 +97975,8 @@ } }, "range": [ - 41405, - 41415 + 41401, + 41411 ], "loc": { "start": { @@ -97998,8 +97996,8 @@ "object": { "type": "ThisExpression", "range": [ - 41416, - 41420 + 41412, + 41416 ], "loc": { "start": { @@ -98016,8 +98014,8 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 41421, - 41432 + 41417, + 41428 ], "loc": { "start": { @@ -98031,8 +98029,8 @@ } }, "range": [ - 41416, - 41432 + 41412, + 41428 ], "loc": { "start": { @@ -98047,8 +98045,8 @@ } ], "range": [ - 41405, - 41433 + 41401, + 41429 ], "loc": { "start": { @@ -98063,8 +98061,8 @@ } ], "range": [ - 41394, - 41434 + 41390, + 41430 ], "loc": { "start": { @@ -98078,8 +98076,8 @@ } }, "range": [ - 41386, - 41434 + 41382, + 41430 ], "loc": { "start": { @@ -98095,8 +98093,8 @@ ], "kind": "var", "range": [ - 40758, - 41435 + 40754, + 41431 ], "loc": { "start": { @@ -98113,8 +98111,8 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 41445, - 41467 + 41441, + 41463 ], "loc": { "start": { @@ -98135,8 +98133,8 @@ "type": "Identifier", "name": "highlight", "range": [ - 41485, - 41494 + 41481, + 41490 ], "loc": { "start": { @@ -98154,8 +98152,8 @@ "type": "Identifier", "name": "str", "range": [ - 41495, - 41498 + 41491, + 41494 ], "loc": { "start": { @@ -98172,8 +98170,8 @@ "type": "Identifier", "name": "ok", "range": [ - 41500, - 41502 + 41496, + 41498 ], "loc": { "start": { @@ -98190,8 +98188,8 @@ "type": "Identifier", "name": "cell", "range": [ - 41504, - 41508 + 41500, + 41504 ], "loc": { "start": { @@ -98219,8 +98217,8 @@ "object": { "type": "ThisExpression", "range": [ - 41565, - 41569 + 41561, + 41565 ], "loc": { "start": { @@ -98237,8 +98235,8 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 41570, - 41587 + 41566, + 41583 ], "loc": { "start": { @@ -98252,8 +98250,8 @@ } }, "range": [ - 41565, - 41587 + 41561, + 41583 ], "loc": { "start": { @@ -98270,8 +98268,8 @@ "type": "Identifier", "name": "ok", "range": [ - 41591, - 41593 + 41587, + 41589 ], "loc": { "start": { @@ -98285,8 +98283,8 @@ } }, "range": [ - 41565, - 41593 + 41561, + 41589 ], "loc": { "start": { @@ -98311,8 +98309,8 @@ "type": "Identifier", "name": "str", "range": [ - 41612, - 41615 + 41608, + 41611 ], "loc": { "start": { @@ -98334,8 +98332,8 @@ "type": "Identifier", "name": "str", "range": [ - 41618, - 41621 + 41614, + 41617 ], "loc": { "start": { @@ -98352,8 +98350,8 @@ "type": "Identifier", "name": "replace", "range": [ - 41622, - 41629 + 41618, + 41625 ], "loc": { "start": { @@ -98367,8 +98365,8 @@ } }, "range": [ - 41618, - 41629 + 41614, + 41625 ], "loc": { "start": { @@ -98386,8 +98384,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 41630, - 41635 + 41626, + 41631 ], "loc": { "start": { @@ -98405,8 +98403,8 @@ "value": "", "raw": "''", "range": [ - 41637, - 41639 + 41633, + 41635 ], "loc": { "start": { @@ -98421,8 +98419,8 @@ } ], "range": [ - 41618, - 41640 + 41614, + 41636 ], "loc": { "start": { @@ -98436,8 +98434,8 @@ } }, "range": [ - 41612, - 41640 + 41608, + 41636 ], "loc": { "start": { @@ -98451,8 +98449,8 @@ } }, "range": [ - 41612, - 41641 + 41608, + 41637 ], "loc": { "start": { @@ -98474,8 +98472,8 @@ "type": "Identifier", "name": "str", "range": [ - 41658, - 41661 + 41654, + 41657 ], "loc": { "start": { @@ -98497,8 +98495,8 @@ "type": "Identifier", "name": "str", "range": [ - 41664, - 41667 + 41660, + 41663 ], "loc": { "start": { @@ -98515,8 +98513,8 @@ "type": "Identifier", "name": "replace", "range": [ - 41668, - 41675 + 41664, + 41671 ], "loc": { "start": { @@ -98530,8 +98528,8 @@ } }, "range": [ - 41664, - 41675 + 41660, + 41671 ], "loc": { "start": { @@ -98549,8 +98547,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 41676, - 41681 + 41672, + 41677 ], "loc": { "start": { @@ -98568,8 +98566,8 @@ "value": "", "raw": "''", "range": [ - 41683, - 41685 + 41679, + 41681 ], "loc": { "start": { @@ -98584,8 +98582,8 @@ } ], "range": [ - 41664, - 41686 + 41660, + 41682 ], "loc": { "start": { @@ -98599,8 +98597,8 @@ } }, "range": [ - 41658, - 41686 + 41654, + 41682 ], "loc": { "start": { @@ -98614,8 +98612,8 @@ } }, "range": [ - 41658, - 41687 + 41654, + 41683 ], "loc": { "start": { @@ -98637,8 +98635,8 @@ "type": "Identifier", "name": "str", "range": [ - 41704, - 41707 + 41700, + 41703 ], "loc": { "start": { @@ -98660,8 +98658,8 @@ "type": "Identifier", "name": "str", "range": [ - 41710, - 41713 + 41706, + 41709 ], "loc": { "start": { @@ -98678,8 +98676,8 @@ "type": "Identifier", "name": "replace", "range": [ - 41714, - 41721 + 41710, + 41717 ], "loc": { "start": { @@ -98693,8 +98691,8 @@ } }, "range": [ - 41710, - 41721 + 41706, + 41717 ], "loc": { "start": { @@ -98712,8 +98710,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 41722, - 41727 + 41718, + 41723 ], "loc": { "start": { @@ -98731,8 +98729,8 @@ "value": "", "raw": "''", "range": [ - 41729, - 41731 + 41725, + 41727 ], "loc": { "start": { @@ -98747,8 +98745,8 @@ } ], "range": [ - 41710, - 41732 + 41706, + 41728 ], "loc": { "start": { @@ -98762,8 +98760,8 @@ } }, "range": [ - 41704, - 41732 + 41700, + 41728 ], "loc": { "start": { @@ -98777,8 +98775,8 @@ } }, "range": [ - 41704, - 41733 + 41700, + 41729 ], "loc": { "start": { @@ -98800,8 +98798,8 @@ "type": "Identifier", "name": "str", "range": [ - 41750, - 41753 + 41746, + 41749 ], "loc": { "start": { @@ -98823,8 +98821,8 @@ "type": "Identifier", "name": "str", "range": [ - 41756, - 41759 + 41752, + 41755 ], "loc": { "start": { @@ -98841,8 +98839,8 @@ "type": "Identifier", "name": "replace", "range": [ - 41760, - 41767 + 41756, + 41763 ], "loc": { "start": { @@ -98856,8 +98854,8 @@ } }, "range": [ - 41756, - 41767 + 41752, + 41763 ], "loc": { "start": { @@ -98875,8 +98873,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 41768, - 41773 + 41764, + 41769 ], "loc": { "start": { @@ -98894,8 +98892,8 @@ "value": "", "raw": "''", "range": [ - 41775, - 41777 + 41771, + 41773 ], "loc": { "start": { @@ -98910,8 +98908,8 @@ } ], "range": [ - 41756, - 41778 + 41752, + 41774 ], "loc": { "start": { @@ -98925,8 +98923,8 @@ } }, "range": [ - 41750, - 41778 + 41746, + 41774 ], "loc": { "start": { @@ -98940,8 +98938,8 @@ } }, "range": [ - 41750, - 41779 + 41746, + 41775 ], "loc": { "start": { @@ -98963,8 +98961,8 @@ "type": "Identifier", "name": "w", "range": [ - 41800, - 41801 + 41796, + 41797 ], "loc": { "start": { @@ -98981,8 +98979,8 @@ "type": "Identifier", "name": "str", "range": [ - 41804, - 41807 + 41800, + 41803 ], "loc": { "start": { @@ -98996,8 +98994,8 @@ } }, "range": [ - 41800, - 41807 + 41796, + 41803 ], "loc": { "start": { @@ -99013,8 +99011,8 @@ ], "kind": "let", "range": [ - 41796, - 41808 + 41792, + 41804 ], "loc": { "start": { @@ -99050,8 +99048,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 41828, - 41833 + 41824, + 41829 ], "loc": { "start": { @@ -99068,8 +99066,8 @@ "type": "Identifier", "name": "test", "range": [ - 41834, - 41838 + 41830, + 41834 ], "loc": { "start": { @@ -99083,8 +99081,8 @@ } }, "range": [ - 41828, - 41838 + 41824, + 41834 ], "loc": { "start": { @@ -99102,8 +99100,8 @@ "type": "Identifier", "name": "str", "range": [ - 41839, - 41842 + 41835, + 41838 ], "loc": { "start": { @@ -99118,8 +99116,8 @@ } ], "range": [ - 41828, - 41843 + 41824, + 41839 ], "loc": { "start": { @@ -99141,8 +99139,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 41847, - 41852 + 41843, + 41848 ], "loc": { "start": { @@ -99159,8 +99157,8 @@ "type": "Identifier", "name": "test", "range": [ - 41853, - 41857 + 41849, + 41853 ], "loc": { "start": { @@ -99174,8 +99172,8 @@ } }, "range": [ - 41847, - 41857 + 41843, + 41853 ], "loc": { "start": { @@ -99193,8 +99191,8 @@ "type": "Identifier", "name": "str", "range": [ - 41858, - 41861 + 41854, + 41857 ], "loc": { "start": { @@ -99209,8 +99207,8 @@ } ], "range": [ - 41847, - 41862 + 41843, + 41858 ], "loc": { "start": { @@ -99224,8 +99222,8 @@ } }, "range": [ - 41828, - 41862 + 41824, + 41858 ], "loc": { "start": { @@ -99247,8 +99245,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 41866, - 41870 + 41862, + 41866 ], "loc": { "start": { @@ -99265,8 +99263,8 @@ "type": "Identifier", "name": "test", "range": [ - 41871, - 41875 + 41867, + 41871 ], "loc": { "start": { @@ -99280,8 +99278,8 @@ } }, "range": [ - 41866, - 41875 + 41862, + 41871 ], "loc": { "start": { @@ -99299,8 +99297,8 @@ "type": "Identifier", "name": "str", "range": [ - 41876, - 41879 + 41872, + 41875 ], "loc": { "start": { @@ -99315,8 +99313,8 @@ } ], "range": [ - 41866, - 41880 + 41862, + 41876 ], "loc": { "start": { @@ -99330,8 +99328,8 @@ } }, "range": [ - 41828, - 41880 + 41824, + 41876 ], "loc": { "start": { @@ -99353,8 +99351,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 41904, - 41908 + 41900, + 41904 ], "loc": { "start": { @@ -99371,8 +99369,8 @@ "type": "Identifier", "name": "test", "range": [ - 41909, - 41913 + 41905, + 41909 ], "loc": { "start": { @@ -99386,8 +99384,8 @@ } }, "range": [ - 41904, - 41913 + 41900, + 41909 ], "loc": { "start": { @@ -99405,8 +99403,8 @@ "type": "Identifier", "name": "str", "range": [ - 41914, - 41917 + 41910, + 41913 ], "loc": { "start": { @@ -99421,8 +99419,8 @@ } ], "range": [ - 41904, - 41918 + 41900, + 41914 ], "loc": { "start": { @@ -99436,8 +99434,8 @@ } }, "range": [ - 41828, - 41918 + 41824, + 41914 ], "loc": { "start": { @@ -99459,8 +99457,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 41922, - 41926 + 41918, + 41922 ], "loc": { "start": { @@ -99477,8 +99475,8 @@ "type": "Identifier", "name": "test", "range": [ - 41927, - 41931 + 41923, + 41927 ], "loc": { "start": { @@ -99492,8 +99490,8 @@ } }, "range": [ - 41922, - 41931 + 41918, + 41927 ], "loc": { "start": { @@ -99511,8 +99509,8 @@ "type": "Identifier", "name": "str", "range": [ - 41932, - 41935 + 41928, + 41931 ], "loc": { "start": { @@ -99527,8 +99525,8 @@ } ], "range": [ - 41922, - 41936 + 41918, + 41932 ], "loc": { "start": { @@ -99542,8 +99540,8 @@ } }, "range": [ - 41828, - 41936 + 41824, + 41932 ], "loc": { "start": { @@ -99568,8 +99566,8 @@ "type": "Identifier", "name": "w", "range": [ - 41959, - 41960 + 41955, + 41956 ], "loc": { "start": { @@ -99591,8 +99589,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 41963, - 41966 + 41959, + 41962 ], "loc": { "start": { @@ -99609,8 +99607,8 @@ "type": "Identifier", "name": "getText", "range": [ - 41967, - 41974 + 41963, + 41970 ], "loc": { "start": { @@ -99624,8 +99622,8 @@ } }, "range": [ - 41963, - 41974 + 41959, + 41970 ], "loc": { "start": { @@ -99643,8 +99641,8 @@ "type": "Identifier", "name": "cell", "range": [ - 41975, - 41979 + 41971, + 41975 ], "loc": { "start": { @@ -99659,8 +99657,8 @@ } ], "range": [ - 41963, - 41980 + 41959, + 41976 ], "loc": { "start": { @@ -99674,8 +99672,8 @@ } }, "range": [ - 41959, - 41980 + 41955, + 41976 ], "loc": { "start": { @@ -99689,8 +99687,8 @@ } }, "range": [ - 41959, - 41981 + 41955, + 41977 ], "loc": { "start": { @@ -99705,8 +99703,8 @@ } ], "range": [ - 41937, - 41999 + 41933, + 41995 ], "loc": { "start": { @@ -99721,8 +99719,8 @@ }, "alternate": null, "range": [ - 41825, - 41999 + 41821, + 41995 ], "loc": { "start": { @@ -99744,8 +99742,8 @@ "type": "Identifier", "name": "w", "range": [ - 42019, - 42020 + 42015, + 42016 ], "loc": { "start": { @@ -99763,8 +99761,8 @@ "value": "", "raw": "''", "range": [ - 42025, - 42027 + 42021, + 42023 ], "loc": { "start": { @@ -99778,8 +99776,8 @@ } }, "range": [ - 42019, - 42027 + 42015, + 42023 ], "loc": { "start": { @@ -99808,8 +99806,8 @@ "object": { "type": "ThisExpression", "range": [ - 42050, - 42054 + 42046, + 42050 ], "loc": { "start": { @@ -99826,8 +99824,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 42055, - 42062 + 42051, + 42058 ], "loc": { "start": { @@ -99841,8 +99839,8 @@ } }, "range": [ - 42050, - 42062 + 42046, + 42058 ], "loc": { "start": { @@ -99859,8 +99857,8 @@ "type": "Identifier", "name": "emit", "range": [ - 42063, - 42067 + 42059, + 42063 ], "loc": { "start": { @@ -99874,8 +99872,8 @@ } }, "range": [ - 42050, - 42067 + 42046, + 42063 ], "loc": { "start": { @@ -99894,8 +99892,8 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 42068, - 42087 + 42064, + 42083 ], "loc": { "start": { @@ -99911,8 +99909,8 @@ { "type": "ThisExpression", "range": [ - 42089, - 42093 + 42085, + 42089 ], "loc": { "start": { @@ -99929,8 +99927,8 @@ "type": "Identifier", "name": "cell", "range": [ - 42095, - 42099 + 42091, + 42095 ], "loc": { "start": { @@ -99947,8 +99945,8 @@ "type": "Identifier", "name": "w", "range": [ - 42101, - 42102 + 42097, + 42098 ], "loc": { "start": { @@ -99963,8 +99961,8 @@ } ], "range": [ - 42050, - 42103 + 42046, + 42099 ], "loc": { "start": { @@ -99978,8 +99976,8 @@ } }, "range": [ - 42050, - 42104 + 42046, + 42100 ], "loc": { "start": { @@ -99994,8 +99992,8 @@ } ], "range": [ - 42028, - 42122 + 42024, + 42118 ], "loc": { "start": { @@ -100010,8 +100008,8 @@ }, "alternate": null, "range": [ - 42016, - 42122 + 42012, + 42118 ], "loc": { "start": { @@ -100026,8 +100024,8 @@ } ], "range": [ - 41594, - 42136 + 41590, + 42132 ], "loc": { "start": { @@ -100042,8 +100040,8 @@ }, "alternate": null, "range": [ - 41562, - 42136 + 41558, + 42132 ], "loc": { "start": { @@ -100060,8 +100058,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 41523, - 41549 + 41519, + 41545 ], "loc": { "start": { @@ -100078,8 +100076,8 @@ } ], "range": [ - 41509, - 42146 + 41505, + 42142 ], "loc": { "start": { @@ -100095,8 +100093,8 @@ "generator": false, "expression": false, "range": [ - 41476, - 42146 + 41472, + 42142 ], "loc": { "start": { @@ -100113,8 +100111,8 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 41445, - 41467 + 41441, + 41463 ], "loc": { "start": { @@ -100133,8 +100131,8 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 42156, - 42198 + 42152, + 42194 ], "loc": { "start": { @@ -100155,8 +100153,8 @@ "type": "Identifier", "name": "hasArg", "range": [ - 42216, - 42222 + 42212, + 42218 ], "loc": { "start": { @@ -100174,8 +100172,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42223, - 42225 + 42219, + 42221 ], "loc": { "start": { @@ -100192,8 +100190,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 42227, - 42235 + 42223, + 42231 ], "loc": { "start": { @@ -100210,8 +100208,8 @@ "type": "Identifier", "name": "j", "range": [ - 42237, - 42238 + 42233, + 42234 ], "loc": { "start": { @@ -100237,8 +100235,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42292, - 42294 + 42288, + 42290 ], "loc": { "start": { @@ -100260,8 +100258,8 @@ "type": "Identifier", "name": "Str", "range": [ - 42297, - 42300 + 42293, + 42296 ], "loc": { "start": { @@ -100278,8 +100276,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 42301, - 42310 + 42297, + 42306 ], "loc": { "start": { @@ -100293,8 +100291,8 @@ } }, "range": [ - 42297, - 42310 + 42293, + 42306 ], "loc": { "start": { @@ -100312,8 +100310,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42311, - 42313 + 42307, + 42309 ], "loc": { "start": { @@ -100332,8 +100330,8 @@ "object": { "type": "ThisExpression", "range": [ - 42315, - 42319 + 42311, + 42315 ], "loc": { "start": { @@ -100350,8 +100348,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 42320, - 42333 + 42316, + 42329 ], "loc": { "start": { @@ -100365,8 +100363,8 @@ } }, "range": [ - 42315, - 42333 + 42311, + 42329 ], "loc": { "start": { @@ -100381,8 +100379,8 @@ } ], "range": [ - 42297, - 42334 + 42293, + 42330 ], "loc": { "start": { @@ -100396,8 +100394,8 @@ } }, "range": [ - 42292, - 42334 + 42288, + 42330 ], "loc": { "start": { @@ -100411,8 +100409,8 @@ } }, "range": [ - 42292, - 42335 + 42288, + 42331 ], "loc": { "start": { @@ -100429,8 +100427,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 42253, - 42279 + 42249, + 42275 ], "loc": { "start": { @@ -100454,8 +100452,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 42353, - 42362 + 42349, + 42358 ], "loc": { "start": { @@ -100470,8 +100468,8 @@ }, "init": null, "range": [ - 42353, - 42362 + 42349, + 42358 ], "loc": { "start": { @@ -100490,8 +100488,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 42380, - 42394 + 42376, + 42390 ], "loc": { "start": { @@ -100511,8 +100509,8 @@ "type": "Identifier", "name": "Helpers", "range": [ - 42397, - 42404 + 42393, + 42400 ], "loc": { "start": { @@ -100529,8 +100527,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 42405, - 42419 + 42401, + 42415 ], "loc": { "start": { @@ -100544,8 +100542,8 @@ } }, "range": [ - 42397, - 42419 + 42393, + 42415 ], "loc": { "start": { @@ -100559,8 +100557,8 @@ } }, "range": [ - 42380, - 42419 + 42376, + 42415 ], "loc": { "start": { @@ -100576,8 +100574,8 @@ ], "kind": "let", "range": [ - 42349, - 42420 + 42345, + 42416 ], "loc": { "start": { @@ -100594,8 +100592,8 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 42434, - 42461 + 42430, + 42457 ], "loc": { "start": { @@ -100619,8 +100617,8 @@ "type": "Identifier", "name": "hasLO", "range": [ - 42478, - 42483 + 42474, + 42479 ], "loc": { "start": { @@ -100642,8 +100640,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 42486, - 42490 + 42482, + 42486 ], "loc": { "start": { @@ -100660,8 +100658,8 @@ "type": "Identifier", "name": "test", "range": [ - 42491, - 42495 + 42487, + 42491 ], "loc": { "start": { @@ -100675,8 +100673,8 @@ } }, "range": [ - 42486, - 42495 + 42482, + 42491 ], "loc": { "start": { @@ -100694,8 +100692,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42496, - 42498 + 42492, + 42494 ], "loc": { "start": { @@ -100710,8 +100708,8 @@ } ], "range": [ - 42486, - 42499 + 42482, + 42495 ], "loc": { "start": { @@ -100725,8 +100723,8 @@ } }, "range": [ - 42478, - 42499 + 42474, + 42495 ], "loc": { "start": { @@ -100745,8 +100743,8 @@ "type": "Identifier", "name": "hasLE", "range": [ - 42517, - 42522 + 42513, + 42518 ], "loc": { "start": { @@ -100768,8 +100766,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 42525, - 42530 + 42521, + 42526 ], "loc": { "start": { @@ -100786,8 +100784,8 @@ "type": "Identifier", "name": "test", "range": [ - 42531, - 42535 + 42527, + 42531 ], "loc": { "start": { @@ -100801,8 +100799,8 @@ } }, "range": [ - 42525, - 42535 + 42521, + 42531 ], "loc": { "start": { @@ -100820,8 +100818,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42536, - 42538 + 42532, + 42534 ], "loc": { "start": { @@ -100836,8 +100834,8 @@ } ], "range": [ - 42525, - 42539 + 42521, + 42535 ], "loc": { "start": { @@ -100851,8 +100849,8 @@ } }, "range": [ - 42517, - 42539 + 42513, + 42535 ], "loc": { "start": { @@ -100871,8 +100869,8 @@ "type": "Identifier", "name": "hasGR", "range": [ - 42557, - 42562 + 42553, + 42558 ], "loc": { "start": { @@ -100894,8 +100892,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 42565, - 42569 + 42561, + 42565 ], "loc": { "start": { @@ -100912,8 +100910,8 @@ "type": "Identifier", "name": "test", "range": [ - 42570, - 42574 + 42566, + 42570 ], "loc": { "start": { @@ -100927,8 +100925,8 @@ } }, "range": [ - 42565, - 42574 + 42561, + 42570 ], "loc": { "start": { @@ -100946,8 +100944,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42575, - 42577 + 42571, + 42573 ], "loc": { "start": { @@ -100962,8 +100960,8 @@ } ], "range": [ - 42565, - 42578 + 42561, + 42574 ], "loc": { "start": { @@ -100977,8 +100975,8 @@ } }, "range": [ - 42557, - 42578 + 42553, + 42574 ], "loc": { "start": { @@ -100997,8 +100995,8 @@ "type": "Identifier", "name": "hasGE", "range": [ - 42596, - 42601 + 42592, + 42597 ], "loc": { "start": { @@ -101020,8 +101018,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 42604, - 42609 + 42600, + 42605 ], "loc": { "start": { @@ -101038,8 +101036,8 @@ "type": "Identifier", "name": "test", "range": [ - 42610, - 42614 + 42606, + 42610 ], "loc": { "start": { @@ -101053,8 +101051,8 @@ } }, "range": [ - 42604, - 42614 + 42600, + 42610 ], "loc": { "start": { @@ -101072,8 +101070,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42615, - 42617 + 42611, + 42613 ], "loc": { "start": { @@ -101088,8 +101086,8 @@ } ], "range": [ - 42604, - 42618 + 42600, + 42614 ], "loc": { "start": { @@ -101103,8 +101101,8 @@ } }, "range": [ - 42596, - 42618 + 42592, + 42614 ], "loc": { "start": { @@ -101123,8 +101121,8 @@ "type": "Identifier", "name": "hasDF", "range": [ - 42636, - 42641 + 42632, + 42637 ], "loc": { "start": { @@ -101146,8 +101144,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 42644, - 42648 + 42640, + 42644 ], "loc": { "start": { @@ -101164,8 +101162,8 @@ "type": "Identifier", "name": "test", "range": [ - 42649, - 42653 + 42645, + 42649 ], "loc": { "start": { @@ -101179,8 +101177,8 @@ } }, "range": [ - 42644, - 42653 + 42640, + 42649 ], "loc": { "start": { @@ -101198,8 +101196,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42654, - 42656 + 42650, + 42652 ], "loc": { "start": { @@ -101214,8 +101212,8 @@ } ], "range": [ - 42644, - 42657 + 42640, + 42653 ], "loc": { "start": { @@ -101229,8 +101227,8 @@ } }, "range": [ - 42636, - 42657 + 42632, + 42653 ], "loc": { "start": { @@ -101249,8 +101247,8 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 42675, - 42680 + 42671, + 42676 ], "loc": { "start": { @@ -101272,8 +101270,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 42683, - 42688 + 42679, + 42684 ], "loc": { "start": { @@ -101290,8 +101288,8 @@ "type": "Identifier", "name": "test", "range": [ - 42689, - 42693 + 42685, + 42689 ], "loc": { "start": { @@ -101305,8 +101303,8 @@ } }, "range": [ - 42683, - 42693 + 42679, + 42689 ], "loc": { "start": { @@ -101324,8 +101322,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42694, - 42696 + 42690, + 42692 ], "loc": { "start": { @@ -101340,8 +101338,8 @@ } ], "range": [ - 42683, - 42697 + 42679, + 42693 ], "loc": { "start": { @@ -101355,8 +101353,8 @@ } }, "range": [ - 42675, - 42697 + 42671, + 42693 ], "loc": { "start": { @@ -101375,8 +101373,8 @@ "type": "Identifier", "name": "hasLK", "range": [ - 42715, - 42720 + 42711, + 42716 ], "loc": { "start": { @@ -101398,8 +101396,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 42723, - 42728 + 42719, + 42724 ], "loc": { "start": { @@ -101416,8 +101414,8 @@ "type": "Identifier", "name": "test", "range": [ - 42729, - 42733 + 42725, + 42729 ], "loc": { "start": { @@ -101431,8 +101429,8 @@ } }, "range": [ - 42723, - 42733 + 42719, + 42729 ], "loc": { "start": { @@ -101450,8 +101448,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42734, - 42736 + 42730, + 42732 ], "loc": { "start": { @@ -101466,8 +101464,8 @@ } ], "range": [ - 42723, - 42737 + 42719, + 42733 ], "loc": { "start": { @@ -101481,8 +101479,8 @@ } }, "range": [ - 42715, - 42737 + 42711, + 42733 ], "loc": { "start": { @@ -101501,8 +101499,8 @@ "type": "Identifier", "name": "hasST", "range": [ - 42798, - 42803 + 42794, + 42799 ], "loc": { "start": { @@ -101524,8 +101522,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 42806, - 42811 + 42802, + 42807 ], "loc": { "start": { @@ -101542,8 +101540,8 @@ "type": "Identifier", "name": "test", "range": [ - 42812, - 42816 + 42808, + 42812 ], "loc": { "start": { @@ -101557,8 +101555,8 @@ } }, "range": [ - 42806, - 42816 + 42802, + 42812 ], "loc": { "start": { @@ -101576,8 +101574,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42817, - 42819 + 42813, + 42815 ], "loc": { "start": { @@ -101592,8 +101590,8 @@ } ], "range": [ - 42806, - 42820 + 42802, + 42816 ], "loc": { "start": { @@ -101607,8 +101605,8 @@ } }, "range": [ - 42798, - 42820 + 42794, + 42816 ], "loc": { "start": { @@ -101625,8 +101623,8 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 42755, - 42781 + 42751, + 42777 ], "loc": { "start": { @@ -101647,8 +101645,8 @@ "type": "Identifier", "name": "hasEN", "range": [ - 42838, - 42843 + 42834, + 42839 ], "loc": { "start": { @@ -101670,8 +101668,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 42846, - 42851 + 42842, + 42847 ], "loc": { "start": { @@ -101688,8 +101686,8 @@ "type": "Identifier", "name": "test", "range": [ - 42852, - 42856 + 42848, + 42852 ], "loc": { "start": { @@ -101703,8 +101701,8 @@ } }, "range": [ - 42846, - 42856 + 42842, + 42852 ], "loc": { "start": { @@ -101722,8 +101720,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42857, - 42859 + 42853, + 42855 ], "loc": { "start": { @@ -101738,8 +101736,8 @@ } ], "range": [ - 42846, - 42860 + 42842, + 42856 ], "loc": { "start": { @@ -101753,8 +101751,8 @@ } }, "range": [ - 42838, - 42860 + 42834, + 42856 ], "loc": { "start": { @@ -101773,8 +101771,8 @@ "type": "Identifier", "name": "hasEM", "range": [ - 42878, - 42883 + 42874, + 42879 ], "loc": { "start": { @@ -101794,8 +101792,8 @@ "type": "Identifier", "name": "re_em", "range": [ - 42887, - 42892 + 42883, + 42888 ], "loc": { "start": { @@ -101812,8 +101810,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42897, - 42899 + 42893, + 42895 ], "loc": { "start": { @@ -101827,8 +101825,8 @@ } }, "range": [ - 42887, - 42899 + 42883, + 42895 ], "loc": { "start": { @@ -101842,8 +101840,8 @@ } }, "range": [ - 42878, - 42900 + 42874, + 42896 ], "loc": { "start": { @@ -101862,8 +101860,8 @@ "type": "Identifier", "name": "hasNM", "range": [ - 42918, - 42923 + 42914, + 42919 ], "loc": { "start": { @@ -101883,8 +101881,8 @@ "type": "Identifier", "name": "re_nm", "range": [ - 42927, - 42932 + 42923, + 42928 ], "loc": { "start": { @@ -101901,8 +101899,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42937, - 42939 + 42933, + 42935 ], "loc": { "start": { @@ -101916,8 +101914,8 @@ } }, "range": [ - 42927, - 42939 + 42923, + 42935 ], "loc": { "start": { @@ -101931,8 +101929,8 @@ } }, "range": [ - 42918, - 42940 + 42914, + 42936 ], "loc": { "start": { @@ -101951,8 +101949,8 @@ "type": "Identifier", "name": "hasRE", "range": [ - 42958, - 42963 + 42954, + 42959 ], "loc": { "start": { @@ -101974,8 +101972,8 @@ "type": "Identifier", "name": "re_re", "range": [ - 42966, - 42971 + 42962, + 42967 ], "loc": { "start": { @@ -101992,8 +101990,8 @@ "type": "Identifier", "name": "test", "range": [ - 42972, - 42976 + 42968, + 42972 ], "loc": { "start": { @@ -102007,8 +102005,8 @@ } }, "range": [ - 42966, - 42976 + 42962, + 42972 ], "loc": { "start": { @@ -102026,8 +102024,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42977, - 42979 + 42973, + 42975 ], "loc": { "start": { @@ -102042,8 +102040,8 @@ } ], "range": [ - 42966, - 42980 + 42962, + 42976 ], "loc": { "start": { @@ -102057,8 +102055,8 @@ } }, "range": [ - 42958, - 42980 + 42954, + 42976 ], "loc": { "start": { @@ -102074,8 +102072,8 @@ ], "kind": "let", "range": [ - 42474, - 42981 + 42470, + 42977 ], "loc": { "start": { @@ -102092,8 +102090,8 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 42434, - 42461 + 42430, + 42457 ], "loc": { "start": { @@ -102112,8 +102110,8 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42995, - 43019 + 42991, + 43015 ], "loc": { "start": { @@ -102137,8 +102135,8 @@ "type": "Identifier", "name": "isLDate", "range": [ - 43036, - 43043 + 43032, + 43039 ], "loc": { "start": { @@ -102158,8 +102156,8 @@ "type": "Identifier", "name": "hasLO", "range": [ - 43046, - 43051 + 43042, + 43047 ], "loc": { "start": { @@ -102181,8 +102179,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43071, - 43081 + 43067, + 43077 ], "loc": { "start": { @@ -102199,8 +102197,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 43082, - 43089 + 43078, + 43085 ], "loc": { "start": { @@ -102214,8 +102212,8 @@ } }, "range": [ - 43071, - 43089 + 43067, + 43085 ], "loc": { "start": { @@ -102238,8 +102236,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43090, - 43092 + 43086, + 43088 ], "loc": { "start": { @@ -102256,8 +102254,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43093, - 43100 + 43089, + 43096 ], "loc": { "start": { @@ -102271,8 +102269,8 @@ } }, "range": [ - 43090, - 43100 + 43086, + 43096 ], "loc": { "start": { @@ -102290,8 +102288,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 43101, - 43105 + 43097, + 43101 ], "loc": { "start": { @@ -102309,8 +102307,8 @@ "value": "", "raw": "''", "range": [ - 43106, - 43108 + 43102, + 43104 ], "loc": { "start": { @@ -102325,8 +102323,8 @@ } ], "range": [ - 43090, - 43109 + 43086, + 43105 ], "loc": { "start": { @@ -102343,8 +102341,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43111, - 43117 + 43107, + 43113 ], "loc": { "start": { @@ -102359,8 +102357,8 @@ } ], "range": [ - 43071, - 43118 + 43067, + 43114 ], "loc": { "start": { @@ -102374,8 +102372,8 @@ } }, "range": [ - 43046, - 43118 + 43042, + 43114 ], "loc": { "start": { @@ -102389,8 +102387,8 @@ } }, "range": [ - 43036, - 43118 + 43032, + 43114 ], "loc": { "start": { @@ -102406,8 +102404,8 @@ ], "kind": "let", "range": [ - 43032, - 43119 + 43028, + 43115 ], "loc": { "start": { @@ -102424,8 +102422,8 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42995, - 43019 + 42991, + 43015 ], "loc": { "start": { @@ -102449,8 +102447,8 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 43136, - 43144 + 43132, + 43140 ], "loc": { "start": { @@ -102470,8 +102468,8 @@ "type": "Identifier", "name": "hasLE", "range": [ - 43147, - 43152 + 43143, + 43148 ], "loc": { "start": { @@ -102493,8 +102491,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43172, - 43182 + 43168, + 43178 ], "loc": { "start": { @@ -102511,8 +102509,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 43183, - 43190 + 43179, + 43186 ], "loc": { "start": { @@ -102526,8 +102524,8 @@ } }, "range": [ - 43172, - 43190 + 43168, + 43186 ], "loc": { "start": { @@ -102550,8 +102548,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43191, - 43193 + 43187, + 43189 ], "loc": { "start": { @@ -102568,8 +102566,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43194, - 43201 + 43190, + 43197 ], "loc": { "start": { @@ -102583,8 +102581,8 @@ } }, "range": [ - 43191, - 43201 + 43187, + 43197 ], "loc": { "start": { @@ -102602,8 +102600,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 43202, - 43207 + 43198, + 43203 ], "loc": { "start": { @@ -102621,8 +102619,8 @@ "value": "", "raw": "''", "range": [ - 43208, - 43210 + 43204, + 43206 ], "loc": { "start": { @@ -102637,8 +102635,8 @@ } ], "range": [ - 43191, - 43211 + 43187, + 43207 ], "loc": { "start": { @@ -102655,8 +102653,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43213, - 43219 + 43209, + 43215 ], "loc": { "start": { @@ -102671,8 +102669,8 @@ } ], "range": [ - 43172, - 43220 + 43168, + 43216 ], "loc": { "start": { @@ -102686,8 +102684,8 @@ } }, "range": [ - 43147, - 43220 + 43143, + 43216 ], "loc": { "start": { @@ -102701,8 +102699,8 @@ } }, "range": [ - 43136, - 43220 + 43132, + 43216 ], "loc": { "start": { @@ -102718,8 +102716,8 @@ ], "kind": "let", "range": [ - 43132, - 43221 + 43128, + 43217 ], "loc": { "start": { @@ -102741,8 +102739,8 @@ "type": "Identifier", "name": "isGDate", "range": [ - 43238, - 43245 + 43234, + 43241 ], "loc": { "start": { @@ -102762,8 +102760,8 @@ "type": "Identifier", "name": "hasGR", "range": [ - 43248, - 43253 + 43244, + 43249 ], "loc": { "start": { @@ -102785,8 +102783,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43273, - 43283 + 43269, + 43279 ], "loc": { "start": { @@ -102803,8 +102801,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 43284, - 43291 + 43280, + 43287 ], "loc": { "start": { @@ -102818,8 +102816,8 @@ } }, "range": [ - 43273, - 43291 + 43269, + 43287 ], "loc": { "start": { @@ -102842,8 +102840,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43292, - 43294 + 43288, + 43290 ], "loc": { "start": { @@ -102860,8 +102858,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43295, - 43302 + 43291, + 43298 ], "loc": { "start": { @@ -102875,8 +102873,8 @@ } }, "range": [ - 43292, - 43302 + 43288, + 43298 ], "loc": { "start": { @@ -102894,8 +102892,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 43303, - 43307 + 43299, + 43303 ], "loc": { "start": { @@ -102913,8 +102911,8 @@ "value": "", "raw": "''", "range": [ - 43308, - 43310 + 43304, + 43306 ], "loc": { "start": { @@ -102929,8 +102927,8 @@ } ], "range": [ - 43292, - 43311 + 43288, + 43307 ], "loc": { "start": { @@ -102947,8 +102945,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43313, - 43319 + 43309, + 43315 ], "loc": { "start": { @@ -102963,8 +102961,8 @@ } ], "range": [ - 43273, - 43320 + 43269, + 43316 ], "loc": { "start": { @@ -102978,8 +102976,8 @@ } }, "range": [ - 43248, - 43320 + 43244, + 43316 ], "loc": { "start": { @@ -102993,8 +102991,8 @@ } }, "range": [ - 43238, - 43320 + 43234, + 43316 ], "loc": { "start": { @@ -103010,8 +103008,8 @@ ], "kind": "let", "range": [ - 43234, - 43321 + 43230, + 43317 ], "loc": { "start": { @@ -103033,8 +103031,8 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 43338, - 43346 + 43334, + 43342 ], "loc": { "start": { @@ -103054,8 +103052,8 @@ "type": "Identifier", "name": "hasGE", "range": [ - 43349, - 43354 + 43345, + 43350 ], "loc": { "start": { @@ -103077,8 +103075,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43374, - 43384 + 43370, + 43380 ], "loc": { "start": { @@ -103095,8 +103093,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 43385, - 43392 + 43381, + 43388 ], "loc": { "start": { @@ -103110,8 +103108,8 @@ } }, "range": [ - 43374, - 43392 + 43370, + 43388 ], "loc": { "start": { @@ -103134,8 +103132,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43393, - 43395 + 43389, + 43391 ], "loc": { "start": { @@ -103152,8 +103150,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43396, - 43403 + 43392, + 43399 ], "loc": { "start": { @@ -103167,8 +103165,8 @@ } }, "range": [ - 43393, - 43403 + 43389, + 43399 ], "loc": { "start": { @@ -103186,8 +103184,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 43404, - 43409 + 43400, + 43405 ], "loc": { "start": { @@ -103205,8 +103203,8 @@ "value": "", "raw": "''", "range": [ - 43410, - 43412 + 43406, + 43408 ], "loc": { "start": { @@ -103221,8 +103219,8 @@ } ], "range": [ - 43393, - 43413 + 43389, + 43409 ], "loc": { "start": { @@ -103239,8 +103237,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43415, - 43421 + 43411, + 43417 ], "loc": { "start": { @@ -103255,8 +103253,8 @@ } ], "range": [ - 43374, - 43422 + 43370, + 43418 ], "loc": { "start": { @@ -103270,8 +103268,8 @@ } }, "range": [ - 43349, - 43422 + 43345, + 43418 ], "loc": { "start": { @@ -103285,8 +103283,8 @@ } }, "range": [ - 43338, - 43422 + 43334, + 43418 ], "loc": { "start": { @@ -103302,8 +103300,8 @@ ], "kind": "let", "range": [ - 43334, - 43423 + 43330, + 43419 ], "loc": { "start": { @@ -103325,8 +103323,8 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 43440, - 43448 + 43436, + 43444 ], "loc": { "start": { @@ -103346,8 +103344,8 @@ "type": "Identifier", "name": "hasDF", "range": [ - 43451, - 43456 + 43447, + 43452 ], "loc": { "start": { @@ -103369,8 +103367,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43476, - 43486 + 43472, + 43482 ], "loc": { "start": { @@ -103387,8 +103385,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 43487, - 43494 + 43483, + 43490 ], "loc": { "start": { @@ -103402,8 +103400,8 @@ } }, "range": [ - 43476, - 43494 + 43472, + 43490 ], "loc": { "start": { @@ -103426,8 +103424,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43495, - 43497 + 43491, + 43493 ], "loc": { "start": { @@ -103444,8 +103442,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43498, - 43505 + 43494, + 43501 ], "loc": { "start": { @@ -103459,8 +103457,8 @@ } }, "range": [ - 43495, - 43505 + 43491, + 43501 ], "loc": { "start": { @@ -103478,8 +103476,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 43506, - 43510 + 43502, + 43506 ], "loc": { "start": { @@ -103497,8 +103495,8 @@ "value": "", "raw": "''", "range": [ - 43511, - 43513 + 43507, + 43509 ], "loc": { "start": { @@ -103513,8 +103511,8 @@ } ], "range": [ - 43495, - 43514 + 43491, + 43510 ], "loc": { "start": { @@ -103531,8 +103529,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43516, - 43522 + 43512, + 43518 ], "loc": { "start": { @@ -103547,8 +103545,8 @@ } ], "range": [ - 43476, - 43523 + 43472, + 43519 ], "loc": { "start": { @@ -103562,8 +103560,8 @@ } }, "range": [ - 43451, - 43523 + 43447, + 43519 ], "loc": { "start": { @@ -103577,8 +103575,8 @@ } }, "range": [ - 43440, - 43523 + 43436, + 43519 ], "loc": { "start": { @@ -103594,8 +103592,8 @@ ], "kind": "let", "range": [ - 43436, - 43524 + 43432, + 43520 ], "loc": { "start": { @@ -103617,8 +103615,8 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 43541, - 43549 + 43537, + 43545 ], "loc": { "start": { @@ -103638,8 +103636,8 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 43552, - 43557 + 43548, + 43553 ], "loc": { "start": { @@ -103661,8 +103659,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43577, - 43587 + 43573, + 43583 ], "loc": { "start": { @@ -103679,8 +103677,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 43588, - 43595 + 43584, + 43591 ], "loc": { "start": { @@ -103694,8 +103692,8 @@ } }, "range": [ - 43577, - 43595 + 43573, + 43591 ], "loc": { "start": { @@ -103718,8 +103716,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43596, - 43598 + 43592, + 43594 ], "loc": { "start": { @@ -103736,8 +103734,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43599, - 43606 + 43595, + 43602 ], "loc": { "start": { @@ -103751,8 +103749,8 @@ } }, "range": [ - 43596, - 43606 + 43592, + 43602 ], "loc": { "start": { @@ -103770,8 +103768,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 43607, - 43612 + 43603, + 43608 ], "loc": { "start": { @@ -103789,8 +103787,8 @@ "value": "", "raw": "''", "range": [ - 43613, - 43615 + 43609, + 43611 ], "loc": { "start": { @@ -103805,8 +103803,8 @@ } ], "range": [ - 43596, - 43616 + 43592, + 43612 ], "loc": { "start": { @@ -103823,8 +103821,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43618, - 43624 + 43614, + 43620 ], "loc": { "start": { @@ -103839,8 +103837,8 @@ } ], "range": [ - 43577, - 43625 + 43573, + 43621 ], "loc": { "start": { @@ -103854,8 +103852,8 @@ } }, "range": [ - 43552, - 43625 + 43548, + 43621 ], "loc": { "start": { @@ -103869,8 +103867,8 @@ } }, "range": [ - 43541, - 43625 + 43537, + 43621 ], "loc": { "start": { @@ -103886,8 +103884,8 @@ ], "kind": "let", "range": [ - 43537, - 43626 + 43533, + 43622 ], "loc": { "start": { @@ -103909,8 +103907,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43644, - 43648 + 43640, + 43644 ], "loc": { "start": { @@ -103925,8 +103923,8 @@ }, "init": null, "range": [ - 43644, - 43648 + 43640, + 43644 ], "loc": { "start": { @@ -103945,8 +103943,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43650, - 43654 + 43646, + 43650 ], "loc": { "start": { @@ -103961,8 +103959,8 @@ }, "init": null, "range": [ - 43650, - 43654 + 43646, + 43650 ], "loc": { "start": { @@ -103978,8 +103976,8 @@ ], "kind": "let", "range": [ - 43640, - 43655 + 43636, + 43651 ], "loc": { "start": { @@ -103996,8 +103994,8 @@ "type": "Line", "value": "dates", "range": [ - 43668, - 43675 + 43664, + 43671 ], "loc": { "start": { @@ -104023,8 +104021,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43691, - 43701 + 43687, + 43697 ], "loc": { "start": { @@ -104041,8 +104039,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 43702, - 43709 + 43698, + 43705 ], "loc": { "start": { @@ -104056,8 +104054,8 @@ } }, "range": [ - 43691, - 43709 + 43687, + 43705 ], "loc": { "start": { @@ -104075,8 +104073,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 43710, - 43718 + 43706, + 43714 ], "loc": { "start": { @@ -104093,8 +104091,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43720, - 43726 + 43716, + 43722 ], "loc": { "start": { @@ -104109,8 +104107,8 @@ } ], "range": [ - 43691, - 43727 + 43687, + 43723 ], "loc": { "start": { @@ -104135,8 +104133,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43746, - 43750 + 43742, + 43746 ], "loc": { "start": { @@ -104158,8 +104156,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43753, - 43763 + 43749, + 43759 ], "loc": { "start": { @@ -104176,8 +104174,8 @@ "type": "Identifier", "name": "format", "range": [ - 43764, - 43770 + 43760, + 43766 ], "loc": { "start": { @@ -104191,8 +104189,8 @@ } }, "range": [ - 43753, - 43770 + 43749, + 43766 ], "loc": { "start": { @@ -104210,8 +104208,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 43771, - 43779 + 43767, + 43775 ], "loc": { "start": { @@ -104228,8 +104226,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43781, - 43787 + 43777, + 43783 ], "loc": { "start": { @@ -104244,8 +104242,8 @@ } ], "range": [ - 43753, - 43788 + 43749, + 43784 ], "loc": { "start": { @@ -104259,8 +104257,8 @@ } }, "range": [ - 43746, - 43788 + 43742, + 43784 ], "loc": { "start": { @@ -104274,8 +104272,8 @@ } }, "range": [ - 43746, - 43789 + 43742, + 43785 ], "loc": { "start": { @@ -104292,8 +104290,8 @@ "type": "Line", "value": " lower date", "range": [ - 43806, - 43819 + 43802, + 43815 ], "loc": { "start": { @@ -104314,8 +104312,8 @@ "type": "Identifier", "name": "isLDate", "range": [ - 43839, - 43846 + 43835, + 43842 ], "loc": { "start": { @@ -104340,8 +104338,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43869, - 43873 + 43865, + 43869 ], "loc": { "start": { @@ -104363,8 +104361,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43876, - 43886 + 43872, + 43882 ], "loc": { "start": { @@ -104381,8 +104379,8 @@ "type": "Identifier", "name": "format", "range": [ - 43887, - 43893 + 43883, + 43889 ], "loc": { "start": { @@ -104396,8 +104394,8 @@ } }, "range": [ - 43876, - 43893 + 43872, + 43889 ], "loc": { "start": { @@ -104420,8 +104418,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43894, - 43896 + 43890, + 43892 ], "loc": { "start": { @@ -104438,8 +104436,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43897, - 43904 + 43893, + 43900 ], "loc": { "start": { @@ -104453,8 +104451,8 @@ } }, "range": [ - 43894, - 43904 + 43890, + 43900 ], "loc": { "start": { @@ -104472,8 +104470,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 43905, - 43909 + 43901, + 43905 ], "loc": { "start": { @@ -104491,8 +104489,8 @@ "value": "", "raw": "''", "range": [ - 43910, - 43912 + 43906, + 43908 ], "loc": { "start": { @@ -104507,8 +104505,8 @@ } ], "range": [ - 43894, - 43913 + 43890, + 43909 ], "loc": { "start": { @@ -104525,8 +104523,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43915, - 43921 + 43911, + 43917 ], "loc": { "start": { @@ -104541,8 +104539,8 @@ } ], "range": [ - 43876, - 43922 + 43872, + 43918 ], "loc": { "start": { @@ -104556,8 +104554,8 @@ } }, "range": [ - 43869, - 43922 + 43865, + 43918 ], "loc": { "start": { @@ -104571,8 +104569,8 @@ } }, "range": [ - 43869, - 43923 + 43865, + 43919 ], "loc": { "start": { @@ -104594,8 +104592,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 43944, - 43953 + 43940, + 43949 ], "loc": { "start": { @@ -104615,8 +104613,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43956, - 43960 + 43952, + 43956 ], "loc": { "start": { @@ -104633,8 +104631,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43963, - 43967 + 43959, + 43963 ], "loc": { "start": { @@ -104648,8 +104646,8 @@ } }, "range": [ - 43956, - 43967 + 43952, + 43963 ], "loc": { "start": { @@ -104663,8 +104661,8 @@ } }, "range": [ - 43944, - 43967 + 43940, + 43963 ], "loc": { "start": { @@ -104678,8 +104676,8 @@ } }, "range": [ - 43944, - 43968 + 43940, + 43964 ], "loc": { "start": { @@ -104694,8 +104692,8 @@ } ], "range": [ - 43847, - 43986 + 43843, + 43982 ], "loc": { "start": { @@ -104712,8 +104710,8 @@ "type": "Line", "value": " lower equal date", "range": [ - 44003, - 44022 + 43999, + 44018 ], "loc": { "start": { @@ -104734,8 +104732,8 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 44047, - 44055 + 44043, + 44051 ], "loc": { "start": { @@ -104760,8 +104758,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44078, - 44082 + 44074, + 44078 ], "loc": { "start": { @@ -104783,8 +104781,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44085, - 44095 + 44081, + 44091 ], "loc": { "start": { @@ -104801,8 +104799,8 @@ "type": "Identifier", "name": "format", "range": [ - 44096, - 44102 + 44092, + 44098 ], "loc": { "start": { @@ -104816,8 +104814,8 @@ } }, "range": [ - 44085, - 44102 + 44081, + 44098 ], "loc": { "start": { @@ -104840,8 +104838,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44103, - 44105 + 44099, + 44101 ], "loc": { "start": { @@ -104858,8 +104856,8 @@ "type": "Identifier", "name": "replace", "range": [ - 44106, - 44113 + 44102, + 44109 ], "loc": { "start": { @@ -104873,8 +104871,8 @@ } }, "range": [ - 44103, - 44113 + 44099, + 44109 ], "loc": { "start": { @@ -104892,8 +104890,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 44114, - 44119 + 44110, + 44115 ], "loc": { "start": { @@ -104911,8 +104909,8 @@ "value": "", "raw": "''", "range": [ - 44120, - 44122 + 44116, + 44118 ], "loc": { "start": { @@ -104927,8 +104925,8 @@ } ], "range": [ - 44103, - 44123 + 44099, + 44119 ], "loc": { "start": { @@ -104945,8 +104943,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44125, - 44131 + 44121, + 44127 ], "loc": { "start": { @@ -104961,8 +104959,8 @@ } ], "range": [ - 44085, - 44132 + 44081, + 44128 ], "loc": { "start": { @@ -104976,8 +104974,8 @@ } }, "range": [ - 44078, - 44132 + 44074, + 44128 ], "loc": { "start": { @@ -104991,8 +104989,8 @@ } }, "range": [ - 44078, - 44133 + 44074, + 44129 ], "loc": { "start": { @@ -105014,8 +105012,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44154, - 44163 + 44150, + 44159 ], "loc": { "start": { @@ -105035,8 +105033,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 44166, - 44170 + 44162, + 44166 ], "loc": { "start": { @@ -105053,8 +105051,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44174, - 44178 + 44170, + 44174 ], "loc": { "start": { @@ -105068,8 +105066,8 @@ } }, "range": [ - 44166, - 44178 + 44162, + 44174 ], "loc": { "start": { @@ -105083,8 +105081,8 @@ } }, "range": [ - 44154, - 44178 + 44150, + 44174 ], "loc": { "start": { @@ -105098,8 +105096,8 @@ } }, "range": [ - 44154, - 44179 + 44150, + 44175 ], "loc": { "start": { @@ -105114,8 +105112,8 @@ } ], "range": [ - 44056, - 44197 + 44052, + 44193 ], "loc": { "start": { @@ -105132,8 +105130,8 @@ "type": "Line", "value": " greater equal date", "range": [ - 44214, - 44235 + 44210, + 44231 ], "loc": { "start": { @@ -105154,8 +105152,8 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 44260, - 44268 + 44256, + 44264 ], "loc": { "start": { @@ -105180,8 +105178,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44291, - 44295 + 44287, + 44291 ], "loc": { "start": { @@ -105203,8 +105201,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44298, - 44308 + 44294, + 44304 ], "loc": { "start": { @@ -105221,8 +105219,8 @@ "type": "Identifier", "name": "format", "range": [ - 44309, - 44315 + 44305, + 44311 ], "loc": { "start": { @@ -105236,8 +105234,8 @@ } }, "range": [ - 44298, - 44315 + 44294, + 44311 ], "loc": { "start": { @@ -105260,8 +105258,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44316, - 44318 + 44312, + 44314 ], "loc": { "start": { @@ -105278,8 +105276,8 @@ "type": "Identifier", "name": "replace", "range": [ - 44319, - 44326 + 44315, + 44322 ], "loc": { "start": { @@ -105293,8 +105291,8 @@ } }, "range": [ - 44316, - 44326 + 44312, + 44322 ], "loc": { "start": { @@ -105312,8 +105310,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 44327, - 44332 + 44323, + 44328 ], "loc": { "start": { @@ -105331,8 +105329,8 @@ "value": "", "raw": "''", "range": [ - 44333, - 44335 + 44329, + 44331 ], "loc": { "start": { @@ -105347,8 +105345,8 @@ } ], "range": [ - 44316, - 44336 + 44312, + 44332 ], "loc": { "start": { @@ -105365,8 +105363,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44338, - 44344 + 44334, + 44340 ], "loc": { "start": { @@ -105381,8 +105379,8 @@ } ], "range": [ - 44298, - 44345 + 44294, + 44341 ], "loc": { "start": { @@ -105396,8 +105394,8 @@ } }, "range": [ - 44291, - 44345 + 44287, + 44341 ], "loc": { "start": { @@ -105411,8 +105409,8 @@ } }, "range": [ - 44291, - 44346 + 44287, + 44342 ], "loc": { "start": { @@ -105434,8 +105432,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44367, - 44376 + 44363, + 44372 ], "loc": { "start": { @@ -105455,8 +105453,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 44379, - 44383 + 44375, + 44379 ], "loc": { "start": { @@ -105473,8 +105471,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44387, - 44391 + 44383, + 44387 ], "loc": { "start": { @@ -105488,8 +105486,8 @@ } }, "range": [ - 44379, - 44391 + 44375, + 44387 ], "loc": { "start": { @@ -105503,8 +105501,8 @@ } }, "range": [ - 44367, - 44391 + 44363, + 44387 ], "loc": { "start": { @@ -105518,8 +105516,8 @@ } }, "range": [ - 44367, - 44392 + 44363, + 44388 ], "loc": { "start": { @@ -105534,8 +105532,8 @@ } ], "range": [ - 44269, - 44410 + 44265, + 44406 ], "loc": { "start": { @@ -105552,8 +105550,8 @@ "type": "Line", "value": " greater date", "range": [ - 44427, - 44442 + 44423, + 44438 ], "loc": { "start": { @@ -105574,8 +105572,8 @@ "type": "Identifier", "name": "isGDate", "range": [ - 44467, - 44474 + 44463, + 44470 ], "loc": { "start": { @@ -105600,8 +105598,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44497, - 44501 + 44493, + 44497 ], "loc": { "start": { @@ -105623,8 +105621,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44504, - 44514 + 44500, + 44510 ], "loc": { "start": { @@ -105641,8 +105639,8 @@ "type": "Identifier", "name": "format", "range": [ - 44515, - 44521 + 44511, + 44517 ], "loc": { "start": { @@ -105656,8 +105654,8 @@ } }, "range": [ - 44504, - 44521 + 44500, + 44517 ], "loc": { "start": { @@ -105680,8 +105678,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44522, - 44524 + 44518, + 44520 ], "loc": { "start": { @@ -105698,8 +105696,8 @@ "type": "Identifier", "name": "replace", "range": [ - 44525, - 44532 + 44521, + 44528 ], "loc": { "start": { @@ -105713,8 +105711,8 @@ } }, "range": [ - 44522, - 44532 + 44518, + 44528 ], "loc": { "start": { @@ -105732,8 +105730,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 44533, - 44537 + 44529, + 44533 ], "loc": { "start": { @@ -105751,8 +105749,8 @@ "value": "", "raw": "''", "range": [ - 44538, - 44540 + 44534, + 44536 ], "loc": { "start": { @@ -105767,8 +105765,8 @@ } ], "range": [ - 44522, - 44541 + 44518, + 44537 ], "loc": { "start": { @@ -105785,8 +105783,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44543, - 44549 + 44539, + 44545 ], "loc": { "start": { @@ -105801,8 +105799,8 @@ } ], "range": [ - 44504, - 44550 + 44500, + 44546 ], "loc": { "start": { @@ -105816,8 +105814,8 @@ } }, "range": [ - 44497, - 44550 + 44493, + 44546 ], "loc": { "start": { @@ -105831,8 +105829,8 @@ } }, "range": [ - 44497, - 44551 + 44493, + 44547 ], "loc": { "start": { @@ -105854,8 +105852,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44572, - 44581 + 44568, + 44577 ], "loc": { "start": { @@ -105875,8 +105873,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 44584, - 44588 + 44580, + 44584 ], "loc": { "start": { @@ -105893,8 +105891,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44591, - 44595 + 44587, + 44591 ], "loc": { "start": { @@ -105908,8 +105906,8 @@ } }, "range": [ - 44584, - 44595 + 44580, + 44591 ], "loc": { "start": { @@ -105923,8 +105921,8 @@ } }, "range": [ - 44572, - 44595 + 44568, + 44591 ], "loc": { "start": { @@ -105938,8 +105936,8 @@ } }, "range": [ - 44572, - 44596 + 44568, + 44592 ], "loc": { "start": { @@ -105954,8 +105952,8 @@ } ], "range": [ - 44475, - 44614 + 44471, + 44610 ], "loc": { "start": { @@ -105972,8 +105970,8 @@ "type": "Line", "value": " different date", "range": [ - 44631, - 44648 + 44627, + 44644 ], "loc": { "start": { @@ -105994,8 +105992,8 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 44673, - 44681 + 44669, + 44677 ], "loc": { "start": { @@ -106020,8 +106018,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44704, - 44708 + 44700, + 44704 ], "loc": { "start": { @@ -106043,8 +106041,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44711, - 44721 + 44707, + 44717 ], "loc": { "start": { @@ -106061,8 +106059,8 @@ "type": "Identifier", "name": "format", "range": [ - 44722, - 44728 + 44718, + 44724 ], "loc": { "start": { @@ -106076,8 +106074,8 @@ } }, "range": [ - 44711, - 44728 + 44707, + 44724 ], "loc": { "start": { @@ -106100,8 +106098,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44729, - 44731 + 44725, + 44727 ], "loc": { "start": { @@ -106118,8 +106116,8 @@ "type": "Identifier", "name": "replace", "range": [ - 44732, - 44739 + 44728, + 44735 ], "loc": { "start": { @@ -106133,8 +106131,8 @@ } }, "range": [ - 44729, - 44739 + 44725, + 44735 ], "loc": { "start": { @@ -106152,8 +106150,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 44740, - 44744 + 44736, + 44740 ], "loc": { "start": { @@ -106171,8 +106169,8 @@ "value": "", "raw": "''", "range": [ - 44745, - 44747 + 44741, + 44743 ], "loc": { "start": { @@ -106187,8 +106185,8 @@ } ], "range": [ - 44729, - 44748 + 44725, + 44744 ], "loc": { "start": { @@ -106205,8 +106203,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44750, - 44756 + 44746, + 44752 ], "loc": { "start": { @@ -106221,8 +106219,8 @@ } ], "range": [ - 44711, - 44757 + 44707, + 44753 ], "loc": { "start": { @@ -106236,8 +106234,8 @@ } }, "range": [ - 44704, - 44757 + 44700, + 44753 ], "loc": { "start": { @@ -106251,8 +106249,8 @@ } }, "range": [ - 44704, - 44758 + 44700, + 44754 ], "loc": { "start": { @@ -106274,8 +106272,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44779, - 44788 + 44775, + 44784 ], "loc": { "start": { @@ -106300,8 +106298,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 44791, - 44795 + 44787, + 44791 ], "loc": { "start": { @@ -106318,8 +106316,8 @@ "type": "Identifier", "name": "toString", "range": [ - 44796, - 44804 + 44792, + 44800 ], "loc": { "start": { @@ -106333,8 +106331,8 @@ } }, "range": [ - 44791, - 44804 + 44787, + 44800 ], "loc": { "start": { @@ -106349,8 +106347,8 @@ }, "arguments": [], "range": [ - 44791, - 44806 + 44787, + 44802 ], "loc": { "start": { @@ -106372,8 +106370,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44810, - 44814 + 44806, + 44810 ], "loc": { "start": { @@ -106390,8 +106388,8 @@ "type": "Identifier", "name": "toString", "range": [ - 44815, - 44823 + 44811, + 44819 ], "loc": { "start": { @@ -106405,8 +106403,8 @@ } }, "range": [ - 44810, - 44823 + 44806, + 44819 ], "loc": { "start": { @@ -106421,8 +106419,8 @@ }, "arguments": [], "range": [ - 44810, - 44825 + 44806, + 44821 ], "loc": { "start": { @@ -106436,8 +106434,8 @@ } }, "range": [ - 44791, - 44825 + 44787, + 44821 ], "loc": { "start": { @@ -106451,8 +106449,8 @@ } }, "range": [ - 44779, - 44825 + 44775, + 44821 ], "loc": { "start": { @@ -106466,8 +106464,8 @@ } }, "range": [ - 44779, - 44826 + 44775, + 44822 ], "loc": { "start": { @@ -106482,8 +106480,8 @@ } ], "range": [ - 44682, - 44844 + 44678, + 44840 ], "loc": { "start": { @@ -106500,8 +106498,8 @@ "type": "Line", "value": " equal date", "range": [ - 44861, - 44874 + 44857, + 44870 ], "loc": { "start": { @@ -106522,8 +106520,8 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 44899, - 44907 + 44895, + 44903 ], "loc": { "start": { @@ -106548,8 +106546,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44930, - 44934 + 44926, + 44930 ], "loc": { "start": { @@ -106571,8 +106569,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44937, - 44947 + 44933, + 44943 ], "loc": { "start": { @@ -106589,8 +106587,8 @@ "type": "Identifier", "name": "format", "range": [ - 44948, - 44954 + 44944, + 44950 ], "loc": { "start": { @@ -106604,8 +106602,8 @@ } }, "range": [ - 44937, - 44954 + 44933, + 44950 ], "loc": { "start": { @@ -106628,8 +106626,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44955, - 44957 + 44951, + 44953 ], "loc": { "start": { @@ -106646,8 +106644,8 @@ "type": "Identifier", "name": "replace", "range": [ - 44958, - 44965 + 44954, + 44961 ], "loc": { "start": { @@ -106661,8 +106659,8 @@ } }, "range": [ - 44955, - 44965 + 44951, + 44961 ], "loc": { "start": { @@ -106680,8 +106678,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 44966, - 44971 + 44962, + 44967 ], "loc": { "start": { @@ -106699,8 +106697,8 @@ "value": "", "raw": "''", "range": [ - 44972, - 44974 + 44968, + 44970 ], "loc": { "start": { @@ -106715,8 +106713,8 @@ } ], "range": [ - 44955, - 44975 + 44951, + 44971 ], "loc": { "start": { @@ -106733,8 +106731,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44977, - 44983 + 44973, + 44979 ], "loc": { "start": { @@ -106749,8 +106747,8 @@ } ], "range": [ - 44937, - 44984 + 44933, + 44980 ], "loc": { "start": { @@ -106764,8 +106762,8 @@ } }, "range": [ - 44930, - 44984 + 44926, + 44980 ], "loc": { "start": { @@ -106779,8 +106777,8 @@ } }, "range": [ - 44930, - 44985 + 44926, + 44981 ], "loc": { "start": { @@ -106802,8 +106800,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 45006, - 45015 + 45002, + 45011 ], "loc": { "start": { @@ -106828,8 +106826,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 45018, - 45022 + 45014, + 45018 ], "loc": { "start": { @@ -106846,8 +106844,8 @@ "type": "Identifier", "name": "toString", "range": [ - 45023, - 45031 + 45019, + 45027 ], "loc": { "start": { @@ -106861,8 +106859,8 @@ } }, "range": [ - 45018, - 45031 + 45014, + 45027 ], "loc": { "start": { @@ -106877,8 +106875,8 @@ }, "arguments": [], "range": [ - 45018, - 45033 + 45014, + 45029 ], "loc": { "start": { @@ -106900,8 +106898,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 45037, - 45041 + 45033, + 45037 ], "loc": { "start": { @@ -106918,8 +106916,8 @@ "type": "Identifier", "name": "toString", "range": [ - 45042, - 45050 + 45038, + 45046 ], "loc": { "start": { @@ -106933,8 +106931,8 @@ } }, "range": [ - 45037, - 45050 + 45033, + 45046 ], "loc": { "start": { @@ -106949,8 +106947,8 @@ }, "arguments": [], "range": [ - 45037, - 45052 + 45033, + 45048 ], "loc": { "start": { @@ -106964,8 +106962,8 @@ } }, "range": [ - 45018, - 45052 + 45014, + 45048 ], "loc": { "start": { @@ -106979,8 +106977,8 @@ } }, "range": [ - 45006, - 45052 + 45002, + 45048 ], "loc": { "start": { @@ -106994,8 +106992,8 @@ } }, "range": [ - 45006, - 45053 + 45002, + 45049 ], "loc": { "start": { @@ -107010,8 +107008,8 @@ } ], "range": [ - 44908, - 45071 + 44904, + 45067 ], "loc": { "start": { @@ -107028,8 +107026,8 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 45088, - 45149 + 45084, + 45145 ], "loc": { "start": { @@ -107055,8 +107053,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 45174, - 45179 + 45170, + 45175 ], "loc": { "start": { @@ -107073,8 +107071,8 @@ "type": "Identifier", "name": "test", "range": [ - 45180, - 45184 + 45176, + 45180 ], "loc": { "start": { @@ -107088,8 +107086,8 @@ } }, "range": [ - 45174, - 45184 + 45170, + 45180 ], "loc": { "start": { @@ -107107,8 +107105,8 @@ "type": "Identifier", "name": "sA", "range": [ - 45185, - 45187 + 45181, + 45183 ], "loc": { "start": { @@ -107123,8 +107121,8 @@ } ], "range": [ - 45174, - 45188 + 45170, + 45184 ], "loc": { "start": { @@ -107149,8 +107147,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 45223, - 45232 + 45219, + 45228 ], "loc": { "start": { @@ -107172,8 +107170,8 @@ "type": "Identifier", "name": "Str", "range": [ - 45235, - 45238 + 45231, + 45234 ], "loc": { "start": { @@ -107190,8 +107188,8 @@ "type": "Identifier", "name": "contains", "range": [ - 45239, - 45247 + 45235, + 45243 ], "loc": { "start": { @@ -107205,8 +107203,8 @@ } }, "range": [ - 45235, - 45247 + 45231, + 45243 ], "loc": { "start": { @@ -107229,8 +107227,8 @@ "type": "Identifier", "name": "sA", "range": [ - 45248, - 45250 + 45244, + 45246 ], "loc": { "start": { @@ -107247,8 +107245,8 @@ "type": "Identifier", "name": "replace", "range": [ - 45251, - 45258 + 45247, + 45254 ], "loc": { "start": { @@ -107262,8 +107260,8 @@ } }, "range": [ - 45248, - 45258 + 45244, + 45254 ], "loc": { "start": { @@ -107281,8 +107279,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 45259, - 45264 + 45255, + 45260 ], "loc": { "start": { @@ -107300,8 +107298,8 @@ "value": "", "raw": "''", "range": [ - 45265, - 45267 + 45261, + 45263 ], "loc": { "start": { @@ -107316,8 +107314,8 @@ } ], "range": [ - 45248, - 45268 + 45244, + 45264 ], "loc": { "start": { @@ -107334,8 +107332,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 45270, - 45278 + 45266, + 45274 ], "loc": { "start": { @@ -107353,8 +107351,8 @@ "value": false, "raw": "false", "range": [ - 45304, - 45309 + 45300, + 45305 ], "loc": { "start": { @@ -107373,8 +107371,8 @@ "object": { "type": "ThisExpression", "range": [ - 45311, - 45315 + 45307, + 45311 ], "loc": { "start": { @@ -107391,8 +107389,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 45316, - 45329 + 45312, + 45325 ], "loc": { "start": { @@ -107406,8 +107404,8 @@ } }, "range": [ - 45311, - 45329 + 45307, + 45325 ], "loc": { "start": { @@ -107422,8 +107420,8 @@ } ], "range": [ - 45235, - 45330 + 45231, + 45326 ], "loc": { "start": { @@ -107437,8 +107435,8 @@ } }, "range": [ - 45223, - 45330 + 45219, + 45326 ], "loc": { "start": { @@ -107452,8 +107450,8 @@ } }, "range": [ - 45223, - 45331 + 45219, + 45327 ], "loc": { "start": { @@ -107470,8 +107468,8 @@ "type": "Line", "value": " like date", "range": [ - 45190, - 45202 + 45186, + 45198 ], "loc": { "start": { @@ -107488,8 +107486,8 @@ } ], "range": [ - 45189, - 45349 + 45185, + 45345 ], "loc": { "start": { @@ -107513,8 +107511,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 45374, - 45384 + 45370, + 45380 ], "loc": { "start": { @@ -107531,8 +107529,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 45385, - 45392 + 45381, + 45388 ], "loc": { "start": { @@ -107546,8 +107544,8 @@ } }, "range": [ - 45374, - 45392 + 45370, + 45388 ], "loc": { "start": { @@ -107565,8 +107563,8 @@ "type": "Identifier", "name": "sA", "range": [ - 45393, - 45395 + 45389, + 45391 ], "loc": { "start": { @@ -107583,8 +107581,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 45396, - 45402 + 45392, + 45398 ], "loc": { "start": { @@ -107599,8 +107597,8 @@ } ], "range": [ - 45374, - 45403 + 45370, + 45399 ], "loc": { "start": { @@ -107625,8 +107623,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 45426, - 45430 + 45422, + 45426 ], "loc": { "start": { @@ -107648,8 +107646,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 45433, - 45443 + 45429, + 45439 ], "loc": { "start": { @@ -107666,8 +107664,8 @@ "type": "Identifier", "name": "format", "range": [ - 45444, - 45450 + 45440, + 45446 ], "loc": { "start": { @@ -107681,8 +107679,8 @@ } }, "range": [ - 45433, - 45450 + 45429, + 45446 ], "loc": { "start": { @@ -107700,8 +107698,8 @@ "type": "Identifier", "name": "sA", "range": [ - 45451, - 45453 + 45447, + 45449 ], "loc": { "start": { @@ -107718,8 +107716,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 45454, - 45460 + 45450, + 45456 ], "loc": { "start": { @@ -107734,8 +107732,8 @@ } ], "range": [ - 45433, - 45461 + 45429, + 45457 ], "loc": { "start": { @@ -107749,8 +107747,8 @@ } }, "range": [ - 45426, - 45461 + 45422, + 45457 ], "loc": { "start": { @@ -107764,8 +107762,8 @@ } }, "range": [ - 45426, - 45462 + 45422, + 45458 ], "loc": { "start": { @@ -107787,8 +107785,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 45483, - 45492 + 45479, + 45488 ], "loc": { "start": { @@ -107813,8 +107811,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 45495, - 45499 + 45491, + 45495 ], "loc": { "start": { @@ -107831,8 +107829,8 @@ "type": "Identifier", "name": "toString", "range": [ - 45500, - 45508 + 45496, + 45504 ], "loc": { "start": { @@ -107846,8 +107844,8 @@ } }, "range": [ - 45495, - 45508 + 45491, + 45504 ], "loc": { "start": { @@ -107862,8 +107860,8 @@ }, "arguments": [], "range": [ - 45495, - 45510 + 45491, + 45506 ], "loc": { "start": { @@ -107885,8 +107883,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 45515, - 45519 + 45511, + 45515 ], "loc": { "start": { @@ -107903,8 +107901,8 @@ "type": "Identifier", "name": "toString", "range": [ - 45520, - 45528 + 45516, + 45524 ], "loc": { "start": { @@ -107918,8 +107916,8 @@ } }, "range": [ - 45515, - 45528 + 45511, + 45524 ], "loc": { "start": { @@ -107934,8 +107932,8 @@ }, "arguments": [], "range": [ - 45515, - 45530 + 45511, + 45526 ], "loc": { "start": { @@ -107949,8 +107947,8 @@ } }, "range": [ - 45495, - 45530 + 45491, + 45526 ], "loc": { "start": { @@ -107964,8 +107962,8 @@ } }, "range": [ - 45483, - 45530 + 45479, + 45526 ], "loc": { "start": { @@ -107979,8 +107977,8 @@ } }, "range": [ - 45483, - 45531 + 45479, + 45527 ], "loc": { "start": { @@ -107995,8 +107993,8 @@ } ], "range": [ - 45404, - 45549 + 45400, + 45545 ], "loc": { "start": { @@ -108013,8 +108011,8 @@ "type": "Line", "value": "empty", "range": [ - 45566, - 45573 + 45562, + 45569 ], "loc": { "start": { @@ -108035,8 +108033,8 @@ "type": "Identifier", "name": "hasEM", "range": [ - 45598, - 45603 + 45594, + 45599 ], "loc": { "start": { @@ -108061,8 +108059,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 45626, - 45635 + 45622, + 45631 ], "loc": { "start": { @@ -108084,8 +108082,8 @@ "type": "Identifier", "name": "Str", "range": [ - 45638, - 45641 + 45634, + 45637 ], "loc": { "start": { @@ -108102,8 +108100,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 45642, - 45649 + 45638, + 45645 ], "loc": { "start": { @@ -108117,8 +108115,8 @@ } }, "range": [ - 45638, - 45649 + 45634, + 45645 ], "loc": { "start": { @@ -108136,8 +108134,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 45650, - 45658 + 45646, + 45654 ], "loc": { "start": { @@ -108152,8 +108150,8 @@ } ], "range": [ - 45638, - 45659 + 45634, + 45655 ], "loc": { "start": { @@ -108167,8 +108165,8 @@ } }, "range": [ - 45626, - 45659 + 45622, + 45655 ], "loc": { "start": { @@ -108182,8 +108180,8 @@ } }, "range": [ - 45626, - 45660 + 45622, + 45656 ], "loc": { "start": { @@ -108198,8 +108196,8 @@ } ], "range": [ - 45604, - 45678 + 45600, + 45674 ], "loc": { "start": { @@ -108216,8 +108214,8 @@ "type": "Line", "value": "non-empty", "range": [ - 45695, - 45706 + 45691, + 45702 ], "loc": { "start": { @@ -108238,8 +108236,8 @@ "type": "Identifier", "name": "hasNM", "range": [ - 45731, - 45736 + 45727, + 45732 ], "loc": { "start": { @@ -108264,8 +108262,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 45759, - 45768 + 45755, + 45764 ], "loc": { "start": { @@ -108290,8 +108288,8 @@ "type": "Identifier", "name": "Str", "range": [ - 45772, - 45775 + 45768, + 45771 ], "loc": { "start": { @@ -108308,8 +108306,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 45776, - 45783 + 45772, + 45779 ], "loc": { "start": { @@ -108323,8 +108321,8 @@ } }, "range": [ - 45772, - 45783 + 45768, + 45779 ], "loc": { "start": { @@ -108342,8 +108340,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 45784, - 45792 + 45780, + 45788 ], "loc": { "start": { @@ -108358,8 +108356,8 @@ } ], "range": [ - 45772, - 45793 + 45768, + 45789 ], "loc": { "start": { @@ -108374,8 +108372,8 @@ }, "prefix": true, "range": [ - 45771, - 45793 + 45767, + 45789 ], "loc": { "start": { @@ -108389,8 +108387,8 @@ } }, "range": [ - 45759, - 45793 + 45755, + 45789 ], "loc": { "start": { @@ -108404,8 +108402,8 @@ } }, "range": [ - 45759, - 45794 + 45755, + 45790 ], "loc": { "start": { @@ -108420,8 +108418,8 @@ } ], "range": [ - 45737, - 45812 + 45733, + 45808 ], "loc": { "start": { @@ -108446,8 +108444,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 45840, - 45849 + 45836, + 45845 ], "loc": { "start": { @@ -108469,8 +108467,8 @@ "type": "Identifier", "name": "Str", "range": [ - 45852, - 45855 + 45848, + 45851 ], "loc": { "start": { @@ -108487,8 +108485,8 @@ "type": "Identifier", "name": "contains", "range": [ - 45856, - 45864 + 45852, + 45860 ], "loc": { "start": { @@ -108502,8 +108500,8 @@ } }, "range": [ - 45852, - 45864 + 45848, + 45860 ], "loc": { "start": { @@ -108521,8 +108519,8 @@ "type": "Identifier", "name": "sA", "range": [ - 45865, - 45867 + 45861, + 45863 ], "loc": { "start": { @@ -108539,8 +108537,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 45869, - 45877 + 45865, + 45873 ], "loc": { "start": { @@ -108561,8 +108559,8 @@ "object": { "type": "ThisExpression", "range": [ - 45879, - 45883 + 45875, + 45879 ], "loc": { "start": { @@ -108579,8 +108577,8 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 45884, - 45896 + 45880, + 45892 ], "loc": { "start": { @@ -108594,8 +108592,8 @@ } }, "range": [ - 45879, - 45896 + 45875, + 45892 ], "loc": { "start": { @@ -108613,8 +108611,8 @@ "type": "Identifier", "name": "j", "range": [ - 45897, - 45898 + 45893, + 45894 ], "loc": { "start": { @@ -108629,8 +108627,8 @@ } ], "range": [ - 45879, - 45899 + 45875, + 45895 ], "loc": { "start": { @@ -108649,8 +108647,8 @@ "object": { "type": "ThisExpression", "range": [ - 45925, - 45929 + 45921, + 45925 ], "loc": { "start": { @@ -108667,8 +108665,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 45930, - 45943 + 45926, + 45939 ], "loc": { "start": { @@ -108682,8 +108680,8 @@ } }, "range": [ - 45925, - 45943 + 45921, + 45939 ], "loc": { "start": { @@ -108698,8 +108696,8 @@ } ], "range": [ - 45852, - 45944 + 45848, + 45940 ], "loc": { "start": { @@ -108713,8 +108711,8 @@ } }, "range": [ - 45840, - 45944 + 45836, + 45940 ], "loc": { "start": { @@ -108728,8 +108726,8 @@ } }, "range": [ - 45840, - 45945 + 45836, + 45941 ], "loc": { "start": { @@ -108744,8 +108742,8 @@ } ], "range": [ - 45818, - 45963 + 45814, + 45959 ], "loc": { "start": { @@ -108759,8 +108757,8 @@ } }, "range": [ - 45728, - 45963 + 45724, + 45959 ], "loc": { "start": { @@ -108777,8 +108775,8 @@ "type": "Line", "value": "non-empty", "range": [ - 45695, - 45706 + 45691, + 45702 ], "loc": { "start": { @@ -108794,8 +108792,8 @@ ] }, "range": [ - 45595, - 45963 + 45591, + 45959 ], "loc": { "start": { @@ -108812,8 +108810,8 @@ "type": "Line", "value": "empty", "range": [ - 45566, - 45573 + 45562, + 45569 ], "loc": { "start": { @@ -108829,8 +108827,8 @@ ] }, "range": [ - 45371, - 45963 + 45367, + 45959 ], "loc": { "start": { @@ -108844,8 +108842,8 @@ } }, "range": [ - 45171, - 45963 + 45167, + 45959 ], "loc": { "start": { @@ -108862,8 +108860,8 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 45088, - 45149 + 45084, + 45145 ], "loc": { "start": { @@ -108879,8 +108877,8 @@ ] }, "range": [ - 44896, - 45963 + 44892, + 45959 ], "loc": { "start": { @@ -108897,8 +108895,8 @@ "type": "Line", "value": " equal date", "range": [ - 44861, - 44874 + 44857, + 44870 ], "loc": { "start": { @@ -108914,8 +108912,8 @@ ] }, "range": [ - 44670, - 45963 + 44666, + 45959 ], "loc": { "start": { @@ -108932,8 +108930,8 @@ "type": "Line", "value": " different date", "range": [ - 44631, - 44648 + 44627, + 44644 ], "loc": { "start": { @@ -108949,8 +108947,8 @@ ] }, "range": [ - 44464, - 45963 + 44460, + 45959 ], "loc": { "start": { @@ -108967,8 +108965,8 @@ "type": "Line", "value": " greater date", "range": [ - 44427, - 44442 + 44423, + 44438 ], "loc": { "start": { @@ -108984,8 +108982,8 @@ ] }, "range": [ - 44257, - 45963 + 44253, + 45959 ], "loc": { "start": { @@ -109002,8 +109000,8 @@ "type": "Line", "value": " greater equal date", "range": [ - 44214, - 44235 + 44210, + 44231 ], "loc": { "start": { @@ -109019,8 +109017,8 @@ ] }, "range": [ - 44044, - 45963 + 44040, + 45959 ], "loc": { "start": { @@ -109037,8 +109035,8 @@ "type": "Line", "value": " lower equal date", "range": [ - 44003, - 44022 + 43999, + 44018 ], "loc": { "start": { @@ -109054,8 +109052,8 @@ ] }, "range": [ - 43836, - 45963 + 43832, + 45959 ], "loc": { "start": { @@ -109072,8 +109070,8 @@ "type": "Line", "value": " lower date", "range": [ - 43806, - 43819 + 43802, + 43815 ], "loc": { "start": { @@ -109090,8 +109088,8 @@ } ], "range": [ - 43728, - 45977 + 43724, + 45973 ], "loc": { "start": { @@ -109118,8 +109116,8 @@ "object": { "type": "ThisExpression", "range": [ - 46068, - 46072 + 46064, + 46068 ], "loc": { "start": { @@ -109136,8 +109134,8 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 46073, - 46087 + 46069, + 46083 ], "loc": { "start": { @@ -109151,8 +109149,8 @@ } }, "range": [ - 46068, - 46087 + 46064, + 46083 ], "loc": { "start": { @@ -109174,8 +109172,8 @@ "object": { "type": "ThisExpression", "range": [ - 46091, - 46095 + 46087, + 46091 ], "loc": { "start": { @@ -109192,8 +109190,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 46096, - 46107 + 46092, + 46103 ], "loc": { "start": { @@ -109207,8 +109205,8 @@ } }, "range": [ - 46091, - 46107 + 46087, + 46103 ], "loc": { "start": { @@ -109225,8 +109223,8 @@ "type": "Identifier", "name": "j", "range": [ - 46108, - 46109 + 46104, + 46105 ], "loc": { "start": { @@ -109240,8 +109238,8 @@ } }, "range": [ - 46091, - 46110 + 46087, + 46106 ], "loc": { "start": { @@ -109255,8 +109253,8 @@ } }, "range": [ - 46068, - 46110 + 46064, + 46106 ], "loc": { "start": { @@ -109281,8 +109279,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46133, - 46144 + 46129, + 46140 ], "loc": { "start": { @@ -109301,8 +109299,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46147, - 46161 + 46143, + 46157 ], "loc": { "start": { @@ -109320,8 +109318,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 46187, - 46195 + 46183, + 46191 ], "loc": { "start": { @@ -109343,8 +109341,8 @@ "object": { "type": "ThisExpression", "range": [ - 46197, - 46201 + 46193, + 46197 ], "loc": { "start": { @@ -109361,8 +109359,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 46202, - 46213 + 46198, + 46209 ], "loc": { "start": { @@ -109376,8 +109374,8 @@ } }, "range": [ - 46197, - 46213 + 46193, + 46209 ], "loc": { "start": { @@ -109394,8 +109392,8 @@ "type": "Identifier", "name": "j", "range": [ - 46214, - 46215 + 46210, + 46211 ], "loc": { "start": { @@ -109409,8 +109407,8 @@ } }, "range": [ - 46197, - 46216 + 46193, + 46212 ], "loc": { "start": { @@ -109425,8 +109423,8 @@ } ], "range": [ - 46147, - 46217 + 46143, + 46213 ], "loc": { "start": { @@ -109440,8 +109438,8 @@ } }, "range": [ - 46133, - 46217 + 46129, + 46213 ], "loc": { "start": { @@ -109455,8 +109453,8 @@ } }, "range": [ - 46133, - 46218 + 46129, + 46214 ], "loc": { "start": { @@ -109478,8 +109476,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46239, - 46247 + 46235, + 46243 ], "loc": { "start": { @@ -109501,8 +109499,8 @@ "object": { "type": "ThisExpression", "range": [ - 46250, - 46254 + 46246, + 46250 ], "loc": { "start": { @@ -109519,8 +109517,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 46255, - 46266 + 46251, + 46262 ], "loc": { "start": { @@ -109534,8 +109532,8 @@ } }, "range": [ - 46250, - 46266 + 46246, + 46262 ], "loc": { "start": { @@ -109552,8 +109550,8 @@ "type": "Identifier", "name": "j", "range": [ - 46267, - 46268 + 46263, + 46264 ], "loc": { "start": { @@ -109567,8 +109565,8 @@ } }, "range": [ - 46250, - 46269 + 46246, + 46265 ], "loc": { "start": { @@ -109582,8 +109580,8 @@ } }, "range": [ - 46239, - 46269 + 46235, + 46265 ], "loc": { "start": { @@ -109597,8 +109595,8 @@ } }, "range": [ - 46239, - 46270 + 46235, + 46266 ], "loc": { "start": { @@ -109613,8 +109611,8 @@ } ], "range": [ - 46111, - 46288 + 46107, + 46284 ], "loc": { "start": { @@ -109644,8 +109642,8 @@ "object": { "type": "ThisExpression", "range": [ - 46319, - 46323 + 46315, + 46319 ], "loc": { "start": { @@ -109662,8 +109660,8 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 46324, - 46342 + 46320, + 46338 ], "loc": { "start": { @@ -109677,8 +109675,8 @@ } }, "range": [ - 46319, - 46342 + 46315, + 46338 ], "loc": { "start": { @@ -109696,8 +109694,8 @@ "value": ",", "raw": "','", "range": [ - 46347, - 46350 + 46343, + 46346 ], "loc": { "start": { @@ -109711,8 +109709,8 @@ } }, "range": [ - 46319, - 46350 + 46315, + 46346 ], "loc": { "start": { @@ -109734,8 +109732,8 @@ "object": { "type": "ThisExpression", "range": [ - 46378, - 46382 + 46374, + 46378 ], "loc": { "start": { @@ -109752,8 +109750,8 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 46383, - 46399 + 46379, + 46395 ], "loc": { "start": { @@ -109767,8 +109765,8 @@ } }, "range": [ - 46378, - 46399 + 46374, + 46395 ], "loc": { "start": { @@ -109786,8 +109784,8 @@ "value": ".", "raw": "'.'", "range": [ - 46404, - 46407 + 46400, + 46403 ], "loc": { "start": { @@ -109801,8 +109799,8 @@ } }, "range": [ - 46378, - 46407 + 46374, + 46403 ], "loc": { "start": { @@ -109816,8 +109814,8 @@ } }, "range": [ - 46319, - 46407 + 46315, + 46403 ], "loc": { "start": { @@ -109842,8 +109840,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46434, - 46445 + 46430, + 46441 ], "loc": { "start": { @@ -109862,8 +109860,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46448, - 46462 + 46444, + 46458 ], "loc": { "start": { @@ -109881,8 +109879,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 46463, - 46471 + 46459, + 46467 ], "loc": { "start": { @@ -109900,8 +109898,8 @@ "value": "us", "raw": "'us'", "range": [ - 46473, - 46477 + 46469, + 46473 ], "loc": { "start": { @@ -109916,8 +109914,8 @@ } ], "range": [ - 46448, - 46478 + 46444, + 46474 ], "loc": { "start": { @@ -109931,8 +109929,8 @@ } }, "range": [ - 46434, - 46478 + 46430, + 46474 ], "loc": { "start": { @@ -109946,8 +109944,8 @@ } }, "range": [ - 46434, - 46479 + 46430, + 46475 ], "loc": { "start": { @@ -109969,8 +109967,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46504, - 46512 + 46500, + 46508 ], "loc": { "start": { @@ -109988,8 +109986,8 @@ "value": "us", "raw": "'us'", "range": [ - 46515, - 46519 + 46511, + 46515 ], "loc": { "start": { @@ -110003,8 +110001,8 @@ } }, "range": [ - 46504, - 46519 + 46500, + 46515 ], "loc": { "start": { @@ -110018,8 +110016,8 @@ } }, "range": [ - 46504, - 46520 + 46500, + 46516 ], "loc": { "start": { @@ -110034,8 +110032,8 @@ } ], "range": [ - 46408, - 46542 + 46404, + 46538 ], "loc": { "start": { @@ -110060,8 +110058,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46574, - 46585 + 46570, + 46581 ], "loc": { "start": { @@ -110080,8 +110078,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46588, - 46602 + 46584, + 46598 ], "loc": { "start": { @@ -110099,8 +110097,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 46603, - 46611 + 46599, + 46607 ], "loc": { "start": { @@ -110118,8 +110116,8 @@ "value": "eu", "raw": "'eu'", "range": [ - 46613, - 46617 + 46609, + 46613 ], "loc": { "start": { @@ -110134,8 +110132,8 @@ } ], "range": [ - 46588, - 46618 + 46584, + 46614 ], "loc": { "start": { @@ -110149,8 +110147,8 @@ } }, "range": [ - 46574, - 46618 + 46570, + 46614 ], "loc": { "start": { @@ -110164,8 +110162,8 @@ } }, "range": [ - 46574, - 46619 + 46570, + 46615 ], "loc": { "start": { @@ -110187,8 +110185,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46644, - 46652 + 46640, + 46648 ], "loc": { "start": { @@ -110206,8 +110204,8 @@ "value": "eu", "raw": "'eu'", "range": [ - 46655, - 46659 + 46651, + 46655 ], "loc": { "start": { @@ -110221,8 +110219,8 @@ } }, "range": [ - 46644, - 46659 + 46640, + 46655 ], "loc": { "start": { @@ -110236,8 +110234,8 @@ } }, "range": [ - 46644, - 46660 + 46640, + 46656 ], "loc": { "start": { @@ -110252,8 +110250,8 @@ } ], "range": [ - 46548, - 46682 + 46544, + 46678 ], "loc": { "start": { @@ -110267,8 +110265,8 @@ } }, "range": [ - 46316, - 46682 + 46312, + 46678 ], "loc": { "start": { @@ -110283,8 +110281,8 @@ } ], "range": [ - 46294, - 46700 + 46290, + 46696 ], "loc": { "start": { @@ -110298,8 +110296,8 @@ } }, "range": [ - 46065, - 46700 + 46061, + 46696 ], "loc": { "start": { @@ -110316,8 +110314,8 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 46013, - 46048 + 46009, + 46044 ], "loc": { "start": { @@ -110336,8 +110334,8 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 46718, - 46780 + 46714, + 46776 ], "loc": { "start": { @@ -110354,8 +110352,8 @@ "type": "Line", "value": " rgx:)", "range": [ - 46797, - 46805 + 46793, + 46801 ], "loc": { "start": { @@ -110372,8 +110370,8 @@ "type": "Line", "value": " lower equal", "range": [ - 46822, - 46836 + 46818, + 46832 ], "loc": { "start": { @@ -110394,8 +110392,8 @@ "type": "Identifier", "name": "hasLE", "range": [ - 46856, - 46861 + 46852, + 46857 ], "loc": { "start": { @@ -110420,8 +110418,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 46884, - 46893 + 46880, + 46889 ], "loc": { "start": { @@ -110441,8 +110439,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46896, - 46907 + 46892, + 46903 ], "loc": { "start": { @@ -110461,8 +110459,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46911, - 46925 + 46907, + 46921 ], "loc": { "start": { @@ -110485,8 +110483,8 @@ "type": "Identifier", "name": "sA", "range": [ - 46951, - 46953 + 46947, + 46949 ], "loc": { "start": { @@ -110503,8 +110501,8 @@ "type": "Identifier", "name": "replace", "range": [ - 46954, - 46961 + 46950, + 46957 ], "loc": { "start": { @@ -110518,8 +110516,8 @@ } }, "range": [ - 46951, - 46961 + 46947, + 46957 ], "loc": { "start": { @@ -110537,8 +110535,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 46962, - 46967 + 46958, + 46963 ], "loc": { "start": { @@ -110556,8 +110554,8 @@ "value": "", "raw": "''", "range": [ - 46969, - 46971 + 46965, + 46967 ], "loc": { "start": { @@ -110572,8 +110570,8 @@ } ], "range": [ - 46951, - 46972 + 46947, + 46968 ], "loc": { "start": { @@ -110590,8 +110588,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46974, - 46982 + 46970, + 46978 ], "loc": { "start": { @@ -110606,8 +110604,8 @@ } ], "range": [ - 46911, - 46983 + 46907, + 46979 ], "loc": { "start": { @@ -110621,8 +110619,8 @@ } }, "range": [ - 46896, - 46983 + 46892, + 46979 ], "loc": { "start": { @@ -110636,8 +110634,8 @@ } }, "range": [ - 46884, - 46983 + 46880, + 46979 ], "loc": { "start": { @@ -110651,8 +110649,8 @@ } }, "range": [ - 46884, - 46984 + 46880, + 46980 ], "loc": { "start": { @@ -110667,8 +110665,8 @@ } ], "range": [ - 46862, - 47002 + 46858, + 46998 ], "loc": { "start": { @@ -110685,8 +110683,8 @@ "type": "Line", "value": "greater equal", "range": [ - 47019, - 47034 + 47015, + 47030 ], "loc": { "start": { @@ -110707,8 +110705,8 @@ "type": "Identifier", "name": "hasGE", "range": [ - 47059, - 47064 + 47055, + 47060 ], "loc": { "start": { @@ -110733,8 +110731,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47087, - 47096 + 47083, + 47092 ], "loc": { "start": { @@ -110754,8 +110752,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 47099, - 47110 + 47095, + 47106 ], "loc": { "start": { @@ -110774,8 +110772,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 47114, - 47128 + 47110, + 47124 ], "loc": { "start": { @@ -110798,8 +110796,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47154, - 47156 + 47150, + 47152 ], "loc": { "start": { @@ -110816,8 +110814,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47157, - 47164 + 47153, + 47160 ], "loc": { "start": { @@ -110831,8 +110829,8 @@ } }, "range": [ - 47154, - 47164 + 47150, + 47160 ], "loc": { "start": { @@ -110850,8 +110848,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 47165, - 47170 + 47161, + 47166 ], "loc": { "start": { @@ -110869,8 +110867,8 @@ "value": "", "raw": "''", "range": [ - 47172, - 47174 + 47168, + 47170 ], "loc": { "start": { @@ -110885,8 +110883,8 @@ } ], "range": [ - 47154, - 47175 + 47150, + 47171 ], "loc": { "start": { @@ -110903,8 +110901,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 47177, - 47185 + 47173, + 47181 ], "loc": { "start": { @@ -110919,8 +110917,8 @@ } ], "range": [ - 47114, - 47186 + 47110, + 47182 ], "loc": { "start": { @@ -110934,8 +110932,8 @@ } }, "range": [ - 47099, - 47186 + 47095, + 47182 ], "loc": { "start": { @@ -110949,8 +110947,8 @@ } }, "range": [ - 47087, - 47186 + 47083, + 47182 ], "loc": { "start": { @@ -110964,8 +110962,8 @@ } }, "range": [ - 47087, - 47187 + 47083, + 47183 ], "loc": { "start": { @@ -110980,8 +110978,8 @@ } ], "range": [ - 47065, - 47205 + 47061, + 47201 ], "loc": { "start": { @@ -110998,8 +110996,8 @@ "type": "Line", "value": "lower", "range": [ - 47222, - 47229 + 47218, + 47225 ], "loc": { "start": { @@ -111020,8 +111018,8 @@ "type": "Identifier", "name": "hasLO", "range": [ - 47254, - 47259 + 47250, + 47255 ], "loc": { "start": { @@ -111046,8 +111044,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47282, - 47291 + 47278, + 47287 ], "loc": { "start": { @@ -111067,8 +111065,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 47294, - 47305 + 47290, + 47301 ], "loc": { "start": { @@ -111087,8 +111085,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 47308, - 47322 + 47304, + 47318 ], "loc": { "start": { @@ -111111,8 +111109,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47348, - 47350 + 47344, + 47346 ], "loc": { "start": { @@ -111129,8 +111127,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47351, - 47358 + 47347, + 47354 ], "loc": { "start": { @@ -111144,8 +111142,8 @@ } }, "range": [ - 47348, - 47358 + 47344, + 47354 ], "loc": { "start": { @@ -111163,8 +111161,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 47359, - 47363 + 47355, + 47359 ], "loc": { "start": { @@ -111182,8 +111180,8 @@ "value": "", "raw": "''", "range": [ - 47365, - 47367 + 47361, + 47363 ], "loc": { "start": { @@ -111198,8 +111196,8 @@ } ], "range": [ - 47348, - 47368 + 47344, + 47364 ], "loc": { "start": { @@ -111216,8 +111214,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 47370, - 47378 + 47366, + 47374 ], "loc": { "start": { @@ -111232,8 +111230,8 @@ } ], "range": [ - 47308, - 47379 + 47304, + 47375 ], "loc": { "start": { @@ -111247,8 +111245,8 @@ } }, "range": [ - 47294, - 47379 + 47290, + 47375 ], "loc": { "start": { @@ -111262,8 +111260,8 @@ } }, "range": [ - 47282, - 47379 + 47278, + 47375 ], "loc": { "start": { @@ -111277,8 +111275,8 @@ } }, "range": [ - 47282, - 47380 + 47278, + 47376 ], "loc": { "start": { @@ -111293,8 +111291,8 @@ } ], "range": [ - 47260, - 47398 + 47256, + 47394 ], "loc": { "start": { @@ -111311,8 +111309,8 @@ "type": "Line", "value": "greater", "range": [ - 47415, - 47424 + 47411, + 47420 ], "loc": { "start": { @@ -111333,8 +111331,8 @@ "type": "Identifier", "name": "hasGR", "range": [ - 47449, - 47454 + 47445, + 47450 ], "loc": { "start": { @@ -111359,8 +111357,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47477, - 47486 + 47473, + 47482 ], "loc": { "start": { @@ -111380,8 +111378,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 47489, - 47500 + 47485, + 47496 ], "loc": { "start": { @@ -111400,8 +111398,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 47503, - 47517 + 47499, + 47513 ], "loc": { "start": { @@ -111424,8 +111422,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47543, - 47545 + 47539, + 47541 ], "loc": { "start": { @@ -111442,8 +111440,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47546, - 47553 + 47542, + 47549 ], "loc": { "start": { @@ -111457,8 +111455,8 @@ } }, "range": [ - 47543, - 47553 + 47539, + 47549 ], "loc": { "start": { @@ -111476,8 +111474,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 47554, - 47558 + 47550, + 47554 ], "loc": { "start": { @@ -111495,8 +111493,8 @@ "value": "", "raw": "''", "range": [ - 47560, - 47562 + 47556, + 47558 ], "loc": { "start": { @@ -111511,8 +111509,8 @@ } ], "range": [ - 47543, - 47563 + 47539, + 47559 ], "loc": { "start": { @@ -111529,8 +111527,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 47565, - 47573 + 47561, + 47569 ], "loc": { "start": { @@ -111545,8 +111543,8 @@ } ], "range": [ - 47503, - 47574 + 47499, + 47570 ], "loc": { "start": { @@ -111560,8 +111558,8 @@ } }, "range": [ - 47489, - 47574 + 47485, + 47570 ], "loc": { "start": { @@ -111575,8 +111573,8 @@ } }, "range": [ - 47477, - 47574 + 47473, + 47570 ], "loc": { "start": { @@ -111590,8 +111588,8 @@ } }, "range": [ - 47477, - 47575 + 47473, + 47571 ], "loc": { "start": { @@ -111606,8 +111604,8 @@ } ], "range": [ - 47455, - 47593 + 47451, + 47589 ], "loc": { "start": { @@ -111624,8 +111622,8 @@ "type": "Line", "value": "different", "range": [ - 47610, - 47621 + 47606, + 47617 ], "loc": { "start": { @@ -111646,8 +111644,8 @@ "type": "Identifier", "name": "hasDF", "range": [ - 47646, - 47651 + 47642, + 47647 ], "loc": { "start": { @@ -111672,8 +111670,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47674, - 47683 + 47670, + 47679 ], "loc": { "start": { @@ -111697,8 +111695,8 @@ "type": "Identifier", "name": "Str", "range": [ - 47686, - 47689 + 47682, + 47685 ], "loc": { "start": { @@ -111715,8 +111713,8 @@ "type": "Identifier", "name": "contains", "range": [ - 47690, - 47698 + 47686, + 47694 ], "loc": { "start": { @@ -111730,8 +111728,8 @@ } }, "range": [ - 47686, - 47698 + 47682, + 47694 ], "loc": { "start": { @@ -111754,8 +111752,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47699, - 47701 + 47695, + 47697 ], "loc": { "start": { @@ -111772,8 +111770,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47702, - 47709 + 47698, + 47705 ], "loc": { "start": { @@ -111787,8 +111785,8 @@ } }, "range": [ - 47699, - 47709 + 47695, + 47705 ], "loc": { "start": { @@ -111806,8 +111804,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 47710, - 47714 + 47706, + 47710 ], "loc": { "start": { @@ -111825,8 +111823,8 @@ "value": "", "raw": "''", "range": [ - 47716, - 47718 + 47712, + 47714 ], "loc": { "start": { @@ -111841,8 +111839,8 @@ } ], "range": [ - 47699, - 47719 + 47695, + 47715 ], "loc": { "start": { @@ -111859,8 +111857,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47721, - 47729 + 47717, + 47725 ], "loc": { "start": { @@ -111878,8 +111876,8 @@ "value": false, "raw": "false", "range": [ - 47755, - 47760 + 47751, + 47756 ], "loc": { "start": { @@ -111898,8 +111896,8 @@ "object": { "type": "ThisExpression", "range": [ - 47762, - 47766 + 47758, + 47762 ], "loc": { "start": { @@ -111916,8 +111914,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 47767, - 47780 + 47763, + 47776 ], "loc": { "start": { @@ -111931,8 +111929,8 @@ } }, "range": [ - 47762, - 47780 + 47758, + 47776 ], "loc": { "start": { @@ -111947,8 +111945,8 @@ } ], "range": [ - 47686, - 47781 + 47682, + 47777 ], "loc": { "start": { @@ -111966,8 +111964,8 @@ "value": false, "raw": "false", "range": [ - 47784, - 47789 + 47780, + 47785 ], "loc": { "start": { @@ -111985,8 +111983,8 @@ "value": true, "raw": "true", "range": [ - 47792, - 47796 + 47788, + 47792 ], "loc": { "start": { @@ -112000,8 +111998,8 @@ } }, "range": [ - 47686, - 47796 + 47682, + 47792 ], "loc": { "start": { @@ -112015,8 +112013,8 @@ } }, "range": [ - 47674, - 47796 + 47670, + 47792 ], "loc": { "start": { @@ -112030,8 +112028,8 @@ } }, "range": [ - 47674, - 47797 + 47670, + 47793 ], "loc": { "start": { @@ -112046,8 +112044,8 @@ } ], "range": [ - 47652, - 47815 + 47648, + 47811 ], "loc": { "start": { @@ -112064,8 +112062,8 @@ "type": "Line", "value": "like", "range": [ - 47832, - 47838 + 47828, + 47834 ], "loc": { "start": { @@ -112086,8 +112084,8 @@ "type": "Identifier", "name": "hasLK", "range": [ - 47863, - 47868 + 47859, + 47864 ], "loc": { "start": { @@ -112112,8 +112110,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47891, - 47900 + 47887, + 47896 ], "loc": { "start": { @@ -112135,8 +112133,8 @@ "type": "Identifier", "name": "Str", "range": [ - 47903, - 47906 + 47899, + 47902 ], "loc": { "start": { @@ -112153,8 +112151,8 @@ "type": "Identifier", "name": "contains", "range": [ - 47907, - 47915 + 47903, + 47911 ], "loc": { "start": { @@ -112168,8 +112166,8 @@ } }, "range": [ - 47903, - 47915 + 47899, + 47911 ], "loc": { "start": { @@ -112192,8 +112190,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47916, - 47918 + 47912, + 47914 ], "loc": { "start": { @@ -112210,8 +112208,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47919, - 47926 + 47915, + 47922 ], "loc": { "start": { @@ -112225,8 +112223,8 @@ } }, "range": [ - 47916, - 47926 + 47912, + 47922 ], "loc": { "start": { @@ -112244,8 +112242,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 47927, - 47932 + 47923, + 47928 ], "loc": { "start": { @@ -112263,8 +112261,8 @@ "value": "", "raw": "''", "range": [ - 47934, - 47936 + 47930, + 47932 ], "loc": { "start": { @@ -112279,8 +112277,8 @@ } ], "range": [ - 47916, - 47937 + 47912, + 47933 ], "loc": { "start": { @@ -112297,8 +112295,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47939, - 47947 + 47935, + 47943 ], "loc": { "start": { @@ -112316,8 +112314,8 @@ "value": false, "raw": "false", "range": [ - 47973, - 47978 + 47969, + 47974 ], "loc": { "start": { @@ -112336,8 +112334,8 @@ "object": { "type": "ThisExpression", "range": [ - 47980, - 47984 + 47976, + 47980 ], "loc": { "start": { @@ -112354,8 +112352,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 47985, - 47998 + 47981, + 47994 ], "loc": { "start": { @@ -112369,8 +112367,8 @@ } }, "range": [ - 47980, - 47998 + 47976, + 47994 ], "loc": { "start": { @@ -112385,8 +112383,8 @@ } ], "range": [ - 47903, - 47999 + 47899, + 47995 ], "loc": { "start": { @@ -112400,8 +112398,8 @@ } }, "range": [ - 47891, - 47999 + 47887, + 47995 ], "loc": { "start": { @@ -112415,8 +112413,8 @@ } }, "range": [ - 47891, - 48000 + 47887, + 47996 ], "loc": { "start": { @@ -112431,8 +112429,8 @@ } ], "range": [ - 47869, - 48018 + 47865, + 48014 ], "loc": { "start": { @@ -112449,8 +112447,8 @@ "type": "Line", "value": "equal", "range": [ - 48035, - 48042 + 48031, + 48038 ], "loc": { "start": { @@ -112471,8 +112469,8 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 48067, - 48072 + 48063, + 48068 ], "loc": { "start": { @@ -112497,8 +112495,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48095, - 48104 + 48091, + 48100 ], "loc": { "start": { @@ -112520,8 +112518,8 @@ "type": "Identifier", "name": "Str", "range": [ - 48107, - 48110 + 48103, + 48106 ], "loc": { "start": { @@ -112538,8 +112536,8 @@ "type": "Identifier", "name": "contains", "range": [ - 48111, - 48119 + 48107, + 48115 ], "loc": { "start": { @@ -112553,8 +112551,8 @@ } }, "range": [ - 48107, - 48119 + 48103, + 48115 ], "loc": { "start": { @@ -112577,8 +112575,8 @@ "type": "Identifier", "name": "sA", "range": [ - 48120, - 48122 + 48116, + 48118 ], "loc": { "start": { @@ -112595,8 +112593,8 @@ "type": "Identifier", "name": "replace", "range": [ - 48123, - 48130 + 48119, + 48126 ], "loc": { "start": { @@ -112610,8 +112608,8 @@ } }, "range": [ - 48120, - 48130 + 48116, + 48126 ], "loc": { "start": { @@ -112629,8 +112627,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 48131, - 48136 + 48127, + 48132 ], "loc": { "start": { @@ -112648,8 +112646,8 @@ "value": "", "raw": "''", "range": [ - 48138, - 48140 + 48134, + 48136 ], "loc": { "start": { @@ -112664,8 +112662,8 @@ } ], "range": [ - 48120, - 48141 + 48116, + 48137 ], "loc": { "start": { @@ -112682,8 +112680,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48143, - 48151 + 48139, + 48147 ], "loc": { "start": { @@ -112701,8 +112699,8 @@ "value": true, "raw": "true", "range": [ - 48177, - 48181 + 48173, + 48177 ], "loc": { "start": { @@ -112721,8 +112719,8 @@ "object": { "type": "ThisExpression", "range": [ - 48183, - 48187 + 48179, + 48183 ], "loc": { "start": { @@ -112739,8 +112737,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 48188, - 48201 + 48184, + 48197 ], "loc": { "start": { @@ -112754,8 +112752,8 @@ } }, "range": [ - 48183, - 48201 + 48179, + 48197 ], "loc": { "start": { @@ -112770,8 +112768,8 @@ } ], "range": [ - 48107, - 48202 + 48103, + 48198 ], "loc": { "start": { @@ -112785,8 +112783,8 @@ } }, "range": [ - 48095, - 48202 + 48091, + 48198 ], "loc": { "start": { @@ -112800,8 +112798,8 @@ } }, "range": [ - 48095, - 48203 + 48091, + 48199 ], "loc": { "start": { @@ -112816,8 +112814,8 @@ } ], "range": [ - 48073, - 48221 + 48069, + 48217 ], "loc": { "start": { @@ -112834,8 +112832,8 @@ "type": "Line", "value": "starts with", "range": [ - 48238, - 48251 + 48234, + 48247 ], "loc": { "start": { @@ -112856,8 +112854,8 @@ "type": "Identifier", "name": "hasST", "range": [ - 48276, - 48281 + 48272, + 48277 ], "loc": { "start": { @@ -112882,8 +112880,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48304, - 48313 + 48300, + 48309 ], "loc": { "start": { @@ -112910,8 +112908,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48316, - 48324 + 48312, + 48320 ], "loc": { "start": { @@ -112928,8 +112926,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 48325, - 48332 + 48321, + 48328 ], "loc": { "start": { @@ -112943,8 +112941,8 @@ } }, "range": [ - 48316, - 48332 + 48312, + 48328 ], "loc": { "start": { @@ -112967,8 +112965,8 @@ "type": "Identifier", "name": "sA", "range": [ - 48333, - 48335 + 48329, + 48331 ], "loc": { "start": { @@ -112985,8 +112983,8 @@ "type": "Identifier", "name": "replace", "range": [ - 48336, - 48343 + 48332, + 48339 ], "loc": { "start": { @@ -113000,8 +112998,8 @@ } }, "range": [ - 48333, - 48343 + 48329, + 48339 ], "loc": { "start": { @@ -113019,8 +113017,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 48344, - 48349 + 48340, + 48345 ], "loc": { "start": { @@ -113038,8 +113036,8 @@ "value": "", "raw": "''", "range": [ - 48351, - 48353 + 48347, + 48349 ], "loc": { "start": { @@ -113054,8 +113052,8 @@ } ], "range": [ - 48333, - 48354 + 48329, + 48350 ], "loc": { "start": { @@ -113070,8 +113068,8 @@ } ], "range": [ - 48316, - 48355 + 48312, + 48351 ], "loc": { "start": { @@ -113089,8 +113087,8 @@ "value": 0, "raw": "0", "range": [ - 48360, - 48361 + 48356, + 48357 ], "loc": { "start": { @@ -113104,8 +113102,8 @@ } }, "range": [ - 48316, - 48361 + 48312, + 48357 ], "loc": { "start": { @@ -113123,8 +113121,8 @@ "value": true, "raw": "true", "range": [ - 48388, - 48392 + 48384, + 48388 ], "loc": { "start": { @@ -113142,8 +113140,8 @@ "value": false, "raw": "false", "range": [ - 48395, - 48400 + 48391, + 48396 ], "loc": { "start": { @@ -113157,8 +113155,8 @@ } }, "range": [ - 48316, - 48400 + 48312, + 48396 ], "loc": { "start": { @@ -113172,8 +113170,8 @@ } }, "range": [ - 48304, - 48400 + 48300, + 48396 ], "loc": { "start": { @@ -113187,8 +113185,8 @@ } }, "range": [ - 48304, - 48401 + 48300, + 48397 ], "loc": { "start": { @@ -113203,8 +113201,8 @@ } ], "range": [ - 48282, - 48419 + 48278, + 48415 ], "loc": { "start": { @@ -113221,8 +113219,8 @@ "type": "Line", "value": "ends with", "range": [ - 48436, - 48447 + 48432, + 48443 ], "loc": { "start": { @@ -113243,8 +113241,8 @@ "type": "Identifier", "name": "hasEN", "range": [ - 48472, - 48477 + 48468, + 48473 ], "loc": { "start": { @@ -113269,8 +113267,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 48504, - 48513 + 48500, + 48509 ], "loc": { "start": { @@ -113292,8 +113290,8 @@ "type": "Identifier", "name": "sA", "range": [ - 48516, - 48518 + 48512, + 48514 ], "loc": { "start": { @@ -113310,8 +113308,8 @@ "type": "Identifier", "name": "replace", "range": [ - 48519, - 48526 + 48515, + 48522 ], "loc": { "start": { @@ -113325,8 +113323,8 @@ } }, "range": [ - 48516, - 48526 + 48512, + 48522 ], "loc": { "start": { @@ -113344,8 +113342,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 48527, - 48532 + 48523, + 48528 ], "loc": { "start": { @@ -113363,8 +113361,8 @@ "value": "", "raw": "''", "range": [ - 48534, - 48536 + 48530, + 48532 ], "loc": { "start": { @@ -113379,8 +113377,8 @@ } ], "range": [ - 48516, - 48537 + 48512, + 48533 ], "loc": { "start": { @@ -113394,8 +113392,8 @@ } }, "range": [ - 48504, - 48537 + 48500, + 48533 ], "loc": { "start": { @@ -113411,8 +113409,8 @@ ], "kind": "let", "range": [ - 48500, - 48538 + 48496, + 48534 ], "loc": { "start": { @@ -113434,8 +113432,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48559, - 48568 + 48555, + 48564 ], "loc": { "start": { @@ -113465,8 +113463,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48595, - 48603 + 48591, + 48599 ], "loc": { "start": { @@ -113483,8 +113481,8 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 48604, - 48615 + 48600, + 48611 ], "loc": { "start": { @@ -113498,8 +113496,8 @@ } }, "range": [ - 48595, - 48615 + 48591, + 48611 ], "loc": { "start": { @@ -113517,8 +113515,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 48616, - 48625 + 48612, + 48621 ], "loc": { "start": { @@ -113541,8 +113539,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48627, - 48635 + 48623, + 48631 ], "loc": { "start": { @@ -113559,8 +113557,8 @@ "type": "Identifier", "name": "length", "range": [ - 48636, - 48642 + 48632, + 48638 ], "loc": { "start": { @@ -113574,8 +113572,8 @@ } }, "range": [ - 48627, - 48642 + 48623, + 48638 ], "loc": { "start": { @@ -113593,8 +113591,8 @@ "value": 1, "raw": "1", "range": [ - 48643, - 48644 + 48639, + 48640 ], "loc": { "start": { @@ -113608,8 +113606,8 @@ } }, "range": [ - 48627, - 48644 + 48623, + 48640 ], "loc": { "start": { @@ -113624,8 +113622,8 @@ } ], "range": [ - 48595, - 48645 + 48591, + 48641 ], "loc": { "start": { @@ -113651,8 +113649,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48675, - 48683 + 48671, + 48679 ], "loc": { "start": { @@ -113669,8 +113667,8 @@ "type": "Identifier", "name": "length", "range": [ - 48684, - 48690 + 48680, + 48686 ], "loc": { "start": { @@ -113684,8 +113682,8 @@ } }, "range": [ - 48675, - 48690 + 48671, + 48686 ], "loc": { "start": { @@ -113703,8 +113701,8 @@ "value": 1, "raw": "1", "range": [ - 48691, - 48692 + 48687, + 48688 ], "loc": { "start": { @@ -113718,8 +113716,8 @@ } }, "range": [ - 48675, - 48692 + 48671, + 48688 ], "loc": { "start": { @@ -113742,8 +113740,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 48695, - 48704 + 48691, + 48700 ], "loc": { "start": { @@ -113760,8 +113758,8 @@ "type": "Identifier", "name": "length", "range": [ - 48705, - 48711 + 48701, + 48707 ], "loc": { "start": { @@ -113775,8 +113773,8 @@ } }, "range": [ - 48695, - 48711 + 48691, + 48707 ], "loc": { "start": { @@ -113794,8 +113792,8 @@ "value": 1, "raw": "1", "range": [ - 48712, - 48713 + 48708, + 48709 ], "loc": { "start": { @@ -113809,8 +113807,8 @@ } }, "range": [ - 48695, - 48713 + 48691, + 48709 ], "loc": { "start": { @@ -113824,8 +113822,8 @@ } }, "range": [ - 48674, - 48714 + 48670, + 48710 ], "loc": { "start": { @@ -113839,8 +113837,8 @@ } }, "range": [ - 48595, - 48714 + 48591, + 48710 ], "loc": { "start": { @@ -113865,8 +113863,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48742, - 48750 + 48738, + 48746 ], "loc": { "start": { @@ -113883,8 +113881,8 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 48751, - 48762 + 48747, + 48758 ], "loc": { "start": { @@ -113898,8 +113896,8 @@ } }, "range": [ - 48742, - 48762 + 48738, + 48758 ], "loc": { "start": { @@ -113917,8 +113915,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 48792, - 48801 + 48788, + 48797 ], "loc": { "start": { @@ -113941,8 +113939,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48803, - 48811 + 48799, + 48807 ], "loc": { "start": { @@ -113959,8 +113957,8 @@ "type": "Identifier", "name": "length", "range": [ - 48812, - 48818 + 48808, + 48814 ], "loc": { "start": { @@ -113974,8 +113972,8 @@ } }, "range": [ - 48803, - 48818 + 48799, + 48814 ], "loc": { "start": { @@ -113993,8 +113991,8 @@ "value": 1, "raw": "1", "range": [ - 48819, - 48820 + 48815, + 48816 ], "loc": { "start": { @@ -114008,8 +114006,8 @@ } }, "range": [ - 48803, - 48820 + 48799, + 48816 ], "loc": { "start": { @@ -114024,8 +114022,8 @@ } ], "range": [ - 48742, - 48821 + 48738, + 48817 ], "loc": { "start": { @@ -114046,8 +114044,8 @@ "value": 1, "raw": "1", "range": [ - 48825, - 48826 + 48821, + 48822 ], "loc": { "start": { @@ -114062,8 +114060,8 @@ }, "prefix": true, "range": [ - 48824, - 48826 + 48820, + 48822 ], "loc": { "start": { @@ -114077,8 +114075,8 @@ } }, "range": [ - 48742, - 48826 + 48738, + 48822 ], "loc": { "start": { @@ -114092,8 +114090,8 @@ } }, "range": [ - 48595, - 48826 + 48591, + 48822 ], "loc": { "start": { @@ -114111,8 +114109,8 @@ "value": true, "raw": "true", "range": [ - 48829, - 48833 + 48825, + 48829 ], "loc": { "start": { @@ -114130,8 +114128,8 @@ "value": false, "raw": "false", "range": [ - 48836, - 48841 + 48832, + 48837 ], "loc": { "start": { @@ -114145,8 +114143,8 @@ } }, "range": [ - 48595, - 48841 + 48591, + 48837 ], "loc": { "start": { @@ -114160,8 +114158,8 @@ } }, "range": [ - 48559, - 48841 + 48555, + 48837 ], "loc": { "start": { @@ -114175,8 +114173,8 @@ } }, "range": [ - 48559, - 48842 + 48555, + 48838 ], "loc": { "start": { @@ -114191,8 +114189,8 @@ } ], "range": [ - 48478, - 48860 + 48474, + 48856 ], "loc": { "start": { @@ -114209,8 +114207,8 @@ "type": "Line", "value": "empty", "range": [ - 48877, - 48884 + 48873, + 48880 ], "loc": { "start": { @@ -114231,8 +114229,8 @@ "type": "Identifier", "name": "hasEM", "range": [ - 48909, - 48914 + 48905, + 48910 ], "loc": { "start": { @@ -114257,8 +114255,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48937, - 48946 + 48933, + 48942 ], "loc": { "start": { @@ -114280,8 +114278,8 @@ "type": "Identifier", "name": "Str", "range": [ - 48949, - 48952 + 48945, + 48948 ], "loc": { "start": { @@ -114298,8 +114296,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 48953, - 48960 + 48949, + 48956 ], "loc": { "start": { @@ -114313,8 +114311,8 @@ } }, "range": [ - 48949, - 48960 + 48945, + 48956 ], "loc": { "start": { @@ -114332,8 +114330,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48961, - 48969 + 48957, + 48965 ], "loc": { "start": { @@ -114348,8 +114346,8 @@ } ], "range": [ - 48949, - 48970 + 48945, + 48966 ], "loc": { "start": { @@ -114363,8 +114361,8 @@ } }, "range": [ - 48937, - 48970 + 48933, + 48966 ], "loc": { "start": { @@ -114378,8 +114376,8 @@ } }, "range": [ - 48937, - 48971 + 48933, + 48967 ], "loc": { "start": { @@ -114394,8 +114392,8 @@ } ], "range": [ - 48915, - 48989 + 48911, + 48985 ], "loc": { "start": { @@ -114412,8 +114410,8 @@ "type": "Line", "value": "non-empty", "range": [ - 49006, - 49017 + 49002, + 49013 ], "loc": { "start": { @@ -114434,8 +114432,8 @@ "type": "Identifier", "name": "hasNM", "range": [ - 49042, - 49047 + 49038, + 49043 ], "loc": { "start": { @@ -114460,8 +114458,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49070, - 49079 + 49066, + 49075 ], "loc": { "start": { @@ -114486,8 +114484,8 @@ "type": "Identifier", "name": "Str", "range": [ - 49083, - 49086 + 49079, + 49082 ], "loc": { "start": { @@ -114504,8 +114502,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 49087, - 49094 + 49083, + 49090 ], "loc": { "start": { @@ -114519,8 +114517,8 @@ } }, "range": [ - 49083, - 49094 + 49079, + 49090 ], "loc": { "start": { @@ -114538,8 +114536,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 49095, - 49103 + 49091, + 49099 ], "loc": { "start": { @@ -114554,8 +114552,8 @@ } ], "range": [ - 49083, - 49104 + 49079, + 49100 ], "loc": { "start": { @@ -114570,8 +114568,8 @@ }, "prefix": true, "range": [ - 49082, - 49104 + 49078, + 49100 ], "loc": { "start": { @@ -114585,8 +114583,8 @@ } }, "range": [ - 49070, - 49104 + 49066, + 49100 ], "loc": { "start": { @@ -114600,8 +114598,8 @@ } }, "range": [ - 49070, - 49105 + 49066, + 49101 ], "loc": { "start": { @@ -114616,8 +114614,8 @@ } ], "range": [ - 49048, - 49123 + 49044, + 49119 ], "loc": { "start": { @@ -114634,8 +114632,8 @@ "type": "Line", "value": "regexp", "range": [ - 49140, - 49148 + 49136, + 49144 ], "loc": { "start": { @@ -114656,8 +114654,8 @@ "type": "Identifier", "name": "hasRE", "range": [ - 49173, - 49178 + 49169, + 49174 ], "loc": { "start": { @@ -114687,8 +114685,8 @@ "type": "Identifier", "name": "srchArg", "range": [ - 49336, - 49343 + 49332, + 49339 ], "loc": { "start": { @@ -114710,8 +114708,8 @@ "type": "Identifier", "name": "sA", "range": [ - 49346, - 49348 + 49342, + 49344 ], "loc": { "start": { @@ -114728,8 +114726,8 @@ "type": "Identifier", "name": "replace", "range": [ - 49349, - 49356 + 49345, + 49352 ], "loc": { "start": { @@ -114743,8 +114741,8 @@ } }, "range": [ - 49346, - 49356 + 49342, + 49352 ], "loc": { "start": { @@ -114762,8 +114760,8 @@ "type": "Identifier", "name": "re_re", "range": [ - 49357, - 49362 + 49353, + 49358 ], "loc": { "start": { @@ -114781,8 +114779,8 @@ "value": "", "raw": "''", "range": [ - 49363, - 49365 + 49359, + 49361 ], "loc": { "start": { @@ -114797,8 +114795,8 @@ } ], "range": [ - 49346, - 49366 + 49342, + 49362 ], "loc": { "start": { @@ -114812,8 +114810,8 @@ } }, "range": [ - 49336, - 49366 + 49332, + 49362 ], "loc": { "start": { @@ -114829,8 +114827,8 @@ ], "kind": "let", "range": [ - 49332, - 49367 + 49328, + 49363 ], "loc": { "start": { @@ -114847,8 +114845,8 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 49201, - 49236 + 49197, + 49232 ], "loc": { "start": { @@ -114865,8 +114863,8 @@ "type": "Line", "value": "operator is removed", "range": [ - 49286, - 49307 + 49282, + 49303 ], "loc": { "start": { @@ -114890,8 +114888,8 @@ "type": "Identifier", "name": "rgx", "range": [ - 49396, - 49399 + 49392, + 49395 ], "loc": { "start": { @@ -114910,8 +114908,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49406, - 49412 + 49402, + 49408 ], "loc": { "start": { @@ -114929,8 +114927,8 @@ "type": "Identifier", "name": "srchArg", "range": [ - 49413, - 49420 + 49409, + 49416 ], "loc": { "start": { @@ -114945,8 +114943,8 @@ } ], "range": [ - 49402, - 49421 + 49398, + 49417 ], "loc": { "start": { @@ -114960,8 +114958,8 @@ } }, "range": [ - 49396, - 49421 + 49392, + 49417 ], "loc": { "start": { @@ -114977,8 +114975,8 @@ ], "kind": "let", "range": [ - 49392, - 49422 + 49388, + 49418 ], "loc": { "start": { @@ -115000,8 +114998,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49447, - 49456 + 49443, + 49452 ], "loc": { "start": { @@ -115023,8 +115021,8 @@ "type": "Identifier", "name": "rgx", "range": [ - 49459, - 49462 + 49455, + 49458 ], "loc": { "start": { @@ -115041,8 +115039,8 @@ "type": "Identifier", "name": "test", "range": [ - 49463, - 49467 + 49459, + 49463 ], "loc": { "start": { @@ -115056,8 +115054,8 @@ } }, "range": [ - 49459, - 49467 + 49455, + 49463 ], "loc": { "start": { @@ -115075,8 +115073,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 49468, - 49476 + 49464, + 49472 ], "loc": { "start": { @@ -115091,8 +115089,8 @@ } ], "range": [ - 49459, - 49477 + 49455, + 49473 ], "loc": { "start": { @@ -115106,8 +115104,8 @@ } }, "range": [ - 49447, - 49477 + 49443, + 49473 ], "loc": { "start": { @@ -115121,8 +115119,8 @@ } }, "range": [ - 49447, - 49478 + 49443, + 49474 ], "loc": { "start": { @@ -115137,8 +115135,8 @@ } ], "range": [ - 49260, - 49500 + 49256, + 49496 ], "loc": { "start": { @@ -115157,8 +115155,8 @@ "type": "Identifier", "name": "e", "range": [ - 49507, - 49508 + 49503, + 49504 ], "loc": { "start": { @@ -115183,8 +115181,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49512, - 49521 + 49508, + 49517 ], "loc": { "start": { @@ -115202,8 +115200,8 @@ "value": false, "raw": "false", "range": [ - 49524, - 49529 + 49520, + 49525 ], "loc": { "start": { @@ -115217,8 +115215,8 @@ } }, "range": [ - 49512, - 49529 + 49508, + 49525 ], "loc": { "start": { @@ -115232,8 +115230,8 @@ } }, "range": [ - 49512, - 49530 + 49508, + 49526 ], "loc": { "start": { @@ -115248,8 +115246,8 @@ } ], "range": [ - 49510, - 49532 + 49506, + 49528 ], "loc": { "start": { @@ -115263,8 +115261,8 @@ } }, "range": [ - 49501, - 49532 + 49497, + 49528 ], "loc": { "start": { @@ -115279,8 +115277,8 @@ }, "finalizer": null, "range": [ - 49257, - 49532 + 49253, + 49528 ], "loc": { "start": { @@ -115295,8 +115293,8 @@ } ], "range": [ - 49179, - 49550 + 49175, + 49546 ], "loc": { "start": { @@ -115321,8 +115319,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49578, - 49587 + 49574, + 49583 ], "loc": { "start": { @@ -115344,8 +115342,8 @@ "type": "Identifier", "name": "Str", "range": [ - 49590, - 49593 + 49586, + 49589 ], "loc": { "start": { @@ -115362,8 +115360,8 @@ "type": "Identifier", "name": "contains", "range": [ - 49594, - 49602 + 49590, + 49598 ], "loc": { "start": { @@ -115377,8 +115375,8 @@ } }, "range": [ - 49590, - 49602 + 49586, + 49598 ], "loc": { "start": { @@ -115396,8 +115394,8 @@ "type": "Identifier", "name": "sA", "range": [ - 49603, - 49605 + 49599, + 49601 ], "loc": { "start": { @@ -115414,8 +115412,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 49607, - 49615 + 49603, + 49611 ], "loc": { "start": { @@ -115436,8 +115434,8 @@ "object": { "type": "ThisExpression", "range": [ - 49617, - 49621 + 49613, + 49617 ], "loc": { "start": { @@ -115454,8 +115452,8 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 49622, - 49634 + 49618, + 49630 ], "loc": { "start": { @@ -115469,8 +115467,8 @@ } }, "range": [ - 49617, - 49634 + 49613, + 49630 ], "loc": { "start": { @@ -115488,8 +115486,8 @@ "type": "Identifier", "name": "j", "range": [ - 49635, - 49636 + 49631, + 49632 ], "loc": { "start": { @@ -115504,8 +115502,8 @@ } ], "range": [ - 49617, - 49637 + 49613, + 49633 ], "loc": { "start": { @@ -115524,8 +115522,8 @@ "object": { "type": "ThisExpression", "range": [ - 49663, - 49667 + 49659, + 49663 ], "loc": { "start": { @@ -115542,8 +115540,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49668, - 49681 + 49664, + 49677 ], "loc": { "start": { @@ -115557,8 +115555,8 @@ } }, "range": [ - 49663, - 49681 + 49659, + 49677 ], "loc": { "start": { @@ -115573,8 +115571,8 @@ } ], "range": [ - 49590, - 49682 + 49586, + 49678 ], "loc": { "start": { @@ -115588,8 +115586,8 @@ } }, "range": [ - 49578, - 49682 + 49574, + 49678 ], "loc": { "start": { @@ -115603,8 +115601,8 @@ } }, "range": [ - 49578, - 49683 + 49574, + 49679 ], "loc": { "start": { @@ -115619,8 +115617,8 @@ } ], "range": [ - 49556, - 49701 + 49552, + 49697 ], "loc": { "start": { @@ -115634,8 +115632,8 @@ } }, "range": [ - 49170, - 49701 + 49166, + 49697 ], "loc": { "start": { @@ -115652,8 +115650,8 @@ "type": "Line", "value": "regexp", "range": [ - 49140, - 49148 + 49136, + 49144 ], "loc": { "start": { @@ -115669,8 +115667,8 @@ ] }, "range": [ - 49039, - 49701 + 49035, + 49697 ], "loc": { "start": { @@ -115687,8 +115685,8 @@ "type": "Line", "value": "non-empty", "range": [ - 49006, - 49017 + 49002, + 49013 ], "loc": { "start": { @@ -115704,8 +115702,8 @@ ] }, "range": [ - 48906, - 49701 + 48902, + 49697 ], "loc": { "start": { @@ -115722,8 +115720,8 @@ "type": "Line", "value": "empty", "range": [ - 48877, - 48884 + 48873, + 48880 ], "loc": { "start": { @@ -115739,8 +115737,8 @@ ] }, "range": [ - 48469, - 49701 + 48465, + 49697 ], "loc": { "start": { @@ -115757,8 +115755,8 @@ "type": "Line", "value": "ends with", "range": [ - 48436, - 48447 + 48432, + 48443 ], "loc": { "start": { @@ -115774,8 +115772,8 @@ ] }, "range": [ - 48273, - 49701 + 48269, + 49697 ], "loc": { "start": { @@ -115792,8 +115790,8 @@ "type": "Line", "value": "starts with", "range": [ - 48238, - 48251 + 48234, + 48247 ], "loc": { "start": { @@ -115809,8 +115807,8 @@ ] }, "range": [ - 48064, - 49701 + 48060, + 49697 ], "loc": { "start": { @@ -115827,8 +115825,8 @@ "type": "Line", "value": "equal", "range": [ - 48035, - 48042 + 48031, + 48038 ], "loc": { "start": { @@ -115844,8 +115842,8 @@ ] }, "range": [ - 47860, - 49701 + 47856, + 49697 ], "loc": { "start": { @@ -115862,8 +115860,8 @@ "type": "Line", "value": "like", "range": [ - 47832, - 47838 + 47828, + 47834 ], "loc": { "start": { @@ -115879,8 +115877,8 @@ ] }, "range": [ - 47643, - 49701 + 47639, + 49697 ], "loc": { "start": { @@ -115897,8 +115895,8 @@ "type": "Line", "value": "different", "range": [ - 47610, - 47621 + 47606, + 47617 ], "loc": { "start": { @@ -115914,8 +115912,8 @@ ] }, "range": [ - 47446, - 49701 + 47442, + 49697 ], "loc": { "start": { @@ -115932,8 +115930,8 @@ "type": "Line", "value": "greater", "range": [ - 47415, - 47424 + 47411, + 47420 ], "loc": { "start": { @@ -115949,8 +115947,8 @@ ] }, "range": [ - 47251, - 49701 + 47247, + 49697 ], "loc": { "start": { @@ -115967,8 +115965,8 @@ "type": "Line", "value": "lower", "range": [ - 47222, - 47229 + 47218, + 47225 ], "loc": { "start": { @@ -115984,8 +115982,8 @@ ] }, "range": [ - 47056, - 49701 + 47052, + 49697 ], "loc": { "start": { @@ -116002,8 +116000,8 @@ "type": "Line", "value": "greater equal", "range": [ - 47019, - 47034 + 47015, + 47030 ], "loc": { "start": { @@ -116019,8 +116017,8 @@ ] }, "range": [ - 46853, - 49701 + 46849, + 49697 ], "loc": { "start": { @@ -116037,8 +116035,8 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 46718, - 46780 + 46714, + 46776 ], "loc": { "start": { @@ -116055,8 +116053,8 @@ "type": "Line", "value": " rgx:)", "range": [ - 46797, - 46805 + 46793, + 46801 ], "loc": { "start": { @@ -116073,8 +116071,8 @@ "type": "Line", "value": " lower equal", "range": [ - 46822, - 46836 + 46818, + 46832 ], "loc": { "start": { @@ -116091,8 +116089,8 @@ } ], "range": [ - 45995, - 49716 + 45991, + 49712 ], "loc": { "start": { @@ -116106,8 +116104,8 @@ } }, "range": [ - 43688, - 49716 + 43684, + 49712 ], "loc": { "start": { @@ -116124,8 +116122,8 @@ "type": "Line", "value": "dates", "range": [ - 43668, - 43675 + 43664, + 43671 ], "loc": { "start": { @@ -116144,8 +116142,8 @@ "type": "Line", "value": "else", "range": [ - 49716, - 49722 + 49712, + 49718 ], "loc": { "start": { @@ -116166,8 +116164,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49742, - 49751 + 49738, + 49747 ], "loc": { "start": { @@ -116181,8 +116179,8 @@ } }, "range": [ - 49735, - 49752 + 49731, + 49748 ], "loc": { "start": { @@ -116199,8 +116197,8 @@ "type": "Line", "value": "else", "range": [ - 49716, - 49722 + 49712, + 49718 ], "loc": { "start": { @@ -116217,8 +116215,8 @@ } ], "range": [ - 42239, - 49762 + 42235, + 49758 ], "loc": { "start": { @@ -116234,8 +116232,8 @@ "generator": false, "expression": false, "range": [ - 42207, - 49762 + 42203, + 49758 ], "loc": { "start": { @@ -116252,8 +116250,8 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 42156, - 42198 + 42152, + 42194 ], "loc": { "start": { @@ -116272,8 +116270,8 @@ "type": "Line", "value": "fn", "range": [ - 49762, - 49766 + 49758, + 49762 ], "loc": { "start": { @@ -116299,8 +116297,8 @@ "type": "Identifier", "name": "k", "range": [ - 49784, - 49785 + 49780, + 49781 ], "loc": { "start": { @@ -116319,8 +116317,8 @@ "object": { "type": "ThisExpression", "range": [ - 49786, - 49790 + 49782, + 49786 ], "loc": { "start": { @@ -116337,8 +116335,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 49791, - 49797 + 49787, + 49793 ], "loc": { "start": { @@ -116352,8 +116350,8 @@ } }, "range": [ - 49786, - 49797 + 49782, + 49793 ], "loc": { "start": { @@ -116367,8 +116365,8 @@ } }, "range": [ - 49784, - 49797 + 49780, + 49793 ], "loc": { "start": { @@ -116384,8 +116382,8 @@ ], "kind": "let", "range": [ - 49780, - 49797 + 49776, + 49793 ], "loc": { "start": { @@ -116405,8 +116403,8 @@ "type": "Identifier", "name": "k", "range": [ - 49799, - 49800 + 49795, + 49796 ], "loc": { "start": { @@ -116425,8 +116423,8 @@ "object": { "type": "ThisExpression", "range": [ - 49801, - 49805 + 49797, + 49801 ], "loc": { "start": { @@ -116443,8 +116441,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 49806, - 49812 + 49802, + 49808 ], "loc": { "start": { @@ -116458,8 +116456,8 @@ } }, "range": [ - 49801, - 49812 + 49797, + 49808 ], "loc": { "start": { @@ -116473,8 +116471,8 @@ } }, "range": [ - 49799, - 49812 + 49795, + 49808 ], "loc": { "start": { @@ -116494,8 +116492,8 @@ "type": "Identifier", "name": "k", "range": [ - 49814, - 49815 + 49810, + 49811 ], "loc": { "start": { @@ -116510,8 +116508,8 @@ }, "prefix": false, "range": [ - 49814, - 49817 + 49810, + 49813 ], "loc": { "start": { @@ -116545,8 +116543,8 @@ "type": "Identifier", "name": "row", "range": [ - 49885, - 49888 + 49881, + 49884 ], "loc": { "start": { @@ -116563,8 +116561,8 @@ "type": "Identifier", "name": "k", "range": [ - 49889, - 49890 + 49885, + 49886 ], "loc": { "start": { @@ -116578,8 +116576,8 @@ } }, "range": [ - 49885, - 49891 + 49881, + 49887 ], "loc": { "start": { @@ -116596,8 +116594,8 @@ "type": "Identifier", "name": "style", "range": [ - 49892, - 49897 + 49888, + 49893 ], "loc": { "start": { @@ -116611,8 +116609,8 @@ } }, "range": [ - 49885, - 49897 + 49881, + 49893 ], "loc": { "start": { @@ -116629,8 +116627,8 @@ "type": "Identifier", "name": "display", "range": [ - 49898, - 49905 + 49894, + 49901 ], "loc": { "start": { @@ -116644,8 +116642,8 @@ } }, "range": [ - 49885, - 49905 + 49881, + 49901 ], "loc": { "start": { @@ -116663,8 +116661,8 @@ "value": "", "raw": "''", "range": [ - 49908, - 49910 + 49904, + 49906 ], "loc": { "start": { @@ -116678,8 +116676,8 @@ } }, "range": [ - 49885, - 49910 + 49881, + 49906 ], "loc": { "start": { @@ -116693,8 +116691,8 @@ } }, "range": [ - 49885, - 49911 + 49881, + 49907 ], "loc": { "start": { @@ -116711,8 +116709,8 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 49832, - 49872 + 49828, + 49868 ], "loc": { "start": { @@ -116736,8 +116734,8 @@ "type": "Identifier", "name": "cell", "range": [ - 49929, - 49933 + 49925, + 49929 ], "loc": { "start": { @@ -116760,8 +116758,8 @@ "type": "Identifier", "name": "row", "range": [ - 49936, - 49939 + 49932, + 49935 ], "loc": { "start": { @@ -116778,8 +116776,8 @@ "type": "Identifier", "name": "k", "range": [ - 49940, - 49941 + 49936, + 49937 ], "loc": { "start": { @@ -116793,8 +116791,8 @@ } }, "range": [ - 49936, - 49942 + 49932, + 49938 ], "loc": { "start": { @@ -116811,8 +116809,8 @@ "type": "Identifier", "name": "cells", "range": [ - 49943, - 49948 + 49939, + 49944 ], "loc": { "start": { @@ -116826,8 +116824,8 @@ } }, "range": [ - 49936, - 49948 + 49932, + 49944 ], "loc": { "start": { @@ -116841,8 +116839,8 @@ } }, "range": [ - 49929, - 49948 + 49925, + 49944 ], "loc": { "start": { @@ -116861,8 +116859,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49966, - 49973 + 49962, + 49969 ], "loc": { "start": { @@ -116882,8 +116880,8 @@ "type": "Identifier", "name": "cell", "range": [ - 49976, - 49980 + 49972, + 49976 ], "loc": { "start": { @@ -116900,8 +116898,8 @@ "type": "Identifier", "name": "length", "range": [ - 49981, - 49987 + 49977, + 49983 ], "loc": { "start": { @@ -116915,8 +116913,8 @@ } }, "range": [ - 49976, - 49987 + 49972, + 49983 ], "loc": { "start": { @@ -116930,8 +116928,8 @@ } }, "range": [ - 49966, - 49987 + 49962, + 49983 ], "loc": { "start": { @@ -116947,8 +116945,8 @@ ], "kind": "let", "range": [ - 49925, - 49988 + 49921, + 49984 ], "loc": { "start": { @@ -116965,8 +116963,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 50002, - 50035 + 49998, + 50031 ], "loc": { "start": { @@ -116990,8 +116988,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 50051, - 50058 + 50047, + 50054 ], "loc": { "start": { @@ -117010,8 +117008,8 @@ "object": { "type": "ThisExpression", "range": [ - 50063, - 50067 + 50059, + 50063 ], "loc": { "start": { @@ -117028,8 +117026,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 50068, - 50075 + 50064, + 50071 ], "loc": { "start": { @@ -117043,8 +117041,8 @@ } }, "range": [ - 50063, - 50075 + 50059, + 50071 ], "loc": { "start": { @@ -117058,8 +117056,8 @@ } }, "range": [ - 50051, - 50075 + 50047, + 50071 ], "loc": { "start": { @@ -117079,8 +117077,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 50094, - 50103 + 50090, + 50099 ], "loc": { "start": { @@ -117095,8 +117093,8 @@ } ], "range": [ - 50076, - 50117 + 50072, + 50113 ], "loc": { "start": { @@ -117111,8 +117109,8 @@ }, "alternate": null, "range": [ - 50048, - 50117 + 50044, + 50113 ], "loc": { "start": { @@ -117129,8 +117127,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 50002, - 50035 + 49998, + 50031 ], "loc": { "start": { @@ -117154,8 +117152,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 50135, - 50144 + 50131, + 50140 ], "loc": { "start": { @@ -117172,8 +117170,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 50147, - 50149 + 50143, + 50145 ], "loc": { "start": { @@ -117187,8 +117185,8 @@ } }, "range": [ - 50135, - 50149 + 50131, + 50145 ], "loc": { "start": { @@ -117207,8 +117205,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 50167, - 50177 + 50163, + 50173 ], "loc": { "start": { @@ -117226,8 +117224,8 @@ "value": true, "raw": "true", "range": [ - 50180, - 50184 + 50176, + 50180 ], "loc": { "start": { @@ -117241,8 +117239,8 @@ } }, "range": [ - 50167, - 50184 + 50163, + 50180 ], "loc": { "start": { @@ -117261,8 +117259,8 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 50250, - 50267 + 50246, + 50263 ], "loc": { "start": { @@ -117280,8 +117278,8 @@ "value": false, "raw": "false", "range": [ - 50270, - 50275 + 50266, + 50271 ], "loc": { "start": { @@ -117295,8 +117293,8 @@ } }, "range": [ - 50250, - 50275 + 50246, + 50271 ], "loc": { "start": { @@ -117313,8 +117311,8 @@ "type": "Line", "value": "only for single filter search", "range": [ - 50202, - 50233 + 50198, + 50229 ], "loc": { "start": { @@ -117332,8 +117330,8 @@ ], "kind": "let", "range": [ - 50131, - 50276 + 50127, + 50272 ], "loc": { "start": { @@ -117350,8 +117348,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50290, - 50322 + 50286, + 50318 ], "loc": { "start": { @@ -117377,8 +117375,8 @@ "type": "Identifier", "name": "j", "range": [ - 50343, - 50344 + 50339, + 50340 ], "loc": { "start": { @@ -117396,8 +117394,8 @@ "value": 0, "raw": "0", "range": [ - 50345, - 50346 + 50341, + 50342 ], "loc": { "start": { @@ -117411,8 +117409,8 @@ } }, "range": [ - 50343, - 50346 + 50339, + 50342 ], "loc": { "start": { @@ -117428,8 +117426,8 @@ ], "kind": "let", "range": [ - 50339, - 50346 + 50335, + 50342 ], "loc": { "start": { @@ -117449,8 +117447,8 @@ "type": "Identifier", "name": "j", "range": [ - 50348, - 50349 + 50344, + 50345 ], "loc": { "start": { @@ -117467,8 +117465,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 50350, - 50357 + 50346, + 50353 ], "loc": { "start": { @@ -117482,8 +117480,8 @@ } }, "range": [ - 50348, - 50357 + 50344, + 50353 ], "loc": { "start": { @@ -117503,8 +117501,8 @@ "type": "Identifier", "name": "j", "range": [ - 50359, - 50360 + 50355, + 50356 ], "loc": { "start": { @@ -117519,8 +117517,8 @@ }, "prefix": false, "range": [ - 50359, - 50362 + 50355, + 50358 ], "loc": { "start": { @@ -117545,8 +117543,8 @@ "type": "Identifier", "name": "sA", "range": [ - 50420, - 50422 + 50416, + 50418 ], "loc": { "start": { @@ -117566,8 +117564,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 50425, - 50435 + 50421, + 50431 ], "loc": { "start": { @@ -117588,8 +117586,8 @@ "object": { "type": "ThisExpression", "range": [ - 50436, - 50440 + 50432, + 50436 ], "loc": { "start": { @@ -117606,8 +117604,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 50441, - 50456 + 50437, + 50452 ], "loc": { "start": { @@ -117621,8 +117619,8 @@ } }, "range": [ - 50436, - 50456 + 50432, + 50452 ], "loc": { "start": { @@ -117640,8 +117638,8 @@ "value": 0, "raw": "0", "range": [ - 50459, - 50460 + 50455, + 50456 ], "loc": { "start": { @@ -117658,8 +117656,8 @@ "type": "Identifier", "name": "j", "range": [ - 50463, - 50464 + 50459, + 50460 ], "loc": { "start": { @@ -117673,8 +117671,8 @@ } }, "range": [ - 50436, - 50464 + 50432, + 50460 ], "loc": { "start": { @@ -117688,8 +117686,8 @@ } }, "range": [ - 50425, - 50465 + 50421, + 50461 ], "loc": { "start": { @@ -117703,8 +117701,8 @@ } }, "range": [ - 50420, - 50465 + 50416, + 50461 ], "loc": { "start": { @@ -117720,8 +117718,8 @@ ], "kind": "let", "range": [ - 50416, - 50466 + 50412, + 50462 ], "loc": { "start": { @@ -117738,8 +117736,8 @@ "type": "Line", "value": "searched keyword", "range": [ - 50381, - 50399 + 50377, + 50395 ], "loc": { "start": { @@ -117763,8 +117761,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 50487, - 50493 + 50483, + 50489 ], "loc": { "start": { @@ -117785,8 +117783,8 @@ "object": { "type": "ThisExpression", "range": [ - 50496, - 50500 + 50492, + 50496 ], "loc": { "start": { @@ -117803,8 +117801,8 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 50501, - 50515 + 50497, + 50511 ], "loc": { "start": { @@ -117818,8 +117816,8 @@ } }, "range": [ - 50496, - 50515 + 50492, + 50511 ], "loc": { "start": { @@ -117841,8 +117839,8 @@ "object": { "type": "ThisExpression", "range": [ - 50542, - 50546 + 50538, + 50542 ], "loc": { "start": { @@ -117859,8 +117857,8 @@ "type": "Identifier", "name": "colDateType", "range": [ - 50547, - 50558 + 50543, + 50554 ], "loc": { "start": { @@ -117874,8 +117872,8 @@ } }, "range": [ - 50542, - 50558 + 50538, + 50554 ], "loc": { "start": { @@ -117892,8 +117890,8 @@ "type": "Identifier", "name": "j", "range": [ - 50559, - 50560 + 50555, + 50556 ], "loc": { "start": { @@ -117907,8 +117905,8 @@ } }, "range": [ - 50542, - 50561 + 50538, + 50557 ], "loc": { "start": { @@ -117927,8 +117925,8 @@ "object": { "type": "ThisExpression", "range": [ - 50564, - 50568 + 50560, + 50564 ], "loc": { "start": { @@ -117945,8 +117943,8 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 50569, - 50584 + 50565, + 50580 ], "loc": { "start": { @@ -117960,8 +117958,8 @@ } }, "range": [ - 50564, - 50584 + 50560, + 50580 ], "loc": { "start": { @@ -117975,8 +117973,8 @@ } }, "range": [ - 50496, - 50584 + 50492, + 50580 ], "loc": { "start": { @@ -117990,8 +117988,8 @@ } }, "range": [ - 50487, - 50584 + 50483, + 50580 ], "loc": { "start": { @@ -118007,8 +118005,8 @@ ], "kind": "var", "range": [ - 50483, - 50585 + 50479, + 50581 ], "loc": { "start": { @@ -118030,8 +118028,8 @@ "type": "Identifier", "name": "sA", "range": [ - 50606, - 50608 + 50602, + 50604 ], "loc": { "start": { @@ -118049,8 +118047,8 @@ "value": "", "raw": "''", "range": [ - 50613, - 50615 + 50609, + 50611 ], "loc": { "start": { @@ -118064,8 +118062,8 @@ } }, "range": [ - 50606, - 50615 + 50602, + 50611 ], "loc": { "start": { @@ -118085,8 +118083,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 50638, - 50647 + 50634, + 50643 ], "loc": { "start": { @@ -118101,8 +118099,8 @@ } ], "range": [ - 50616, - 50665 + 50612, + 50661 ], "loc": { "start": { @@ -118117,8 +118115,8 @@ }, "alternate": null, "range": [ - 50603, - 50665 + 50599, + 50661 ], "loc": { "start": { @@ -118140,8 +118138,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 50687, - 50695 + 50683, + 50691 ], "loc": { "start": { @@ -118163,8 +118161,8 @@ "type": "Identifier", "name": "Str", "range": [ - 50698, - 50701 + 50694, + 50697 ], "loc": { "start": { @@ -118181,8 +118179,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 50702, - 50711 + 50698, + 50707 ], "loc": { "start": { @@ -118196,8 +118194,8 @@ } }, "range": [ - 50698, - 50711 + 50694, + 50707 ], "loc": { "start": { @@ -118219,8 +118217,8 @@ "object": { "type": "ThisExpression", "range": [ - 50712, - 50716 + 50708, + 50712 ], "loc": { "start": { @@ -118237,8 +118235,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 50717, - 50728 + 50713, + 50724 ], "loc": { "start": { @@ -118252,8 +118250,8 @@ } }, "range": [ - 50712, - 50728 + 50708, + 50724 ], "loc": { "start": { @@ -118274,8 +118272,8 @@ "type": "Identifier", "name": "cell", "range": [ - 50729, - 50733 + 50725, + 50729 ], "loc": { "start": { @@ -118292,8 +118290,8 @@ "type": "Identifier", "name": "j", "range": [ - 50734, - 50735 + 50730, + 50731 ], "loc": { "start": { @@ -118307,8 +118305,8 @@ } }, "range": [ - 50729, - 50736 + 50725, + 50732 ], "loc": { "start": { @@ -118323,8 +118321,8 @@ } ], "range": [ - 50712, - 50737 + 50708, + 50733 ], "loc": { "start": { @@ -118343,8 +118341,8 @@ "object": { "type": "ThisExpression", "range": [ - 50759, - 50763 + 50755, + 50759 ], "loc": { "start": { @@ -118361,8 +118359,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 50764, - 50777 + 50760, + 50773 ], "loc": { "start": { @@ -118376,8 +118374,8 @@ } }, "range": [ - 50759, - 50777 + 50755, + 50773 ], "loc": { "start": { @@ -118392,8 +118390,8 @@ } ], "range": [ - 50698, - 50778 + 50694, + 50774 ], "loc": { "start": { @@ -118407,8 +118405,8 @@ } }, "range": [ - 50687, - 50778 + 50683, + 50774 ], "loc": { "start": { @@ -118424,8 +118422,8 @@ ], "kind": "let", "range": [ - 50683, - 50779 + 50679, + 50775 ], "loc": { "start": { @@ -118442,8 +118440,8 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50797, - 50836 + 50793, + 50832 ], "loc": { "start": { @@ -118467,8 +118465,8 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50857, - 50866 + 50853, + 50862 ], "loc": { "start": { @@ -118495,8 +118493,8 @@ "type": "Identifier", "name": "sA", "range": [ - 50869, - 50871 + 50865, + 50867 ], "loc": { "start": { @@ -118513,8 +118511,8 @@ "type": "Identifier", "name": "toString", "range": [ - 50872, - 50880 + 50868, + 50876 ], "loc": { "start": { @@ -118528,8 +118526,8 @@ } }, "range": [ - 50869, - 50880 + 50865, + 50876 ], "loc": { "start": { @@ -118544,8 +118542,8 @@ }, "arguments": [], "range": [ - 50869, - 50882 + 50865, + 50878 ], "loc": { "start": { @@ -118562,8 +118560,8 @@ "type": "Identifier", "name": "split", "range": [ - 50883, - 50888 + 50879, + 50884 ], "loc": { "start": { @@ -118577,8 +118575,8 @@ } }, "range": [ - 50869, - 50888 + 50865, + 50884 ], "loc": { "start": { @@ -118598,8 +118596,8 @@ "object": { "type": "ThisExpression", "range": [ - 50889, - 50893 + 50885, + 50889 ], "loc": { "start": { @@ -118616,8 +118614,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 50894, - 50904 + 50890, + 50900 ], "loc": { "start": { @@ -118631,8 +118629,8 @@ } }, "range": [ - 50889, - 50904 + 50885, + 50900 ], "loc": { "start": { @@ -118647,8 +118645,8 @@ } ], "range": [ - 50869, - 50905 + 50865, + 50901 ], "loc": { "start": { @@ -118662,8 +118660,8 @@ } }, "range": [ - 50857, - 50905 + 50853, + 50901 ], "loc": { "start": { @@ -118682,8 +118680,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50978, - 50990 + 50974, + 50986 ], "loc": { "start": { @@ -118706,8 +118704,8 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50993, - 51002 + 50989, + 50998 ], "loc": { "start": { @@ -118724,8 +118722,8 @@ "type": "Identifier", "name": "length", "range": [ - 51003, - 51009 + 50999, + 51005 ], "loc": { "start": { @@ -118739,8 +118737,8 @@ } }, "range": [ - 50993, - 51009 + 50989, + 51005 ], "loc": { "start": { @@ -118758,8 +118756,8 @@ "value": 1, "raw": "1", "range": [ - 51012, - 51013 + 51008, + 51009 ], "loc": { "start": { @@ -118773,8 +118771,8 @@ } }, "range": [ - 50993, - 51013 + 50989, + 51009 ], "loc": { "start": { @@ -118788,8 +118786,8 @@ } }, "range": [ - 50978, - 51013 + 50974, + 51009 ], "loc": { "start": { @@ -118806,8 +118804,8 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 50923, - 50961 + 50919, + 50957 ], "loc": { "start": { @@ -118828,8 +118826,8 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 51087, - 51097 + 51083, + 51093 ], "loc": { "start": { @@ -118856,8 +118854,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51100, - 51102 + 51096, + 51098 ], "loc": { "start": { @@ -118874,8 +118872,8 @@ "type": "Identifier", "name": "toString", "range": [ - 51103, - 51111 + 51099, + 51107 ], "loc": { "start": { @@ -118889,8 +118887,8 @@ } }, "range": [ - 51100, - 51111 + 51096, + 51107 ], "loc": { "start": { @@ -118905,8 +118903,8 @@ }, "arguments": [], "range": [ - 51100, - 51113 + 51096, + 51109 ], "loc": { "start": { @@ -118923,8 +118921,8 @@ "type": "Identifier", "name": "split", "range": [ - 51114, - 51119 + 51110, + 51115 ], "loc": { "start": { @@ -118938,8 +118936,8 @@ } }, "range": [ - 51100, - 51119 + 51096, + 51115 ], "loc": { "start": { @@ -118959,8 +118957,8 @@ "object": { "type": "ThisExpression", "range": [ - 51120, - 51124 + 51116, + 51120 ], "loc": { "start": { @@ -118977,8 +118975,8 @@ "type": "Identifier", "name": "anOperator", "range": [ - 51125, - 51135 + 51121, + 51131 ], "loc": { "start": { @@ -118992,8 +118990,8 @@ } }, "range": [ - 51120, - 51135 + 51116, + 51131 ], "loc": { "start": { @@ -119008,8 +119006,8 @@ } ], "range": [ - 51100, - 51136 + 51096, + 51132 ], "loc": { "start": { @@ -119023,8 +119021,8 @@ } }, "range": [ - 51087, - 51136 + 51083, + 51132 ], "loc": { "start": { @@ -119041,8 +119039,8 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 51031, - 51070 + 51027, + 51066 ], "loc": { "start": { @@ -119063,8 +119061,8 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51209, - 51222 + 51205, + 51218 ], "loc": { "start": { @@ -119087,8 +119085,8 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 51225, - 51235 + 51221, + 51231 ], "loc": { "start": { @@ -119105,8 +119103,8 @@ "type": "Identifier", "name": "length", "range": [ - 51236, - 51242 + 51232, + 51238 ], "loc": { "start": { @@ -119120,8 +119118,8 @@ } }, "range": [ - 51225, - 51242 + 51221, + 51238 ], "loc": { "start": { @@ -119139,8 +119137,8 @@ "value": 1, "raw": "1", "range": [ - 51245, - 51246 + 51241, + 51242 ], "loc": { "start": { @@ -119154,8 +119152,8 @@ } }, "range": [ - 51225, - 51246 + 51221, + 51242 ], "loc": { "start": { @@ -119169,8 +119167,8 @@ } }, "range": [ - 51209, - 51246 + 51205, + 51242 ], "loc": { "start": { @@ -119187,8 +119185,8 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 51154, - 51192 + 51150, + 51188 ], "loc": { "start": { @@ -119206,8 +119204,8 @@ ], "kind": "let", "range": [ - 50853, - 51247 + 50849, + 51243 ], "loc": { "start": { @@ -119224,8 +119222,8 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50797, - 50836 + 50793, + 50832 ], "loc": { "start": { @@ -119244,8 +119242,8 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 51265, - 51298 + 51261, + 51294 ], "loc": { "start": { @@ -119277,8 +119275,8 @@ "type": "Identifier", "name": "Types", "range": [ - 51318, - 51323 + 51314, + 51319 ], "loc": { "start": { @@ -119295,8 +119293,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 51324, - 51331 + 51320, + 51327 ], "loc": { "start": { @@ -119310,8 +119308,8 @@ } }, "range": [ - 51318, - 51331 + 51314, + 51327 ], "loc": { "start": { @@ -119329,8 +119327,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51332, - 51334 + 51328, + 51330 ], "loc": { "start": { @@ -119345,8 +119343,8 @@ } ], "range": [ - 51318, - 51335 + 51314, + 51331 ], "loc": { "start": { @@ -119363,8 +119361,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51339, - 51351 + 51335, + 51347 ], "loc": { "start": { @@ -119378,8 +119376,8 @@ } }, "range": [ - 51318, - 51351 + 51314, + 51347 ], "loc": { "start": { @@ -119396,8 +119394,8 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51355, - 51368 + 51351, + 51364 ], "loc": { "start": { @@ -119411,8 +119409,8 @@ } }, "range": [ - 51318, - 51368 + 51314, + 51364 ], "loc": { "start": { @@ -119437,8 +119435,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51395, - 51397 + 51391, + 51393 ], "loc": { "start": { @@ -119453,8 +119451,8 @@ }, "init": null, "range": [ - 51395, - 51397 + 51391, + 51393 ], "loc": { "start": { @@ -119473,8 +119471,8 @@ "type": "Identifier", "name": "s", "range": [ - 51423, - 51424 + 51419, + 51420 ], "loc": { "start": { @@ -119489,8 +119487,8 @@ }, "init": null, "range": [ - 51423, - 51424 + 51419, + 51420 ], "loc": { "start": { @@ -119509,8 +119507,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51450, - 51455 + 51446, + 51451 ], "loc": { "start": { @@ -119528,8 +119526,8 @@ "value": false, "raw": "false", "range": [ - 51458, - 51463 + 51454, + 51459 ], "loc": { "start": { @@ -119543,8 +119541,8 @@ } }, "range": [ - 51450, - 51463 + 51446, + 51459 ], "loc": { "start": { @@ -119560,8 +119558,8 @@ ], "kind": "let", "range": [ - 51391, - 51464 + 51387, + 51460 ], "loc": { "start": { @@ -119585,8 +119583,8 @@ "type": "Identifier", "name": "Types", "range": [ - 51488, - 51493 + 51484, + 51489 ], "loc": { "start": { @@ -119603,8 +119601,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 51494, - 51501 + 51490, + 51497 ], "loc": { "start": { @@ -119618,8 +119616,8 @@ } }, "range": [ - 51488, - 51501 + 51484, + 51497 ], "loc": { "start": { @@ -119637,8 +119635,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51502, - 51504 + 51498, + 51500 ], "loc": { "start": { @@ -119653,8 +119651,8 @@ } ], "range": [ - 51488, - 51505 + 51484, + 51501 ], "loc": { "start": { @@ -119679,8 +119677,8 @@ "type": "Identifier", "name": "s", "range": [ - 51532, - 51533 + 51528, + 51529 ], "loc": { "start": { @@ -119697,8 +119695,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51536, - 51538 + 51532, + 51534 ], "loc": { "start": { @@ -119712,8 +119710,8 @@ } }, "range": [ - 51532, - 51538 + 51528, + 51534 ], "loc": { "start": { @@ -119727,8 +119725,8 @@ } }, "range": [ - 51532, - 51539 + 51528, + 51535 ], "loc": { "start": { @@ -119743,8 +119741,8 @@ } ], "range": [ - 51506, - 51561 + 51502, + 51557 ], "loc": { "start": { @@ -119769,8 +119767,8 @@ "type": "Identifier", "name": "s", "range": [ - 51593, - 51594 + 51589, + 51590 ], "loc": { "start": { @@ -119789,8 +119787,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51597, - 51609 + 51593, + 51605 ], "loc": { "start": { @@ -119807,8 +119805,8 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 51612, - 51621 + 51608, + 51617 ], "loc": { "start": { @@ -119825,8 +119823,8 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 51624, - 51634 + 51620, + 51630 ], "loc": { "start": { @@ -119840,8 +119838,8 @@ } }, "range": [ - 51597, - 51634 + 51593, + 51630 ], "loc": { "start": { @@ -119855,8 +119853,8 @@ } }, "range": [ - 51593, - 51634 + 51589, + 51630 ], "loc": { "start": { @@ -119870,8 +119868,8 @@ } }, "range": [ - 51593, - 51635 + 51589, + 51631 ], "loc": { "start": { @@ -119886,8 +119884,8 @@ } ], "range": [ - 51567, - 51657 + 51563, + 51653 ], "loc": { "start": { @@ -119901,8 +119899,8 @@ } }, "range": [ - 51485, - 51657 + 51481, + 51653 ], "loc": { "start": { @@ -119919,8 +119917,8 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51678, - 51728 + 51674, + 51724 ], "loc": { "start": { @@ -119946,8 +119944,8 @@ "type": "Identifier", "name": "w", "range": [ - 51757, - 51758 + 51753, + 51754 ], "loc": { "start": { @@ -119965,8 +119963,8 @@ "value": 0, "raw": "0", "range": [ - 51759, - 51760 + 51755, + 51756 ], "loc": { "start": { @@ -119980,8 +119978,8 @@ } }, "range": [ - 51757, - 51760 + 51753, + 51756 ], "loc": { "start": { @@ -120000,8 +119998,8 @@ "type": "Identifier", "name": "len", "range": [ - 51762, - 51765 + 51758, + 51761 ], "loc": { "start": { @@ -120021,8 +120019,8 @@ "type": "Identifier", "name": "s", "range": [ - 51766, - 51767 + 51762, + 51763 ], "loc": { "start": { @@ -120039,8 +120037,8 @@ "type": "Identifier", "name": "length", "range": [ - 51768, - 51774 + 51764, + 51770 ], "loc": { "start": { @@ -120054,8 +120052,8 @@ } }, "range": [ - 51766, - 51774 + 51762, + 51770 ], "loc": { "start": { @@ -120069,8 +120067,8 @@ } }, "range": [ - 51762, - 51774 + 51758, + 51770 ], "loc": { "start": { @@ -120086,8 +120084,8 @@ ], "kind": "let", "range": [ - 51753, - 51774 + 51749, + 51770 ], "loc": { "start": { @@ -120107,8 +120105,8 @@ "type": "Identifier", "name": "w", "range": [ - 51776, - 51777 + 51772, + 51773 ], "loc": { "start": { @@ -120125,8 +120123,8 @@ "type": "Identifier", "name": "len", "range": [ - 51778, - 51781 + 51774, + 51777 ], "loc": { "start": { @@ -120140,8 +120138,8 @@ } }, "range": [ - 51776, - 51781 + 51772, + 51777 ], "loc": { "start": { @@ -120161,8 +120159,8 @@ "type": "Identifier", "name": "w", "range": [ - 51783, - 51784 + 51779, + 51780 ], "loc": { "start": { @@ -120177,8 +120175,8 @@ }, "prefix": false, "range": [ - 51783, - 51786 + 51779, + 51782 ], "loc": { "start": { @@ -120203,8 +120201,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51813, - 51815 + 51809, + 51811 ], "loc": { "start": { @@ -120226,8 +120224,8 @@ "type": "Identifier", "name": "Str", "range": [ - 51818, - 51821 + 51814, + 51817 ], "loc": { "start": { @@ -120244,8 +120242,8 @@ "type": "Identifier", "name": "trim", "range": [ - 51822, - 51826 + 51818, + 51822 ], "loc": { "start": { @@ -120259,8 +120257,8 @@ } }, "range": [ - 51818, - 51826 + 51814, + 51822 ], "loc": { "start": { @@ -120281,8 +120279,8 @@ "type": "Identifier", "name": "s", "range": [ - 51827, - 51828 + 51823, + 51824 ], "loc": { "start": { @@ -120299,8 +120297,8 @@ "type": "Identifier", "name": "w", "range": [ - 51829, - 51830 + 51825, + 51826 ], "loc": { "start": { @@ -120314,8 +120312,8 @@ } }, "range": [ - 51827, - 51831 + 51823, + 51827 ], "loc": { "start": { @@ -120330,8 +120328,8 @@ } ], "range": [ - 51818, - 51832 + 51814, + 51828 ], "loc": { "start": { @@ -120345,8 +120343,8 @@ } }, "range": [ - 51813, - 51832 + 51809, + 51828 ], "loc": { "start": { @@ -120360,8 +120358,8 @@ } }, "range": [ - 51813, - 51833 + 51809, + 51829 ], "loc": { "start": { @@ -120383,8 +120381,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51858, - 51863 + 51854, + 51859 ], "loc": { "start": { @@ -120406,8 +120404,8 @@ "type": "Identifier", "name": "hasArg", "range": [ - 51866, - 51872 + 51862, + 51868 ], "loc": { "start": { @@ -120424,8 +120422,8 @@ "type": "Identifier", "name": "call", "range": [ - 51873, - 51877 + 51869, + 51873 ], "loc": { "start": { @@ -120439,8 +120437,8 @@ } }, "range": [ - 51866, - 51877 + 51862, + 51873 ], "loc": { "start": { @@ -120457,8 +120455,8 @@ { "type": "ThisExpression", "range": [ - 51878, - 51882 + 51874, + 51878 ], "loc": { "start": { @@ -120475,8 +120473,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51884, - 51886 + 51880, + 51882 ], "loc": { "start": { @@ -120493,8 +120491,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 51888, - 51896 + 51884, + 51892 ], "loc": { "start": { @@ -120511,8 +120509,8 @@ "type": "Identifier", "name": "j", "range": [ - 51898, - 51899 + 51894, + 51895 ], "loc": { "start": { @@ -120527,8 +120525,8 @@ } ], "range": [ - 51866, - 51900 + 51862, + 51896 ], "loc": { "start": { @@ -120542,8 +120540,8 @@ } }, "range": [ - 51858, - 51900 + 51854, + 51896 ], "loc": { "start": { @@ -120557,8 +120555,8 @@ } }, "range": [ - 51858, - 51901 + 51854, + 51897 ], "loc": { "start": { @@ -120582,8 +120580,8 @@ "type": "Identifier", "name": "highlight", "range": [ - 51926, - 51935 + 51922, + 51931 ], "loc": { "start": { @@ -120600,8 +120598,8 @@ "type": "Identifier", "name": "call", "range": [ - 51936, - 51940 + 51932, + 51936 ], "loc": { "start": { @@ -120615,8 +120613,8 @@ } }, "range": [ - 51926, - 51940 + 51922, + 51936 ], "loc": { "start": { @@ -120633,8 +120631,8 @@ { "type": "ThisExpression", "range": [ - 51941, - 51945 + 51937, + 51941 ], "loc": { "start": { @@ -120651,8 +120649,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51947, - 51949 + 51943, + 51945 ], "loc": { "start": { @@ -120669,8 +120667,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51951, - 51956 + 51947, + 51952 ], "loc": { "start": { @@ -120690,8 +120688,8 @@ "type": "Identifier", "name": "cell", "range": [ - 51958, - 51962 + 51954, + 51958 ], "loc": { "start": { @@ -120708,8 +120706,8 @@ "type": "Identifier", "name": "j", "range": [ - 51963, - 51964 + 51959, + 51960 ], "loc": { "start": { @@ -120723,8 +120721,8 @@ } }, "range": [ - 51958, - 51965 + 51954, + 51961 ], "loc": { "start": { @@ -120739,8 +120737,8 @@ } ], "range": [ - 51926, - 51966 + 51922, + 51962 ], "loc": { "start": { @@ -120754,8 +120752,8 @@ } }, "range": [ - 51926, - 51967 + 51922, + 51963 ], "loc": { "start": { @@ -120780,8 +120778,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51996, - 52008 + 51992, + 52004 ], "loc": { "start": { @@ -120798,8 +120796,8 @@ "type": "Identifier", "name": "occur", "range": [ - 52012, - 52017 + 52008, + 52013 ], "loc": { "start": { @@ -120813,8 +120811,8 @@ } }, "range": [ - 51996, - 52017 + 51992, + 52013 ], "loc": { "start": { @@ -120834,8 +120832,8 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 52051, - 52064 + 52047, + 52060 ], "loc": { "start": { @@ -120855,8 +120853,8 @@ "type": "Identifier", "name": "occur", "range": [ - 52069, - 52074 + 52065, + 52070 ], "loc": { "start": { @@ -120871,8 +120869,8 @@ }, "prefix": true, "range": [ - 52068, - 52074 + 52064, + 52070 ], "loc": { "start": { @@ -120886,8 +120884,8 @@ } }, "range": [ - 52051, - 52074 + 52047, + 52070 ], "loc": { "start": { @@ -120901,8 +120899,8 @@ } }, "range": [ - 51995, - 52075 + 51991, + 52071 ], "loc": { "start": { @@ -120922,8 +120920,8 @@ "type": "BreakStatement", "label": null, "range": [ - 52106, - 52112 + 52102, + 52108 ], "loc": { "start": { @@ -120938,8 +120936,8 @@ } ], "range": [ - 52076, - 52138 + 52072, + 52134 ], "loc": { "start": { @@ -120954,8 +120952,8 @@ }, "alternate": null, "range": [ - 51992, - 52138 + 51988, + 52134 ], "loc": { "start": { @@ -120982,8 +120980,8 @@ "type": "Identifier", "name": "Types", "range": [ - 52166, - 52171 + 52162, + 52167 ], "loc": { "start": { @@ -121000,8 +120998,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 52172, - 52179 + 52168, + 52175 ], "loc": { "start": { @@ -121015,8 +121013,8 @@ } }, "range": [ - 52166, - 52179 + 52162, + 52175 ], "loc": { "start": { @@ -121034,8 +121032,8 @@ "type": "Identifier", "name": "sA", "range": [ - 52180, - 52182 + 52176, + 52178 ], "loc": { "start": { @@ -121050,8 +121048,8 @@ } ], "range": [ - 52166, - 52183 + 52162, + 52179 ], "loc": { "start": { @@ -121068,8 +121066,8 @@ "type": "Identifier", "name": "occur", "range": [ - 52187, - 52192 + 52183, + 52188 ], "loc": { "start": { @@ -121083,8 +121081,8 @@ } }, "range": [ - 52166, - 52192 + 52162, + 52188 ], "loc": { "start": { @@ -121104,8 +121102,8 @@ "type": "BreakStatement", "label": null, "range": [ - 52223, - 52229 + 52219, + 52225 ], "loc": { "start": { @@ -121120,8 +121118,8 @@ } ], "range": [ - 52193, - 52255 + 52189, + 52251 ], "loc": { "start": { @@ -121136,8 +121134,8 @@ }, "alternate": null, "range": [ - 52163, - 52255 + 52159, + 52251 ], "loc": { "start": { @@ -121152,8 +121150,8 @@ } ], "range": [ - 51787, - 52277 + 51783, + 52273 ], "loc": { "start": { @@ -121167,8 +121165,8 @@ } }, "range": [ - 51749, - 52277 + 51745, + 52273 ], "loc": { "start": { @@ -121185,8 +121183,8 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51678, - 51728 + 51674, + 51724 ], "loc": { "start": { @@ -121213,8 +121211,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52298, - 52307 + 52294, + 52303 ], "loc": { "start": { @@ -121231,8 +121229,8 @@ "type": "Identifier", "name": "j", "range": [ - 52308, - 52309 + 52304, + 52305 ], "loc": { "start": { @@ -121246,8 +121244,8 @@ } }, "range": [ - 52298, - 52310 + 52294, + 52306 ], "loc": { "start": { @@ -121264,8 +121262,8 @@ "type": "Identifier", "name": "occur", "range": [ - 52313, - 52318 + 52309, + 52314 ], "loc": { "start": { @@ -121279,8 +121277,8 @@ } }, "range": [ - 52298, - 52318 + 52294, + 52314 ], "loc": { "start": { @@ -121294,8 +121292,8 @@ } }, "range": [ - 52298, - 52319 + 52294, + 52315 ], "loc": { "start": { @@ -121310,8 +121308,8 @@ } ], "range": [ - 51369, - 52338 + 51365, + 52334 ], "loc": { "start": { @@ -121328,8 +121326,8 @@ "type": "Line", "value": "single search parameter", "range": [ - 52355, - 52380 + 52351, + 52376 ], "loc": { "start": { @@ -121359,8 +121357,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52424, - 52433 + 52420, + 52429 ], "loc": { "start": { @@ -121377,8 +121375,8 @@ "type": "Identifier", "name": "j", "range": [ - 52434, - 52435 + 52430, + 52431 ], "loc": { "start": { @@ -121392,8 +121390,8 @@ } }, "range": [ - 52424, - 52436 + 52420, + 52432 ], "loc": { "start": { @@ -121415,8 +121413,8 @@ "type": "Identifier", "name": "hasArg", "range": [ - 52439, - 52445 + 52435, + 52441 ], "loc": { "start": { @@ -121433,8 +121431,8 @@ "type": "Identifier", "name": "call", "range": [ - 52446, - 52450 + 52442, + 52446 ], "loc": { "start": { @@ -121448,8 +121446,8 @@ } }, "range": [ - 52439, - 52450 + 52435, + 52446 ], "loc": { "start": { @@ -121466,8 +121464,8 @@ { "type": "ThisExpression", "range": [ - 52451, - 52455 + 52447, + 52451 ], "loc": { "start": { @@ -121489,8 +121487,8 @@ "type": "Identifier", "name": "Str", "range": [ - 52457, - 52460 + 52453, + 52456 ], "loc": { "start": { @@ -121507,8 +121505,8 @@ "type": "Identifier", "name": "trim", "range": [ - 52461, - 52465 + 52457, + 52461 ], "loc": { "start": { @@ -121522,8 +121520,8 @@ } }, "range": [ - 52457, - 52465 + 52453, + 52461 ], "loc": { "start": { @@ -121541,8 +121539,8 @@ "type": "Identifier", "name": "sA", "range": [ - 52466, - 52468 + 52462, + 52464 ], "loc": { "start": { @@ -121557,8 +121555,8 @@ } ], "range": [ - 52457, - 52469 + 52453, + 52465 ], "loc": { "start": { @@ -121575,8 +121573,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 52471, - 52479 + 52467, + 52475 ], "loc": { "start": { @@ -121593,8 +121591,8 @@ "type": "Identifier", "name": "j", "range": [ - 52481, - 52482 + 52477, + 52478 ], "loc": { "start": { @@ -121609,8 +121607,8 @@ } ], "range": [ - 52439, - 52483 + 52435, + 52479 ], "loc": { "start": { @@ -121624,8 +121622,8 @@ } }, "range": [ - 52424, - 52483 + 52420, + 52479 ], "loc": { "start": { @@ -121639,8 +121637,8 @@ } }, "range": [ - 52424, - 52484 + 52420, + 52480 ], "loc": { "start": { @@ -121664,8 +121662,8 @@ "type": "Identifier", "name": "highlight", "range": [ - 52505, - 52514 + 52501, + 52510 ], "loc": { "start": { @@ -121682,8 +121680,8 @@ "type": "Identifier", "name": "call", "range": [ - 52515, - 52519 + 52511, + 52515 ], "loc": { "start": { @@ -121697,8 +121695,8 @@ } }, "range": [ - 52505, - 52519 + 52501, + 52515 ], "loc": { "start": { @@ -121715,8 +121713,8 @@ { "type": "ThisExpression", "range": [ - 52520, - 52524 + 52516, + 52520 ], "loc": { "start": { @@ -121733,8 +121731,8 @@ "type": "Identifier", "name": "sA", "range": [ - 52526, - 52528 + 52522, + 52524 ], "loc": { "start": { @@ -121754,8 +121752,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52530, - 52539 + 52526, + 52535 ], "loc": { "start": { @@ -121772,8 +121770,8 @@ "type": "Identifier", "name": "j", "range": [ - 52540, - 52541 + 52536, + 52537 ], "loc": { "start": { @@ -121787,8 +121785,8 @@ } }, "range": [ - 52530, - 52542 + 52526, + 52538 ], "loc": { "start": { @@ -121808,8 +121806,8 @@ "type": "Identifier", "name": "cell", "range": [ - 52544, - 52548 + 52540, + 52544 ], "loc": { "start": { @@ -121826,8 +121824,8 @@ "type": "Identifier", "name": "j", "range": [ - 52549, - 52550 + 52545, + 52546 ], "loc": { "start": { @@ -121841,8 +121839,8 @@ } }, "range": [ - 52544, - 52551 + 52540, + 52547 ], "loc": { "start": { @@ -121857,8 +121855,8 @@ } ], "range": [ - 52505, - 52552 + 52501, + 52548 ], "loc": { "start": { @@ -121872,8 +121870,8 @@ } }, "range": [ - 52505, - 52553 + 52501, + 52549 ], "loc": { "start": { @@ -121888,8 +121886,8 @@ } ], "range": [ - 52402, - 52571 + 52398, + 52567 ], "loc": { "start": { @@ -121906,8 +121904,8 @@ "type": "Line", "value": "single search parameter", "range": [ - 52355, - 52380 + 52351, + 52376 ], "loc": { "start": { @@ -121923,8 +121921,8 @@ ] }, "range": [ - 51315, - 52571 + 51311, + 52567 ], "loc": { "start": { @@ -121941,8 +121939,8 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 51265, - 51298 + 51261, + 51294 ], "loc": { "start": { @@ -121961,8 +121959,8 @@ "type": "Line", "value": "else single param", "range": [ - 52571, - 52590 + 52567, + 52586 ], "loc": { "start": { @@ -121989,8 +121987,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52612, - 52621 + 52608, + 52617 ], "loc": { "start": { @@ -122007,8 +122005,8 @@ "type": "Identifier", "name": "j", "range": [ - 52622, - 52623 + 52618, + 52619 ], "loc": { "start": { @@ -122022,8 +122020,8 @@ } }, "range": [ - 52612, - 52624 + 52608, + 52620 ], "loc": { "start": { @@ -122038,8 +122036,8 @@ }, "prefix": true, "range": [ - 52611, - 52624 + 52607, + 52620 ], "loc": { "start": { @@ -122064,8 +122062,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52647, - 52657 + 52643, + 52653 ], "loc": { "start": { @@ -122083,8 +122081,8 @@ "value": false, "raw": "false", "range": [ - 52660, - 52665 + 52656, + 52661 ], "loc": { "start": { @@ -122098,8 +122096,8 @@ } }, "range": [ - 52647, - 52665 + 52643, + 52661 ], "loc": { "start": { @@ -122113,8 +122111,8 @@ } }, "range": [ - 52647, - 52666 + 52643, + 52662 ], "loc": { "start": { @@ -122129,8 +122127,8 @@ } ], "range": [ - 52625, - 52684 + 52621, + 52680 ], "loc": { "start": { @@ -122145,8 +122143,8 @@ }, "alternate": null, "range": [ - 52608, - 52684 + 52604, + 52680 ], "loc": { "start": { @@ -122163,8 +122161,8 @@ "type": "Line", "value": "else single param", "range": [ - 52571, - 52590 + 52567, + 52586 ], "loc": { "start": { @@ -122190,8 +122188,8 @@ "object": { "type": "ThisExpression", "range": [ - 52704, - 52708 + 52700, + 52704 ], "loc": { "start": { @@ -122208,8 +122206,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52709, - 52724 + 52705, + 52720 ], "loc": { "start": { @@ -122223,8 +122221,8 @@ } }, "range": [ - 52704, - 52724 + 52700, + 52720 ], "loc": { "start": { @@ -122244,8 +122242,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52728, - 52737 + 52724, + 52733 ], "loc": { "start": { @@ -122262,8 +122260,8 @@ "type": "Identifier", "name": "j", "range": [ - 52738, - 52739 + 52734, + 52735 ], "loc": { "start": { @@ -122277,8 +122275,8 @@ } }, "range": [ - 52728, - 52740 + 52724, + 52736 ], "loc": { "start": { @@ -122292,8 +122290,8 @@ } }, "range": [ - 52704, - 52740 + 52700, + 52736 ], "loc": { "start": { @@ -122318,8 +122316,8 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52763, - 52780 + 52759, + 52776 ], "loc": { "start": { @@ -122337,8 +122335,8 @@ "value": true, "raw": "true", "range": [ - 52783, - 52787 + 52779, + 52783 ], "loc": { "start": { @@ -122352,8 +122350,8 @@ } }, "range": [ - 52763, - 52787 + 52759, + 52783 ], "loc": { "start": { @@ -122367,8 +122365,8 @@ } }, "range": [ - 52763, - 52788 + 52759, + 52784 ], "loc": { "start": { @@ -122383,8 +122381,8 @@ } ], "range": [ - 52741, - 52806 + 52737, + 52802 ], "loc": { "start": { @@ -122399,8 +122397,8 @@ }, "alternate": null, "range": [ - 52701, - 52806 + 52697, + 52802 ], "loc": { "start": { @@ -122426,8 +122424,8 @@ "object": { "type": "ThisExpression", "range": [ - 52824, - 52828 + 52820, + 52824 ], "loc": { "start": { @@ -122444,8 +122442,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 52829, - 52836 + 52825, + 52832 ], "loc": { "start": { @@ -122459,8 +122457,8 @@ } }, "range": [ - 52824, - 52836 + 52820, + 52832 ], "loc": { "start": { @@ -122477,8 +122475,8 @@ "type": "Identifier", "name": "emit", "range": [ - 52837, - 52841 + 52833, + 52837 ], "loc": { "start": { @@ -122492,8 +122490,8 @@ } }, "range": [ - 52824, - 52841 + 52820, + 52837 ], "loc": { "start": { @@ -122512,8 +122510,8 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 52842, - 52858 + 52838, + 52854 ], "loc": { "start": { @@ -122529,8 +122527,8 @@ { "type": "ThisExpression", "range": [ - 52860, - 52864 + 52856, + 52860 ], "loc": { "start": { @@ -122547,8 +122545,8 @@ "type": "Identifier", "name": "j", "range": [ - 52866, - 52867 + 52862, + 52863 ], "loc": { "start": { @@ -122568,8 +122566,8 @@ "type": "Identifier", "name": "cell", "range": [ - 52869, - 52873 + 52865, + 52869 ], "loc": { "start": { @@ -122586,8 +122584,8 @@ "type": "Identifier", "name": "j", "range": [ - 52874, - 52875 + 52870, + 52871 ], "loc": { "start": { @@ -122601,8 +122599,8 @@ } }, "range": [ - 52869, - 52876 + 52865, + 52872 ], "loc": { "start": { @@ -122617,8 +122615,8 @@ } ], "range": [ - 52824, - 52877 + 52820, + 52873 ], "loc": { "start": { @@ -122632,8 +122630,8 @@ } }, "range": [ - 52824, - 52878 + 52820, + 52874 ], "loc": { "start": { @@ -122648,8 +122646,8 @@ } ], "range": [ - 50363, - 52892 + 50359, + 52888 ], "loc": { "start": { @@ -122663,8 +122661,8 @@ } }, "range": [ - 50335, - 52892 + 50331, + 52888 ], "loc": { "start": { @@ -122681,8 +122679,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50290, - 50322 + 50286, + 50318 ], "loc": { "start": { @@ -122701,8 +122699,8 @@ "type": "Line", "value": "for j", "range": [ - 52892, - 52899 + 52888, + 52895 ], "loc": { "start": { @@ -122728,8 +122726,8 @@ "object": { "type": "ThisExpression", "range": [ - 52916, - 52920 + 52912, + 52916 ], "loc": { "start": { @@ -122746,8 +122744,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52921, - 52936 + 52917, + 52932 ], "loc": { "start": { @@ -122761,8 +122759,8 @@ } }, "range": [ - 52916, - 52936 + 52912, + 52932 ], "loc": { "start": { @@ -122779,8 +122777,8 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52940, - 52957 + 52936, + 52953 ], "loc": { "start": { @@ -122794,8 +122792,8 @@ } }, "range": [ - 52916, - 52957 + 52912, + 52953 ], "loc": { "start": { @@ -122820,8 +122818,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52976, - 52986 + 52972, + 52982 ], "loc": { "start": { @@ -122839,8 +122837,8 @@ "value": true, "raw": "true", "range": [ - 52989, - 52993 + 52985, + 52989 ], "loc": { "start": { @@ -122854,8 +122852,8 @@ } }, "range": [ - 52976, - 52993 + 52972, + 52989 ], "loc": { "start": { @@ -122869,8 +122867,8 @@ } }, "range": [ - 52976, - 52994 + 52972, + 52990 ], "loc": { "start": { @@ -122885,8 +122883,8 @@ } ], "range": [ - 52958, - 53008 + 52954, + 53004 ], "loc": { "start": { @@ -122901,8 +122899,8 @@ }, "alternate": null, "range": [ - 52913, - 53008 + 52909, + 53004 ], "loc": { "start": { @@ -122919,8 +122917,8 @@ "type": "Line", "value": "for j", "range": [ - 52892, - 52899 + 52888, + 52895 ], "loc": { "start": { @@ -122944,8 +122942,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 53026, - 53036 + 53022, + 53032 ], "loc": { "start": { @@ -122960,8 +122958,8 @@ }, "prefix": true, "range": [ - 53025, - 53036 + 53021, + 53032 ], "loc": { "start": { @@ -122987,8 +122985,8 @@ "object": { "type": "ThisExpression", "range": [ - 53055, - 53059 + 53051, + 53055 ], "loc": { "start": { @@ -123005,8 +123003,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 53060, - 53071 + 53056, + 53067 ], "loc": { "start": { @@ -123020,8 +123018,8 @@ } }, "range": [ - 53055, - 53071 + 53051, + 53067 ], "loc": { "start": { @@ -123039,8 +123037,8 @@ "type": "Identifier", "name": "k", "range": [ - 53072, - 53073 + 53068, + 53069 ], "loc": { "start": { @@ -123058,8 +123056,8 @@ "value": false, "raw": "false", "range": [ - 53075, - 53080 + 53071, + 53076 ], "loc": { "start": { @@ -123074,8 +123072,8 @@ } ], "range": [ - 53055, - 53081 + 53051, + 53077 ], "loc": { "start": { @@ -123089,8 +123087,8 @@ } }, "range": [ - 53055, - 53082 + 53051, + 53078 ], "loc": { "start": { @@ -123112,8 +123110,8 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 53099, - 53109 + 53095, + 53105 ], "loc": { "start": { @@ -123128,8 +123126,8 @@ }, "prefix": false, "range": [ - 53099, - 53111 + 53095, + 53107 ], "loc": { "start": { @@ -123143,8 +123141,8 @@ } }, "range": [ - 53099, - 53112 + 53095, + 53108 ], "loc": { "start": { @@ -123159,8 +123157,8 @@ } ], "range": [ - 53037, - 53126 + 53033, + 53122 ], "loc": { "start": { @@ -123186,8 +123184,8 @@ "object": { "type": "ThisExpression", "range": [ - 53150, - 53154 + 53146, + 53150 ], "loc": { "start": { @@ -123204,8 +123202,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 53155, - 53166 + 53151, + 53162 ], "loc": { "start": { @@ -123219,8 +123217,8 @@ } }, "range": [ - 53150, - 53166 + 53146, + 53162 ], "loc": { "start": { @@ -123238,8 +123236,8 @@ "type": "Identifier", "name": "k", "range": [ - 53167, - 53168 + 53163, + 53164 ], "loc": { "start": { @@ -123257,8 +123255,8 @@ "value": true, "raw": "true", "range": [ - 53170, - 53174 + 53166, + 53170 ], "loc": { "start": { @@ -123273,8 +123271,8 @@ } ], "range": [ - 53150, - 53175 + 53146, + 53171 ], "loc": { "start": { @@ -123288,8 +123286,8 @@ } }, "range": [ - 53150, - 53176 + 53146, + 53172 ], "loc": { "start": { @@ -123304,8 +123302,8 @@ } ], "range": [ - 53132, - 53190 + 53128, + 53186 ], "loc": { "start": { @@ -123319,8 +123317,8 @@ } }, "range": [ - 53022, - 53190 + 53018, + 53186 ], "loc": { "start": { @@ -123346,8 +123344,8 @@ "object": { "type": "ThisExpression", "range": [ - 53204, - 53208 + 53200, + 53204 ], "loc": { "start": { @@ -123364,8 +123362,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 53209, - 53216 + 53205, + 53212 ], "loc": { "start": { @@ -123379,8 +123377,8 @@ } }, "range": [ - 53204, - 53216 + 53200, + 53212 ], "loc": { "start": { @@ -123397,8 +123395,8 @@ "type": "Identifier", "name": "emit", "range": [ - 53217, - 53221 + 53213, + 53217 ], "loc": { "start": { @@ -123412,8 +123410,8 @@ } }, "range": [ - 53204, - 53221 + 53200, + 53217 ], "loc": { "start": { @@ -123432,8 +123430,8 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 53222, - 53237 + 53218, + 53233 ], "loc": { "start": { @@ -123449,8 +123447,8 @@ { "type": "ThisExpression", "range": [ - 53239, - 53243 + 53235, + 53239 ], "loc": { "start": { @@ -123467,8 +123465,8 @@ "type": "Identifier", "name": "k", "range": [ - 53245, - 53246 + 53241, + 53242 ], "loc": { "start": { @@ -123490,8 +123488,8 @@ "object": { "type": "ThisExpression", "range": [ - 53264, - 53268 + 53260, + 53264 ], "loc": { "start": { @@ -123508,8 +123506,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 53269, - 53283 + 53265, + 53279 ], "loc": { "start": { @@ -123523,8 +123521,8 @@ } }, "range": [ - 53264, - 53283 + 53260, + 53279 ], "loc": { "start": { @@ -123541,8 +123539,8 @@ "type": "Identifier", "name": "length", "range": [ - 53284, - 53290 + 53280, + 53286 ], "loc": { "start": { @@ -123556,8 +123554,8 @@ } }, "range": [ - 53264, - 53290 + 53260, + 53286 ], "loc": { "start": { @@ -123574,8 +123572,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 53292, - 53302 + 53288, + 53298 ], "loc": { "start": { @@ -123590,8 +123588,8 @@ } ], "range": [ - 53204, - 53303 + 53200, + 53299 ], "loc": { "start": { @@ -123605,8 +123603,8 @@ } }, "range": [ - 53204, - 53304 + 53200, + 53300 ], "loc": { "start": { @@ -123621,8 +123619,8 @@ } ], "range": [ - 49818, - 53314 + 49814, + 53310 ], "loc": { "start": { @@ -123636,8 +123634,8 @@ } }, "range": [ - 49776, - 53314 + 49772, + 53310 ], "loc": { "start": { @@ -123654,8 +123652,8 @@ "type": "Line", "value": "fn", "range": [ - 49762, - 49766 + 49758, + 49762 ], "loc": { "start": { @@ -123674,8 +123672,8 @@ "type": "Line", "value": " for k", "range": [ - 53314, - 53322 + 53310, + 53318 ], "loc": { "start": { @@ -123701,8 +123699,8 @@ "object": { "type": "ThisExpression", "range": [ - 53332, - 53336 + 53328, + 53332 ], "loc": { "start": { @@ -123719,8 +123717,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 53337, - 53350 + 53333, + 53346 ], "loc": { "start": { @@ -123734,8 +123732,8 @@ } }, "range": [ - 53332, - 53350 + 53328, + 53346 ], "loc": { "start": { @@ -123757,8 +123755,8 @@ "object": { "type": "ThisExpression", "range": [ - 53353, - 53357 + 53349, + 53353 ], "loc": { "start": { @@ -123775,8 +123773,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 53358, - 53372 + 53354, + 53368 ], "loc": { "start": { @@ -123790,8 +123788,8 @@ } }, "range": [ - 53353, - 53372 + 53349, + 53368 ], "loc": { "start": { @@ -123808,8 +123806,8 @@ "type": "Identifier", "name": "length", "range": [ - 53373, - 53379 + 53369, + 53375 ], "loc": { "start": { @@ -123823,8 +123821,8 @@ } }, "range": [ - 53353, - 53379 + 53349, + 53375 ], "loc": { "start": { @@ -123838,8 +123836,8 @@ } }, "range": [ - 53332, - 53379 + 53328, + 53375 ], "loc": { "start": { @@ -123853,8 +123851,8 @@ } }, "range": [ - 53332, - 53380 + 53328, + 53376 ], "loc": { "start": { @@ -123871,8 +123869,8 @@ "type": "Line", "value": " for k", "range": [ - 53314, - 53322 + 53310, + 53318 ], "loc": { "start": { @@ -123898,8 +123896,8 @@ "object": { "type": "ThisExpression", "range": [ - 53389, - 53393 + 53385, + 53389 ], "loc": { "start": { @@ -123916,8 +123914,8 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 53394, - 53406 + 53390, + 53402 ], "loc": { "start": { @@ -123931,8 +123929,8 @@ } }, "range": [ - 53389, - 53406 + 53385, + 53402 ], "loc": { "start": { @@ -123949,8 +123947,8 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 53409, - 53419 + 53405, + 53415 ], "loc": { "start": { @@ -123964,8 +123962,8 @@ } }, "range": [ - 53389, - 53419 + 53385, + 53415 ], "loc": { "start": { @@ -123979,8 +123977,8 @@ } }, "range": [ - 53389, - 53420 + 53385, + 53416 ], "loc": { "start": { @@ -123997,8 +123995,8 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53430, - 53462 + 53426, + 53458 ], "loc": { "start": { @@ -124021,8 +124019,8 @@ "object": { "type": "ThisExpression", "range": [ - 53474, - 53478 + 53470, + 53474 ], "loc": { "start": { @@ -124039,8 +124037,8 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 53479, - 53492 + 53475, + 53488 ], "loc": { "start": { @@ -124054,8 +124052,8 @@ } }, "range": [ - 53474, - 53492 + 53470, + 53488 ], "loc": { "start": { @@ -124084,8 +124082,8 @@ "object": { "type": "ThisExpression", "range": [ - 53507, - 53511 + 53503, + 53507 ], "loc": { "start": { @@ -124102,8 +124100,8 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 53512, - 53525 + 53508, + 53521 ], "loc": { "start": { @@ -124117,8 +124115,8 @@ } }, "range": [ - 53507, - 53525 + 53503, + 53521 ], "loc": { "start": { @@ -124135,8 +124133,8 @@ "type": "Identifier", "name": "call", "range": [ - 53526, - 53530 + 53522, + 53526 ], "loc": { "start": { @@ -124150,8 +124148,8 @@ } }, "range": [ - 53507, - 53530 + 53503, + 53526 ], "loc": { "start": { @@ -124170,8 +124168,8 @@ "value": null, "raw": "null", "range": [ - 53531, - 53535 + 53527, + 53531 ], "loc": { "start": { @@ -124187,8 +124185,8 @@ { "type": "ThisExpression", "range": [ - 53537, - 53541 + 53533, + 53537 ], "loc": { "start": { @@ -124203,8 +124201,8 @@ } ], "range": [ - 53507, - 53542 + 53503, + 53538 ], "loc": { "start": { @@ -124218,8 +124216,8 @@ } }, "range": [ - 53507, - 53543 + 53503, + 53539 ], "loc": { "start": { @@ -124234,8 +124232,8 @@ } ], "range": [ - 53493, - 53553 + 53489, + 53549 ], "loc": { "start": { @@ -124250,8 +124248,8 @@ }, "alternate": null, "range": [ - 53471, - 53553 + 53467, + 53549 ], "loc": { "start": { @@ -124268,8 +124266,8 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53430, - 53462 + 53426, + 53458 ], "loc": { "start": { @@ -124297,8 +124295,8 @@ "object": { "type": "ThisExpression", "range": [ - 53563, - 53567 + 53559, + 53563 ], "loc": { "start": { @@ -124315,8 +124313,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 53568, - 53575 + 53564, + 53571 ], "loc": { "start": { @@ -124330,8 +124328,8 @@ } }, "range": [ - 53563, - 53575 + 53559, + 53571 ], "loc": { "start": { @@ -124348,8 +124346,8 @@ "type": "Identifier", "name": "emit", "range": [ - 53576, - 53580 + 53572, + 53576 ], "loc": { "start": { @@ -124363,8 +124361,8 @@ } }, "range": [ - 53563, - 53580 + 53559, + 53576 ], "loc": { "start": { @@ -124383,8 +124381,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 53581, - 53598 + 53577, + 53594 ], "loc": { "start": { @@ -124400,8 +124398,8 @@ { "type": "ThisExpression", "range": [ - 53600, - 53604 + 53596, + 53600 ], "loc": { "start": { @@ -124416,8 +124414,8 @@ } ], "range": [ - 53563, - 53605 + 53559, + 53601 ], "loc": { "start": { @@ -124431,8 +124429,8 @@ } }, "range": [ - 53563, - 53606 + 53559, + 53602 ], "loc": { "start": { @@ -124447,8 +124445,8 @@ } ], "range": [ - 40279, - 53612 + 40275, + 53608 ], "loc": { "start": { @@ -124464,8 +124462,8 @@ "generator": false, "expression": false, "range": [ - 40277, - 53612 + 40273, + 53608 ], "loc": { "start": { @@ -124481,8 +124479,8 @@ "kind": "method", "computed": false, "range": [ - 40271, - 53612 + 40267, + 53608 ], "loc": { "start": { @@ -124499,8 +124497,8 @@ "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": [ - 40029, - 40266 + 40025, + 40262 ], "loc": { "start": { @@ -124519,8 +124517,8 @@ "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": [ - 53618, - 54002 + 53614, + 53998 ], "loc": { "start": { @@ -124542,8 +124540,8 @@ "type": "Identifier", "name": "getColValues", "range": [ - 54007, - 54019 + 54003, + 54015 ], "loc": { "start": { @@ -124564,8 +124562,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54020, - 54028 + 54016, + 54024 ], "loc": { "start": { @@ -124584,8 +124582,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 54030, - 54044 + 54026, + 54040 ], "loc": { "start": { @@ -124603,8 +124601,8 @@ "value": false, "raw": "false", "range": [ - 54045, - 54050 + 54041, + 54046 ], "loc": { "start": { @@ -124618,8 +124616,8 @@ } }, "range": [ - 54030, - 54050 + 54026, + 54046 ], "loc": { "start": { @@ -124638,8 +124636,8 @@ "type": "Identifier", "name": "num", "range": [ - 54052, - 54055 + 54048, + 54051 ], "loc": { "start": { @@ -124657,8 +124655,8 @@ "value": false, "raw": "false", "range": [ - 54056, - 54061 + 54052, + 54057 ], "loc": { "start": { @@ -124672,8 +124670,8 @@ } }, "range": [ - 54052, - 54061 + 54048, + 54057 ], "loc": { "start": { @@ -124692,8 +124690,8 @@ "type": "Identifier", "name": "exclude", "range": [ - 54063, - 54070 + 54059, + 54066 ], "loc": { "start": { @@ -124710,8 +124708,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 54071, - 54073 + 54067, + 54069 ], "loc": { "start": { @@ -124725,8 +124723,8 @@ } }, "range": [ - 54063, - 54073 + 54059, + 54069 ], "loc": { "start": { @@ -124754,8 +124752,8 @@ "object": { "type": "ThisExpression", "range": [ - 54088, - 54092 + 54084, + 54088 ], "loc": { "start": { @@ -124772,8 +124770,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 54093, - 54100 + 54089, + 54096 ], "loc": { "start": { @@ -124787,8 +124785,8 @@ } }, "range": [ - 54088, - 54100 + 54084, + 54096 ], "loc": { "start": { @@ -124803,8 +124801,8 @@ }, "prefix": true, "range": [ - 54087, - 54100 + 54083, + 54096 ], "loc": { "start": { @@ -124824,8 +124822,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 54115, - 54122 + 54111, + 54118 ], "loc": { "start": { @@ -124840,8 +124838,8 @@ } ], "range": [ - 54101, - 54132 + 54097, + 54128 ], "loc": { "start": { @@ -124856,8 +124854,8 @@ }, "alternate": null, "range": [ - 54084, - 54132 + 54080, + 54128 ], "loc": { "start": { @@ -124879,8 +124877,8 @@ "type": "Identifier", "name": "row", "range": [ - 54145, - 54148 + 54141, + 54144 ], "loc": { "start": { @@ -124902,8 +124900,8 @@ "object": { "type": "ThisExpression", "range": [ - 54151, - 54155 + 54147, + 54151 ], "loc": { "start": { @@ -124920,8 +124918,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 54156, - 54159 + 54152, + 54155 ], "loc": { "start": { @@ -124935,8 +124933,8 @@ } }, "range": [ - 54151, - 54159 + 54147, + 54155 ], "loc": { "start": { @@ -124953,8 +124951,8 @@ "type": "Identifier", "name": "rows", "range": [ - 54160, - 54164 + 54156, + 54160 ], "loc": { "start": { @@ -124968,8 +124966,8 @@ } }, "range": [ - 54151, - 54164 + 54147, + 54160 ], "loc": { "start": { @@ -124983,8 +124981,8 @@ } }, "range": [ - 54145, - 54164 + 54141, + 54160 ], "loc": { "start": { @@ -125003,8 +125001,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 54178, - 54187 + 54174, + 54183 ], "loc": { "start": { @@ -125021,8 +125019,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 54190, - 54192 + 54186, + 54188 ], "loc": { "start": { @@ -125036,8 +125034,8 @@ } }, "range": [ - 54178, - 54192 + 54174, + 54188 ], "loc": { "start": { @@ -125053,8 +125051,8 @@ ], "kind": "let", "range": [ - 54141, - 54193 + 54137, + 54189 ], "loc": { "start": { @@ -125073,8 +125071,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 54206, - 54220 + 54202, + 54216 ], "loc": { "start": { @@ -125101,8 +125099,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 54235, - 54244 + 54231, + 54240 ], "loc": { "start": { @@ -125119,8 +125117,8 @@ "type": "Identifier", "name": "push", "range": [ - 54245, - 54249 + 54241, + 54245 ], "loc": { "start": { @@ -125134,8 +125132,8 @@ } }, "range": [ - 54235, - 54249 + 54231, + 54245 ], "loc": { "start": { @@ -125160,8 +125158,8 @@ "object": { "type": "ThisExpression", "range": [ - 54250, - 54254 + 54246, + 54250 ], "loc": { "start": { @@ -125178,8 +125176,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 54255, - 54269 + 54251, + 54265 ], "loc": { "start": { @@ -125193,8 +125191,8 @@ } }, "range": [ - 54250, - 54269 + 54246, + 54265 ], "loc": { "start": { @@ -125209,8 +125207,8 @@ }, "arguments": [], "range": [ - 54250, - 54271 + 54246, + 54267 ], "loc": { "start": { @@ -125227,8 +125225,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54272, - 54280 + 54268, + 54276 ], "loc": { "start": { @@ -125242,8 +125240,8 @@ } }, "range": [ - 54250, - 54281 + 54246, + 54277 ], "loc": { "start": { @@ -125258,8 +125256,8 @@ } ], "range": [ - 54235, - 54282 + 54231, + 54278 ], "loc": { "start": { @@ -125273,8 +125271,8 @@ } }, "range": [ - 54235, - 54283 + 54231, + 54279 ], "loc": { "start": { @@ -125289,8 +125287,8 @@ } ], "range": [ - 54221, - 54293 + 54217, + 54289 ], "loc": { "start": { @@ -125305,8 +125303,8 @@ }, "alternate": null, "range": [ - 54203, - 54293 + 54199, + 54289 ], "loc": { "start": { @@ -125330,8 +125328,8 @@ "type": "Identifier", "name": "i", "range": [ - 54311, - 54312 + 54307, + 54308 ], "loc": { "start": { @@ -125350,8 +125348,8 @@ "object": { "type": "ThisExpression", "range": [ - 54313, - 54317 + 54309, + 54313 ], "loc": { "start": { @@ -125368,8 +125366,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 54318, - 54324 + 54314, + 54320 ], "loc": { "start": { @@ -125383,8 +125381,8 @@ } }, "range": [ - 54313, - 54324 + 54309, + 54320 ], "loc": { "start": { @@ -125398,8 +125396,8 @@ } }, "range": [ - 54311, - 54324 + 54307, + 54320 ], "loc": { "start": { @@ -125415,8 +125413,8 @@ ], "kind": "let", "range": [ - 54307, - 54324 + 54303, + 54320 ], "loc": { "start": { @@ -125436,8 +125434,8 @@ "type": "Identifier", "name": "i", "range": [ - 54326, - 54327 + 54322, + 54323 ], "loc": { "start": { @@ -125456,8 +125454,8 @@ "object": { "type": "ThisExpression", "range": [ - 54328, - 54332 + 54324, + 54328 ], "loc": { "start": { @@ -125474,8 +125472,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 54333, - 54339 + 54329, + 54335 ], "loc": { "start": { @@ -125489,8 +125487,8 @@ } }, "range": [ - 54328, - 54339 + 54324, + 54335 ], "loc": { "start": { @@ -125504,8 +125502,8 @@ } }, "range": [ - 54326, - 54339 + 54322, + 54335 ], "loc": { "start": { @@ -125525,8 +125523,8 @@ "type": "Identifier", "name": "i", "range": [ - 54341, - 54342 + 54337, + 54338 ], "loc": { "start": { @@ -125541,8 +125539,8 @@ }, "prefix": false, "range": [ - 54341, - 54344 + 54337, + 54340 ], "loc": { "start": { @@ -125567,8 +125565,8 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54363, - 54375 + 54359, + 54371 ], "loc": { "start": { @@ -125586,8 +125584,8 @@ "value": false, "raw": "false", "range": [ - 54378, - 54383 + 54374, + 54379 ], "loc": { "start": { @@ -125601,8 +125599,8 @@ } }, "range": [ - 54363, - 54383 + 54359, + 54379 ], "loc": { "start": { @@ -125618,8 +125616,8 @@ ], "kind": "let", "range": [ - 54359, - 54384 + 54355, + 54380 ], "loc": { "start": { @@ -125636,8 +125634,8 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54397, - 54452 + 54393, + 54448 ], "loc": { "start": { @@ -125664,8 +125662,8 @@ "type": "Identifier", "name": "exclude", "range": [ - 54468, - 54475 + 54464, + 54471 ], "loc": { "start": { @@ -125682,8 +125680,8 @@ "type": "Identifier", "name": "length", "range": [ - 54476, - 54482 + 54472, + 54478 ], "loc": { "start": { @@ -125697,8 +125695,8 @@ } }, "range": [ - 54468, - 54482 + 54464, + 54478 ], "loc": { "start": { @@ -125716,8 +125714,8 @@ "value": 0, "raw": "0", "range": [ - 54485, - 54486 + 54481, + 54482 ], "loc": { "start": { @@ -125731,8 +125729,8 @@ } }, "range": [ - 54468, - 54486 + 54464, + 54482 ], "loc": { "start": { @@ -125757,8 +125755,8 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54505, - 54517 + 54501, + 54513 ], "loc": { "start": { @@ -125783,8 +125781,8 @@ "type": "Identifier", "name": "exclude", "range": [ - 54520, - 54527 + 54516, + 54523 ], "loc": { "start": { @@ -125801,8 +125799,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 54528, - 54535 + 54524, + 54531 ], "loc": { "start": { @@ -125816,8 +125814,8 @@ } }, "range": [ - 54520, - 54535 + 54516, + 54531 ], "loc": { "start": { @@ -125835,8 +125833,8 @@ "type": "Identifier", "name": "i", "range": [ - 54536, - 54537 + 54532, + 54533 ], "loc": { "start": { @@ -125851,8 +125849,8 @@ } ], "range": [ - 54520, - 54538 + 54516, + 54534 ], "loc": { "start": { @@ -125873,8 +125871,8 @@ "value": 1, "raw": "1", "range": [ - 54543, - 54544 + 54539, + 54540 ], "loc": { "start": { @@ -125889,8 +125887,8 @@ }, "prefix": true, "range": [ - 54542, - 54544 + 54538, + 54540 ], "loc": { "start": { @@ -125904,8 +125902,8 @@ } }, "range": [ - 54520, - 54544 + 54516, + 54540 ], "loc": { "start": { @@ -125919,8 +125917,8 @@ } }, "range": [ - 54505, - 54544 + 54501, + 54540 ], "loc": { "start": { @@ -125934,8 +125932,8 @@ } }, "range": [ - 54505, - 54545 + 54501, + 54541 ], "loc": { "start": { @@ -125950,8 +125948,8 @@ } ], "range": [ - 54487, - 54559 + 54483, + 54555 ], "loc": { "start": { @@ -125966,8 +125964,8 @@ }, "alternate": null, "range": [ - 54465, - 54559 + 54461, + 54555 ], "loc": { "start": { @@ -125984,8 +125982,8 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54397, - 54452 + 54393, + 54448 ], "loc": { "start": { @@ -126009,8 +126007,8 @@ "type": "Identifier", "name": "cell", "range": [ - 54576, - 54580 + 54572, + 54576 ], "loc": { "start": { @@ -126033,8 +126031,8 @@ "type": "Identifier", "name": "row", "range": [ - 54583, - 54586 + 54579, + 54582 ], "loc": { "start": { @@ -126051,8 +126049,8 @@ "type": "Identifier", "name": "i", "range": [ - 54587, - 54588 + 54583, + 54584 ], "loc": { "start": { @@ -126066,8 +126064,8 @@ } }, "range": [ - 54583, - 54589 + 54579, + 54585 ], "loc": { "start": { @@ -126084,8 +126082,8 @@ "type": "Identifier", "name": "cells", "range": [ - 54590, - 54595 + 54586, + 54591 ], "loc": { "start": { @@ -126099,8 +126097,8 @@ } }, "range": [ - 54583, - 54595 + 54579, + 54591 ], "loc": { "start": { @@ -126114,8 +126112,8 @@ } }, "range": [ - 54576, - 54595 + 54572, + 54591 ], "loc": { "start": { @@ -126134,8 +126132,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54613, - 54620 + 54609, + 54616 ], "loc": { "start": { @@ -126155,8 +126153,8 @@ "type": "Identifier", "name": "cell", "range": [ - 54623, - 54627 + 54619, + 54623 ], "loc": { "start": { @@ -126173,8 +126171,8 @@ "type": "Identifier", "name": "length", "range": [ - 54628, - 54634 + 54624, + 54630 ], "loc": { "start": { @@ -126188,8 +126186,8 @@ } }, "range": [ - 54623, - 54634 + 54619, + 54630 ], "loc": { "start": { @@ -126203,8 +126201,8 @@ } }, "range": [ - 54613, - 54634 + 54609, + 54630 ], "loc": { "start": { @@ -126220,8 +126218,8 @@ ], "kind": "let", "range": [ - 54572, - 54635 + 54568, + 54631 ], "loc": { "start": { @@ -126238,8 +126236,8 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54649, - 54702 + 54645, + 54698 ], "loc": { "start": { @@ -126266,8 +126264,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54718, - 54725 + 54714, + 54721 ], "loc": { "start": { @@ -126286,8 +126284,8 @@ "object": { "type": "ThisExpression", "range": [ - 54730, - 54734 + 54726, + 54730 ], "loc": { "start": { @@ -126304,8 +126302,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 54735, - 54742 + 54731, + 54738 ], "loc": { "start": { @@ -126319,8 +126317,8 @@ } }, "range": [ - 54730, - 54742 + 54726, + 54738 ], "loc": { "start": { @@ -126334,8 +126332,8 @@ } }, "range": [ - 54718, - 54742 + 54714, + 54738 ], "loc": { "start": { @@ -126355,8 +126353,8 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54747, - 54759 + 54743, + 54755 ], "loc": { "start": { @@ -126371,8 +126369,8 @@ }, "prefix": true, "range": [ - 54746, - 54759 + 54742, + 54755 ], "loc": { "start": { @@ -126386,8 +126384,8 @@ } }, "range": [ - 54718, - 54759 + 54714, + 54755 ], "loc": { "start": { @@ -126414,8 +126412,8 @@ "type": "Identifier", "name": "j", "range": [ - 54835, - 54836 + 54831, + 54832 ], "loc": { "start": { @@ -126433,8 +126431,8 @@ "value": 0, "raw": "0", "range": [ - 54837, - 54838 + 54833, + 54834 ], "loc": { "start": { @@ -126448,8 +126446,8 @@ } }, "range": [ - 54835, - 54838 + 54831, + 54834 ], "loc": { "start": { @@ -126465,8 +126463,8 @@ ], "kind": "let", "range": [ - 54831, - 54838 + 54827, + 54834 ], "loc": { "start": { @@ -126486,8 +126484,8 @@ "type": "Identifier", "name": "j", "range": [ - 54840, - 54841 + 54836, + 54837 ], "loc": { "start": { @@ -126504,8 +126502,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54842, - 54849 + 54838, + 54845 ], "loc": { "start": { @@ -126519,8 +126517,8 @@ } }, "range": [ - 54840, - 54849 + 54836, + 54845 ], "loc": { "start": { @@ -126540,8 +126538,8 @@ "type": "Identifier", "name": "j", "range": [ - 54851, - 54852 + 54847, + 54848 ], "loc": { "start": { @@ -126556,8 +126554,8 @@ }, "prefix": false, "range": [ - 54851, - 54854 + 54847, + 54850 ], "loc": { "start": { @@ -126585,8 +126583,8 @@ "type": "Identifier", "name": "j", "range": [ - 54880, - 54881 + 54876, + 54877 ], "loc": { "start": { @@ -126603,8 +126601,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54885, - 54893 + 54881, + 54889 ], "loc": { "start": { @@ -126618,8 +126616,8 @@ } }, "range": [ - 54880, - 54893 + 54876, + 54889 ], "loc": { "start": { @@ -126648,8 +126646,8 @@ "type": "Identifier", "name": "row", "range": [ - 54897, - 54900 + 54893, + 54896 ], "loc": { "start": { @@ -126666,8 +126664,8 @@ "type": "Identifier", "name": "i", "range": [ - 54901, - 54902 + 54897, + 54898 ], "loc": { "start": { @@ -126681,8 +126679,8 @@ } }, "range": [ - 54897, - 54903 + 54893, + 54899 ], "loc": { "start": { @@ -126699,8 +126697,8 @@ "type": "Identifier", "name": "style", "range": [ - 54904, - 54909 + 54900, + 54905 ], "loc": { "start": { @@ -126714,8 +126712,8 @@ } }, "range": [ - 54897, - 54909 + 54893, + 54905 ], "loc": { "start": { @@ -126732,8 +126730,8 @@ "type": "Identifier", "name": "display", "range": [ - 54910, - 54917 + 54906, + 54913 ], "loc": { "start": { @@ -126747,8 +126745,8 @@ } }, "range": [ - 54897, - 54917 + 54893, + 54913 ], "loc": { "start": { @@ -126766,8 +126764,8 @@ "value": "", "raw": "''", "range": [ - 54922, - 54924 + 54918, + 54920 ], "loc": { "start": { @@ -126781,8 +126779,8 @@ } }, "range": [ - 54897, - 54924 + 54893, + 54920 ], "loc": { "start": { @@ -126796,8 +126794,8 @@ } }, "range": [ - 54880, - 54924 + 54876, + 54920 ], "loc": { "start": { @@ -126817,8 +126815,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 54951, - 54960 + 54947, + 54956 ], "loc": { "start": { @@ -126833,8 +126831,8 @@ } ], "range": [ - 54925, - 54982 + 54921, + 54978 ], "loc": { "start": { @@ -126849,8 +126847,8 @@ }, "alternate": null, "range": [ - 54877, - 54982 + 54873, + 54978 ], "loc": { "start": { @@ -126872,8 +126870,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 55007, - 55015 + 55003, + 55011 ], "loc": { "start": { @@ -126894,8 +126892,8 @@ "object": { "type": "ThisExpression", "range": [ - 55018, - 55022 + 55014, + 55018 ], "loc": { "start": { @@ -126912,8 +126910,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 55023, - 55034 + 55019, + 55030 ], "loc": { "start": { @@ -126927,8 +126925,8 @@ } }, "range": [ - 55018, - 55034 + 55014, + 55030 ], "loc": { "start": { @@ -126949,8 +126947,8 @@ "type": "Identifier", "name": "cell", "range": [ - 55035, - 55039 + 55031, + 55035 ], "loc": { "start": { @@ -126967,8 +126965,8 @@ "type": "Identifier", "name": "j", "range": [ - 55040, - 55041 + 55036, + 55037 ], "loc": { "start": { @@ -126982,8 +126980,8 @@ } }, "range": [ - 55035, - 55042 + 55031, + 55038 ], "loc": { "start": { @@ -126998,8 +126996,8 @@ } ], "range": [ - 55018, - 55043 + 55014, + 55039 ], "loc": { "start": { @@ -127013,8 +127011,8 @@ } }, "range": [ - 55007, - 55043 + 55003, + 55039 ], "loc": { "start": { @@ -127033,8 +127031,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 55069, - 55077 + 55065, + 55073 ], "loc": { "start": { @@ -127055,8 +127053,8 @@ "object": { "type": "ThisExpression", "range": [ - 55080, - 55084 + 55076, + 55080 ], "loc": { "start": { @@ -127073,8 +127071,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 55085, - 55096 + 55081, + 55092 ], "loc": { "start": { @@ -127088,8 +127086,8 @@ } }, "range": [ - 55080, - 55096 + 55076, + 55092 ], "loc": { "start": { @@ -127111,8 +127109,8 @@ "object": { "type": "ThisExpression", "range": [ - 55127, - 55131 + 55123, + 55127 ], "loc": { "start": { @@ -127129,8 +127127,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 55132, - 55143 + 55128, + 55139 ], "loc": { "start": { @@ -127144,8 +127142,8 @@ } }, "range": [ - 55127, - 55143 + 55123, + 55139 ], "loc": { "start": { @@ -127162,8 +127160,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 55144, - 55152 + 55140, + 55148 ], "loc": { "start": { @@ -127177,8 +127175,8 @@ } }, "range": [ - 55127, - 55153 + 55123, + 55149 ], "loc": { "start": { @@ -127196,8 +127194,8 @@ "value": null, "raw": "null", "range": [ - 55156, - 55160 + 55152, + 55156 ], "loc": { "start": { @@ -127211,8 +127209,8 @@ } }, "range": [ - 55080, - 55160 + 55076, + 55156 ], "loc": { "start": { @@ -127226,8 +127224,8 @@ } }, "range": [ - 55069, - 55160 + 55065, + 55156 ], "loc": { "start": { @@ -127246,8 +127244,8 @@ "type": "Identifier", "name": "data", "range": [ - 55186, - 55190 + 55182, + 55186 ], "loc": { "start": { @@ -127266,8 +127264,8 @@ "type": "Identifier", "name": "num", "range": [ - 55193, - 55196 + 55189, + 55192 ], "loc": { "start": { @@ -127289,8 +127287,8 @@ "type": "Identifier", "name": "Helpers", "range": [ - 55231, - 55238 + 55227, + 55234 ], "loc": { "start": { @@ -127307,8 +127305,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 55239, - 55253 + 55235, + 55249 ], "loc": { "start": { @@ -127322,8 +127320,8 @@ } }, "range": [ - 55231, - 55253 + 55227, + 55249 ], "loc": { "start": { @@ -127341,8 +127339,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 55254, - 55262 + 55250, + 55258 ], "loc": { "start": { @@ -127359,8 +127357,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 55264, - 55272 + 55260, + 55268 ], "loc": { "start": { @@ -127375,8 +127373,8 @@ } ], "range": [ - 55231, - 55273 + 55227, + 55269 ], "loc": { "start": { @@ -127393,8 +127391,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 55308, - 55316 + 55304, + 55312 ], "loc": { "start": { @@ -127408,8 +127406,8 @@ } }, "range": [ - 55193, - 55316 + 55189, + 55312 ], "loc": { "start": { @@ -127423,8 +127421,8 @@ } }, "range": [ - 55186, - 55316 + 55182, + 55312 ], "loc": { "start": { @@ -127440,8 +127438,8 @@ ], "kind": "let", "range": [ - 55003, - 55317 + 54999, + 55313 ], "loc": { "start": { @@ -127465,8 +127463,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 55338, - 55347 + 55334, + 55343 ], "loc": { "start": { @@ -127483,8 +127481,8 @@ "type": "Identifier", "name": "push", "range": [ - 55348, - 55352 + 55344, + 55348 ], "loc": { "start": { @@ -127498,8 +127496,8 @@ } }, "range": [ - 55338, - 55352 + 55334, + 55348 ], "loc": { "start": { @@ -127517,8 +127515,8 @@ "type": "Identifier", "name": "data", "range": [ - 55353, - 55357 + 55349, + 55353 ], "loc": { "start": { @@ -127533,8 +127531,8 @@ } ], "range": [ - 55338, - 55358 + 55334, + 55354 ], "loc": { "start": { @@ -127548,8 +127546,8 @@ } }, "range": [ - 55338, - 55359 + 55334, + 55355 ], "loc": { "start": { @@ -127564,8 +127562,8 @@ } ], "range": [ - 54855, - 55377 + 54851, + 55373 ], "loc": { "start": { @@ -127579,8 +127577,8 @@ } }, "range": [ - 54827, - 55377 + 54823, + 55373 ], "loc": { "start": { @@ -127597,8 +127595,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 54778, - 54810 + 54774, + 54806 ], "loc": { "start": { @@ -127615,8 +127613,8 @@ } ], "range": [ - 54760, - 55391 + 54756, + 55387 ], "loc": { "start": { @@ -127631,8 +127629,8 @@ }, "alternate": null, "range": [ - 54715, - 55391 + 54711, + 55387 ], "loc": { "start": { @@ -127649,8 +127647,8 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54649, - 54702 + 54645, + 54698 ], "loc": { "start": { @@ -127667,8 +127665,8 @@ } ], "range": [ - 54345, - 55401 + 54341, + 55397 ], "loc": { "start": { @@ -127682,8 +127680,8 @@ } }, "range": [ - 54303, - 55401 + 54299, + 55397 ], "loc": { "start": { @@ -127702,8 +127700,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 55417, - 55426 + 55413, + 55422 ], "loc": { "start": { @@ -127717,8 +127715,8 @@ } }, "range": [ - 55410, - 55427 + 55406, + 55423 ], "loc": { "start": { @@ -127733,8 +127731,8 @@ } ], "range": [ - 54074, - 55433 + 54070, + 55429 ], "loc": { "start": { @@ -127750,8 +127748,8 @@ "generator": false, "expression": false, "range": [ - 54019, - 55433 + 54015, + 55429 ], "loc": { "start": { @@ -127767,8 +127765,8 @@ "kind": "method", "computed": false, "range": [ - 54007, - 55433 + 54003, + 55429 ], "loc": { "start": { @@ -127785,8 +127783,8 @@ "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": [ - 53618, - 54002 + 53614, + 53998 ], "loc": { "start": { @@ -127805,8 +127803,8 @@ "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": [ - 55439, - 55591 + 55435, + 55587 ], "loc": { "start": { @@ -127828,8 +127826,8 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 55596, - 55610 + 55592, + 55606 ], "loc": { "start": { @@ -127850,8 +127848,8 @@ "type": "Identifier", "name": "index", "range": [ - 55611, - 55616 + 55607, + 55612 ], "loc": { "start": { @@ -127879,8 +127877,8 @@ "object": { "type": "ThisExpression", "range": [ - 55631, - 55635 + 55627, + 55631 ], "loc": { "start": { @@ -127897,8 +127895,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 55636, - 55643 + 55632, + 55639 ], "loc": { "start": { @@ -127912,8 +127910,8 @@ } }, "range": [ - 55631, - 55643 + 55627, + 55639 ], "loc": { "start": { @@ -127928,8 +127926,8 @@ }, "prefix": true, "range": [ - 55630, - 55643 + 55626, + 55639 ], "loc": { "start": { @@ -127949,8 +127947,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 55658, - 55665 + 55654, + 55661 ], "loc": { "start": { @@ -127965,8 +127963,8 @@ } ], "range": [ - 55644, - 55675 + 55640, + 55671 ], "loc": { "start": { @@ -127981,8 +127979,8 @@ }, "alternate": null, "range": [ - 55627, - 55675 + 55623, + 55671 ], "loc": { "start": { @@ -128004,8 +128002,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55688, - 55696 + 55684, + 55692 ], "loc": { "start": { @@ -128023,8 +128021,8 @@ "value": "", "raw": "''", "range": [ - 55699, - 55701 + 55695, + 55697 ], "loc": { "start": { @@ -128038,8 +128036,8 @@ } }, "range": [ - 55688, - 55701 + 55684, + 55697 ], "loc": { "start": { @@ -128058,8 +128056,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 55715, - 55724 + 55711, + 55720 ], "loc": { "start": { @@ -128076,8 +128074,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 55727, - 55729 + 55723, + 55725 ], "loc": { "start": { @@ -128091,8 +128089,8 @@ } }, "range": [ - 55715, - 55729 + 55711, + 55725 ], "loc": { "start": { @@ -128111,8 +128109,8 @@ "type": "Identifier", "name": "flt", "range": [ - 55743, - 55746 + 55739, + 55742 ], "loc": { "start": { @@ -128133,8 +128131,8 @@ "object": { "type": "ThisExpression", "range": [ - 55749, - 55753 + 55745, + 55749 ], "loc": { "start": { @@ -128151,8 +128149,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 55754, - 55770 + 55750, + 55766 ], "loc": { "start": { @@ -128166,8 +128164,8 @@ } }, "range": [ - 55749, - 55770 + 55745, + 55766 ], "loc": { "start": { @@ -128185,8 +128183,8 @@ "type": "Identifier", "name": "index", "range": [ - 55771, - 55776 + 55767, + 55772 ], "loc": { "start": { @@ -128201,8 +128199,8 @@ } ], "range": [ - 55749, - 55777 + 55745, + 55773 ], "loc": { "start": { @@ -128216,8 +128214,8 @@ } }, "range": [ - 55743, - 55777 + 55739, + 55773 ], "loc": { "start": { @@ -128233,8 +128231,8 @@ ], "kind": "let", "range": [ - 55684, - 55778 + 55680, + 55774 ], "loc": { "start": { @@ -128256,8 +128254,8 @@ "type": "Identifier", "name": "flt", "range": [ - 55791, - 55794 + 55787, + 55790 ], "loc": { "start": { @@ -128272,8 +128270,8 @@ }, "prefix": true, "range": [ - 55790, - 55794 + 55786, + 55790 ], "loc": { "start": { @@ -128296,8 +128294,8 @@ "value": "", "raw": "''", "range": [ - 55816, - 55818 + 55812, + 55814 ], "loc": { "start": { @@ -128311,8 +128309,8 @@ } }, "range": [ - 55809, - 55819 + 55805, + 55815 ], "loc": { "start": { @@ -128327,8 +128325,8 @@ } ], "range": [ - 55795, - 55829 + 55791, + 55825 ], "loc": { "start": { @@ -128343,8 +128341,8 @@ }, "alternate": null, "range": [ - 55787, - 55829 + 55783, + 55825 ], "loc": { "start": { @@ -128366,8 +128364,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55843, - 55853 + 55839, + 55849 ], "loc": { "start": { @@ -128388,8 +128386,8 @@ "object": { "type": "ThisExpression", "range": [ - 55856, - 55860 + 55852, + 55856 ], "loc": { "start": { @@ -128406,8 +128404,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 55861, - 55874 + 55857, + 55870 ], "loc": { "start": { @@ -128421,8 +128419,8 @@ } }, "range": [ - 55856, - 55874 + 55852, + 55870 ], "loc": { "start": { @@ -128440,8 +128438,8 @@ "type": "Identifier", "name": "index", "range": [ - 55875, - 55880 + 55871, + 55876 ], "loc": { "start": { @@ -128456,8 +128454,8 @@ } ], "range": [ - 55856, - 55881 + 55852, + 55877 ], "loc": { "start": { @@ -128471,8 +128469,8 @@ } }, "range": [ - 55843, - 55881 + 55839, + 55877 ], "loc": { "start": { @@ -128488,8 +128486,8 @@ ], "kind": "let", "range": [ - 55839, - 55882 + 55835, + 55878 ], "loc": { "start": { @@ -128514,8 +128512,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55894, - 55904 + 55890, + 55900 ], "loc": { "start": { @@ -128534,8 +128532,8 @@ "object": { "type": "ThisExpression", "range": [ - 55909, - 55913 + 55905, + 55909 ], "loc": { "start": { @@ -128552,8 +128550,8 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 55914, - 55926 + 55910, + 55922 ], "loc": { "start": { @@ -128567,8 +128565,8 @@ } }, "range": [ - 55909, - 55926 + 55905, + 55922 ], "loc": { "start": { @@ -128582,8 +128580,8 @@ } }, "range": [ - 55894, - 55926 + 55890, + 55922 ], "loc": { "start": { @@ -128603,8 +128601,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55942, - 55952 + 55938, + 55948 ], "loc": { "start": { @@ -128623,8 +128621,8 @@ "object": { "type": "ThisExpression", "range": [ - 55957, - 55961 + 55953, + 55957 ], "loc": { "start": { @@ -128641,8 +128639,8 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 55962, - 55978 + 55958, + 55974 ], "loc": { "start": { @@ -128656,8 +128654,8 @@ } }, "range": [ - 55957, - 55978 + 55953, + 55974 ], "loc": { "start": { @@ -128671,8 +128669,8 @@ } }, "range": [ - 55942, - 55978 + 55938, + 55974 ], "loc": { "start": { @@ -128686,8 +128684,8 @@ } }, "range": [ - 55894, - 55978 + 55890, + 55974 ], "loc": { "start": { @@ -128712,8 +128710,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55993, - 56001 + 55989, + 55997 ], "loc": { "start": { @@ -128733,8 +128731,8 @@ "type": "Identifier", "name": "flt", "range": [ - 56004, - 56007 + 56000, + 56003 ], "loc": { "start": { @@ -128751,8 +128749,8 @@ "type": "Identifier", "name": "value", "range": [ - 56008, - 56013 + 56004, + 56009 ], "loc": { "start": { @@ -128766,8 +128764,8 @@ } }, "range": [ - 56004, - 56013 + 56000, + 56009 ], "loc": { "start": { @@ -128781,8 +128779,8 @@ } }, "range": [ - 55993, - 56013 + 55989, + 56009 ], "loc": { "start": { @@ -128796,8 +128794,8 @@ } }, "range": [ - 55993, - 56014 + 55989, + 56010 ], "loc": { "start": { @@ -128812,8 +128810,8 @@ } ], "range": [ - 55979, - 56024 + 55975, + 56020 ], "loc": { "start": { @@ -128830,8 +128828,8 @@ "type": "Line", "value": "mutiple select", "range": [ - 56033, - 56049 + 56029, + 56045 ], "loc": { "start": { @@ -128855,8 +128853,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 56066, - 56076 + 56062, + 56072 ], "loc": { "start": { @@ -128875,8 +128873,8 @@ "object": { "type": "ThisExpression", "range": [ - 56081, - 56085 + 56077, + 56081 ], "loc": { "start": { @@ -128893,8 +128891,8 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 56086, - 56098 + 56082, + 56094 ], "loc": { "start": { @@ -128908,8 +128906,8 @@ } }, "range": [ - 56081, - 56098 + 56077, + 56094 ], "loc": { "start": { @@ -128923,8 +128921,8 @@ } }, "range": [ - 56066, - 56098 + 56062, + 56094 ], "loc": { "start": { @@ -128951,8 +128949,8 @@ "type": "Identifier", "name": "j", "range": [ - 56189, - 56190 + 56185, + 56186 ], "loc": { "start": { @@ -128970,8 +128968,8 @@ "value": 0, "raw": "0", "range": [ - 56191, - 56192 + 56187, + 56188 ], "loc": { "start": { @@ -128985,8 +128983,8 @@ } }, "range": [ - 56189, - 56192 + 56185, + 56188 ], "loc": { "start": { @@ -129005,8 +129003,8 @@ "type": "Identifier", "name": "len", "range": [ - 56194, - 56197 + 56190, + 56193 ], "loc": { "start": { @@ -129029,8 +129027,8 @@ "type": "Identifier", "name": "flt", "range": [ - 56198, - 56201 + 56194, + 56197 ], "loc": { "start": { @@ -129047,8 +129045,8 @@ "type": "Identifier", "name": "options", "range": [ - 56202, - 56209 + 56198, + 56205 ], "loc": { "start": { @@ -129062,8 +129060,8 @@ } }, "range": [ - 56198, - 56209 + 56194, + 56205 ], "loc": { "start": { @@ -129080,8 +129078,8 @@ "type": "Identifier", "name": "length", "range": [ - 56210, - 56216 + 56206, + 56212 ], "loc": { "start": { @@ -129095,8 +129093,8 @@ } }, "range": [ - 56198, - 56216 + 56194, + 56212 ], "loc": { "start": { @@ -129110,8 +129108,8 @@ } }, "range": [ - 56194, - 56216 + 56190, + 56212 ], "loc": { "start": { @@ -129127,8 +129125,8 @@ ], "kind": "let", "range": [ - 56185, - 56216 + 56181, + 56212 ], "loc": { "start": { @@ -129148,8 +129146,8 @@ "type": "Identifier", "name": "j", "range": [ - 56218, - 56219 + 56214, + 56215 ], "loc": { "start": { @@ -129166,8 +129164,8 @@ "type": "Identifier", "name": "len", "range": [ - 56220, - 56223 + 56216, + 56219 ], "loc": { "start": { @@ -129181,8 +129179,8 @@ } }, "range": [ - 56218, - 56223 + 56214, + 56219 ], "loc": { "start": { @@ -129202,8 +129200,8 @@ "type": "Identifier", "name": "j", "range": [ - 56225, - 56226 + 56221, + 56222 ], "loc": { "start": { @@ -129218,8 +129216,8 @@ }, "prefix": false, "range": [ - 56225, - 56228 + 56221, + 56224 ], "loc": { "start": { @@ -129250,8 +129248,8 @@ "type": "Identifier", "name": "flt", "range": [ - 56250, - 56253 + 56246, + 56249 ], "loc": { "start": { @@ -129268,8 +129266,8 @@ "type": "Identifier", "name": "options", "range": [ - 56254, - 56261 + 56250, + 56257 ], "loc": { "start": { @@ -129283,8 +129281,8 @@ } }, "range": [ - 56250, - 56261 + 56246, + 56257 ], "loc": { "start": { @@ -129301,8 +129299,8 @@ "type": "Identifier", "name": "j", "range": [ - 56262, - 56263 + 56258, + 56259 ], "loc": { "start": { @@ -129316,8 +129314,8 @@ } }, "range": [ - 56250, - 56264 + 56246, + 56260 ], "loc": { "start": { @@ -129334,8 +129332,8 @@ "type": "Identifier", "name": "selected", "range": [ - 56265, - 56273 + 56261, + 56269 ], "loc": { "start": { @@ -129349,8 +129347,8 @@ } }, "range": [ - 56250, - 56273 + 56246, + 56269 ], "loc": { "start": { @@ -129377,8 +129375,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56296, - 56305 + 56292, + 56301 ], "loc": { "start": { @@ -129395,8 +129393,8 @@ "type": "Identifier", "name": "push", "range": [ - 56306, - 56310 + 56302, + 56306 ], "loc": { "start": { @@ -129410,8 +129408,8 @@ } }, "range": [ - 56296, - 56310 + 56292, + 56306 ], "loc": { "start": { @@ -129438,8 +129436,8 @@ "type": "Identifier", "name": "flt", "range": [ - 56311, - 56314 + 56307, + 56310 ], "loc": { "start": { @@ -129456,8 +129454,8 @@ "type": "Identifier", "name": "options", "range": [ - 56315, - 56322 + 56311, + 56318 ], "loc": { "start": { @@ -129471,8 +129469,8 @@ } }, "range": [ - 56311, - 56322 + 56307, + 56318 ], "loc": { "start": { @@ -129489,8 +129487,8 @@ "type": "Identifier", "name": "j", "range": [ - 56323, - 56324 + 56319, + 56320 ], "loc": { "start": { @@ -129504,8 +129502,8 @@ } }, "range": [ - 56311, - 56325 + 56307, + 56321 ], "loc": { "start": { @@ -129522,8 +129520,8 @@ "type": "Identifier", "name": "value", "range": [ - 56326, - 56331 + 56322, + 56327 ], "loc": { "start": { @@ -129537,8 +129535,8 @@ } }, "range": [ - 56311, - 56331 + 56307, + 56327 ], "loc": { "start": { @@ -129553,8 +129551,8 @@ } ], "range": [ - 56296, - 56332 + 56292, + 56328 ], "loc": { "start": { @@ -129568,8 +129566,8 @@ } }, "range": [ - 56296, - 56333 + 56292, + 56329 ], "loc": { "start": { @@ -129584,8 +129582,8 @@ } ], "range": [ - 56274, - 56351 + 56270, + 56347 ], "loc": { "start": { @@ -129600,8 +129598,8 @@ }, "alternate": null, "range": [ - 56247, - 56351 + 56243, + 56347 ], "loc": { "start": { @@ -129616,8 +129614,8 @@ } ], "range": [ - 56229, - 56365 + 56225, + 56361 ], "loc": { "start": { @@ -129631,8 +129629,8 @@ } }, "range": [ - 56181, - 56365 + 56177, + 56361 ], "loc": { "start": { @@ -129649,8 +129647,8 @@ "type": "Line", "value": " TODO: extract a method in dropdown module from below", "range": [ - 56113, - 56168 + 56109, + 56164 ], "loc": { "start": { @@ -129669,8 +129667,8 @@ "type": "Line", "value": "return empty string if collection is empty", "range": [ - 56378, - 56422 + 56374, + 56418 ], "loc": { "start": { @@ -129694,8 +129692,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56435, - 56443 + 56431, + 56439 ], "loc": { "start": { @@ -129720,8 +129718,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56446, - 56455 + 56442, + 56451 ], "loc": { "start": { @@ -129738,8 +129736,8 @@ "type": "Identifier", "name": "length", "range": [ - 56456, - 56462 + 56452, + 56458 ], "loc": { "start": { @@ -129753,8 +129751,8 @@ } }, "range": [ - 56446, - 56462 + 56442, + 56458 ], "loc": { "start": { @@ -129772,8 +129770,8 @@ "value": 0, "raw": "0", "range": [ - 56465, - 56466 + 56461, + 56462 ], "loc": { "start": { @@ -129787,8 +129785,8 @@ } }, "range": [ - 56446, - 56466 + 56442, + 56462 ], "loc": { "start": { @@ -129805,8 +129803,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56469, - 56478 + 56465, + 56474 ], "loc": { "start": { @@ -129824,8 +129822,8 @@ "value": "", "raw": "''", "range": [ - 56481, - 56483 + 56477, + 56479 ], "loc": { "start": { @@ -129839,8 +129837,8 @@ } }, "range": [ - 56446, - 56483 + 56442, + 56479 ], "loc": { "start": { @@ -129854,8 +129852,8 @@ } }, "range": [ - 56435, - 56483 + 56431, + 56479 ], "loc": { "start": { @@ -129869,8 +129867,8 @@ } }, "range": [ - 56435, - 56484 + 56431, + 56480 ], "loc": { "start": { @@ -129887,8 +129885,8 @@ "type": "Line", "value": "return empty string if collection is empty", "range": [ - 56378, - 56422 + 56374, + 56418 ], "loc": { "start": { @@ -129905,8 +129903,8 @@ } ], "range": [ - 56099, - 56494 + 56095, + 56490 ], "loc": { "start": { @@ -129923,8 +129921,8 @@ "type": "Line", "value": "checklist", "range": [ - 56503, - 56514 + 56499, + 56510 ], "loc": { "start": { @@ -129948,8 +129946,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 56531, - 56541 + 56527, + 56537 ], "loc": { "start": { @@ -129968,8 +129966,8 @@ "object": { "type": "ThisExpression", "range": [ - 56546, - 56550 + 56542, + 56546 ], "loc": { "start": { @@ -129986,8 +129984,8 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 56551, - 56567 + 56547, + 56563 ], "loc": { "start": { @@ -130001,8 +129999,8 @@ } }, "range": [ - 56546, - 56567 + 56542, + 56563 ], "loc": { "start": { @@ -130016,8 +130014,8 @@ } }, "range": [ - 56531, - 56567 + 56527, + 56563 ], "loc": { "start": { @@ -130047,8 +130045,8 @@ "type": "Identifier", "name": "flt", "range": [ - 56654, - 56657 + 56650, + 56653 ], "loc": { "start": { @@ -130065,8 +130063,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 56658, - 56670 + 56654, + 56666 ], "loc": { "start": { @@ -130080,8 +130078,8 @@ } }, "range": [ - 56654, - 56670 + 56650, + 56666 ], "loc": { "start": { @@ -130100,8 +130098,8 @@ "value": "value", "raw": "'value'", "range": [ - 56671, - 56678 + 56667, + 56674 ], "loc": { "start": { @@ -130116,8 +130114,8 @@ } ], "range": [ - 56654, - 56679 + 56650, + 56675 ], "loc": { "start": { @@ -130135,8 +130133,8 @@ "value": null, "raw": "null", "range": [ - 56684, - 56688 + 56680, + 56684 ], "loc": { "start": { @@ -130150,8 +130148,8 @@ } }, "range": [ - 56654, - 56688 + 56650, + 56684 ], "loc": { "start": { @@ -130176,8 +130174,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56707, - 56716 + 56703, + 56712 ], "loc": { "start": { @@ -130199,8 +130197,8 @@ "type": "Identifier", "name": "flt", "range": [ - 56719, - 56722 + 56715, + 56718 ], "loc": { "start": { @@ -130217,8 +130215,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 56723, - 56735 + 56719, + 56731 ], "loc": { "start": { @@ -130232,8 +130230,8 @@ } }, "range": [ - 56719, - 56735 + 56715, + 56731 ], "loc": { "start": { @@ -130252,8 +130250,8 @@ "value": "value", "raw": "'value'", "range": [ - 56736, - 56743 + 56732, + 56739 ], "loc": { "start": { @@ -130268,8 +130266,8 @@ } ], "range": [ - 56719, - 56744 + 56715, + 56740 ], "loc": { "start": { @@ -130283,8 +130281,8 @@ } }, "range": [ - 56707, - 56744 + 56703, + 56740 ], "loc": { "start": { @@ -130298,8 +130296,8 @@ } }, "range": [ - 56707, - 56745 + 56703, + 56741 ], "loc": { "start": { @@ -130316,8 +130314,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 56762, - 56788 + 56758, + 56784 ], "loc": { "start": { @@ -130341,8 +130339,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56805, - 56814 + 56801, + 56810 ], "loc": { "start": { @@ -130364,8 +130362,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56817, - 56826 + 56813, + 56822 ], "loc": { "start": { @@ -130382,8 +130380,8 @@ "type": "Identifier", "name": "substr", "range": [ - 56827, - 56833 + 56823, + 56829 ], "loc": { "start": { @@ -130397,8 +130395,8 @@ } }, "range": [ - 56817, - 56833 + 56813, + 56829 ], "loc": { "start": { @@ -130417,8 +130415,8 @@ "value": 0, "raw": "0", "range": [ - 56834, - 56835 + 56830, + 56831 ], "loc": { "start": { @@ -130441,8 +130439,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56837, - 56846 + 56833, + 56842 ], "loc": { "start": { @@ -130459,8 +130457,8 @@ "type": "Identifier", "name": "length", "range": [ - 56847, - 56853 + 56843, + 56849 ], "loc": { "start": { @@ -130474,8 +130472,8 @@ } }, "range": [ - 56837, - 56853 + 56833, + 56849 ], "loc": { "start": { @@ -130493,8 +130491,8 @@ "value": 3, "raw": "3", "range": [ - 56854, - 56855 + 56850, + 56851 ], "loc": { "start": { @@ -130508,8 +130506,8 @@ } }, "range": [ - 56837, - 56855 + 56833, + 56851 ], "loc": { "start": { @@ -130524,8 +130522,8 @@ } ], "range": [ - 56817, - 56856 + 56813, + 56852 ], "loc": { "start": { @@ -130539,8 +130537,8 @@ } }, "range": [ - 56805, - 56856 + 56801, + 56852 ], "loc": { "start": { @@ -130554,8 +130552,8 @@ } }, "range": [ - 56805, - 56857 + 56801, + 56853 ], "loc": { "start": { @@ -130572,8 +130570,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 56762, - 56788 + 56758, + 56784 ], "loc": { "start": { @@ -130592,8 +130590,8 @@ "type": "Line", "value": "convert || separated values into array", "range": [ - 56874, - 56914 + 56870, + 56910 ], "loc": { "start": { @@ -130617,8 +130615,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56931, - 56940 + 56927, + 56936 ], "loc": { "start": { @@ -130640,8 +130638,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 56943, - 56952 + 56939, + 56948 ], "loc": { "start": { @@ -130658,8 +130656,8 @@ "type": "Identifier", "name": "split", "range": [ - 56953, - 56958 + 56949, + 56954 ], "loc": { "start": { @@ -130673,8 +130671,8 @@ } }, "range": [ - 56943, - 56958 + 56939, + 56954 ], "loc": { "start": { @@ -130699,8 +130697,8 @@ "value": " ", "raw": "' '", "range": [ - 56959, - 56962 + 56955, + 56958 ], "loc": { "start": { @@ -130719,8 +130717,8 @@ "object": { "type": "ThisExpression", "range": [ - 56965, - 56969 + 56961, + 56965 ], "loc": { "start": { @@ -130737,8 +130735,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 56970, - 56980 + 56966, + 56976 ], "loc": { "start": { @@ -130752,8 +130750,8 @@ } }, "range": [ - 56965, - 56980 + 56961, + 56976 ], "loc": { "start": { @@ -130767,8 +130765,8 @@ } }, "range": [ - 56959, - 56980 + 56955, + 56976 ], "loc": { "start": { @@ -130786,8 +130784,8 @@ "value": " ", "raw": "' '", "range": [ - 56983, - 56986 + 56979, + 56982 ], "loc": { "start": { @@ -130801,8 +130799,8 @@ } }, "range": [ - 56959, - 56986 + 56955, + 56982 ], "loc": { "start": { @@ -130817,8 +130815,8 @@ } ], "range": [ - 56943, - 56987 + 56939, + 56983 ], "loc": { "start": { @@ -130832,8 +130830,8 @@ } }, "range": [ - 56931, - 56987 + 56927, + 56983 ], "loc": { "start": { @@ -130847,8 +130845,8 @@ } }, "range": [ - 56931, - 56988 + 56927, + 56984 ], "loc": { "start": { @@ -130865,8 +130863,8 @@ "type": "Line", "value": "convert || separated values into array", "range": [ - 56874, - 56914 + 56870, + 56910 ], "loc": { "start": { @@ -130883,8 +130881,8 @@ } ], "range": [ - 56689, - 57002 + 56685, + 56998 ], "loc": { "start": { @@ -130899,8 +130897,8 @@ }, "alternate": null, "range": [ - 56651, - 57002 + 56647, + 56998 ], "loc": { "start": { @@ -130917,8 +130915,8 @@ "type": "Line", "value": " TODO: extract a method in checklist module from below", "range": [ - 56582, - 56638 + 56578, + 56634 ], "loc": { "start": { @@ -130937,8 +130935,8 @@ "type": "Line", "value": "return empty string if collection is empty", "range": [ - 57015, - 57059 + 57011, + 57055 ], "loc": { "start": { @@ -130962,8 +130960,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57072, - 57080 + 57068, + 57076 ], "loc": { "start": { @@ -130988,8 +130986,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 57083, - 57092 + 57079, + 57088 ], "loc": { "start": { @@ -131006,8 +131004,8 @@ "type": "Identifier", "name": "length", "range": [ - 57093, - 57099 + 57089, + 57095 ], "loc": { "start": { @@ -131021,8 +131019,8 @@ } }, "range": [ - 57083, - 57099 + 57079, + 57095 ], "loc": { "start": { @@ -131040,8 +131038,8 @@ "value": 0, "raw": "0", "range": [ - 57102, - 57103 + 57098, + 57099 ], "loc": { "start": { @@ -131055,8 +131053,8 @@ } }, "range": [ - 57083, - 57103 + 57079, + 57099 ], "loc": { "start": { @@ -131073,8 +131071,8 @@ "type": "Identifier", "name": "fltValues", "range": [ - 57106, - 57115 + 57102, + 57111 ], "loc": { "start": { @@ -131092,8 +131090,8 @@ "value": "", "raw": "''", "range": [ - 57118, - 57120 + 57114, + 57116 ], "loc": { "start": { @@ -131107,8 +131105,8 @@ } }, "range": [ - 57083, - 57120 + 57079, + 57116 ], "loc": { "start": { @@ -131122,8 +131120,8 @@ } }, "range": [ - 57072, - 57120 + 57068, + 57116 ], "loc": { "start": { @@ -131137,8 +131135,8 @@ } }, "range": [ - 57072, - 57121 + 57068, + 57117 ], "loc": { "start": { @@ -131155,8 +131153,8 @@ "type": "Line", "value": "return empty string if collection is empty", "range": [ - 57015, - 57059 + 57011, + 57055 ], "loc": { "start": { @@ -131173,8 +131171,8 @@ } ], "range": [ - 56568, - 57131 + 56564, + 57127 ], "loc": { "start": { @@ -131189,8 +131187,8 @@ }, "alternate": null, "range": [ - 56528, - 57131 + 56524, + 57127 ], "loc": { "start": { @@ -131207,8 +131205,8 @@ "type": "Line", "value": "checklist", "range": [ - 56503, - 56514 + 56499, + 56510 ], "loc": { "start": { @@ -131224,8 +131222,8 @@ ] }, "range": [ - 56063, - 57131 + 56059, + 57127 ], "loc": { "start": { @@ -131242,8 +131240,8 @@ "type": "Line", "value": "mutiple select", "range": [ - 56033, - 56049 + 56029, + 56045 ], "loc": { "start": { @@ -131259,8 +131257,8 @@ ] }, "range": [ - 55891, - 57131 + 55887, + 57127 ], "loc": { "start": { @@ -131277,8 +131275,8 @@ "type": "Line", "value": "return an empty string if collection contains a single empty string", "range": [ - 57140, - 57209 + 57136, + 57205 ], "loc": { "start": { @@ -131310,8 +131308,8 @@ "type": "Identifier", "name": "Types", "range": [ - 57221, - 57226 + 57217, + 57222 ], "loc": { "start": { @@ -131328,8 +131326,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 57227, - 57234 + 57223, + 57230 ], "loc": { "start": { @@ -131343,8 +131341,8 @@ } }, "range": [ - 57221, - 57234 + 57217, + 57230 ], "loc": { "start": { @@ -131362,8 +131360,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57235, - 57243 + 57231, + 57239 ], "loc": { "start": { @@ -131378,8 +131376,8 @@ } ], "range": [ - 57221, - 57244 + 57217, + 57240 ], "loc": { "start": { @@ -131402,8 +131400,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57248, - 57256 + 57244, + 57252 ], "loc": { "start": { @@ -131420,8 +131418,8 @@ "type": "Identifier", "name": "length", "range": [ - 57257, - 57263 + 57253, + 57259 ], "loc": { "start": { @@ -131435,8 +131433,8 @@ } }, "range": [ - 57248, - 57263 + 57244, + 57259 ], "loc": { "start": { @@ -131454,8 +131452,8 @@ "value": 1, "raw": "1", "range": [ - 57268, - 57269 + 57264, + 57265 ], "loc": { "start": { @@ -131469,8 +131467,8 @@ } }, "range": [ - 57248, - 57269 + 57244, + 57265 ], "loc": { "start": { @@ -131484,8 +131482,8 @@ } }, "range": [ - 57221, - 57269 + 57217, + 57265 ], "loc": { "start": { @@ -131508,8 +131506,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57285, - 57293 + 57281, + 57289 ], "loc": { "start": { @@ -131527,8 +131525,8 @@ "value": 0, "raw": "0", "range": [ - 57294, - 57295 + 57290, + 57291 ], "loc": { "start": { @@ -131542,8 +131540,8 @@ } }, "range": [ - 57285, - 57296 + 57281, + 57292 ], "loc": { "start": { @@ -131561,8 +131559,8 @@ "value": "", "raw": "''", "range": [ - 57301, - 57303 + 57297, + 57299 ], "loc": { "start": { @@ -131576,8 +131574,8 @@ } }, "range": [ - 57285, - 57303 + 57281, + 57299 ], "loc": { "start": { @@ -131591,8 +131589,8 @@ } }, "range": [ - 57221, - 57303 + 57217, + 57299 ], "loc": { "start": { @@ -131617,8 +131615,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57318, - 57326 + 57314, + 57322 ], "loc": { "start": { @@ -131636,8 +131634,8 @@ "value": "", "raw": "''", "range": [ - 57329, - 57331 + 57325, + 57327 ], "loc": { "start": { @@ -131651,8 +131649,8 @@ } }, "range": [ - 57318, - 57331 + 57314, + 57327 ], "loc": { "start": { @@ -131666,8 +131664,8 @@ } }, "range": [ - 57318, - 57332 + 57314, + 57328 ], "loc": { "start": { @@ -131682,8 +131680,8 @@ } ], "range": [ - 57304, - 57342 + 57300, + 57338 ], "loc": { "start": { @@ -131698,8 +131696,8 @@ }, "alternate": null, "range": [ - 57218, - 57342 + 57214, + 57338 ], "loc": { "start": { @@ -131716,8 +131714,8 @@ "type": "Line", "value": "return an empty string if collection contains a single empty string", "range": [ - 57140, - 57209 + 57136, + 57205 ], "loc": { "start": { @@ -131738,8 +131736,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57358, - 57366 + 57354, + 57362 ], "loc": { "start": { @@ -131753,8 +131751,8 @@ } }, "range": [ - 57351, - 57367 + 57347, + 57363 ], "loc": { "start": { @@ -131769,8 +131767,8 @@ } ], "range": [ - 55617, - 57373 + 55613, + 57369 ], "loc": { "start": { @@ -131786,8 +131784,8 @@ "generator": false, "expression": false, "range": [ - 55610, - 57373 + 55606, + 57369 ], "loc": { "start": { @@ -131803,8 +131801,8 @@ "kind": "method", "computed": false, "range": [ - 55596, - 57373 + 55592, + 57369 ], "loc": { "start": { @@ -131821,8 +131819,8 @@ "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": [ - 55439, - 55591 + 55435, + 55587 ], "loc": { "start": { @@ -131841,8 +131839,8 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 57379, - 57471 + 57375, + 57467 ], "loc": { "start": { @@ -131864,8 +131862,8 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 57476, - 57491 + 57472, + 57487 ], "loc": { "start": { @@ -131896,8 +131894,8 @@ "object": { "type": "ThisExpression", "range": [ - 57507, - 57511 + 57503, + 57507 ], "loc": { "start": { @@ -131914,8 +131912,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 57512, - 57519 + 57508, + 57515 ], "loc": { "start": { @@ -131929,8 +131927,8 @@ } }, "range": [ - 57507, - 57519 + 57503, + 57515 ], "loc": { "start": { @@ -131945,8 +131943,8 @@ }, "prefix": true, "range": [ - 57506, - 57519 + 57502, + 57515 ], "loc": { "start": { @@ -131966,8 +131964,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 57534, - 57541 + 57530, + 57537 ], "loc": { "start": { @@ -131982,8 +131980,8 @@ } ], "range": [ - 57520, - 57551 + 57516, + 57547 ], "loc": { "start": { @@ -131998,8 +131996,8 @@ }, "alternate": null, "range": [ - 57503, - 57551 + 57499, + 57547 ], "loc": { "start": { @@ -132021,8 +132019,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 57564, - 57574 + 57560, + 57570 ], "loc": { "start": { @@ -132039,8 +132037,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 57577, - 57579 + 57573, + 57575 ], "loc": { "start": { @@ -132054,8 +132052,8 @@ } }, "range": [ - 57564, - 57579 + 57560, + 57575 ], "loc": { "start": { @@ -132071,8 +132069,8 @@ ], "kind": "let", "range": [ - 57560, - 57580 + 57556, + 57576 ], "loc": { "start": { @@ -132096,8 +132094,8 @@ "type": "Identifier", "name": "i", "range": [ - 57597, - 57598 + 57593, + 57594 ], "loc": { "start": { @@ -132115,8 +132113,8 @@ "value": 0, "raw": "0", "range": [ - 57599, - 57600 + 57595, + 57596 ], "loc": { "start": { @@ -132130,8 +132128,8 @@ } }, "range": [ - 57597, - 57600 + 57593, + 57596 ], "loc": { "start": { @@ -132150,8 +132148,8 @@ "type": "Identifier", "name": "len", "range": [ - 57602, - 57605 + 57598, + 57601 ], "loc": { "start": { @@ -132173,8 +132171,8 @@ "object": { "type": "ThisExpression", "range": [ - 57606, - 57610 + 57602, + 57606 ], "loc": { "start": { @@ -132191,8 +132189,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 57611, - 57617 + 57607, + 57613 ], "loc": { "start": { @@ -132206,8 +132204,8 @@ } }, "range": [ - 57606, - 57617 + 57602, + 57613 ], "loc": { "start": { @@ -132224,8 +132222,8 @@ "type": "Identifier", "name": "length", "range": [ - 57618, - 57624 + 57614, + 57620 ], "loc": { "start": { @@ -132239,8 +132237,8 @@ } }, "range": [ - 57606, - 57624 + 57602, + 57620 ], "loc": { "start": { @@ -132254,8 +132252,8 @@ } }, "range": [ - 57602, - 57624 + 57598, + 57620 ], "loc": { "start": { @@ -132271,8 +132269,8 @@ ], "kind": "let", "range": [ - 57593, - 57624 + 57589, + 57620 ], "loc": { "start": { @@ -132292,8 +132290,8 @@ "type": "Identifier", "name": "i", "range": [ - 57626, - 57627 + 57622, + 57623 ], "loc": { "start": { @@ -132310,8 +132308,8 @@ "type": "Identifier", "name": "len", "range": [ - 57628, - 57631 + 57624, + 57627 ], "loc": { "start": { @@ -132325,8 +132323,8 @@ } }, "range": [ - 57626, - 57631 + 57622, + 57627 ], "loc": { "start": { @@ -132346,8 +132344,8 @@ "type": "Identifier", "name": "i", "range": [ - 57633, - 57634 + 57629, + 57630 ], "loc": { "start": { @@ -132362,8 +132360,8 @@ }, "prefix": false, "range": [ - 57633, - 57636 + 57629, + 57632 ], "loc": { "start": { @@ -132388,8 +132386,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57655, - 57663 + 57651, + 57659 ], "loc": { "start": { @@ -132410,8 +132408,8 @@ "object": { "type": "ThisExpression", "range": [ - 57666, - 57670 + 57662, + 57666 ], "loc": { "start": { @@ -132428,8 +132426,8 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 57671, - 57685 + 57667, + 57681 ], "loc": { "start": { @@ -132443,8 +132441,8 @@ } }, "range": [ - 57666, - 57685 + 57662, + 57681 ], "loc": { "start": { @@ -132462,8 +132460,8 @@ "type": "Identifier", "name": "i", "range": [ - 57686, - 57687 + 57682, + 57683 ], "loc": { "start": { @@ -132478,8 +132476,8 @@ } ], "range": [ - 57666, - 57688 + 57662, + 57684 ], "loc": { "start": { @@ -132493,8 +132491,8 @@ } }, "range": [ - 57655, - 57688 + 57651, + 57684 ], "loc": { "start": { @@ -132510,8 +132508,8 @@ ], "kind": "let", "range": [ - 57651, - 57689 + 57647, + 57685 ], "loc": { "start": { @@ -132535,8 +132533,8 @@ "type": "Identifier", "name": "Types", "range": [ - 57705, - 57710 + 57701, + 57706 ], "loc": { "start": { @@ -132553,8 +132551,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 57711, - 57718 + 57707, + 57714 ], "loc": { "start": { @@ -132568,8 +132566,8 @@ } }, "range": [ - 57705, - 57718 + 57701, + 57714 ], "loc": { "start": { @@ -132587,8 +132585,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57719, - 57727 + 57715, + 57723 ], "loc": { "start": { @@ -132603,8 +132601,8 @@ } ], "range": [ - 57705, - 57728 + 57701, + 57724 ], "loc": { "start": { @@ -132631,8 +132629,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 57747, - 57757 + 57743, + 57753 ], "loc": { "start": { @@ -132649,8 +132647,8 @@ "type": "Identifier", "name": "push", "range": [ - 57758, - 57762 + 57754, + 57758 ], "loc": { "start": { @@ -132664,8 +132662,8 @@ } }, "range": [ - 57747, - 57762 + 57743, + 57758 ], "loc": { "start": { @@ -132683,8 +132681,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57763, - 57771 + 57759, + 57767 ], "loc": { "start": { @@ -132699,8 +132697,8 @@ } ], "range": [ - 57747, - 57772 + 57743, + 57768 ], "loc": { "start": { @@ -132714,8 +132712,8 @@ } }, "range": [ - 57747, - 57773 + 57743, + 57769 ], "loc": { "start": { @@ -132730,8 +132728,8 @@ } ], "range": [ - 57729, - 57787 + 57725, + 57783 ], "loc": { "start": { @@ -132758,8 +132756,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 57811, - 57821 + 57807, + 57817 ], "loc": { "start": { @@ -132776,8 +132774,8 @@ "type": "Identifier", "name": "push", "range": [ - 57822, - 57826 + 57818, + 57822 ], "loc": { "start": { @@ -132791,8 +132789,8 @@ } }, "range": [ - 57811, - 57826 + 57807, + 57822 ], "loc": { "start": { @@ -132815,8 +132813,8 @@ "type": "Identifier", "name": "Str", "range": [ - 57827, - 57830 + 57823, + 57826 ], "loc": { "start": { @@ -132833,8 +132831,8 @@ "type": "Identifier", "name": "trim", "range": [ - 57831, - 57835 + 57827, + 57831 ], "loc": { "start": { @@ -132848,8 +132846,8 @@ } }, "range": [ - 57827, - 57835 + 57823, + 57831 ], "loc": { "start": { @@ -132867,8 +132865,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 57836, - 57844 + 57832, + 57840 ], "loc": { "start": { @@ -132883,8 +132881,8 @@ } ], "range": [ - 57827, - 57845 + 57823, + 57841 ], "loc": { "start": { @@ -132899,8 +132897,8 @@ } ], "range": [ - 57811, - 57846 + 57807, + 57842 ], "loc": { "start": { @@ -132914,8 +132912,8 @@ } }, "range": [ - 57811, - 57847 + 57807, + 57843 ], "loc": { "start": { @@ -132930,8 +132928,8 @@ } ], "range": [ - 57793, - 57861 + 57789, + 57857 ], "loc": { "start": { @@ -132945,8 +132943,8 @@ } }, "range": [ - 57702, - 57861 + 57698, + 57857 ], "loc": { "start": { @@ -132961,8 +132959,8 @@ } ], "range": [ - 57637, - 57871 + 57633, + 57867 ], "loc": { "start": { @@ -132976,8 +132974,8 @@ } }, "range": [ - 57589, - 57871 + 57585, + 57867 ], "loc": { "start": { @@ -132996,8 +132994,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 57887, - 57897 + 57883, + 57893 ], "loc": { "start": { @@ -133011,8 +133009,8 @@ } }, "range": [ - 57880, - 57898 + 57876, + 57894 ], "loc": { "start": { @@ -133027,8 +133025,8 @@ } ], "range": [ - 57493, - 57904 + 57489, + 57900 ], "loc": { "start": { @@ -133044,8 +133042,8 @@ "generator": false, "expression": false, "range": [ - 57491, - 57904 + 57487, + 57900 ], "loc": { "start": { @@ -133061,8 +133059,8 @@ "kind": "method", "computed": false, "range": [ - 57476, - 57904 + 57472, + 57900 ], "loc": { "start": { @@ -133079,8 +133077,8 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 57379, - 57471 + 57375, + 57467 ], "loc": { "start": { @@ -133099,8 +133097,8 @@ "type": "Block", "value": "*\n * Return the ID of the filter of a specified column\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 57910, - 58078 + 57906, + 58074 ], "loc": { "start": { @@ -133122,8 +133120,8 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 58083, - 58094 + 58079, + 58090 ], "loc": { "start": { @@ -133144,8 +133142,8 @@ "type": "Identifier", "name": "index", "range": [ - 58095, - 58100 + 58091, + 58096 ], "loc": { "start": { @@ -133173,8 +133171,8 @@ "object": { "type": "ThisExpression", "range": [ - 58115, - 58119 + 58111, + 58115 ], "loc": { "start": { @@ -133191,8 +133189,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 58120, - 58127 + 58116, + 58123 ], "loc": { "start": { @@ -133206,8 +133204,8 @@ } }, "range": [ - 58115, - 58127 + 58111, + 58123 ], "loc": { "start": { @@ -133222,8 +133220,8 @@ }, "prefix": true, "range": [ - 58114, - 58127 + 58110, + 58123 ], "loc": { "start": { @@ -133243,8 +133241,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 58142, - 58149 + 58138, + 58145 ], "loc": { "start": { @@ -133259,8 +133257,8 @@ } ], "range": [ - 58128, - 58159 + 58124, + 58155 ], "loc": { "start": { @@ -133275,8 +133273,8 @@ }, "alternate": null, "range": [ - 58111, - 58159 + 58107, + 58155 ], "loc": { "start": { @@ -133300,8 +133298,8 @@ "object": { "type": "ThisExpression", "range": [ - 58175, - 58179 + 58171, + 58175 ], "loc": { "start": { @@ -133318,8 +133316,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 58180, - 58186 + 58176, + 58182 ], "loc": { "start": { @@ -133333,8 +133331,8 @@ } }, "range": [ - 58175, - 58186 + 58171, + 58182 ], "loc": { "start": { @@ -133351,8 +133349,8 @@ "type": "Identifier", "name": "index", "range": [ - 58187, - 58192 + 58183, + 58188 ], "loc": { "start": { @@ -133366,8 +133364,8 @@ } }, "range": [ - 58175, - 58193 + 58171, + 58189 ], "loc": { "start": { @@ -133381,8 +133379,8 @@ } }, "range": [ - 58168, - 58194 + 58164, + 58190 ], "loc": { "start": { @@ -133397,8 +133395,8 @@ } ], "range": [ - 58101, - 58200 + 58097, + 58196 ], "loc": { "start": { @@ -133414,8 +133412,8 @@ "generator": false, "expression": false, "range": [ - 58094, - 58200 + 58090, + 58196 ], "loc": { "start": { @@ -133431,8 +133429,8 @@ "kind": "method", "computed": false, "range": [ - 58083, - 58200 + 58079, + 58196 ], "loc": { "start": { @@ -133449,8 +133447,8 @@ "type": "Block", "value": "*\n * Return the ID of the filter of a specified column\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 57910, - 58078 + 57906, + 58074 ], "loc": { "start": { @@ -133469,8 +133467,8 @@ "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": [ - 58206, - 58607 + 58202, + 58603 ], "loc": { "start": { @@ -133492,8 +133490,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 58612, - 58628 + 58608, + 58624 ], "loc": { "start": { @@ -133514,8 +133512,8 @@ "type": "Identifier", "name": "type", "range": [ - 58629, - 58633 + 58625, + 58629 ], "loc": { "start": { @@ -133532,8 +133530,8 @@ "type": "Identifier", "name": "bool", "range": [ - 58635, - 58639 + 58631, + 58635 ], "loc": { "start": { @@ -133561,8 +133559,8 @@ "object": { "type": "ThisExpression", "range": [ - 58654, - 58658 + 58650, + 58654 ], "loc": { "start": { @@ -133579,8 +133577,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 58659, - 58666 + 58655, + 58662 ], "loc": { "start": { @@ -133594,8 +133592,8 @@ } }, "range": [ - 58654, - 58666 + 58650, + 58662 ], "loc": { "start": { @@ -133610,8 +133608,8 @@ }, "prefix": true, "range": [ - 58653, - 58666 + 58649, + 58662 ], "loc": { "start": { @@ -133631,8 +133629,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 58681, - 58688 + 58677, + 58684 ], "loc": { "start": { @@ -133647,8 +133645,8 @@ } ], "range": [ - 58667, - 58698 + 58663, + 58694 ], "loc": { "start": { @@ -133663,8 +133661,8 @@ }, "alternate": null, "range": [ - 58650, - 58698 + 58646, + 58694 ], "loc": { "start": { @@ -133686,8 +133684,8 @@ "type": "Identifier", "name": "arr", "range": [ - 58711, - 58714 + 58707, + 58710 ], "loc": { "start": { @@ -133704,8 +133702,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 58717, - 58719 + 58713, + 58715 ], "loc": { "start": { @@ -133719,8 +133717,8 @@ } }, "range": [ - 58711, - 58719 + 58707, + 58715 ], "loc": { "start": { @@ -133736,8 +133734,8 @@ ], "kind": "let", "range": [ - 58707, - 58720 + 58703, + 58716 ], "loc": { "start": { @@ -133761,8 +133759,8 @@ "type": "Identifier", "name": "i", "range": [ - 58737, - 58738 + 58733, + 58734 ], "loc": { "start": { @@ -133780,8 +133778,8 @@ "value": 0, "raw": "0", "range": [ - 58739, - 58740 + 58735, + 58736 ], "loc": { "start": { @@ -133795,8 +133793,8 @@ } }, "range": [ - 58737, - 58740 + 58733, + 58736 ], "loc": { "start": { @@ -133815,8 +133813,8 @@ "type": "Identifier", "name": "len", "range": [ - 58742, - 58745 + 58738, + 58741 ], "loc": { "start": { @@ -133838,8 +133836,8 @@ "object": { "type": "ThisExpression", "range": [ - 58746, - 58750 + 58742, + 58746 ], "loc": { "start": { @@ -133856,8 +133854,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 58751, - 58757 + 58747, + 58753 ], "loc": { "start": { @@ -133871,8 +133869,8 @@ } }, "range": [ - 58746, - 58757 + 58742, + 58753 ], "loc": { "start": { @@ -133889,8 +133887,8 @@ "type": "Identifier", "name": "length", "range": [ - 58758, - 58764 + 58754, + 58760 ], "loc": { "start": { @@ -133904,8 +133902,8 @@ } }, "range": [ - 58746, - 58764 + 58742, + 58760 ], "loc": { "start": { @@ -133919,8 +133917,8 @@ } }, "range": [ - 58742, - 58764 + 58738, + 58760 ], "loc": { "start": { @@ -133936,8 +133934,8 @@ ], "kind": "let", "range": [ - 58733, - 58764 + 58729, + 58760 ], "loc": { "start": { @@ -133957,8 +133955,8 @@ "type": "Identifier", "name": "i", "range": [ - 58766, - 58767 + 58762, + 58763 ], "loc": { "start": { @@ -133975,8 +133973,8 @@ "type": "Identifier", "name": "len", "range": [ - 58768, - 58771 + 58764, + 58767 ], "loc": { "start": { @@ -133990,8 +133988,8 @@ } }, "range": [ - 58766, - 58771 + 58762, + 58767 ], "loc": { "start": { @@ -134011,8 +134009,8 @@ "type": "Identifier", "name": "i", "range": [ - 58773, - 58774 + 58769, + 58770 ], "loc": { "start": { @@ -134027,8 +134025,8 @@ }, "prefix": false, "range": [ - 58773, - 58776 + 58769, + 58772 ], "loc": { "start": { @@ -134053,8 +134051,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 58795, - 58802 + 58791, + 58798 ], "loc": { "start": { @@ -134075,8 +134073,8 @@ "object": { "type": "ThisExpression", "range": [ - 58805, - 58809 + 58801, + 58805 ], "loc": { "start": { @@ -134093,8 +134091,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 58810, - 58823 + 58806, + 58819 ], "loc": { "start": { @@ -134108,8 +134106,8 @@ } }, "range": [ - 58805, - 58823 + 58801, + 58819 ], "loc": { "start": { @@ -134127,8 +134125,8 @@ "type": "Identifier", "name": "i", "range": [ - 58824, - 58825 + 58820, + 58821 ], "loc": { "start": { @@ -134143,8 +134141,8 @@ } ], "range": [ - 58805, - 58826 + 58801, + 58822 ], "loc": { "start": { @@ -134158,8 +134156,8 @@ } }, "range": [ - 58795, - 58826 + 58791, + 58822 ], "loc": { "start": { @@ -134175,8 +134173,8 @@ ], "kind": "let", "range": [ - 58791, - 58827 + 58787, + 58823 ], "loc": { "start": { @@ -134198,8 +134196,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 58843, - 58850 + 58839, + 58846 ], "loc": { "start": { @@ -134221,8 +134219,8 @@ "type": "Identifier", "name": "Str", "range": [ - 58855, - 58858 + 58851, + 58854 ], "loc": { "start": { @@ -134239,8 +134237,8 @@ "type": "Identifier", "name": "lower", "range": [ - 58859, - 58864 + 58855, + 58860 ], "loc": { "start": { @@ -134254,8 +134252,8 @@ } }, "range": [ - 58855, - 58864 + 58851, + 58860 ], "loc": { "start": { @@ -134273,8 +134271,8 @@ "type": "Identifier", "name": "type", "range": [ - 58865, - 58869 + 58861, + 58865 ], "loc": { "start": { @@ -134289,8 +134287,8 @@ } ], "range": [ - 58855, - 58870 + 58851, + 58866 ], "loc": { "start": { @@ -134304,8 +134302,8 @@ } }, "range": [ - 58843, - 58870 + 58839, + 58866 ], "loc": { "start": { @@ -134330,8 +134328,8 @@ "type": "Identifier", "name": "a", "range": [ - 58893, - 58894 + 58889, + 58890 ], "loc": { "start": { @@ -134350,8 +134348,8 @@ "type": "Identifier", "name": "bool", "range": [ - 58897, - 58901 + 58893, + 58897 ], "loc": { "start": { @@ -134368,8 +134366,8 @@ "type": "Identifier", "name": "i", "range": [ - 58904, - 58905 + 58900, + 58901 ], "loc": { "start": { @@ -134391,8 +134389,8 @@ "object": { "type": "ThisExpression", "range": [ - 58908, - 58912 + 58904, + 58908 ], "loc": { "start": { @@ -134409,8 +134407,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 58913, - 58919 + 58909, + 58915 ], "loc": { "start": { @@ -134424,8 +134422,8 @@ } }, "range": [ - 58908, - 58919 + 58904, + 58915 ], "loc": { "start": { @@ -134442,8 +134440,8 @@ "type": "Identifier", "name": "i", "range": [ - 58920, - 58921 + 58916, + 58917 ], "loc": { "start": { @@ -134457,8 +134455,8 @@ } }, "range": [ - 58908, - 58922 + 58904, + 58918 ], "loc": { "start": { @@ -134472,8 +134470,8 @@ } }, "range": [ - 58897, - 58922 + 58893, + 58918 ], "loc": { "start": { @@ -134487,8 +134485,8 @@ } }, "range": [ - 58893, - 58922 + 58889, + 58918 ], "loc": { "start": { @@ -134504,8 +134502,8 @@ ], "kind": "let", "range": [ - 58889, - 58923 + 58885, + 58919 ], "loc": { "start": { @@ -134529,8 +134527,8 @@ "type": "Identifier", "name": "arr", "range": [ - 58940, - 58943 + 58936, + 58939 ], "loc": { "start": { @@ -134547,8 +134545,8 @@ "type": "Identifier", "name": "push", "range": [ - 58944, - 58948 + 58940, + 58944 ], "loc": { "start": { @@ -134562,8 +134560,8 @@ } }, "range": [ - 58940, - 58948 + 58936, + 58944 ], "loc": { "start": { @@ -134581,8 +134579,8 @@ "type": "Identifier", "name": "a", "range": [ - 58949, - 58950 + 58945, + 58946 ], "loc": { "start": { @@ -134597,8 +134595,8 @@ } ], "range": [ - 58940, - 58951 + 58936, + 58947 ], "loc": { "start": { @@ -134612,8 +134610,8 @@ } }, "range": [ - 58940, - 58952 + 58936, + 58948 ], "loc": { "start": { @@ -134628,8 +134626,8 @@ } ], "range": [ - 58871, - 58966 + 58867, + 58962 ], "loc": { "start": { @@ -134644,8 +134642,8 @@ }, "alternate": null, "range": [ - 58840, - 58966 + 58836, + 58962 ], "loc": { "start": { @@ -134660,8 +134658,8 @@ } ], "range": [ - 58777, - 58976 + 58773, + 58972 ], "loc": { "start": { @@ -134675,8 +134673,8 @@ } }, "range": [ - 58729, - 58976 + 58725, + 58972 ], "loc": { "start": { @@ -134695,8 +134693,8 @@ "type": "Identifier", "name": "arr", "range": [ - 58992, - 58995 + 58988, + 58991 ], "loc": { "start": { @@ -134710,8 +134708,8 @@ } }, "range": [ - 58985, - 58996 + 58981, + 58992 ], "loc": { "start": { @@ -134726,8 +134724,8 @@ } ], "range": [ - 58640, - 59002 + 58636, + 58998 ], "loc": { "start": { @@ -134743,8 +134741,8 @@ "generator": false, "expression": false, "range": [ - 58628, - 59002 + 58624, + 58998 ], "loc": { "start": { @@ -134760,8 +134758,8 @@ "kind": "method", "computed": false, "range": [ - 58612, - 59002 + 58608, + 58998 ], "loc": { "start": { @@ -134778,8 +134776,8 @@ "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": [ - 58206, - 58607 + 58202, + 58603 ], "loc": { "start": { @@ -134798,8 +134796,8 @@ "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": [ - 59008, - 59154 + 59004, + 59150 ], "loc": { "start": { @@ -134821,8 +134819,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 59159, - 59175 + 59155, + 59171 ], "loc": { "start": { @@ -134843,8 +134841,8 @@ "type": "Identifier", "name": "index", "range": [ - 59176, - 59181 + 59172, + 59177 ], "loc": { "start": { @@ -134870,8 +134868,8 @@ "type": "Identifier", "name": "fltId", "range": [ - 59196, - 59201 + 59192, + 59197 ], "loc": { "start": { @@ -134893,8 +134891,8 @@ "object": { "type": "ThisExpression", "range": [ - 59204, - 59208 + 59200, + 59204 ], "loc": { "start": { @@ -134911,8 +134909,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 59209, - 59215 + 59205, + 59211 ], "loc": { "start": { @@ -134926,8 +134924,8 @@ } }, "range": [ - 59204, - 59215 + 59200, + 59211 ], "loc": { "start": { @@ -134944,8 +134942,8 @@ "type": "Identifier", "name": "index", "range": [ - 59216, - 59221 + 59212, + 59217 ], "loc": { "start": { @@ -134959,8 +134957,8 @@ } }, "range": [ - 59204, - 59222 + 59200, + 59218 ], "loc": { "start": { @@ -134974,8 +134972,8 @@ } }, "range": [ - 59196, - 59222 + 59192, + 59218 ], "loc": { "start": { @@ -134991,8 +134989,8 @@ ], "kind": "let", "range": [ - 59192, - 59223 + 59188, + 59219 ], "loc": { "start": { @@ -135016,8 +135014,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 59239, - 59242 + 59235, + 59238 ], "loc": { "start": { @@ -135034,8 +135032,8 @@ "type": "Identifier", "name": "id", "range": [ - 59243, - 59245 + 59239, + 59241 ], "loc": { "start": { @@ -135049,8 +135047,8 @@ } }, "range": [ - 59239, - 59245 + 59235, + 59241 ], "loc": { "start": { @@ -135068,8 +135066,8 @@ "type": "Identifier", "name": "fltId", "range": [ - 59246, - 59251 + 59242, + 59247 ], "loc": { "start": { @@ -135084,8 +135082,8 @@ } ], "range": [ - 59239, - 59252 + 59235, + 59248 ], "loc": { "start": { @@ -135099,8 +135097,8 @@ } }, "range": [ - 59232, - 59253 + 59228, + 59249 ], "loc": { "start": { @@ -135115,8 +135113,8 @@ } ], "range": [ - 59182, - 59259 + 59178, + 59255 ], "loc": { "start": { @@ -135132,8 +135130,8 @@ "generator": false, "expression": false, "range": [ - 59175, - 59259 + 59171, + 59255 ], "loc": { "start": { @@ -135149,8 +135147,8 @@ "kind": "method", "computed": false, "range": [ - 59159, - 59259 + 59155, + 59255 ], "loc": { "start": { @@ -135167,8 +135165,8 @@ "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": [ - 59008, - 59154 + 59004, + 59150 ], "loc": { "start": { @@ -135187,8 +135185,8 @@ "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": [ - 59265, - 59431 + 59261, + 59427 ], "loc": { "start": { @@ -135210,8 +135208,8 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 59436, - 59446 + 59432, + 59442 ], "loc": { "start": { @@ -135234,8 +135232,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 59447, - 59455 + 59443, + 59451 ], "loc": { "start": { @@ -135253,8 +135251,8 @@ "value": 0, "raw": "0", "range": [ - 59456, - 59457 + 59452, + 59453 ], "loc": { "start": { @@ -135268,8 +135266,8 @@ } }, "range": [ - 59447, - 59457 + 59443, + 59453 ], "loc": { "start": { @@ -135295,8 +135293,8 @@ "type": "Identifier", "name": "tr", "range": [ - 59472, - 59474 + 59468, + 59470 ], "loc": { "start": { @@ -135321,8 +135319,8 @@ "object": { "type": "ThisExpression", "range": [ - 59477, - 59481 + 59473, + 59477 ], "loc": { "start": { @@ -135339,8 +135337,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 59482, - 59485 + 59478, + 59481 ], "loc": { "start": { @@ -135354,8 +135352,8 @@ } }, "range": [ - 59477, - 59485 + 59473, + 59481 ], "loc": { "start": { @@ -135372,8 +135370,8 @@ "type": "Identifier", "name": "rows", "range": [ - 59486, - 59490 + 59482, + 59486 ], "loc": { "start": { @@ -135387,8 +135385,8 @@ } }, "range": [ - 59477, - 59490 + 59473, + 59486 ], "loc": { "start": { @@ -135405,8 +135403,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 59491, - 59499 + 59487, + 59495 ], "loc": { "start": { @@ -135420,8 +135418,8 @@ } }, "range": [ - 59477, - 59500 + 59473, + 59496 ], "loc": { "start": { @@ -135435,8 +135433,8 @@ } }, "range": [ - 59472, - 59500 + 59468, + 59496 ], "loc": { "start": { @@ -135452,8 +135450,8 @@ ], "kind": "let", "range": [ - 59468, - 59501 + 59464, + 59497 ], "loc": { "start": { @@ -135478,8 +135476,8 @@ "type": "Identifier", "name": "tr", "range": [ - 59517, - 59519 + 59513, + 59515 ], "loc": { "start": { @@ -135496,8 +135494,8 @@ "type": "Identifier", "name": "cells", "range": [ - 59520, - 59525 + 59516, + 59521 ], "loc": { "start": { @@ -135511,8 +135509,8 @@ } }, "range": [ - 59517, - 59525 + 59513, + 59521 ], "loc": { "start": { @@ -135529,8 +135527,8 @@ "type": "Identifier", "name": "length", "range": [ - 59526, - 59532 + 59522, + 59528 ], "loc": { "start": { @@ -135544,8 +135542,8 @@ } }, "range": [ - 59517, - 59532 + 59513, + 59528 ], "loc": { "start": { @@ -135559,8 +135557,8 @@ } }, "range": [ - 59510, - 59533 + 59506, + 59529 ], "loc": { "start": { @@ -135575,8 +135573,8 @@ } ], "range": [ - 59458, - 59539 + 59454, + 59535 ], "loc": { "start": { @@ -135592,8 +135590,8 @@ "generator": false, "expression": false, "range": [ - 59446, - 59539 + 59442, + 59535 ], "loc": { "start": { @@ -135609,8 +135607,8 @@ "kind": "method", "computed": false, "range": [ - 59436, - 59539 + 59432, + 59535 ], "loc": { "start": { @@ -135627,8 +135625,8 @@ "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": [ - 59265, - 59431 + 59261, + 59427 ], "loc": { "start": { @@ -135647,8 +135645,8 @@ "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": [ - 59545, - 59776 + 59541, + 59772 ], "loc": { "start": { @@ -135670,8 +135668,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 59781, - 59790 + 59777, + 59786 ], "loc": { "start": { @@ -135692,8 +135690,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 59791, - 59805 + 59787, + 59801 ], "loc": { "start": { @@ -135719,8 +135717,8 @@ "type": "Identifier", "name": "s", "range": [ - 59820, - 59821 + 59816, + 59817 ], "loc": { "start": { @@ -135744,8 +135742,8 @@ "type": "Identifier", "name": "Types", "range": [ - 59824, - 59829 + 59820, + 59825 ], "loc": { "start": { @@ -135762,8 +135760,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 59830, - 59837 + 59826, + 59833 ], "loc": { "start": { @@ -135777,8 +135775,8 @@ } }, "range": [ - 59824, - 59837 + 59820, + 59833 ], "loc": { "start": { @@ -135798,8 +135796,8 @@ "object": { "type": "ThisExpression", "range": [ - 59838, - 59842 + 59834, + 59838 ], "loc": { "start": { @@ -135816,8 +135814,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 59843, - 59849 + 59839, + 59845 ], "loc": { "start": { @@ -135831,8 +135829,8 @@ } }, "range": [ - 59838, - 59849 + 59834, + 59845 ], "loc": { "start": { @@ -135847,8 +135845,8 @@ } ], "range": [ - 59824, - 59850 + 59820, + 59846 ], "loc": { "start": { @@ -135866,8 +135864,8 @@ "value": 0, "raw": "0", "range": [ - 59853, - 59854 + 59849, + 59850 ], "loc": { "start": { @@ -135886,8 +135884,8 @@ "object": { "type": "ThisExpression", "range": [ - 59857, - 59861 + 59853, + 59857 ], "loc": { "start": { @@ -135904,8 +135902,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 59862, - 59868 + 59858, + 59864 ], "loc": { "start": { @@ -135919,8 +135917,8 @@ } }, "range": [ - 59857, - 59868 + 59853, + 59864 ], "loc": { "start": { @@ -135934,8 +135932,8 @@ } }, "range": [ - 59824, - 59868 + 59820, + 59864 ], "loc": { "start": { @@ -135949,8 +135947,8 @@ } }, "range": [ - 59820, - 59868 + 59816, + 59864 ], "loc": { "start": { @@ -135969,8 +135967,8 @@ "type": "Identifier", "name": "ntrs", "range": [ - 59882, - 59886 + 59878, + 59882 ], "loc": { "start": { @@ -135995,8 +135993,8 @@ "object": { "type": "ThisExpression", "range": [ - 59889, - 59893 + 59885, + 59889 ], "loc": { "start": { @@ -136013,8 +136011,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 59894, - 59897 + 59890, + 59893 ], "loc": { "start": { @@ -136028,8 +136026,8 @@ } }, "range": [ - 59889, - 59897 + 59885, + 59893 ], "loc": { "start": { @@ -136046,8 +136044,8 @@ "type": "Identifier", "name": "rows", "range": [ - 59898, - 59902 + 59894, + 59898 ], "loc": { "start": { @@ -136061,8 +136059,8 @@ } }, "range": [ - 59889, - 59902 + 59885, + 59898 ], "loc": { "start": { @@ -136079,8 +136077,8 @@ "type": "Identifier", "name": "length", "range": [ - 59903, - 59909 + 59899, + 59905 ], "loc": { "start": { @@ -136094,8 +136092,8 @@ } }, "range": [ - 59889, - 59909 + 59885, + 59905 ], "loc": { "start": { @@ -136109,8 +136107,8 @@ } }, "range": [ - 59882, - 59909 + 59878, + 59905 ], "loc": { "start": { @@ -136126,8 +136124,8 @@ ], "kind": "let", "range": [ - 59816, - 59910 + 59812, + 59906 ], "loc": { "start": { @@ -136146,8 +136144,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 59922, - 59936 + 59918, + 59932 ], "loc": { "start": { @@ -136172,8 +136170,8 @@ "type": "Identifier", "name": "s", "range": [ - 59939, - 59940 + 59935, + 59936 ], "loc": { "start": { @@ -136191,8 +136189,8 @@ "value": 0, "raw": "0", "range": [ - 59943, - 59944 + 59939, + 59940 ], "loc": { "start": { @@ -136206,8 +136204,8 @@ } }, "range": [ - 59939, - 59944 + 59935, + 59940 ], "loc": { "start": { @@ -136221,8 +136219,8 @@ } }, "range": [ - 59939, - 59945 + 59935, + 59941 ], "loc": { "start": { @@ -136237,8 +136235,8 @@ } ], "range": [ - 59937, - 59947 + 59933, + 59943 ], "loc": { "start": { @@ -136253,8 +136251,8 @@ }, "alternate": null, "range": [ - 59919, - 59947 + 59915, + 59943 ], "loc": { "start": { @@ -136275,8 +136273,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 59963, - 59971 + 59959, + 59967 ], "loc": { "start": { @@ -136297,8 +136295,8 @@ "type": "Identifier", "name": "ntrs", "range": [ - 59972, - 59976 + 59968, + 59972 ], "loc": { "start": { @@ -136315,8 +136313,8 @@ "type": "Identifier", "name": "s", "range": [ - 59977, - 59978 + 59973, + 59974 ], "loc": { "start": { @@ -136330,8 +136328,8 @@ } }, "range": [ - 59972, - 59978 + 59968, + 59974 ], "loc": { "start": { @@ -136349,8 +136347,8 @@ "value": 10, "raw": "10", "range": [ - 59980, - 59982 + 59976, + 59978 ], "loc": { "start": { @@ -136365,8 +136363,8 @@ } ], "range": [ - 59963, - 59983 + 59959, + 59979 ], "loc": { "start": { @@ -136380,8 +136378,8 @@ } }, "range": [ - 59956, - 59984 + 59952, + 59980 ], "loc": { "start": { @@ -136396,8 +136394,8 @@ } ], "range": [ - 59806, - 59990 + 59802, + 59986 ], "loc": { "start": { @@ -136413,8 +136411,8 @@ "generator": false, "expression": false, "range": [ - 59790, - 59990 + 59786, + 59986 ], "loc": { "start": { @@ -136430,8 +136428,8 @@ "kind": "method", "computed": false, "range": [ - 59781, - 59990 + 59777, + 59986 ], "loc": { "start": { @@ -136448,8 +136446,8 @@ "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": [ - 59545, - 59776 + 59541, + 59772 ], "loc": { "start": { @@ -136468,8 +136466,8 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59996, - 60121 + 59992, + 60117 ], "loc": { "start": { @@ -136491,8 +136489,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 60126, - 60137 + 60122, + 60133 ], "loc": { "start": { @@ -136513,8 +136511,8 @@ "type": "Identifier", "name": "cell", "range": [ - 60138, - 60142 + 60134, + 60138 ], "loc": { "start": { @@ -136540,8 +136538,8 @@ "type": "Identifier", "name": "idx", "range": [ - 60157, - 60160 + 60153, + 60156 ], "loc": { "start": { @@ -136561,8 +136559,8 @@ "type": "Identifier", "name": "cell", "range": [ - 60163, - 60167 + 60159, + 60163 ], "loc": { "start": { @@ -136579,8 +136577,8 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 60168, - 60177 + 60164, + 60173 ], "loc": { "start": { @@ -136594,8 +136592,8 @@ } }, "range": [ - 60163, - 60177 + 60159, + 60173 ], "loc": { "start": { @@ -136609,8 +136607,8 @@ } }, "range": [ - 60157, - 60177 + 60153, + 60173 ], "loc": { "start": { @@ -136626,8 +136624,8 @@ ], "kind": "let", "range": [ - 60153, - 60178 + 60149, + 60174 ], "loc": { "start": { @@ -136644,8 +136642,8 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 60187, - 60222 + 60183, + 60218 ], "loc": { "start": { @@ -136671,8 +136669,8 @@ "object": { "type": "ThisExpression", "range": [ - 60234, - 60238 + 60230, + 60234 ], "loc": { "start": { @@ -136689,8 +136687,8 @@ "type": "Identifier", "name": "customCellData", "range": [ - 60239, - 60253 + 60235, + 60249 ], "loc": { "start": { @@ -136704,8 +136702,8 @@ } }, "range": [ - 60234, - 60253 + 60230, + 60249 ], "loc": { "start": { @@ -136732,8 +136730,8 @@ "object": { "type": "ThisExpression", "range": [ - 60257, - 60261 + 60253, + 60257 ], "loc": { "start": { @@ -136750,8 +136748,8 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 60262, - 60280 + 60258, + 60276 ], "loc": { "start": { @@ -136765,8 +136763,8 @@ } }, "range": [ - 60257, - 60280 + 60253, + 60276 ], "loc": { "start": { @@ -136783,8 +136781,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 60281, - 60288 + 60277, + 60284 ], "loc": { "start": { @@ -136798,8 +136796,8 @@ } }, "range": [ - 60257, - 60288 + 60253, + 60284 ], "loc": { "start": { @@ -136817,8 +136815,8 @@ "type": "Identifier", "name": "idx", "range": [ - 60289, - 60292 + 60285, + 60288 ], "loc": { "start": { @@ -136833,8 +136831,8 @@ } ], "range": [ - 60257, - 60293 + 60253, + 60289 ], "loc": { "start": { @@ -136855,8 +136853,8 @@ "value": 1, "raw": "1", "range": [ - 60298, - 60299 + 60294, + 60295 ], "loc": { "start": { @@ -136871,8 +136869,8 @@ }, "prefix": true, "range": [ - 60297, - 60299 + 60293, + 60295 ], "loc": { "start": { @@ -136886,8 +136884,8 @@ } }, "range": [ - 60257, - 60299 + 60253, + 60295 ], "loc": { "start": { @@ -136901,8 +136899,8 @@ } }, "range": [ - 60234, - 60299 + 60230, + 60295 ], "loc": { "start": { @@ -136931,8 +136929,8 @@ "object": { "type": "ThisExpression", "range": [ - 60321, - 60325 + 60317, + 60321 ], "loc": { "start": { @@ -136949,8 +136947,8 @@ "type": "Identifier", "name": "customCellData", "range": [ - 60326, - 60340 + 60322, + 60336 ], "loc": { "start": { @@ -136964,8 +136962,8 @@ } }, "range": [ - 60321, - 60340 + 60317, + 60336 ], "loc": { "start": { @@ -136982,8 +136980,8 @@ "type": "Identifier", "name": "call", "range": [ - 60341, - 60345 + 60337, + 60341 ], "loc": { "start": { @@ -136997,8 +136995,8 @@ } }, "range": [ - 60321, - 60345 + 60317, + 60341 ], "loc": { "start": { @@ -137017,8 +137015,8 @@ "value": null, "raw": "null", "range": [ - 60346, - 60350 + 60342, + 60346 ], "loc": { "start": { @@ -137034,8 +137032,8 @@ { "type": "ThisExpression", "range": [ - 60352, - 60356 + 60348, + 60352 ], "loc": { "start": { @@ -137052,8 +137050,8 @@ "type": "Identifier", "name": "cell", "range": [ - 60358, - 60362 + 60354, + 60358 ], "loc": { "start": { @@ -137070,8 +137068,8 @@ "type": "Identifier", "name": "idx", "range": [ - 60364, - 60367 + 60360, + 60363 ], "loc": { "start": { @@ -137086,8 +137084,8 @@ } ], "range": [ - 60321, - 60368 + 60317, + 60364 ], "loc": { "start": { @@ -137101,8 +137099,8 @@ } }, "range": [ - 60314, - 60369 + 60310, + 60365 ], "loc": { "start": { @@ -137117,8 +137115,8 @@ } ], "range": [ - 60300, - 60379 + 60296, + 60375 ], "loc": { "start": { @@ -137145,8 +137143,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 60406, - 60409 + 60402, + 60405 ], "loc": { "start": { @@ -137163,8 +137161,8 @@ "type": "Identifier", "name": "getText", "range": [ - 60410, - 60417 + 60406, + 60413 ], "loc": { "start": { @@ -137178,8 +137176,8 @@ } }, "range": [ - 60406, - 60417 + 60402, + 60413 ], "loc": { "start": { @@ -137197,8 +137195,8 @@ "type": "Identifier", "name": "cell", "range": [ - 60418, - 60422 + 60414, + 60418 ], "loc": { "start": { @@ -137213,8 +137211,8 @@ } ], "range": [ - 60406, - 60423 + 60402, + 60419 ], "loc": { "start": { @@ -137228,8 +137226,8 @@ } }, "range": [ - 60399, - 60424 + 60395, + 60420 ], "loc": { "start": { @@ -137244,8 +137242,8 @@ } ], "range": [ - 60385, - 60434 + 60381, + 60430 ], "loc": { "start": { @@ -137259,8 +137257,8 @@ } }, "range": [ - 60231, - 60434 + 60227, + 60430 ], "loc": { "start": { @@ -137277,8 +137275,8 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 60187, - 60222 + 60183, + 60218 ], "loc": { "start": { @@ -137295,8 +137293,8 @@ } ], "range": [ - 60143, - 60440 + 60139, + 60436 ], "loc": { "start": { @@ -137312,8 +137310,8 @@ "generator": false, "expression": false, "range": [ - 60137, - 60440 + 60133, + 60436 ], "loc": { "start": { @@ -137329,8 +137327,8 @@ "kind": "method", "computed": false, "range": [ - 60126, - 60440 + 60122, + 60436 ], "loc": { "start": { @@ -137347,8 +137345,8 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59996, - 60121 + 59992, + 60117 ], "loc": { "start": { @@ -137367,8 +137365,8 @@ "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": [ - 60446, - 60850 + 60442, + 60846 ], "loc": { "start": { @@ -137390,8 +137388,8 @@ "type": "Identifier", "name": "getTableData", "range": [ - 60855, - 60867 + 60851, + 60863 ], "loc": { "start": { @@ -137414,8 +137412,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 60868, - 60882 + 60864, + 60878 ], "loc": { "start": { @@ -137433,8 +137431,8 @@ "value": false, "raw": "false", "range": [ - 60883, - 60888 + 60879, + 60884 ], "loc": { "start": { @@ -137448,8 +137446,8 @@ } }, "range": [ - 60868, - 60888 + 60864, + 60884 ], "loc": { "start": { @@ -137468,8 +137466,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60890, - 60907 + 60886, + 60903 ], "loc": { "start": { @@ -137487,8 +137485,8 @@ "value": false, "raw": "false", "range": [ - 60908, - 60913 + 60904, + 60909 ], "loc": { "start": { @@ -137502,8 +137500,8 @@ } }, "range": [ - 60890, - 60913 + 60886, + 60909 ], "loc": { "start": { @@ -137529,8 +137527,8 @@ "type": "Identifier", "name": "rows", "range": [ - 60928, - 60932 + 60924, + 60928 ], "loc": { "start": { @@ -137552,8 +137550,8 @@ "object": { "type": "ThisExpression", "range": [ - 60935, - 60939 + 60931, + 60935 ], "loc": { "start": { @@ -137570,8 +137568,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 60940, - 60943 + 60936, + 60939 ], "loc": { "start": { @@ -137585,8 +137583,8 @@ } }, "range": [ - 60935, - 60943 + 60931, + 60939 ], "loc": { "start": { @@ -137603,8 +137601,8 @@ "type": "Identifier", "name": "rows", "range": [ - 60944, - 60948 + 60940, + 60944 ], "loc": { "start": { @@ -137618,8 +137616,8 @@ } }, "range": [ - 60935, - 60948 + 60931, + 60944 ], "loc": { "start": { @@ -137633,8 +137631,8 @@ } }, "range": [ - 60928, - 60948 + 60924, + 60944 ], "loc": { "start": { @@ -137650,8 +137648,8 @@ ], "kind": "let", "range": [ - 60924, - 60949 + 60920, + 60945 ], "loc": { "start": { @@ -137673,8 +137671,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 60962, - 60969 + 60958, + 60965 ], "loc": { "start": { @@ -137691,8 +137689,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60972, - 60974 + 60968, + 60970 ], "loc": { "start": { @@ -137706,8 +137704,8 @@ } }, "range": [ - 60962, - 60974 + 60958, + 60970 ], "loc": { "start": { @@ -137723,8 +137721,8 @@ ], "kind": "let", "range": [ - 60958, - 60975 + 60954, + 60971 ], "loc": { "start": { @@ -137743,8 +137741,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 60987, - 61001 + 60983, + 60997 ], "loc": { "start": { @@ -137769,8 +137767,8 @@ "type": "Identifier", "name": "headers", "range": [ - 61020, - 61027 + 61016, + 61023 ], "loc": { "start": { @@ -137791,8 +137789,8 @@ "object": { "type": "ThisExpression", "range": [ - 61030, - 61034 + 61026, + 61030 ], "loc": { "start": { @@ -137809,8 +137807,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 61035, - 61049 + 61031, + 61045 ], "loc": { "start": { @@ -137824,8 +137822,8 @@ } }, "range": [ - 61030, - 61049 + 61026, + 61045 ], "loc": { "start": { @@ -137843,8 +137841,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 61050, - 61067 + 61046, + 61063 ], "loc": { "start": { @@ -137859,8 +137857,8 @@ } ], "range": [ - 61030, - 61068 + 61026, + 61064 ], "loc": { "start": { @@ -137874,8 +137872,8 @@ } }, "range": [ - 61020, - 61068 + 61016, + 61064 ], "loc": { "start": { @@ -137891,8 +137889,8 @@ ], "kind": "let", "range": [ - 61016, - 61069 + 61012, + 61065 ], "loc": { "start": { @@ -137916,8 +137914,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 61082, - 61089 + 61078, + 61085 ], "loc": { "start": { @@ -137934,8 +137932,8 @@ "type": "Identifier", "name": "push", "range": [ - 61090, - 61094 + 61086, + 61090 ], "loc": { "start": { @@ -137949,8 +137947,8 @@ } }, "range": [ - 61082, - 61094 + 61078, + 61090 ], "loc": { "start": { @@ -137975,8 +137973,8 @@ "object": { "type": "ThisExpression", "range": [ - 61096, - 61100 + 61092, + 61096 ], "loc": { "start": { @@ -137993,8 +137991,8 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 61101, - 61119 + 61097, + 61115 ], "loc": { "start": { @@ -138008,8 +138006,8 @@ } }, "range": [ - 61096, - 61119 + 61092, + 61115 ], "loc": { "start": { @@ -138024,8 +138022,8 @@ }, "arguments": [], "range": [ - 61096, - 61121 + 61092, + 61117 ], "loc": { "start": { @@ -138042,8 +138040,8 @@ "type": "Identifier", "name": "headers", "range": [ - 61123, - 61130 + 61119, + 61126 ], "loc": { "start": { @@ -138058,8 +138056,8 @@ } ], "range": [ - 61095, - 61131 + 61091, + 61127 ], "loc": { "start": { @@ -138074,8 +138072,8 @@ } ], "range": [ - 61082, - 61132 + 61078, + 61128 ], "loc": { "start": { @@ -138089,8 +138087,8 @@ } }, "range": [ - 61082, - 61133 + 61078, + 61129 ], "loc": { "start": { @@ -138105,8 +138103,8 @@ } ], "range": [ - 61002, - 61143 + 60998, + 61139 ], "loc": { "start": { @@ -138121,8 +138119,8 @@ }, "alternate": null, "range": [ - 60984, - 61143 + 60980, + 61139 ], "loc": { "start": { @@ -138146,8 +138144,8 @@ "type": "Identifier", "name": "k", "range": [ - 61160, - 61161 + 61156, + 61157 ], "loc": { "start": { @@ -138166,8 +138164,8 @@ "object": { "type": "ThisExpression", "range": [ - 61162, - 61166 + 61158, + 61162 ], "loc": { "start": { @@ -138184,8 +138182,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 61167, - 61173 + 61163, + 61169 ], "loc": { "start": { @@ -138199,8 +138197,8 @@ } }, "range": [ - 61162, - 61173 + 61158, + 61169 ], "loc": { "start": { @@ -138214,8 +138212,8 @@ } }, "range": [ - 61160, - 61173 + 61156, + 61169 ], "loc": { "start": { @@ -138231,8 +138229,8 @@ ], "kind": "let", "range": [ - 61156, - 61173 + 61152, + 61169 ], "loc": { "start": { @@ -138252,8 +138250,8 @@ "type": "Identifier", "name": "k", "range": [ - 61175, - 61176 + 61171, + 61172 ], "loc": { "start": { @@ -138272,8 +138270,8 @@ "object": { "type": "ThisExpression", "range": [ - 61177, - 61181 + 61173, + 61177 ], "loc": { "start": { @@ -138290,8 +138288,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 61182, - 61188 + 61178, + 61184 ], "loc": { "start": { @@ -138305,8 +138303,8 @@ } }, "range": [ - 61177, - 61188 + 61173, + 61184 ], "loc": { "start": { @@ -138320,8 +138318,8 @@ } }, "range": [ - 61175, - 61188 + 61171, + 61184 ], "loc": { "start": { @@ -138341,8 +138339,8 @@ "type": "Identifier", "name": "k", "range": [ - 61190, - 61191 + 61186, + 61187 ], "loc": { "start": { @@ -138357,8 +138355,8 @@ }, "prefix": false, "range": [ - 61190, - 61193 + 61186, + 61189 ], "loc": { "start": { @@ -138383,8 +138381,8 @@ "type": "Identifier", "name": "rowData", "range": [ - 61212, - 61219 + 61208, + 61215 ], "loc": { "start": { @@ -138404,8 +138402,8 @@ "type": "Identifier", "name": "k", "range": [ - 61223, - 61224 + 61219, + 61220 ], "loc": { "start": { @@ -138422,8 +138420,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61226, - 61228 + 61222, + 61224 ], "loc": { "start": { @@ -138438,8 +138436,8 @@ } ], "range": [ - 61222, - 61229 + 61218, + 61225 ], "loc": { "start": { @@ -138453,8 +138451,8 @@ } }, "range": [ - 61212, - 61229 + 61208, + 61225 ], "loc": { "start": { @@ -138470,8 +138468,8 @@ ], "kind": "let", "range": [ - 61208, - 61230 + 61204, + 61226 ], "loc": { "start": { @@ -138493,8 +138491,8 @@ "type": "Identifier", "name": "cells", "range": [ - 61247, - 61252 + 61243, + 61248 ], "loc": { "start": { @@ -138517,8 +138515,8 @@ "type": "Identifier", "name": "rows", "range": [ - 61255, - 61259 + 61251, + 61255 ], "loc": { "start": { @@ -138535,8 +138533,8 @@ "type": "Identifier", "name": "k", "range": [ - 61260, - 61261 + 61256, + 61257 ], "loc": { "start": { @@ -138550,8 +138548,8 @@ } }, "range": [ - 61255, - 61262 + 61251, + 61258 ], "loc": { "start": { @@ -138568,8 +138566,8 @@ "type": "Identifier", "name": "cells", "range": [ - 61263, - 61268 + 61259, + 61264 ], "loc": { "start": { @@ -138583,8 +138581,8 @@ } }, "range": [ - 61255, - 61268 + 61251, + 61264 ], "loc": { "start": { @@ -138598,8 +138596,8 @@ } }, "range": [ - 61247, - 61268 + 61243, + 61264 ], "loc": { "start": { @@ -138615,8 +138613,8 @@ ], "kind": "let", "range": [ - 61243, - 61269 + 61239, + 61265 ], "loc": { "start": { @@ -138640,8 +138638,8 @@ "type": "Identifier", "name": "j", "range": [ - 61290, - 61291 + 61286, + 61287 ], "loc": { "start": { @@ -138659,8 +138657,8 @@ "value": 0, "raw": "0", "range": [ - 61292, - 61293 + 61288, + 61289 ], "loc": { "start": { @@ -138674,8 +138672,8 @@ } }, "range": [ - 61290, - 61293 + 61286, + 61289 ], "loc": { "start": { @@ -138694,8 +138692,8 @@ "type": "Identifier", "name": "len", "range": [ - 61295, - 61298 + 61291, + 61294 ], "loc": { "start": { @@ -138715,8 +138713,8 @@ "type": "Identifier", "name": "cells", "range": [ - 61299, - 61304 + 61295, + 61300 ], "loc": { "start": { @@ -138733,8 +138731,8 @@ "type": "Identifier", "name": "length", "range": [ - 61305, - 61311 + 61301, + 61307 ], "loc": { "start": { @@ -138748,8 +138746,8 @@ } }, "range": [ - 61299, - 61311 + 61295, + 61307 ], "loc": { "start": { @@ -138763,8 +138761,8 @@ } }, "range": [ - 61295, - 61311 + 61291, + 61307 ], "loc": { "start": { @@ -138780,8 +138778,8 @@ ], "kind": "let", "range": [ - 61286, - 61311 + 61282, + 61307 ], "loc": { "start": { @@ -138801,8 +138799,8 @@ "type": "Identifier", "name": "j", "range": [ - 61313, - 61314 + 61309, + 61310 ], "loc": { "start": { @@ -138819,8 +138817,8 @@ "type": "Identifier", "name": "len", "range": [ - 61315, - 61318 + 61311, + 61314 ], "loc": { "start": { @@ -138834,8 +138832,8 @@ } }, "range": [ - 61313, - 61318 + 61309, + 61314 ], "loc": { "start": { @@ -138855,8 +138853,8 @@ "type": "Identifier", "name": "j", "range": [ - 61320, - 61321 + 61316, + 61317 ], "loc": { "start": { @@ -138871,8 +138869,8 @@ }, "prefix": false, "range": [ - 61320, - 61323 + 61316, + 61319 ], "loc": { "start": { @@ -138897,8 +138895,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 61345, - 61362 + 61341, + 61358 ], "loc": { "start": { @@ -138919,8 +138917,8 @@ "object": { "type": "ThisExpression", "range": [ - 61366, - 61370 + 61362, + 61366 ], "loc": { "start": { @@ -138937,8 +138935,8 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 61371, - 61383 + 61367, + 61379 ], "loc": { "start": { @@ -138952,8 +138950,8 @@ } }, "range": [ - 61366, - 61383 + 61362, + 61379 ], "loc": { "start": { @@ -138972,8 +138970,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 61384, - 61400 + 61380, + 61396 ], "loc": { "start": { @@ -138988,8 +138986,8 @@ } ], "range": [ - 61366, - 61401 + 61362, + 61397 ], "loc": { "start": { @@ -139003,8 +139001,8 @@ } }, "range": [ - 61345, - 61401 + 61341, + 61397 ], "loc": { "start": { @@ -139035,8 +139033,8 @@ "object": { "type": "ThisExpression", "range": [ - 61427, - 61431 + 61423, + 61427 ], "loc": { "start": { @@ -139053,8 +139051,8 @@ "type": "Identifier", "name": "extension", "range": [ - 61432, - 61441 + 61428, + 61437 ], "loc": { "start": { @@ -139068,8 +139066,8 @@ } }, "range": [ - 61427, - 61441 + 61423, + 61437 ], "loc": { "start": { @@ -139088,8 +139086,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 61442, - 61458 + 61438, + 61454 ], "loc": { "start": { @@ -139104,8 +139102,8 @@ } ], "range": [ - 61427, - 61459 + 61423, + 61455 ], "loc": { "start": { @@ -139122,8 +139120,8 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 61460, - 61471 + 61456, + 61467 ], "loc": { "start": { @@ -139137,8 +139135,8 @@ } }, "range": [ - 61427, - 61471 + 61423, + 61467 ], "loc": { "start": { @@ -139156,8 +139154,8 @@ "type": "Identifier", "name": "j", "range": [ - 61472, - 61473 + 61468, + 61469 ], "loc": { "start": { @@ -139172,8 +139170,8 @@ } ], "range": [ - 61427, - 61474 + 61423, + 61470 ], "loc": { "start": { @@ -139193,8 +139191,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 61501, - 61510 + 61497, + 61506 ], "loc": { "start": { @@ -139209,8 +139207,8 @@ } ], "range": [ - 61475, - 61532 + 61471, + 61528 ], "loc": { "start": { @@ -139225,8 +139223,8 @@ }, "alternate": null, "range": [ - 61424, - 61532 + 61420, + 61528 ], "loc": { "start": { @@ -139241,8 +139239,8 @@ } ], "range": [ - 61402, - 61550 + 61398, + 61546 ], "loc": { "start": { @@ -139257,8 +139255,8 @@ }, "alternate": null, "range": [ - 61342, - 61550 + 61338, + 61546 ], "loc": { "start": { @@ -139280,8 +139278,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 61571, - 61579 + 61567, + 61575 ], "loc": { "start": { @@ -139302,8 +139300,8 @@ "object": { "type": "ThisExpression", "range": [ - 61582, - 61586 + 61578, + 61582 ], "loc": { "start": { @@ -139320,8 +139318,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 61587, - 61598 + 61583, + 61594 ], "loc": { "start": { @@ -139335,8 +139333,8 @@ } }, "range": [ - 61582, - 61598 + 61578, + 61594 ], "loc": { "start": { @@ -139357,8 +139355,8 @@ "type": "Identifier", "name": "cells", "range": [ - 61599, - 61604 + 61595, + 61600 ], "loc": { "start": { @@ -139375,8 +139373,8 @@ "type": "Identifier", "name": "j", "range": [ - 61605, - 61606 + 61601, + 61602 ], "loc": { "start": { @@ -139390,8 +139388,8 @@ } }, "range": [ - 61599, - 61607 + 61595, + 61603 ], "loc": { "start": { @@ -139406,8 +139404,8 @@ } ], "range": [ - 61582, - 61608 + 61578, + 61604 ], "loc": { "start": { @@ -139421,8 +139419,8 @@ } }, "range": [ - 61571, - 61608 + 61567, + 61604 ], "loc": { "start": { @@ -139438,8 +139436,8 @@ ], "kind": "let", "range": [ - 61567, - 61609 + 61563, + 61605 ], "loc": { "start": { @@ -139466,8 +139464,8 @@ "type": "Identifier", "name": "rowData", "range": [ - 61626, - 61633 + 61622, + 61629 ], "loc": { "start": { @@ -139485,8 +139483,8 @@ "value": 1, "raw": "1", "range": [ - 61634, - 61635 + 61630, + 61631 ], "loc": { "start": { @@ -139500,8 +139498,8 @@ } }, "range": [ - 61626, - 61636 + 61622, + 61632 ], "loc": { "start": { @@ -139518,8 +139516,8 @@ "type": "Identifier", "name": "push", "range": [ - 61637, - 61641 + 61633, + 61637 ], "loc": { "start": { @@ -139533,8 +139531,8 @@ } }, "range": [ - 61626, - 61641 + 61622, + 61637 ], "loc": { "start": { @@ -139552,8 +139550,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 61642, - 61650 + 61638, + 61646 ], "loc": { "start": { @@ -139568,8 +139566,8 @@ } ], "range": [ - 61626, - 61651 + 61622, + 61647 ], "loc": { "start": { @@ -139583,8 +139581,8 @@ } }, "range": [ - 61626, - 61652 + 61622, + 61648 ], "loc": { "start": { @@ -139599,8 +139597,8 @@ } ], "range": [ - 61324, - 61666 + 61320, + 61662 ], "loc": { "start": { @@ -139614,8 +139612,8 @@ } }, "range": [ - 61282, - 61666 + 61278, + 61662 ], "loc": { "start": { @@ -139639,8 +139637,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 61679, - 61686 + 61675, + 61682 ], "loc": { "start": { @@ -139657,8 +139655,8 @@ "type": "Identifier", "name": "push", "range": [ - 61687, - 61691 + 61683, + 61687 ], "loc": { "start": { @@ -139672,8 +139670,8 @@ } }, "range": [ - 61679, - 61691 + 61675, + 61687 ], "loc": { "start": { @@ -139691,8 +139689,8 @@ "type": "Identifier", "name": "rowData", "range": [ - 61692, - 61699 + 61688, + 61695 ], "loc": { "start": { @@ -139707,8 +139705,8 @@ } ], "range": [ - 61679, - 61700 + 61675, + 61696 ], "loc": { "start": { @@ -139722,8 +139720,8 @@ } }, "range": [ - 61679, - 61701 + 61675, + 61697 ], "loc": { "start": { @@ -139738,8 +139736,8 @@ } ], "range": [ - 61194, - 61711 + 61190, + 61707 ], "loc": { "start": { @@ -139753,8 +139751,8 @@ } }, "range": [ - 61152, - 61711 + 61148, + 61707 ], "loc": { "start": { @@ -139773,8 +139771,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 61727, - 61734 + 61723, + 61730 ], "loc": { "start": { @@ -139788,8 +139786,8 @@ } }, "range": [ - 61720, - 61735 + 61716, + 61731 ], "loc": { "start": { @@ -139804,8 +139802,8 @@ } ], "range": [ - 60914, - 61741 + 60910, + 61737 ], "loc": { "start": { @@ -139821,8 +139819,8 @@ "generator": false, "expression": false, "range": [ - 60867, - 61741 + 60863, + 61737 ], "loc": { "start": { @@ -139838,8 +139836,8 @@ "kind": "method", "computed": false, "range": [ - 60855, - 61741 + 60851, + 61737 ], "loc": { "start": { @@ -139856,8 +139854,8 @@ "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": [ - 60446, - 60850 + 60442, + 60846 ], "loc": { "start": { @@ -139876,8 +139874,8 @@ "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": [ - 61747, - 62154 + 61743, + 62150 ], "loc": { "start": { @@ -139899,8 +139897,8 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 62159, - 62174 + 62155, + 62170 ], "loc": { "start": { @@ -139923,8 +139921,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62175, - 62189 + 62171, + 62185 ], "loc": { "start": { @@ -139942,8 +139940,8 @@ "value": false, "raw": "false", "range": [ - 62190, - 62195 + 62186, + 62191 ], "loc": { "start": { @@ -139957,8 +139955,8 @@ } }, "range": [ - 62175, - 62195 + 62171, + 62191 ], "loc": { "start": { @@ -139977,8 +139975,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 62197, - 62214 + 62193, + 62210 ], "loc": { "start": { @@ -139996,8 +139994,8 @@ "value": false, "raw": "false", "range": [ - 62215, - 62220 + 62211, + 62216 ], "loc": { "start": { @@ -140011,8 +140009,8 @@ } }, "range": [ - 62197, - 62220 + 62193, + 62216 ], "loc": { "start": { @@ -140040,8 +140038,8 @@ "object": { "type": "ThisExpression", "range": [ - 62235, - 62239 + 62231, + 62235 ], "loc": { "start": { @@ -140058,8 +140056,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 62240, - 62254 + 62236, + 62250 ], "loc": { "start": { @@ -140073,8 +140071,8 @@ } }, "range": [ - 62235, - 62254 + 62231, + 62250 ], "loc": { "start": { @@ -140089,8 +140087,8 @@ }, "prefix": true, "range": [ - 62234, - 62254 + 62230, + 62250 ], "loc": { "start": { @@ -140112,8 +140110,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62276, - 62278 + 62272, + 62274 ], "loc": { "start": { @@ -140127,8 +140125,8 @@ } }, "range": [ - 62269, - 62279 + 62265, + 62275 ], "loc": { "start": { @@ -140143,8 +140141,8 @@ } ], "range": [ - 62255, - 62289 + 62251, + 62285 ], "loc": { "start": { @@ -140159,8 +140157,8 @@ }, "alternate": null, "range": [ - 62231, - 62289 + 62227, + 62285 ], "loc": { "start": { @@ -140182,8 +140180,8 @@ "type": "Identifier", "name": "rows", "range": [ - 62302, - 62306 + 62298, + 62302 ], "loc": { "start": { @@ -140205,8 +140203,8 @@ "object": { "type": "ThisExpression", "range": [ - 62309, - 62313 + 62305, + 62309 ], "loc": { "start": { @@ -140223,8 +140221,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 62314, - 62317 + 62310, + 62313 ], "loc": { "start": { @@ -140238,8 +140236,8 @@ } }, "range": [ - 62309, - 62317 + 62305, + 62313 ], "loc": { "start": { @@ -140256,8 +140254,8 @@ "type": "Identifier", "name": "rows", "range": [ - 62318, - 62322 + 62314, + 62318 ], "loc": { "start": { @@ -140271,8 +140269,8 @@ } }, "range": [ - 62309, - 62322 + 62305, + 62318 ], "loc": { "start": { @@ -140286,8 +140284,8 @@ } }, "range": [ - 62302, - 62322 + 62298, + 62318 ], "loc": { "start": { @@ -140306,8 +140304,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 62336, - 62348 + 62332, + 62344 ], "loc": { "start": { @@ -140324,8 +140322,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62351, - 62353 + 62347, + 62349 ], "loc": { "start": { @@ -140339,8 +140337,8 @@ } }, "range": [ - 62336, - 62353 + 62332, + 62349 ], "loc": { "start": { @@ -140356,8 +140354,8 @@ ], "kind": "let", "range": [ - 62298, - 62354 + 62294, + 62350 ], "loc": { "start": { @@ -140376,8 +140374,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62366, - 62380 + 62362, + 62376 ], "loc": { "start": { @@ -140402,8 +140400,8 @@ "type": "Identifier", "name": "headers", "range": [ - 62399, - 62406 + 62395, + 62402 ], "loc": { "start": { @@ -140424,8 +140422,8 @@ "object": { "type": "ThisExpression", "range": [ - 62409, - 62413 + 62405, + 62409 ], "loc": { "start": { @@ -140442,8 +140440,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 62414, - 62428 + 62410, + 62424 ], "loc": { "start": { @@ -140457,8 +140455,8 @@ } }, "range": [ - 62409, - 62428 + 62405, + 62424 ], "loc": { "start": { @@ -140476,8 +140474,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 62429, - 62446 + 62425, + 62442 ], "loc": { "start": { @@ -140492,8 +140490,8 @@ } ], "range": [ - 62409, - 62447 + 62405, + 62443 ], "loc": { "start": { @@ -140507,8 +140505,8 @@ } }, "range": [ - 62399, - 62447 + 62395, + 62443 ], "loc": { "start": { @@ -140524,8 +140522,8 @@ ], "kind": "let", "range": [ - 62395, - 62448 + 62391, + 62444 ], "loc": { "start": { @@ -140549,8 +140547,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 62461, - 62473 + 62457, + 62469 ], "loc": { "start": { @@ -140567,8 +140565,8 @@ "type": "Identifier", "name": "push", "range": [ - 62474, - 62478 + 62470, + 62474 ], "loc": { "start": { @@ -140582,8 +140580,8 @@ } }, "range": [ - 62461, - 62478 + 62457, + 62474 ], "loc": { "start": { @@ -140608,8 +140606,8 @@ "object": { "type": "ThisExpression", "range": [ - 62480, - 62484 + 62476, + 62480 ], "loc": { "start": { @@ -140626,8 +140624,8 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 62485, - 62503 + 62481, + 62499 ], "loc": { "start": { @@ -140641,8 +140639,8 @@ } }, "range": [ - 62480, - 62503 + 62476, + 62499 ], "loc": { "start": { @@ -140657,8 +140655,8 @@ }, "arguments": [], "range": [ - 62480, - 62505 + 62476, + 62501 ], "loc": { "start": { @@ -140675,8 +140673,8 @@ "type": "Identifier", "name": "headers", "range": [ - 62507, - 62514 + 62503, + 62510 ], "loc": { "start": { @@ -140691,8 +140689,8 @@ } ], "range": [ - 62479, - 62515 + 62475, + 62511 ], "loc": { "start": { @@ -140707,8 +140705,8 @@ } ], "range": [ - 62461, - 62516 + 62457, + 62512 ], "loc": { "start": { @@ -140722,8 +140720,8 @@ } }, "range": [ - 62461, - 62517 + 62457, + 62513 ], "loc": { "start": { @@ -140738,8 +140736,8 @@ } ], "range": [ - 62381, - 62527 + 62377, + 62523 ], "loc": { "start": { @@ -140754,8 +140752,8 @@ }, "alternate": null, "range": [ - 62363, - 62527 + 62359, + 62523 ], "loc": { "start": { @@ -140777,8 +140775,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 62541, - 62550 + 62537, + 62546 ], "loc": { "start": { @@ -140799,8 +140797,8 @@ "object": { "type": "ThisExpression", "range": [ - 62553, - 62557 + 62549, + 62553 ], "loc": { "start": { @@ -140817,8 +140815,8 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 62558, - 62570 + 62554, + 62566 ], "loc": { "start": { @@ -140832,8 +140830,8 @@ } }, "range": [ - 62553, - 62570 + 62549, + 62566 ], "loc": { "start": { @@ -140852,8 +140850,8 @@ "value": true, "raw": "true", "range": [ - 62571, - 62575 + 62567, + 62571 ], "loc": { "start": { @@ -140868,8 +140866,8 @@ } ], "range": [ - 62553, - 62576 + 62549, + 62572 ], "loc": { "start": { @@ -140883,8 +140881,8 @@ } }, "range": [ - 62541, - 62576 + 62537, + 62572 ], "loc": { "start": { @@ -140900,8 +140898,8 @@ ], "kind": "let", "range": [ - 62537, - 62577 + 62533, + 62573 ], "loc": { "start": { @@ -140925,8 +140923,8 @@ "type": "Identifier", "name": "i", "range": [ - 62594, - 62595 + 62590, + 62591 ], "loc": { "start": { @@ -140944,8 +140942,8 @@ "value": 0, "raw": "0", "range": [ - 62596, - 62597 + 62592, + 62593 ], "loc": { "start": { @@ -140959,8 +140957,8 @@ } }, "range": [ - 62594, - 62597 + 62590, + 62593 ], "loc": { "start": { @@ -140976,8 +140974,8 @@ ], "kind": "let", "range": [ - 62590, - 62597 + 62586, + 62593 ], "loc": { "start": { @@ -140997,8 +140995,8 @@ "type": "Identifier", "name": "i", "range": [ - 62599, - 62600 + 62595, + 62596 ], "loc": { "start": { @@ -141018,8 +141016,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 62601, - 62610 + 62597, + 62606 ], "loc": { "start": { @@ -141036,8 +141034,8 @@ "type": "Identifier", "name": "length", "range": [ - 62611, - 62617 + 62607, + 62613 ], "loc": { "start": { @@ -141051,8 +141049,8 @@ } }, "range": [ - 62601, - 62617 + 62597, + 62613 ], "loc": { "start": { @@ -141066,8 +141064,8 @@ } }, "range": [ - 62599, - 62617 + 62595, + 62613 ], "loc": { "start": { @@ -141087,8 +141085,8 @@ "type": "Identifier", "name": "i", "range": [ - 62619, - 62620 + 62615, + 62616 ], "loc": { "start": { @@ -141103,8 +141101,8 @@ }, "prefix": false, "range": [ - 62619, - 62622 + 62615, + 62618 ], "loc": { "start": { @@ -141129,8 +141127,8 @@ "type": "Identifier", "name": "rData", "range": [ - 62641, - 62646 + 62637, + 62642 ], "loc": { "start": { @@ -141155,8 +141153,8 @@ "object": { "type": "ThisExpression", "range": [ - 62650, - 62654 + 62646, + 62650 ], "loc": { "start": { @@ -141173,8 +141171,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 62655, - 62669 + 62651, + 62665 ], "loc": { "start": { @@ -141188,8 +141186,8 @@ } }, "range": [ - 62650, - 62669 + 62646, + 62665 ], "loc": { "start": { @@ -141206,8 +141204,8 @@ "type": "Identifier", "name": "i", "range": [ - 62670, - 62671 + 62666, + 62667 ], "loc": { "start": { @@ -141221,8 +141219,8 @@ } }, "range": [ - 62650, - 62672 + 62646, + 62668 ], "loc": { "start": { @@ -141239,8 +141237,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62674, - 62676 + 62670, + 62672 ], "loc": { "start": { @@ -141255,8 +141253,8 @@ } ], "range": [ - 62649, - 62677 + 62645, + 62673 ], "loc": { "start": { @@ -141270,8 +141268,8 @@ } }, "range": [ - 62641, - 62677 + 62637, + 62673 ], "loc": { "start": { @@ -141290,8 +141288,8 @@ "type": "Identifier", "name": "cells", "range": [ - 62695, - 62700 + 62691, + 62696 ], "loc": { "start": { @@ -141314,8 +141312,8 @@ "type": "Identifier", "name": "rows", "range": [ - 62703, - 62707 + 62699, + 62703 ], "loc": { "start": { @@ -141337,8 +141335,8 @@ "object": { "type": "ThisExpression", "range": [ - 62708, - 62712 + 62704, + 62708 ], "loc": { "start": { @@ -141355,8 +141353,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 62713, - 62727 + 62709, + 62723 ], "loc": { "start": { @@ -141370,8 +141368,8 @@ } }, "range": [ - 62708, - 62727 + 62704, + 62723 ], "loc": { "start": { @@ -141388,8 +141386,8 @@ "type": "Identifier", "name": "i", "range": [ - 62728, - 62729 + 62724, + 62725 ], "loc": { "start": { @@ -141403,8 +141401,8 @@ } }, "range": [ - 62708, - 62730 + 62704, + 62726 ], "loc": { "start": { @@ -141418,8 +141416,8 @@ } }, "range": [ - 62703, - 62731 + 62699, + 62727 ], "loc": { "start": { @@ -141436,8 +141434,8 @@ "type": "Identifier", "name": "cells", "range": [ - 62732, - 62737 + 62728, + 62733 ], "loc": { "start": { @@ -141451,8 +141449,8 @@ } }, "range": [ - 62703, - 62737 + 62699, + 62733 ], "loc": { "start": { @@ -141466,8 +141464,8 @@ } }, "range": [ - 62695, - 62737 + 62691, + 62733 ], "loc": { "start": { @@ -141483,8 +141481,8 @@ ], "kind": "let", "range": [ - 62637, - 62738 + 62633, + 62734 ], "loc": { "start": { @@ -141508,8 +141506,8 @@ "type": "Identifier", "name": "k", "range": [ - 62759, - 62760 + 62755, + 62756 ], "loc": { "start": { @@ -141527,8 +141525,8 @@ "value": 0, "raw": "0", "range": [ - 62761, - 62762 + 62757, + 62758 ], "loc": { "start": { @@ -141542,8 +141540,8 @@ } }, "range": [ - 62759, - 62762 + 62755, + 62758 ], "loc": { "start": { @@ -141559,8 +141557,8 @@ ], "kind": "let", "range": [ - 62755, - 62762 + 62751, + 62758 ], "loc": { "start": { @@ -141580,8 +141578,8 @@ "type": "Identifier", "name": "k", "range": [ - 62764, - 62765 + 62760, + 62761 ], "loc": { "start": { @@ -141601,8 +141599,8 @@ "type": "Identifier", "name": "cells", "range": [ - 62766, - 62771 + 62762, + 62767 ], "loc": { "start": { @@ -141619,8 +141617,8 @@ "type": "Identifier", "name": "length", "range": [ - 62772, - 62778 + 62768, + 62774 ], "loc": { "start": { @@ -141634,8 +141632,8 @@ } }, "range": [ - 62766, - 62778 + 62762, + 62774 ], "loc": { "start": { @@ -141649,8 +141647,8 @@ } }, "range": [ - 62764, - 62778 + 62760, + 62774 ], "loc": { "start": { @@ -141670,8 +141668,8 @@ "type": "Identifier", "name": "k", "range": [ - 62780, - 62781 + 62776, + 62777 ], "loc": { "start": { @@ -141686,8 +141684,8 @@ }, "prefix": false, "range": [ - 62780, - 62783 + 62776, + 62779 ], "loc": { "start": { @@ -141712,8 +141710,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 62805, - 62822 + 62801, + 62818 ], "loc": { "start": { @@ -141734,8 +141732,8 @@ "object": { "type": "ThisExpression", "range": [ - 62826, - 62830 + 62822, + 62826 ], "loc": { "start": { @@ -141752,8 +141750,8 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 62831, - 62843 + 62827, + 62839 ], "loc": { "start": { @@ -141767,8 +141765,8 @@ } }, "range": [ - 62826, - 62843 + 62822, + 62839 ], "loc": { "start": { @@ -141787,8 +141785,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 62844, - 62860 + 62840, + 62856 ], "loc": { "start": { @@ -141803,8 +141801,8 @@ } ], "range": [ - 62826, - 62861 + 62822, + 62857 ], "loc": { "start": { @@ -141818,8 +141816,8 @@ } }, "range": [ - 62805, - 62861 + 62801, + 62857 ], "loc": { "start": { @@ -141850,8 +141848,8 @@ "object": { "type": "ThisExpression", "range": [ - 62887, - 62891 + 62883, + 62887 ], "loc": { "start": { @@ -141868,8 +141866,8 @@ "type": "Identifier", "name": "extension", "range": [ - 62892, - 62901 + 62888, + 62897 ], "loc": { "start": { @@ -141883,8 +141881,8 @@ } }, "range": [ - 62887, - 62901 + 62883, + 62897 ], "loc": { "start": { @@ -141903,8 +141901,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 62902, - 62918 + 62898, + 62914 ], "loc": { "start": { @@ -141919,8 +141917,8 @@ } ], "range": [ - 62887, - 62919 + 62883, + 62915 ], "loc": { "start": { @@ -141937,8 +141935,8 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 62920, - 62931 + 62916, + 62927 ], "loc": { "start": { @@ -141952,8 +141950,8 @@ } }, "range": [ - 62887, - 62931 + 62883, + 62927 ], "loc": { "start": { @@ -141971,8 +141969,8 @@ "type": "Identifier", "name": "k", "range": [ - 62932, - 62933 + 62928, + 62929 ], "loc": { "start": { @@ -141987,8 +141985,8 @@ } ], "range": [ - 62887, - 62934 + 62883, + 62930 ], "loc": { "start": { @@ -142008,8 +142006,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 62961, - 62970 + 62957, + 62966 ], "loc": { "start": { @@ -142024,8 +142022,8 @@ } ], "range": [ - 62935, - 62992 + 62931, + 62988 ], "loc": { "start": { @@ -142040,8 +142038,8 @@ }, "alternate": null, "range": [ - 62884, - 62992 + 62880, + 62988 ], "loc": { "start": { @@ -142056,8 +142054,8 @@ } ], "range": [ - 62862, - 63010 + 62858, + 63006 ], "loc": { "start": { @@ -142072,8 +142070,8 @@ }, "alternate": null, "range": [ - 62802, - 63010 + 62798, + 63006 ], "loc": { "start": { @@ -142095,8 +142093,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 63031, - 63039 + 63027, + 63035 ], "loc": { "start": { @@ -142117,8 +142115,8 @@ "object": { "type": "ThisExpression", "range": [ - 63042, - 63046 + 63038, + 63042 ], "loc": { "start": { @@ -142135,8 +142133,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 63047, - 63058 + 63043, + 63054 ], "loc": { "start": { @@ -142150,8 +142148,8 @@ } }, "range": [ - 63042, - 63058 + 63038, + 63054 ], "loc": { "start": { @@ -142172,8 +142170,8 @@ "type": "Identifier", "name": "cells", "range": [ - 63059, - 63064 + 63055, + 63060 ], "loc": { "start": { @@ -142190,8 +142188,8 @@ "type": "Identifier", "name": "k", "range": [ - 63065, - 63066 + 63061, + 63062 ], "loc": { "start": { @@ -142205,8 +142203,8 @@ } }, "range": [ - 63059, - 63067 + 63055, + 63063 ], "loc": { "start": { @@ -142221,8 +142219,8 @@ } ], "range": [ - 63042, - 63068 + 63038, + 63064 ], "loc": { "start": { @@ -142236,8 +142234,8 @@ } }, "range": [ - 63031, - 63068 + 63027, + 63064 ], "loc": { "start": { @@ -142253,8 +142251,8 @@ ], "kind": "let", "range": [ - 63027, - 63069 + 63023, + 63065 ], "loc": { "start": { @@ -142281,8 +142279,8 @@ "type": "Identifier", "name": "rData", "range": [ - 63086, - 63091 + 63082, + 63087 ], "loc": { "start": { @@ -142300,8 +142298,8 @@ "value": 1, "raw": "1", "range": [ - 63092, - 63093 + 63088, + 63089 ], "loc": { "start": { @@ -142315,8 +142313,8 @@ } }, "range": [ - 63086, - 63094 + 63082, + 63090 ], "loc": { "start": { @@ -142333,8 +142331,8 @@ "type": "Identifier", "name": "push", "range": [ - 63095, - 63099 + 63091, + 63095 ], "loc": { "start": { @@ -142348,8 +142346,8 @@ } }, "range": [ - 63086, - 63099 + 63082, + 63095 ], "loc": { "start": { @@ -142367,8 +142365,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 63100, - 63108 + 63096, + 63104 ], "loc": { "start": { @@ -142383,8 +142381,8 @@ } ], "range": [ - 63086, - 63109 + 63082, + 63105 ], "loc": { "start": { @@ -142398,8 +142396,8 @@ } }, "range": [ - 63086, - 63110 + 63082, + 63106 ], "loc": { "start": { @@ -142414,8 +142412,8 @@ } ], "range": [ - 62784, - 63124 + 62780, + 63120 ], "loc": { "start": { @@ -142429,8 +142427,8 @@ } }, "range": [ - 62751, - 63124 + 62747, + 63120 ], "loc": { "start": { @@ -142454,8 +142452,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 63137, - 63149 + 63133, + 63145 ], "loc": { "start": { @@ -142472,8 +142470,8 @@ "type": "Identifier", "name": "push", "range": [ - 63150, - 63154 + 63146, + 63150 ], "loc": { "start": { @@ -142487,8 +142485,8 @@ } }, "range": [ - 63137, - 63154 + 63133, + 63150 ], "loc": { "start": { @@ -142506,8 +142504,8 @@ "type": "Identifier", "name": "rData", "range": [ - 63155, - 63160 + 63151, + 63156 ], "loc": { "start": { @@ -142522,8 +142520,8 @@ } ], "range": [ - 63137, - 63161 + 63133, + 63157 ], "loc": { "start": { @@ -142537,8 +142535,8 @@ } }, "range": [ - 63137, - 63162 + 63133, + 63158 ], "loc": { "start": { @@ -142553,8 +142551,8 @@ } ], "range": [ - 62623, - 63172 + 62619, + 63168 ], "loc": { "start": { @@ -142568,8 +142566,8 @@ } }, "range": [ - 62586, - 63172 + 62582, + 63168 ], "loc": { "start": { @@ -142588,8 +142586,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 63188, - 63200 + 63184, + 63196 ], "loc": { "start": { @@ -142603,8 +142601,8 @@ } }, "range": [ - 63181, - 63201 + 63177, + 63197 ], "loc": { "start": { @@ -142619,8 +142617,8 @@ } ], "range": [ - 62221, - 63207 + 62217, + 63203 ], "loc": { "start": { @@ -142636,8 +142634,8 @@ "generator": false, "expression": false, "range": [ - 62174, - 63207 + 62170, + 63203 ], "loc": { "start": { @@ -142653,8 +142651,8 @@ "kind": "method", "computed": false, "range": [ - 62159, - 63207 + 62155, + 63203 ], "loc": { "start": { @@ -142671,8 +142669,8 @@ "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": [ - 61747, - 62154 + 61743, + 62150 ], "loc": { "start": { @@ -142691,8 +142689,8 @@ "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": [ - 63213, - 63544 + 63209, + 63540 ], "loc": { "start": { @@ -142714,8 +142712,8 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 63549, - 63567 + 63545, + 63563 ], "loc": { "start": { @@ -142736,8 +142734,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63568, - 63576 + 63564, + 63572 ], "loc": { "start": { @@ -142756,8 +142754,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 63578, - 63592 + 63574, + 63588 ], "loc": { "start": { @@ -142775,8 +142773,8 @@ "value": false, "raw": "false", "range": [ - 63593, - 63598 + 63589, + 63594 ], "loc": { "start": { @@ -142790,8 +142788,8 @@ } }, "range": [ - 63578, - 63598 + 63574, + 63594 ], "loc": { "start": { @@ -142819,8 +142817,8 @@ "type": "Identifier", "name": "Types", "range": [ - 63612, - 63617 + 63608, + 63613 ], "loc": { "start": { @@ -142837,8 +142835,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 63618, - 63625 + 63614, + 63621 ], "loc": { "start": { @@ -142852,8 +142850,8 @@ } }, "range": [ - 63612, - 63625 + 63608, + 63621 ], "loc": { "start": { @@ -142871,8 +142869,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63626, - 63634 + 63622, + 63630 ], "loc": { "start": { @@ -142887,8 +142885,8 @@ } ], "range": [ - 63612, - 63635 + 63608, + 63631 ], "loc": { "start": { @@ -142910,8 +142908,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63657, - 63659 + 63653, + 63655 ], "loc": { "start": { @@ -142925,8 +142923,8 @@ } }, "range": [ - 63650, - 63660 + 63646, + 63656 ], "loc": { "start": { @@ -142941,8 +142939,8 @@ } ], "range": [ - 63636, - 63670 + 63632, + 63666 ], "loc": { "start": { @@ -142957,8 +142955,8 @@ }, "alternate": null, "range": [ - 63609, - 63670 + 63605, + 63666 ], "loc": { "start": { @@ -142980,8 +142978,8 @@ "type": "Identifier", "name": "data", "range": [ - 63683, - 63687 + 63679, + 63683 ], "loc": { "start": { @@ -143002,8 +143000,8 @@ "object": { "type": "ThisExpression", "range": [ - 63691, - 63695 + 63687, + 63691 ], "loc": { "start": { @@ -143020,8 +143018,8 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 63696, - 63711 + 63692, + 63707 ], "loc": { "start": { @@ -143035,8 +143033,8 @@ } }, "range": [ - 63691, - 63711 + 63687, + 63707 ], "loc": { "start": { @@ -143051,8 +143049,8 @@ }, "arguments": [], "range": [ - 63691, - 63713 + 63687, + 63709 ], "loc": { "start": { @@ -143066,8 +143064,8 @@ } }, "range": [ - 63683, - 63713 + 63679, + 63709 ], "loc": { "start": { @@ -143086,8 +143084,8 @@ "type": "Identifier", "name": "colData", "range": [ - 63727, - 63734 + 63723, + 63730 ], "loc": { "start": { @@ -143104,8 +143102,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63737, - 63739 + 63733, + 63735 ], "loc": { "start": { @@ -143119,8 +143117,8 @@ } }, "range": [ - 63727, - 63739 + 63723, + 63735 ], "loc": { "start": { @@ -143136,8 +143134,8 @@ ], "kind": "let", "range": [ - 63679, - 63740 + 63675, + 63736 ], "loc": { "start": { @@ -143156,8 +143154,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 63752, - 63766 + 63748, + 63762 ], "loc": { "start": { @@ -143184,8 +143182,8 @@ "type": "Identifier", "name": "colData", "range": [ - 63781, - 63788 + 63777, + 63784 ], "loc": { "start": { @@ -143202,8 +143200,8 @@ "type": "Identifier", "name": "push", "range": [ - 63789, - 63793 + 63785, + 63789 ], "loc": { "start": { @@ -143217,8 +143215,8 @@ } }, "range": [ - 63781, - 63793 + 63777, + 63789 ], "loc": { "start": { @@ -143243,8 +143241,8 @@ "object": { "type": "ThisExpression", "range": [ - 63794, - 63798 + 63790, + 63794 ], "loc": { "start": { @@ -143261,8 +143259,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 63799, - 63813 + 63795, + 63809 ], "loc": { "start": { @@ -143276,8 +143274,8 @@ } }, "range": [ - 63794, - 63813 + 63790, + 63809 ], "loc": { "start": { @@ -143292,8 +143290,8 @@ }, "arguments": [], "range": [ - 63794, - 63815 + 63790, + 63811 ], "loc": { "start": { @@ -143310,8 +143308,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63816, - 63824 + 63812, + 63820 ], "loc": { "start": { @@ -143325,8 +143323,8 @@ } }, "range": [ - 63794, - 63825 + 63790, + 63821 ], "loc": { "start": { @@ -143341,8 +143339,8 @@ } ], "range": [ - 63781, - 63826 + 63777, + 63822 ], "loc": { "start": { @@ -143356,8 +143354,8 @@ } }, "range": [ - 63781, - 63827 + 63777, + 63823 ], "loc": { "start": { @@ -143372,8 +143370,8 @@ } ], "range": [ - 63767, - 63837 + 63763, + 63833 ], "loc": { "start": { @@ -143388,8 +143386,8 @@ }, "alternate": null, "range": [ - 63749, - 63837 + 63745, + 63833 ], "loc": { "start": { @@ -143413,8 +143411,8 @@ "type": "Identifier", "name": "i", "range": [ - 63854, - 63855 + 63850, + 63851 ], "loc": { "start": { @@ -143432,8 +143430,8 @@ "value": 0, "raw": "0", "range": [ - 63856, - 63857 + 63852, + 63853 ], "loc": { "start": { @@ -143447,8 +143445,8 @@ } }, "range": [ - 63854, - 63857 + 63850, + 63853 ], "loc": { "start": { @@ -143467,8 +143465,8 @@ "type": "Identifier", "name": "len", "range": [ - 63859, - 63862 + 63855, + 63858 ], "loc": { "start": { @@ -143488,8 +143486,8 @@ "type": "Identifier", "name": "data", "range": [ - 63863, - 63867 + 63859, + 63863 ], "loc": { "start": { @@ -143506,8 +143504,8 @@ "type": "Identifier", "name": "length", "range": [ - 63868, - 63874 + 63864, + 63870 ], "loc": { "start": { @@ -143521,8 +143519,8 @@ } }, "range": [ - 63863, - 63874 + 63859, + 63870 ], "loc": { "start": { @@ -143536,8 +143534,8 @@ } }, "range": [ - 63859, - 63874 + 63855, + 63870 ], "loc": { "start": { @@ -143553,8 +143551,8 @@ ], "kind": "let", "range": [ - 63850, - 63874 + 63846, + 63870 ], "loc": { "start": { @@ -143574,8 +143572,8 @@ "type": "Identifier", "name": "i", "range": [ - 63876, - 63877 + 63872, + 63873 ], "loc": { "start": { @@ -143592,8 +143590,8 @@ "type": "Identifier", "name": "len", "range": [ - 63878, - 63881 + 63874, + 63877 ], "loc": { "start": { @@ -143607,8 +143605,8 @@ } }, "range": [ - 63876, - 63881 + 63872, + 63877 ], "loc": { "start": { @@ -143628,8 +143626,8 @@ "type": "Identifier", "name": "i", "range": [ - 63883, - 63884 + 63879, + 63880 ], "loc": { "start": { @@ -143644,8 +143642,8 @@ }, "prefix": false, "range": [ - 63883, - 63886 + 63879, + 63882 ], "loc": { "start": { @@ -143670,8 +143668,8 @@ "type": "Identifier", "name": "r", "range": [ - 63905, - 63906 + 63901, + 63902 ], "loc": { "start": { @@ -143691,8 +143689,8 @@ "type": "Identifier", "name": "data", "range": [ - 63909, - 63913 + 63905, + 63909 ], "loc": { "start": { @@ -143709,8 +143707,8 @@ "type": "Identifier", "name": "i", "range": [ - 63914, - 63915 + 63910, + 63911 ], "loc": { "start": { @@ -143724,8 +143722,8 @@ } }, "range": [ - 63909, - 63916 + 63905, + 63912 ], "loc": { "start": { @@ -143739,8 +143737,8 @@ } }, "range": [ - 63905, - 63916 + 63901, + 63912 ], "loc": { "start": { @@ -143759,8 +143757,8 @@ "type": "Identifier", "name": "d", "range": [ - 63979, - 63980 + 63975, + 63976 ], "loc": { "start": { @@ -143780,8 +143778,8 @@ "type": "Identifier", "name": "r", "range": [ - 63983, - 63984 + 63979, + 63980 ], "loc": { "start": { @@ -143799,8 +143797,8 @@ "value": 1, "raw": "1", "range": [ - 63985, - 63986 + 63981, + 63982 ], "loc": { "start": { @@ -143814,8 +143812,8 @@ } }, "range": [ - 63983, - 63987 + 63979, + 63983 ], "loc": { "start": { @@ -143829,8 +143827,8 @@ } }, "range": [ - 63979, - 63987 + 63975, + 63983 ], "loc": { "start": { @@ -143847,8 +143845,8 @@ "type": "Line", "value": "cols values of current row", "range": [ - 63934, - 63962 + 63930, + 63958 ], "loc": { "start": { @@ -143869,8 +143867,8 @@ "type": "Identifier", "name": "c", "range": [ - 64047, - 64048 + 64043, + 64044 ], "loc": { "start": { @@ -143890,8 +143888,8 @@ "type": "Identifier", "name": "d", "range": [ - 64051, - 64052 + 64047, + 64048 ], "loc": { "start": { @@ -143908,8 +143906,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 64053, - 64061 + 64049, + 64057 ], "loc": { "start": { @@ -143923,8 +143921,8 @@ } }, "range": [ - 64051, - 64062 + 64047, + 64058 ], "loc": { "start": { @@ -143938,8 +143936,8 @@ } }, "range": [ - 64047, - 64062 + 64043, + 64058 ], "loc": { "start": { @@ -143956,8 +143954,8 @@ "type": "Line", "value": "data of searched column", "range": [ - 64005, - 64030 + 64001, + 64026 ], "loc": { "start": { @@ -143975,8 +143973,8 @@ ], "kind": "let", "range": [ - 63901, - 64063 + 63897, + 64059 ], "loc": { "start": { @@ -144000,8 +143998,8 @@ "type": "Identifier", "name": "colData", "range": [ - 64076, - 64083 + 64072, + 64079 ], "loc": { "start": { @@ -144018,8 +144016,8 @@ "type": "Identifier", "name": "push", "range": [ - 64084, - 64088 + 64080, + 64084 ], "loc": { "start": { @@ -144033,8 +144031,8 @@ } }, "range": [ - 64076, - 64088 + 64072, + 64084 ], "loc": { "start": { @@ -144052,8 +144050,8 @@ "type": "Identifier", "name": "c", "range": [ - 64089, - 64090 + 64085, + 64086 ], "loc": { "start": { @@ -144068,8 +144066,8 @@ } ], "range": [ - 64076, - 64091 + 64072, + 64087 ], "loc": { "start": { @@ -144083,8 +144081,8 @@ } }, "range": [ - 64076, - 64092 + 64072, + 64088 ], "loc": { "start": { @@ -144099,8 +144097,8 @@ } ], "range": [ - 63887, - 64102 + 63883, + 64098 ], "loc": { "start": { @@ -144114,8 +144112,8 @@ } }, "range": [ - 63846, - 64102 + 63842, + 64098 ], "loc": { "start": { @@ -144134,8 +144132,8 @@ "type": "Identifier", "name": "colData", "range": [ - 64118, - 64125 + 64114, + 64121 ], "loc": { "start": { @@ -144149,8 +144147,8 @@ } }, "range": [ - 64111, - 64126 + 64107, + 64122 ], "loc": { "start": { @@ -144165,8 +144163,8 @@ } ], "range": [ - 63599, - 64132 + 63595, + 64128 ], "loc": { "start": { @@ -144182,8 +144180,8 @@ "generator": false, "expression": false, "range": [ - 63567, - 64132 + 63563, + 64128 ], "loc": { "start": { @@ -144199,8 +144197,8 @@ "kind": "method", "computed": false, "range": [ - 63549, - 64132 + 63545, + 64128 ], "loc": { "start": { @@ -144217,8 +144215,8 @@ "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": [ - 63213, - 63544 + 63209, + 63540 ], "loc": { "start": { @@ -144237,8 +144235,8 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 64138, - 64287 + 64134, + 64283 ], "loc": { "start": { @@ -144260,8 +144258,8 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 64292, - 64305 + 64288, + 64301 ], "loc": { "start": { @@ -144282,8 +144280,8 @@ "type": "Identifier", "name": "row", "range": [ - 64306, - 64309 + 64302, + 64305 ], "loc": { "start": { @@ -144314,8 +144312,8 @@ "type": "Identifier", "name": "Types", "range": [ - 64324, - 64329 + 64320, + 64325 ], "loc": { "start": { @@ -144332,8 +144330,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 64330, - 64335 + 64326, + 64331 ], "loc": { "start": { @@ -144347,8 +144345,8 @@ } }, "range": [ - 64324, - 64335 + 64320, + 64331 ], "loc": { "start": { @@ -144366,8 +144364,8 @@ "type": "Identifier", "name": "row", "range": [ - 64336, - 64339 + 64332, + 64335 ], "loc": { "start": { @@ -144382,8 +144380,8 @@ } ], "range": [ - 64324, - 64340 + 64320, + 64336 ], "loc": { "start": { @@ -144398,8 +144396,8 @@ }, "prefix": true, "range": [ - 64323, - 64340 + 64319, + 64336 ], "loc": { "start": { @@ -144422,8 +144420,8 @@ "value": null, "raw": "null", "range": [ - 64362, - 64366 + 64358, + 64362 ], "loc": { "start": { @@ -144437,8 +144435,8 @@ } }, "range": [ - 64355, - 64367 + 64351, + 64363 ], "loc": { "start": { @@ -144453,8 +144451,8 @@ } ], "range": [ - 64341, - 64377 + 64337, + 64373 ], "loc": { "start": { @@ -144469,8 +144467,8 @@ }, "alternate": null, "range": [ - 64320, - 64377 + 64316, + 64373 ], "loc": { "start": { @@ -144495,8 +144493,8 @@ "type": "Identifier", "name": "row", "range": [ - 64393, - 64396 + 64389, + 64392 ], "loc": { "start": { @@ -144513,8 +144511,8 @@ "type": "Identifier", "name": "style", "range": [ - 64397, - 64402 + 64393, + 64398 ], "loc": { "start": { @@ -144528,8 +144526,8 @@ } }, "range": [ - 64393, - 64402 + 64389, + 64398 ], "loc": { "start": { @@ -144546,8 +144544,8 @@ "type": "Identifier", "name": "display", "range": [ - 64403, - 64410 + 64399, + 64406 ], "loc": { "start": { @@ -144561,8 +144559,8 @@ } }, "range": [ - 64393, - 64410 + 64389, + 64406 ], "loc": { "start": { @@ -144576,8 +144574,8 @@ } }, "range": [ - 64386, - 64411 + 64382, + 64407 ], "loc": { "start": { @@ -144592,8 +144590,8 @@ } ], "range": [ - 64310, - 64417 + 64306, + 64413 ], "loc": { "start": { @@ -144609,8 +144607,8 @@ "generator": false, "expression": false, "range": [ - 64305, - 64417 + 64301, + 64413 ], "loc": { "start": { @@ -144626,8 +144624,8 @@ "kind": "method", "computed": false, "range": [ - 64292, - 64417 + 64288, + 64413 ], "loc": { "start": { @@ -144644,8 +144642,8 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 64138, - 64287 + 64134, + 64283 ], "loc": { "start": { @@ -144664,8 +144662,8 @@ "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": [ - 64423, - 64596 + 64419, + 64592 ], "loc": { "start": { @@ -144687,8 +144685,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 64601, - 64612 + 64597, + 64608 ], "loc": { "start": { @@ -144709,8 +144707,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64613, - 64621 + 64609, + 64617 ], "loc": { "start": { @@ -144727,8 +144725,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64623, - 64630 + 64619, + 64626 ], "loc": { "start": { @@ -144754,8 +144752,8 @@ "type": "Identifier", "name": "row", "range": [ - 64645, - 64648 + 64641, + 64644 ], "loc": { "start": { @@ -144780,8 +144778,8 @@ "object": { "type": "ThisExpression", "range": [ - 64651, - 64655 + 64647, + 64651 ], "loc": { "start": { @@ -144798,8 +144796,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 64656, - 64659 + 64652, + 64655 ], "loc": { "start": { @@ -144813,8 +144811,8 @@ } }, "range": [ - 64651, - 64659 + 64647, + 64655 ], "loc": { "start": { @@ -144831,8 +144829,8 @@ "type": "Identifier", "name": "rows", "range": [ - 64660, - 64664 + 64656, + 64660 ], "loc": { "start": { @@ -144846,8 +144844,8 @@ } }, "range": [ - 64651, - 64664 + 64647, + 64660 ], "loc": { "start": { @@ -144864,8 +144862,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64665, - 64673 + 64661, + 64669 ], "loc": { "start": { @@ -144879,8 +144877,8 @@ } }, "range": [ - 64651, - 64674 + 64647, + 64670 ], "loc": { "start": { @@ -144894,8 +144892,8 @@ } }, "range": [ - 64645, - 64674 + 64641, + 64670 ], "loc": { "start": { @@ -144911,8 +144909,8 @@ ], "kind": "let", "range": [ - 64641, - 64675 + 64637, + 64671 ], "loc": { "start": { @@ -144937,8 +144935,8 @@ "type": "Identifier", "name": "row", "range": [ - 64688, - 64691 + 64684, + 64687 ], "loc": { "start": { @@ -144953,8 +144951,8 @@ }, "prefix": true, "range": [ - 64687, - 64691 + 64683, + 64687 ], "loc": { "start": { @@ -144977,8 +144975,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64702, - 64709 + 64698, + 64705 ], "loc": { "start": { @@ -144993,8 +144991,8 @@ }, "prefix": true, "range": [ - 64695, - 64709 + 64691, + 64705 ], "loc": { "start": { @@ -145012,8 +145010,8 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 64714, - 64723 + 64710, + 64719 ], "loc": { "start": { @@ -145027,8 +145025,8 @@ } }, "range": [ - 64695, - 64723 + 64691, + 64719 ], "loc": { "start": { @@ -145042,8 +145040,8 @@ } }, "range": [ - 64687, - 64723 + 64683, + 64719 ], "loc": { "start": { @@ -145063,8 +145061,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64738, - 64745 + 64734, + 64741 ], "loc": { "start": { @@ -145079,8 +145077,8 @@ } ], "range": [ - 64724, - 64755 + 64720, + 64751 ], "loc": { "start": { @@ -145095,8 +145093,8 @@ }, "alternate": null, "range": [ - 64684, - 64755 + 64680, + 64751 ], "loc": { "start": { @@ -145113,8 +145111,8 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 64765, - 64797 + 64761, + 64793 ], "loc": { "start": { @@ -145140,8 +145138,8 @@ "object": { "type": "ThisExpression", "range": [ - 64809, - 64813 + 64805, + 64809 ], "loc": { "start": { @@ -145158,8 +145156,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 64814, - 64828 + 64810, + 64824 ], "loc": { "start": { @@ -145173,8 +145171,8 @@ } }, "range": [ - 64809, - 64828 + 64805, + 64824 ], "loc": { "start": { @@ -145201,8 +145199,8 @@ "object": { "type": "ThisExpression", "range": [ - 64832, - 64836 + 64828, + 64832 ], "loc": { "start": { @@ -145219,8 +145217,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 64837, - 64848 + 64833, + 64844 ], "loc": { "start": { @@ -145234,8 +145232,8 @@ } }, "range": [ - 64832, - 64848 + 64828, + 64844 ], "loc": { "start": { @@ -145252,8 +145250,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 64849, - 64856 + 64845, + 64852 ], "loc": { "start": { @@ -145267,8 +145265,8 @@ } }, "range": [ - 64832, - 64856 + 64828, + 64852 ], "loc": { "start": { @@ -145286,8 +145284,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64857, - 64865 + 64853, + 64861 ], "loc": { "start": { @@ -145302,8 +145300,8 @@ } ], "range": [ - 64832, - 64866 + 64828, + 64862 ], "loc": { "start": { @@ -145324,8 +145322,8 @@ "value": 1, "raw": "1", "range": [ - 64872, - 64873 + 64868, + 64869 ], "loc": { "start": { @@ -145340,8 +145338,8 @@ }, "prefix": true, "range": [ - 64871, - 64873 + 64867, + 64869 ], "loc": { "start": { @@ -145355,8 +145353,8 @@ } }, "range": [ - 64832, - 64873 + 64828, + 64869 ], "loc": { "start": { @@ -145370,8 +145368,8 @@ } }, "range": [ - 64809, - 64873 + 64805, + 64869 ], "loc": { "start": { @@ -145396,8 +145394,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64888, - 64895 + 64884, + 64891 ], "loc": { "start": { @@ -145415,8 +145413,8 @@ "value": true, "raw": "true", "range": [ - 64898, - 64902 + 64894, + 64898 ], "loc": { "start": { @@ -145430,8 +145428,8 @@ } }, "range": [ - 64888, - 64902 + 64884, + 64898 ], "loc": { "start": { @@ -145445,8 +145443,8 @@ } }, "range": [ - 64888, - 64903 + 64884, + 64899 ], "loc": { "start": { @@ -145461,8 +145459,8 @@ } ], "range": [ - 64874, - 64913 + 64870, + 64909 ], "loc": { "start": { @@ -145477,8 +145475,8 @@ }, "alternate": null, "range": [ - 64806, - 64913 + 64802, + 64909 ], "loc": { "start": { @@ -145495,8 +145493,8 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 64765, - 64797 + 64761, + 64793 ], "loc": { "start": { @@ -145520,8 +145518,8 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 64927, - 64938 + 64923, + 64934 ], "loc": { "start": { @@ -145540,8 +145538,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64941, - 64948 + 64937, + 64944 ], "loc": { "start": { @@ -145559,8 +145557,8 @@ "value": "", "raw": "''", "range": [ - 64951, - 64953 + 64947, + 64949 ], "loc": { "start": { @@ -145578,8 +145576,8 @@ "value": "none", "raw": "'none'", "range": [ - 64956, - 64962 + 64952, + 64958 ], "loc": { "start": { @@ -145593,8 +145591,8 @@ } }, "range": [ - 64941, - 64962 + 64937, + 64958 ], "loc": { "start": { @@ -145608,8 +145606,8 @@ } }, "range": [ - 64927, - 64962 + 64923, + 64958 ], "loc": { "start": { @@ -145628,8 +145626,8 @@ "type": "Identifier", "name": "validFlag", "range": [ - 64976, - 64985 + 64972, + 64981 ], "loc": { "start": { @@ -145648,8 +145646,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64988, - 64995 + 64984, + 64991 ], "loc": { "start": { @@ -145667,8 +145665,8 @@ "value": "true", "raw": "'true'", "range": [ - 64998, - 65004 + 64994, + 65000 ], "loc": { "start": { @@ -145686,8 +145684,8 @@ "value": "false", "raw": "'false'", "range": [ - 65007, - 65014 + 65003, + 65010 ], "loc": { "start": { @@ -145701,8 +145699,8 @@ } }, "range": [ - 64988, - 65014 + 64984, + 65010 ], "loc": { "start": { @@ -145716,8 +145714,8 @@ } }, "range": [ - 64976, - 65014 + 64972, + 65010 ], "loc": { "start": { @@ -145733,8 +145731,8 @@ ], "kind": "let", "range": [ - 64923, - 65015 + 64919, + 65011 ], "loc": { "start": { @@ -145762,8 +145760,8 @@ "type": "Identifier", "name": "row", "range": [ - 65024, - 65027 + 65020, + 65023 ], "loc": { "start": { @@ -145780,8 +145778,8 @@ "type": "Identifier", "name": "style", "range": [ - 65028, - 65033 + 65024, + 65029 ], "loc": { "start": { @@ -145795,8 +145793,8 @@ } }, "range": [ - 65024, - 65033 + 65020, + 65029 ], "loc": { "start": { @@ -145813,8 +145811,8 @@ "type": "Identifier", "name": "display", "range": [ - 65034, - 65041 + 65030, + 65037 ], "loc": { "start": { @@ -145828,8 +145826,8 @@ } }, "range": [ - 65024, - 65041 + 65020, + 65037 ], "loc": { "start": { @@ -145846,8 +145844,8 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 65044, - 65055 + 65040, + 65051 ], "loc": { "start": { @@ -145861,8 +145859,8 @@ } }, "range": [ - 65024, - 65055 + 65020, + 65051 ], "loc": { "start": { @@ -145876,8 +145874,8 @@ } }, "range": [ - 65024, - 65056 + 65020, + 65052 ], "loc": { "start": { @@ -145898,8 +145896,8 @@ "object": { "type": "ThisExpression", "range": [ - 65069, - 65073 + 65065, + 65069 ], "loc": { "start": { @@ -145916,8 +145914,8 @@ "type": "Identifier", "name": "paging", "range": [ - 65074, - 65080 + 65070, + 65076 ], "loc": { "start": { @@ -145931,8 +145929,8 @@ } }, "range": [ - 65069, - 65080 + 65065, + 65076 ], "loc": { "start": { @@ -145959,8 +145957,8 @@ "type": "Identifier", "name": "row", "range": [ - 65095, - 65098 + 65091, + 65094 ], "loc": { "start": { @@ -145977,8 +145975,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 65099, - 65111 + 65095, + 65107 ], "loc": { "start": { @@ -145992,8 +145990,8 @@ } }, "range": [ - 65095, - 65111 + 65091, + 65107 ], "loc": { "start": { @@ -146012,8 +146010,8 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 65112, - 65122 + 65108, + 65118 ], "loc": { "start": { @@ -146030,8 +146028,8 @@ "type": "Identifier", "name": "validFlag", "range": [ - 65124, - 65133 + 65120, + 65129 ], "loc": { "start": { @@ -146046,8 +146044,8 @@ } ], "range": [ - 65095, - 65134 + 65091, + 65130 ], "loc": { "start": { @@ -146061,8 +146059,8 @@ } }, "range": [ - 65095, - 65135 + 65091, + 65131 ], "loc": { "start": { @@ -146077,8 +146075,8 @@ } ], "range": [ - 65081, - 65145 + 65077, + 65141 ], "loc": { "start": { @@ -146093,8 +146091,8 @@ }, "alternate": null, "range": [ - 65066, - 65145 + 65062, + 65141 ], "loc": { "start": { @@ -146113,8 +146111,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 65158, - 65165 + 65154, + 65161 ], "loc": { "start": { @@ -146146,8 +146144,8 @@ "object": { "type": "ThisExpression", "range": [ - 65183, - 65187 + 65179, + 65183 ], "loc": { "start": { @@ -146164,8 +146162,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 65188, - 65202 + 65184, + 65198 ], "loc": { "start": { @@ -146179,8 +146177,8 @@ } }, "range": [ - 65183, - 65202 + 65179, + 65198 ], "loc": { "start": { @@ -146197,8 +146195,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 65203, - 65210 + 65199, + 65206 ], "loc": { "start": { @@ -146212,8 +146210,8 @@ } }, "range": [ - 65183, - 65210 + 65179, + 65206 ], "loc": { "start": { @@ -146231,8 +146229,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 65211, - 65219 + 65207, + 65215 ], "loc": { "start": { @@ -146247,8 +146245,8 @@ } ], "range": [ - 65183, - 65220 + 65179, + 65216 ], "loc": { "start": { @@ -146269,8 +146267,8 @@ "value": 1, "raw": "1", "range": [ - 65226, - 65227 + 65222, + 65223 ], "loc": { "start": { @@ -146285,8 +146283,8 @@ }, "prefix": true, "range": [ - 65225, - 65227 + 65221, + 65223 ], "loc": { "start": { @@ -146300,8 +146298,8 @@ } }, "range": [ - 65183, - 65227 + 65179, + 65223 ], "loc": { "start": { @@ -146330,8 +146328,8 @@ "object": { "type": "ThisExpression", "range": [ - 65246, - 65250 + 65242, + 65246 ], "loc": { "start": { @@ -146348,8 +146346,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 65251, - 65265 + 65247, + 65261 ], "loc": { "start": { @@ -146363,8 +146361,8 @@ } }, "range": [ - 65246, - 65265 + 65242, + 65261 ], "loc": { "start": { @@ -146381,8 +146379,8 @@ "type": "Identifier", "name": "push", "range": [ - 65266, - 65270 + 65262, + 65266 ], "loc": { "start": { @@ -146396,8 +146394,8 @@ } }, "range": [ - 65246, - 65270 + 65242, + 65266 ], "loc": { "start": { @@ -146415,8 +146413,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 65271, - 65279 + 65267, + 65275 ], "loc": { "start": { @@ -146431,8 +146429,8 @@ } ], "range": [ - 65246, - 65280 + 65242, + 65276 ], "loc": { "start": { @@ -146446,8 +146444,8 @@ } }, "range": [ - 65246, - 65281 + 65242, + 65277 ], "loc": { "start": { @@ -146462,8 +146460,8 @@ } ], "range": [ - 65228, - 65295 + 65224, + 65291 ], "loc": { "start": { @@ -146478,8 +146476,8 @@ }, "alternate": null, "range": [ - 65180, - 65295 + 65176, + 65291 ], "loc": { "start": { @@ -146500,8 +146498,8 @@ "object": { "type": "ThisExpression", "range": [ - 65312, - 65316 + 65308, + 65312 ], "loc": { "start": { @@ -146518,8 +146516,8 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 65317, - 65331 + 65313, + 65327 ], "loc": { "start": { @@ -146533,8 +146531,8 @@ } }, "range": [ - 65312, - 65331 + 65308, + 65327 ], "loc": { "start": { @@ -146563,8 +146561,8 @@ "object": { "type": "ThisExpression", "range": [ - 65350, - 65354 + 65346, + 65350 ], "loc": { "start": { @@ -146581,8 +146579,8 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 65355, - 65369 + 65351, + 65365 ], "loc": { "start": { @@ -146596,8 +146594,8 @@ } }, "range": [ - 65350, - 65369 + 65346, + 65365 ], "loc": { "start": { @@ -146614,8 +146612,8 @@ "type": "Identifier", "name": "call", "range": [ - 65370, - 65374 + 65366, + 65370 ], "loc": { "start": { @@ -146629,8 +146627,8 @@ } }, "range": [ - 65350, - 65374 + 65346, + 65370 ], "loc": { "start": { @@ -146649,8 +146647,8 @@ "value": null, "raw": "null", "range": [ - 65375, - 65379 + 65371, + 65375 ], "loc": { "start": { @@ -146666,8 +146664,8 @@ { "type": "ThisExpression", "range": [ - 65381, - 65385 + 65377, + 65381 ], "loc": { "start": { @@ -146684,8 +146682,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 65387, - 65395 + 65383, + 65391 ], "loc": { "start": { @@ -146700,8 +146698,8 @@ } ], "range": [ - 65350, - 65396 + 65346, + 65392 ], "loc": { "start": { @@ -146715,8 +146713,8 @@ } }, "range": [ - 65350, - 65397 + 65346, + 65393 ], "loc": { "start": { @@ -146731,8 +146729,8 @@ } ], "range": [ - 65332, - 65411 + 65328, + 65407 ], "loc": { "start": { @@ -146747,8 +146745,8 @@ }, "alternate": null, "range": [ - 65309, - 65411 + 65305, + 65407 ], "loc": { "start": { @@ -146774,8 +146772,8 @@ "object": { "type": "ThisExpression", "range": [ - 65425, - 65429 + 65421, + 65425 ], "loc": { "start": { @@ -146792,8 +146790,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 65430, - 65437 + 65426, + 65433 ], "loc": { "start": { @@ -146807,8 +146805,8 @@ } }, "range": [ - 65425, - 65437 + 65421, + 65433 ], "loc": { "start": { @@ -146825,8 +146823,8 @@ "type": "Identifier", "name": "emit", "range": [ - 65438, - 65442 + 65434, + 65438 ], "loc": { "start": { @@ -146840,8 +146838,8 @@ } }, "range": [ - 65425, - 65442 + 65421, + 65438 ], "loc": { "start": { @@ -146860,8 +146858,8 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 65443, - 65458 + 65439, + 65454 ], "loc": { "start": { @@ -146877,8 +146875,8 @@ { "type": "ThisExpression", "range": [ - 65460, - 65464 + 65456, + 65460 ], "loc": { "start": { @@ -146895,8 +146893,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 65466, - 65474 + 65462, + 65470 ], "loc": { "start": { @@ -146911,8 +146909,8 @@ } ], "range": [ - 65425, - 65475 + 65421, + 65471 ], "loc": { "start": { @@ -146926,8 +146924,8 @@ } }, "range": [ - 65425, - 65476 + 65421, + 65472 ], "loc": { "start": { @@ -146942,8 +146940,8 @@ } ], "range": [ - 65166, - 65486 + 65162, + 65482 ], "loc": { "start": { @@ -146958,8 +146956,8 @@ }, "alternate": null, "range": [ - 65155, - 65486 + 65151, + 65482 ], "loc": { "start": { @@ -146974,8 +146972,8 @@ } ], "range": [ - 64631, - 65492 + 64627, + 65488 ], "loc": { "start": { @@ -146991,8 +146989,8 @@ "generator": false, "expression": false, "range": [ - 64612, - 65492 + 64608, + 65488 ], "loc": { "start": { @@ -147008,8 +147006,8 @@ "kind": "method", "computed": false, "range": [ - 64601, - 65492 + 64597, + 65488 ], "loc": { "start": { @@ -147026,8 +147024,8 @@ "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": [ - 64423, - 64596 + 64419, + 64592 ], "loc": { "start": { @@ -147046,8 +147044,8 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 65498, - 65545 + 65494, + 65541 ], "loc": { "start": { @@ -147069,8 +147067,8 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 65550, - 65565 + 65546, + 65561 ], "loc": { "start": { @@ -147101,8 +147099,8 @@ "object": { "type": "ThisExpression", "range": [ - 65581, - 65585 + 65577, + 65581 ], "loc": { "start": { @@ -147119,8 +147117,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 65586, - 65594 + 65582, + 65590 ], "loc": { "start": { @@ -147134,8 +147132,8 @@ } }, "range": [ - 65581, - 65594 + 65577, + 65590 ], "loc": { "start": { @@ -147150,8 +147148,8 @@ }, "prefix": true, "range": [ - 65580, - 65594 + 65576, + 65590 ], "loc": { "start": { @@ -147171,8 +147169,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65609, - 65616 + 65605, + 65612 ], "loc": { "start": { @@ -147187,8 +147185,8 @@ } ], "range": [ - 65595, - 65626 + 65591, + 65622 ], "loc": { "start": { @@ -147203,8 +147201,8 @@ }, "alternate": null, "range": [ - 65577, - 65626 + 65573, + 65622 ], "loc": { "start": { @@ -147228,8 +147226,8 @@ "object": { "type": "ThisExpression", "range": [ - 65635, - 65639 + 65631, + 65635 ], "loc": { "start": { @@ -147246,8 +147244,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 65640, - 65654 + 65636, + 65650 ], "loc": { "start": { @@ -147261,8 +147259,8 @@ } }, "range": [ - 65635, - 65654 + 65631, + 65650 ], "loc": { "start": { @@ -147279,8 +147277,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 65657, - 65659 + 65653, + 65655 ], "loc": { "start": { @@ -147294,8 +147292,8 @@ } }, "range": [ - 65635, - 65659 + 65631, + 65655 ], "loc": { "start": { @@ -147309,8 +147307,8 @@ } }, "range": [ - 65635, - 65660 + 65631, + 65656 ], "loc": { "start": { @@ -147334,8 +147332,8 @@ "type": "Identifier", "name": "k", "range": [ - 65677, - 65678 + 65673, + 65674 ], "loc": { "start": { @@ -147354,8 +147352,8 @@ "object": { "type": "ThisExpression", "range": [ - 65679, - 65683 + 65675, + 65679 ], "loc": { "start": { @@ -147372,8 +147370,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 65684, - 65690 + 65680, + 65686 ], "loc": { "start": { @@ -147387,8 +147385,8 @@ } }, "range": [ - 65679, - 65690 + 65675, + 65686 ], "loc": { "start": { @@ -147402,8 +147400,8 @@ } }, "range": [ - 65677, - 65690 + 65673, + 65686 ], "loc": { "start": { @@ -147419,8 +147417,8 @@ ], "kind": "let", "range": [ - 65673, - 65690 + 65669, + 65686 ], "loc": { "start": { @@ -147440,8 +147438,8 @@ "type": "Identifier", "name": "k", "range": [ - 65692, - 65693 + 65688, + 65689 ], "loc": { "start": { @@ -147460,8 +147458,8 @@ "object": { "type": "ThisExpression", "range": [ - 65694, - 65698 + 65690, + 65694 ], "loc": { "start": { @@ -147478,8 +147476,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 65699, - 65715 + 65695, + 65711 ], "loc": { "start": { @@ -147493,8 +147491,8 @@ } }, "range": [ - 65694, - 65715 + 65690, + 65711 ], "loc": { "start": { @@ -147508,8 +147506,8 @@ } }, "range": [ - 65692, - 65715 + 65688, + 65711 ], "loc": { "start": { @@ -147529,8 +147527,8 @@ "type": "Identifier", "name": "k", "range": [ - 65717, - 65718 + 65713, + 65714 ], "loc": { "start": { @@ -147545,8 +147543,8 @@ }, "prefix": false, "range": [ - 65717, - 65720 + 65713, + 65716 ], "loc": { "start": { @@ -147572,8 +147570,8 @@ "object": { "type": "ThisExpression", "range": [ - 65735, - 65739 + 65731, + 65735 ], "loc": { "start": { @@ -147590,8 +147588,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 65740, - 65751 + 65736, + 65747 ], "loc": { "start": { @@ -147605,8 +147603,8 @@ } }, "range": [ - 65735, - 65751 + 65731, + 65747 ], "loc": { "start": { @@ -147624,8 +147622,8 @@ "type": "Identifier", "name": "k", "range": [ - 65752, - 65753 + 65748, + 65749 ], "loc": { "start": { @@ -147643,8 +147641,8 @@ "value": true, "raw": "true", "range": [ - 65755, - 65759 + 65751, + 65755 ], "loc": { "start": { @@ -147659,8 +147657,8 @@ } ], "range": [ - 65735, - 65760 + 65731, + 65756 ], "loc": { "start": { @@ -147674,8 +147672,8 @@ } }, "range": [ - 65735, - 65761 + 65731, + 65757 ], "loc": { "start": { @@ -147690,8 +147688,8 @@ } ], "range": [ - 65721, - 65771 + 65717, + 65767 ], "loc": { "start": { @@ -147705,8 +147703,8 @@ } }, "range": [ - 65669, - 65771 + 65665, + 65767 ], "loc": { "start": { @@ -147721,8 +147719,8 @@ } ], "range": [ - 65567, - 65777 + 65563, + 65773 ], "loc": { "start": { @@ -147738,8 +147736,8 @@ "generator": false, "expression": false, "range": [ - 65565, - 65777 + 65561, + 65773 ], "loc": { "start": { @@ -147755,8 +147753,8 @@ "kind": "method", "computed": false, "range": [ - 65550, - 65777 + 65546, + 65773 ], "loc": { "start": { @@ -147773,8 +147771,8 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 65498, - 65545 + 65494, + 65541 ], "loc": { "start": { @@ -147793,8 +147791,8 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} searcharg Search term\n ", "range": [ - 65783, - 65939 + 65779, + 65935 ], "loc": { "start": { @@ -147816,8 +147814,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 65944, - 65958 + 65940, + 65954 ], "loc": { "start": { @@ -147838,8 +147836,8 @@ "type": "Identifier", "name": "index", "range": [ - 65959, - 65964 + 65955, + 65960 ], "loc": { "start": { @@ -147858,8 +147856,8 @@ "type": "Identifier", "name": "query", "range": [ - 65966, - 65971 + 65962, + 65967 ], "loc": { "start": { @@ -147877,8 +147875,8 @@ "value": "", "raw": "''", "range": [ - 65972, - 65974 + 65968, + 65970 ], "loc": { "start": { @@ -147892,8 +147890,8 @@ } }, "range": [ - 65966, - 65974 + 65962, + 65970 ], "loc": { "start": { @@ -147921,8 +147919,8 @@ "object": { "type": "ThisExpression", "range": [ - 65989, - 65993 + 65985, + 65989 ], "loc": { "start": { @@ -147939,8 +147937,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65994, - 66001 + 65990, + 65997 ], "loc": { "start": { @@ -147954,8 +147952,8 @@ } }, "range": [ - 65989, - 66001 + 65985, + 65997 ], "loc": { "start": { @@ -147970,8 +147968,8 @@ }, "prefix": true, "range": [ - 65988, - 66001 + 65984, + 65997 ], "loc": { "start": { @@ -147991,8 +147989,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 66016, - 66023 + 66012, + 66019 ], "loc": { "start": { @@ -148007,8 +148005,8 @@ } ], "range": [ - 66002, - 66033 + 65998, + 66029 ], "loc": { "start": { @@ -148023,8 +148021,8 @@ }, "alternate": null, "range": [ - 65985, - 66033 + 65981, + 66029 ], "loc": { "start": { @@ -148046,8 +148044,8 @@ "type": "Identifier", "name": "slc", "range": [ - 66046, - 66049 + 66042, + 66045 ], "loc": { "start": { @@ -148068,8 +148066,8 @@ "object": { "type": "ThisExpression", "range": [ - 66052, - 66056 + 66048, + 66052 ], "loc": { "start": { @@ -148086,8 +148084,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 66057, - 66073 + 66053, + 66069 ], "loc": { "start": { @@ -148101,8 +148099,8 @@ } }, "range": [ - 66052, - 66073 + 66048, + 66069 ], "loc": { "start": { @@ -148120,8 +148118,8 @@ "type": "Identifier", "name": "index", "range": [ - 66074, - 66079 + 66070, + 66075 ], "loc": { "start": { @@ -148136,8 +148134,8 @@ } ], "range": [ - 66052, - 66080 + 66048, + 66076 ], "loc": { "start": { @@ -148151,8 +148149,8 @@ } }, "range": [ - 66046, - 66080 + 66042, + 66076 ], "loc": { "start": { @@ -148171,8 +148169,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66094, - 66104 + 66090, + 66100 ], "loc": { "start": { @@ -148193,8 +148191,8 @@ "object": { "type": "ThisExpression", "range": [ - 66107, - 66111 + 66103, + 66107 ], "loc": { "start": { @@ -148211,8 +148209,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 66112, - 66125 + 66108, + 66121 ], "loc": { "start": { @@ -148226,8 +148224,8 @@ } }, "range": [ - 66107, - 66125 + 66103, + 66121 ], "loc": { "start": { @@ -148245,8 +148243,8 @@ "type": "Identifier", "name": "index", "range": [ - 66126, - 66131 + 66122, + 66127 ], "loc": { "start": { @@ -148261,8 +148259,8 @@ } ], "range": [ - 66107, - 66132 + 66103, + 66128 ], "loc": { "start": { @@ -148276,8 +148274,8 @@ } }, "range": [ - 66094, - 66132 + 66090, + 66128 ], "loc": { "start": { @@ -148293,8 +148291,8 @@ ], "kind": "let", "range": [ - 66042, - 66133 + 66038, + 66129 ], "loc": { "start": { @@ -148319,8 +148317,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66146, - 66156 + 66142, + 66152 ], "loc": { "start": { @@ -148339,8 +148337,8 @@ "object": { "type": "ThisExpression", "range": [ - 66161, - 66165 + 66157, + 66161 ], "loc": { "start": { @@ -148357,8 +148355,8 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 66166, - 66178 + 66162, + 66174 ], "loc": { "start": { @@ -148372,8 +148370,8 @@ } }, "range": [ - 66161, - 66178 + 66157, + 66174 ], "loc": { "start": { @@ -148387,8 +148385,8 @@ } }, "range": [ - 66146, - 66178 + 66142, + 66174 ], "loc": { "start": { @@ -148408,8 +148406,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66194, - 66204 + 66190, + 66200 ], "loc": { "start": { @@ -148428,8 +148426,8 @@ "object": { "type": "ThisExpression", "range": [ - 66208, - 66212 + 66204, + 66208 ], "loc": { "start": { @@ -148446,8 +148444,8 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 66213, - 66229 + 66209, + 66225 ], "loc": { "start": { @@ -148461,8 +148459,8 @@ } }, "range": [ - 66208, - 66229 + 66204, + 66225 ], "loc": { "start": { @@ -148476,8 +148474,8 @@ } }, "range": [ - 66194, - 66229 + 66190, + 66225 ], "loc": { "start": { @@ -148491,8 +148489,8 @@ } }, "range": [ - 66146, - 66229 + 66142, + 66225 ], "loc": { "start": { @@ -148519,8 +148517,8 @@ "object": { "type": "ThisExpression", "range": [ - 66247, - 66251 + 66243, + 66247 ], "loc": { "start": { @@ -148537,8 +148535,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 66252, - 66267 + 66248, + 66263 ], "loc": { "start": { @@ -148552,8 +148550,8 @@ } }, "range": [ - 66247, - 66267 + 66243, + 66263 ], "loc": { "start": { @@ -148575,8 +148573,8 @@ "object": { "type": "ThisExpression", "range": [ - 66272, - 66276 + 66268, + 66272 ], "loc": { "start": { @@ -148593,8 +148591,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 66277, - 66288 + 66273, + 66284 ], "loc": { "start": { @@ -148608,8 +148606,8 @@ } }, "range": [ - 66272, - 66288 + 66268, + 66284 ], "loc": { "start": { @@ -148624,8 +148622,8 @@ }, "prefix": true, "range": [ - 66271, - 66288 + 66267, + 66284 ], "loc": { "start": { @@ -148639,8 +148637,8 @@ } }, "range": [ - 66247, - 66288 + 66243, + 66284 ], "loc": { "start": { @@ -148669,8 +148667,8 @@ "object": { "type": "ThisExpression", "range": [ - 66307, - 66311 + 66303, + 66307 ], "loc": { "start": { @@ -148687,8 +148685,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 66312, - 66319 + 66308, + 66315 ], "loc": { "start": { @@ -148702,8 +148700,8 @@ } }, "range": [ - 66307, - 66319 + 66303, + 66315 ], "loc": { "start": { @@ -148720,8 +148718,8 @@ "type": "Identifier", "name": "emit", "range": [ - 66320, - 66324 + 66316, + 66320 ], "loc": { "start": { @@ -148735,8 +148733,8 @@ } }, "range": [ - 66307, - 66324 + 66303, + 66320 ], "loc": { "start": { @@ -148755,8 +148753,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 66325, - 66346 + 66321, + 66342 ], "loc": { "start": { @@ -148772,8 +148770,8 @@ { "type": "ThisExpression", "range": [ - 66348, - 66352 + 66344, + 66348 ], "loc": { "start": { @@ -148790,8 +148788,8 @@ "type": "Identifier", "name": "index", "range": [ - 66354, - 66359 + 66350, + 66355 ], "loc": { "start": { @@ -148810,8 +148808,8 @@ "object": { "type": "ThisExpression", "range": [ - 66381, - 66385 + 66377, + 66381 ], "loc": { "start": { @@ -148828,8 +148826,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 66386, - 66399 + 66382, + 66395 ], "loc": { "start": { @@ -148843,8 +148841,8 @@ } }, "range": [ - 66381, - 66399 + 66377, + 66395 ], "loc": { "start": { @@ -148863,8 +148861,8 @@ "object": { "type": "ThisExpression", "range": [ - 66401, - 66405 + 66397, + 66401 ], "loc": { "start": { @@ -148881,8 +148879,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 66406, - 66419 + 66402, + 66415 ], "loc": { "start": { @@ -148896,8 +148894,8 @@ } }, "range": [ - 66401, - 66419 + 66397, + 66415 ], "loc": { "start": { @@ -148912,8 +148910,8 @@ } ], "range": [ - 66307, - 66420 + 66303, + 66416 ], "loc": { "start": { @@ -148927,8 +148925,8 @@ } }, "range": [ - 66307, - 66421 + 66303, + 66417 ], "loc": { "start": { @@ -148943,8 +148941,8 @@ } ], "range": [ - 66289, - 66435 + 66285, + 66431 ], "loc": { "start": { @@ -148959,8 +148957,8 @@ }, "alternate": null, "range": [ - 66244, - 66435 + 66240, + 66431 ], "loc": { "start": { @@ -148985,8 +148983,8 @@ "type": "Identifier", "name": "slc", "range": [ - 66448, - 66451 + 66444, + 66447 ], "loc": { "start": { @@ -149003,8 +149001,8 @@ "type": "Identifier", "name": "value", "range": [ - 66452, - 66457 + 66448, + 66453 ], "loc": { "start": { @@ -149018,8 +149016,8 @@ } }, "range": [ - 66448, - 66457 + 66444, + 66453 ], "loc": { "start": { @@ -149036,8 +149034,8 @@ "type": "Identifier", "name": "query", "range": [ - 66460, - 66465 + 66456, + 66461 ], "loc": { "start": { @@ -149051,8 +149049,8 @@ } }, "range": [ - 66448, - 66465 + 66444, + 66461 ], "loc": { "start": { @@ -149066,8 +149064,8 @@ } }, "range": [ - 66448, - 66466 + 66444, + 66462 ], "loc": { "start": { @@ -149082,8 +149080,8 @@ } ], "range": [ - 66230, - 66476 + 66226, + 66472 ], "loc": { "start": { @@ -149100,8 +149098,8 @@ "type": "Line", "value": "multiple selects", "range": [ - 66485, - 66503 + 66481, + 66499 ], "loc": { "start": { @@ -149125,8 +149123,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66520, - 66530 + 66516, + 66526 ], "loc": { "start": { @@ -149145,8 +149143,8 @@ "object": { "type": "ThisExpression", "range": [ - 66535, - 66539 + 66531, + 66535 ], "loc": { "start": { @@ -149163,8 +149161,8 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 66540, - 66552 + 66536, + 66548 ], "loc": { "start": { @@ -149178,8 +149176,8 @@ } }, "range": [ - 66535, - 66552 + 66531, + 66548 ], "loc": { "start": { @@ -149193,8 +149191,8 @@ } }, "range": [ - 66520, - 66552 + 66516, + 66548 ], "loc": { "start": { @@ -149219,8 +149217,8 @@ "type": "Identifier", "name": "values", "range": [ - 66571, - 66577 + 66567, + 66573 ], "loc": { "start": { @@ -149244,8 +149242,8 @@ "type": "Identifier", "name": "Types", "range": [ - 66580, - 66585 + 66576, + 66581 ], "loc": { "start": { @@ -149262,8 +149260,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 66586, - 66593 + 66582, + 66589 ], "loc": { "start": { @@ -149277,8 +149275,8 @@ } }, "range": [ - 66580, - 66593 + 66576, + 66589 ], "loc": { "start": { @@ -149296,8 +149294,8 @@ "type": "Identifier", "name": "query", "range": [ - 66594, - 66599 + 66590, + 66595 ], "loc": { "start": { @@ -149312,8 +149310,8 @@ } ], "range": [ - 66580, - 66600 + 66576, + 66596 ], "loc": { "start": { @@ -149330,8 +149328,8 @@ "type": "Identifier", "name": "query", "range": [ - 66603, - 66608 + 66599, + 66604 ], "loc": { "start": { @@ -149353,8 +149351,8 @@ "type": "Identifier", "name": "query", "range": [ - 66627, - 66632 + 66623, + 66628 ], "loc": { "start": { @@ -149371,8 +149369,8 @@ "type": "Identifier", "name": "split", "range": [ - 66633, - 66638 + 66629, + 66634 ], "loc": { "start": { @@ -149386,8 +149384,8 @@ } }, "range": [ - 66627, - 66638 + 66623, + 66634 ], "loc": { "start": { @@ -149412,8 +149410,8 @@ "value": " ", "raw": "' '", "range": [ - 66639, - 66642 + 66635, + 66638 ], "loc": { "start": { @@ -149432,8 +149430,8 @@ "object": { "type": "ThisExpression", "range": [ - 66643, - 66647 + 66639, + 66643 ], "loc": { "start": { @@ -149450,8 +149448,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 66648, - 66658 + 66644, + 66654 ], "loc": { "start": { @@ -149465,8 +149463,8 @@ } }, "range": [ - 66643, - 66658 + 66639, + 66654 ], "loc": { "start": { @@ -149480,8 +149478,8 @@ } }, "range": [ - 66639, - 66658 + 66635, + 66654 ], "loc": { "start": { @@ -149499,8 +149497,8 @@ "value": " ", "raw": "' '", "range": [ - 66659, - 66662 + 66655, + 66658 ], "loc": { "start": { @@ -149514,8 +149512,8 @@ } }, "range": [ - 66639, - 66662 + 66635, + 66658 ], "loc": { "start": { @@ -149530,8 +149528,8 @@ } ], "range": [ - 66627, - 66663 + 66623, + 66659 ], "loc": { "start": { @@ -149545,8 +149543,8 @@ } }, "range": [ - 66580, - 66663 + 66576, + 66659 ], "loc": { "start": { @@ -149560,8 +149558,8 @@ } }, "range": [ - 66571, - 66663 + 66567, + 66659 ], "loc": { "start": { @@ -149577,8 +149575,8 @@ ], "kind": "let", "range": [ - 66567, - 66664 + 66563, + 66660 ], "loc": { "start": { @@ -149602,8 +149600,8 @@ "object": { "type": "ThisExpression", "range": [ - 66681, - 66685 + 66677, + 66681 ], "loc": { "start": { @@ -149620,8 +149618,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 66686, - 66701 + 66682, + 66697 ], "loc": { "start": { @@ -149635,8 +149633,8 @@ } }, "range": [ - 66681, - 66701 + 66677, + 66697 ], "loc": { "start": { @@ -149658,8 +149656,8 @@ "object": { "type": "ThisExpression", "range": [ - 66706, - 66710 + 66702, + 66706 ], "loc": { "start": { @@ -149676,8 +149674,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 66711, - 66722 + 66707, + 66718 ], "loc": { "start": { @@ -149691,8 +149689,8 @@ } }, "range": [ - 66706, - 66722 + 66702, + 66718 ], "loc": { "start": { @@ -149707,8 +149705,8 @@ }, "prefix": true, "range": [ - 66705, - 66722 + 66701, + 66718 ], "loc": { "start": { @@ -149722,8 +149720,8 @@ } }, "range": [ - 66681, - 66722 + 66677, + 66718 ], "loc": { "start": { @@ -149752,8 +149750,8 @@ "object": { "type": "ThisExpression", "range": [ - 66741, - 66745 + 66737, + 66741 ], "loc": { "start": { @@ -149770,8 +149768,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 66746, - 66753 + 66742, + 66749 ], "loc": { "start": { @@ -149785,8 +149783,8 @@ } }, "range": [ - 66741, - 66753 + 66737, + 66749 ], "loc": { "start": { @@ -149803,8 +149801,8 @@ "type": "Identifier", "name": "emit", "range": [ - 66754, - 66758 + 66750, + 66754 ], "loc": { "start": { @@ -149818,8 +149816,8 @@ } }, "range": [ - 66741, - 66758 + 66737, + 66754 ], "loc": { "start": { @@ -149838,8 +149836,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 66759, - 66780 + 66755, + 66776 ], "loc": { "start": { @@ -149855,8 +149853,8 @@ { "type": "ThisExpression", "range": [ - 66782, - 66786 + 66778, + 66782 ], "loc": { "start": { @@ -149873,8 +149871,8 @@ "type": "Identifier", "name": "index", "range": [ - 66788, - 66793 + 66784, + 66789 ], "loc": { "start": { @@ -149893,8 +149891,8 @@ "object": { "type": "ThisExpression", "range": [ - 66815, - 66819 + 66811, + 66815 ], "loc": { "start": { @@ -149911,8 +149909,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 66820, - 66833 + 66816, + 66829 ], "loc": { "start": { @@ -149926,8 +149924,8 @@ } }, "range": [ - 66815, - 66833 + 66811, + 66829 ], "loc": { "start": { @@ -149946,8 +149944,8 @@ "object": { "type": "ThisExpression", "range": [ - 66835, - 66839 + 66831, + 66835 ], "loc": { "start": { @@ -149964,8 +149962,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 66840, - 66853 + 66836, + 66849 ], "loc": { "start": { @@ -149979,8 +149977,8 @@ } }, "range": [ - 66835, - 66853 + 66831, + 66849 ], "loc": { "start": { @@ -149995,8 +149993,8 @@ } ], "range": [ - 66741, - 66854 + 66737, + 66850 ], "loc": { "start": { @@ -150010,8 +150008,8 @@ } }, "range": [ - 66741, - 66855 + 66737, + 66851 ], "loc": { "start": { @@ -150026,8 +150024,8 @@ } ], "range": [ - 66723, - 66869 + 66719, + 66865 ], "loc": { "start": { @@ -150042,8 +150040,8 @@ }, "alternate": null, "range": [ - 66678, - 66869 + 66674, + 66865 ], "loc": { "start": { @@ -150069,8 +150067,8 @@ "object": { "type": "ThisExpression", "range": [ - 66883, - 66887 + 66879, + 66883 ], "loc": { "start": { @@ -150087,8 +150085,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 66888, - 66895 + 66884, + 66891 ], "loc": { "start": { @@ -150102,8 +150100,8 @@ } }, "range": [ - 66883, - 66895 + 66879, + 66891 ], "loc": { "start": { @@ -150120,8 +150118,8 @@ "type": "Identifier", "name": "emit", "range": [ - 66896, - 66900 + 66892, + 66896 ], "loc": { "start": { @@ -150135,8 +150133,8 @@ } }, "range": [ - 66883, - 66900 + 66879, + 66896 ], "loc": { "start": { @@ -150155,8 +150153,8 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 66901, - 66917 + 66897, + 66913 ], "loc": { "start": { @@ -150172,8 +150170,8 @@ { "type": "ThisExpression", "range": [ - 66919, - 66923 + 66915, + 66919 ], "loc": { "start": { @@ -150190,8 +150188,8 @@ "type": "Identifier", "name": "index", "range": [ - 66925, - 66930 + 66921, + 66926 ], "loc": { "start": { @@ -150208,8 +150206,8 @@ "type": "Identifier", "name": "values", "range": [ - 66932, - 66938 + 66928, + 66934 ], "loc": { "start": { @@ -150224,8 +150222,8 @@ } ], "range": [ - 66883, - 66939 + 66879, + 66935 ], "loc": { "start": { @@ -150239,8 +150237,8 @@ } }, "range": [ - 66883, - 66940 + 66879, + 66936 ], "loc": { "start": { @@ -150255,8 +150253,8 @@ } ], "range": [ - 66553, - 66950 + 66549, + 66946 ], "loc": { "start": { @@ -150273,8 +150271,8 @@ "type": "Line", "value": "checklist", "range": [ - 66959, - 66970 + 66955, + 66966 ], "loc": { "start": { @@ -150298,8 +150296,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66987, - 66997 + 66983, + 66993 ], "loc": { "start": { @@ -150318,8 +150316,8 @@ "object": { "type": "ThisExpression", "range": [ - 67002, - 67006 + 66998, + 67002 ], "loc": { "start": { @@ -150336,8 +150334,8 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 67007, - 67023 + 67003, + 67019 ], "loc": { "start": { @@ -150351,8 +150349,8 @@ } }, "range": [ - 67002, - 67023 + 66998, + 67019 ], "loc": { "start": { @@ -150366,8 +150364,8 @@ } }, "range": [ - 66987, - 67023 + 66983, + 67019 ], "loc": { "start": { @@ -150392,8 +150390,8 @@ "type": "Identifier", "name": "values", "range": [ - 67042, - 67048 + 67038, + 67044 ], "loc": { "start": { @@ -150410,8 +150408,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 67051, - 67053 + 67047, + 67049 ], "loc": { "start": { @@ -150425,8 +150423,8 @@ } }, "range": [ - 67042, - 67053 + 67038, + 67049 ], "loc": { "start": { @@ -150442,8 +150440,8 @@ ], "kind": "let", "range": [ - 67038, - 67054 + 67034, + 67050 ], "loc": { "start": { @@ -150467,8 +150465,8 @@ "object": { "type": "ThisExpression", "range": [ - 67070, - 67074 + 67066, + 67070 ], "loc": { "start": { @@ -150485,8 +150483,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 67075, - 67090 + 67071, + 67086 ], "loc": { "start": { @@ -150500,8 +150498,8 @@ } }, "range": [ - 67070, - 67090 + 67066, + 67086 ], "loc": { "start": { @@ -150523,8 +150521,8 @@ "object": { "type": "ThisExpression", "range": [ - 67095, - 67099 + 67091, + 67095 ], "loc": { "start": { @@ -150541,8 +150539,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 67100, - 67111 + 67096, + 67107 ], "loc": { "start": { @@ -150556,8 +150554,8 @@ } }, "range": [ - 67095, - 67111 + 67091, + 67107 ], "loc": { "start": { @@ -150572,8 +150570,8 @@ }, "prefix": true, "range": [ - 67094, - 67111 + 67090, + 67107 ], "loc": { "start": { @@ -150587,8 +150585,8 @@ } }, "range": [ - 67070, - 67111 + 67066, + 67107 ], "loc": { "start": { @@ -150617,8 +150615,8 @@ "object": { "type": "ThisExpression", "range": [ - 67130, - 67134 + 67126, + 67130 ], "loc": { "start": { @@ -150635,8 +150633,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 67135, - 67142 + 67131, + 67138 ], "loc": { "start": { @@ -150650,8 +150648,8 @@ } }, "range": [ - 67130, - 67142 + 67126, + 67138 ], "loc": { "start": { @@ -150668,8 +150666,8 @@ "type": "Identifier", "name": "emit", "range": [ - 67143, - 67147 + 67139, + 67143 ], "loc": { "start": { @@ -150683,8 +150681,8 @@ } }, "range": [ - 67130, - 67147 + 67126, + 67143 ], "loc": { "start": { @@ -150703,8 +150701,8 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 67148, - 67172 + 67144, + 67168 ], "loc": { "start": { @@ -150720,8 +150718,8 @@ { "type": "ThisExpression", "range": [ - 67174, - 67178 + 67170, + 67174 ], "loc": { "start": { @@ -150738,8 +150736,8 @@ "type": "Identifier", "name": "index", "range": [ - 67180, - 67185 + 67176, + 67181 ], "loc": { "start": { @@ -150758,8 +150756,8 @@ "object": { "type": "ThisExpression", "range": [ - 67207, - 67211 + 67203, + 67207 ], "loc": { "start": { @@ -150776,8 +150774,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 67212, - 67225 + 67208, + 67221 ], "loc": { "start": { @@ -150791,8 +150789,8 @@ } }, "range": [ - 67207, - 67225 + 67203, + 67221 ], "loc": { "start": { @@ -150807,8 +150805,8 @@ } ], "range": [ - 67130, - 67226 + 67126, + 67222 ], "loc": { "start": { @@ -150822,8 +150820,8 @@ } }, "range": [ - 67130, - 67227 + 67126, + 67223 ], "loc": { "start": { @@ -150838,8 +150836,8 @@ } ], "range": [ - 67112, - 67241 + 67108, + 67237 ], "loc": { "start": { @@ -150854,8 +150852,8 @@ }, "alternate": null, "range": [ - 67067, - 67241 + 67063, + 67237 ], "loc": { "start": { @@ -150879,8 +150877,8 @@ "type": "Identifier", "name": "Types", "range": [ - 67257, - 67262 + 67253, + 67258 ], "loc": { "start": { @@ -150897,8 +150895,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 67263, - 67270 + 67259, + 67266 ], "loc": { "start": { @@ -150912,8 +150910,8 @@ } }, "range": [ - 67257, - 67270 + 67253, + 67266 ], "loc": { "start": { @@ -150931,8 +150929,8 @@ "type": "Identifier", "name": "query", "range": [ - 67271, - 67276 + 67267, + 67272 ], "loc": { "start": { @@ -150947,8 +150945,8 @@ } ], "range": [ - 67257, - 67277 + 67253, + 67273 ], "loc": { "start": { @@ -150973,8 +150971,8 @@ "type": "Identifier", "name": "values", "range": [ - 67296, - 67302 + 67292, + 67298 ], "loc": { "start": { @@ -150991,8 +150989,8 @@ "type": "Identifier", "name": "query", "range": [ - 67305, - 67310 + 67301, + 67306 ], "loc": { "start": { @@ -151006,8 +151004,8 @@ } }, "range": [ - 67296, - 67310 + 67292, + 67306 ], "loc": { "start": { @@ -151021,8 +151019,8 @@ } }, "range": [ - 67296, - 67311 + 67292, + 67307 ], "loc": { "start": { @@ -151037,8 +151035,8 @@ } ], "range": [ - 67278, - 67325 + 67274, + 67321 ], "loc": { "start": { @@ -151063,8 +151061,8 @@ "type": "Identifier", "name": "query", "range": [ - 67349, - 67354 + 67345, + 67350 ], "loc": { "start": { @@ -151086,8 +151084,8 @@ "type": "Identifier", "name": "Str", "range": [ - 67357, - 67360 + 67353, + 67356 ], "loc": { "start": { @@ -151104,8 +151102,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 67361, - 67370 + 67357, + 67366 ], "loc": { "start": { @@ -151119,8 +151117,8 @@ } }, "range": [ - 67357, - 67370 + 67353, + 67366 ], "loc": { "start": { @@ -151138,8 +151136,8 @@ "type": "Identifier", "name": "query", "range": [ - 67371, - 67376 + 67367, + 67372 ], "loc": { "start": { @@ -151158,8 +151156,8 @@ "object": { "type": "ThisExpression", "range": [ - 67378, - 67382 + 67374, + 67378 ], "loc": { "start": { @@ -151176,8 +151174,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 67383, - 67396 + 67379, + 67392 ], "loc": { "start": { @@ -151191,8 +151189,8 @@ } }, "range": [ - 67378, - 67396 + 67374, + 67392 ], "loc": { "start": { @@ -151207,8 +151205,8 @@ } ], "range": [ - 67357, - 67397 + 67353, + 67393 ], "loc": { "start": { @@ -151222,8 +151220,8 @@ } }, "range": [ - 67349, - 67397 + 67345, + 67393 ], "loc": { "start": { @@ -151237,8 +151235,8 @@ } }, "range": [ - 67349, - 67398 + 67345, + 67394 ], "loc": { "start": { @@ -151260,8 +151258,8 @@ "type": "Identifier", "name": "values", "range": [ - 67415, - 67421 + 67411, + 67417 ], "loc": { "start": { @@ -151283,8 +151281,8 @@ "type": "Identifier", "name": "query", "range": [ - 67424, - 67429 + 67420, + 67425 ], "loc": { "start": { @@ -151301,8 +151299,8 @@ "type": "Identifier", "name": "split", "range": [ - 67430, - 67435 + 67426, + 67431 ], "loc": { "start": { @@ -151316,8 +151314,8 @@ } }, "range": [ - 67424, - 67435 + 67420, + 67431 ], "loc": { "start": { @@ -151342,8 +151340,8 @@ "value": " ", "raw": "' '", "range": [ - 67436, - 67439 + 67432, + 67435 ], "loc": { "start": { @@ -151362,8 +151360,8 @@ "object": { "type": "ThisExpression", "range": [ - 67440, - 67444 + 67436, + 67440 ], "loc": { "start": { @@ -151380,8 +151378,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 67445, - 67455 + 67441, + 67451 ], "loc": { "start": { @@ -151395,8 +151393,8 @@ } }, "range": [ - 67440, - 67455 + 67436, + 67451 ], "loc": { "start": { @@ -151410,8 +151408,8 @@ } }, "range": [ - 67436, - 67455 + 67432, + 67451 ], "loc": { "start": { @@ -151429,8 +151427,8 @@ "value": " ", "raw": "' '", "range": [ - 67456, - 67459 + 67452, + 67455 ], "loc": { "start": { @@ -151444,8 +151442,8 @@ } }, "range": [ - 67436, - 67459 + 67432, + 67455 ], "loc": { "start": { @@ -151460,8 +151458,8 @@ } ], "range": [ - 67424, - 67460 + 67420, + 67456 ], "loc": { "start": { @@ -151475,8 +151473,8 @@ } }, "range": [ - 67415, - 67460 + 67411, + 67456 ], "loc": { "start": { @@ -151490,8 +151488,8 @@ } }, "range": [ - 67415, - 67461 + 67411, + 67457 ], "loc": { "start": { @@ -151506,8 +151504,8 @@ } ], "range": [ - 67331, - 67475 + 67327, + 67471 ], "loc": { "start": { @@ -151521,8 +151519,8 @@ } }, "range": [ - 67254, - 67475 + 67250, + 67471 ], "loc": { "start": { @@ -151548,8 +151546,8 @@ "object": { "type": "ThisExpression", "range": [ - 67489, - 67493 + 67485, + 67489 ], "loc": { "start": { @@ -151566,8 +151564,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 67494, - 67501 + 67490, + 67497 ], "loc": { "start": { @@ -151581,8 +151579,8 @@ } }, "range": [ - 67489, - 67501 + 67485, + 67497 ], "loc": { "start": { @@ -151599,8 +151597,8 @@ "type": "Identifier", "name": "emit", "range": [ - 67502, - 67506 + 67498, + 67502 ], "loc": { "start": { @@ -151614,8 +151612,8 @@ } }, "range": [ - 67489, - 67506 + 67485, + 67502 ], "loc": { "start": { @@ -151634,8 +151632,8 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 67507, - 67533 + 67503, + 67529 ], "loc": { "start": { @@ -151651,8 +151649,8 @@ { "type": "ThisExpression", "range": [ - 67535, - 67539 + 67531, + 67535 ], "loc": { "start": { @@ -151669,8 +151667,8 @@ "type": "Identifier", "name": "index", "range": [ - 67541, - 67546 + 67537, + 67542 ], "loc": { "start": { @@ -151687,8 +151685,8 @@ "type": "Identifier", "name": "values", "range": [ - 67548, - 67554 + 67544, + 67550 ], "loc": { "start": { @@ -151703,8 +151701,8 @@ } ], "range": [ - 67489, - 67555 + 67485, + 67551 ], "loc": { "start": { @@ -151718,8 +151716,8 @@ } }, "range": [ - 67489, - 67556 + 67485, + 67552 ], "loc": { "start": { @@ -151734,8 +151732,8 @@ } ], "range": [ - 67024, - 67566 + 67020, + 67562 ], "loc": { "start": { @@ -151750,8 +151748,8 @@ }, "alternate": null, "range": [ - 66984, - 67566 + 66980, + 67562 ], "loc": { "start": { @@ -151768,8 +151766,8 @@ "type": "Line", "value": "checklist", "range": [ - 66959, - 66970 + 66955, + 66966 ], "loc": { "start": { @@ -151785,8 +151783,8 @@ ] }, "range": [ - 66517, - 67566 + 66513, + 67562 ], "loc": { "start": { @@ -151803,8 +151801,8 @@ "type": "Line", "value": "multiple selects", "range": [ - 66485, - 66503 + 66481, + 66499 ], "loc": { "start": { @@ -151820,8 +151818,8 @@ ] }, "range": [ - 66143, - 67566 + 66139, + 67562 ], "loc": { "start": { @@ -151836,8 +151834,8 @@ } ], "range": [ - 65975, - 67572 + 65971, + 67568 ], "loc": { "start": { @@ -151853,8 +151851,8 @@ "generator": false, "expression": false, "range": [ - 65958, - 67572 + 65954, + 67568 ], "loc": { "start": { @@ -151870,8 +151868,8 @@ "kind": "method", "computed": false, "range": [ - 65944, - 67572 + 65940, + 67568 ], "loc": { "start": { @@ -151888,8 +151886,8 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} searcharg Search term\n ", "range": [ - 65783, - 65939 + 65779, + 65935 ], "loc": { "start": { @@ -151908,8 +151906,8 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Number} rowIndex Optional row index to apply the widths to\n * @param {Element} tbl DOM element\n ", "range": [ - 67578, - 67756 + 67574, + 67752 ], "loc": { "start": { @@ -151931,8 +151929,8 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 67761, - 67773 + 67757, + 67769 ], "loc": { "start": { @@ -151953,8 +151951,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 67774, - 67782 + 67770, + 67778 ], "loc": { "start": { @@ -151971,8 +151969,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67784, - 67787 + 67780, + 67783 ], "loc": { "start": { @@ -152000,8 +151998,8 @@ "object": { "type": "ThisExpression", "range": [ - 67802, - 67806 + 67798, + 67802 ], "loc": { "start": { @@ -152018,8 +152016,8 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 67807, - 67819 + 67803, + 67815 ], "loc": { "start": { @@ -152033,8 +152031,8 @@ } }, "range": [ - 67802, - 67819 + 67798, + 67815 ], "loc": { "start": { @@ -152049,8 +152047,8 @@ }, "prefix": true, "range": [ - 67801, - 67819 + 67797, + 67815 ], "loc": { "start": { @@ -152070,8 +152068,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 67834, - 67841 + 67830, + 67837 ], "loc": { "start": { @@ -152086,8 +152084,8 @@ } ], "range": [ - 67820, - 67851 + 67816, + 67847 ], "loc": { "start": { @@ -152102,8 +152100,8 @@ }, "alternate": null, "range": [ - 67798, - 67851 + 67794, + 67847 ], "loc": { "start": { @@ -152125,8 +152123,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67860, - 67863 + 67856, + 67859 ], "loc": { "start": { @@ -152146,8 +152144,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67866, - 67869 + 67862, + 67865 ], "loc": { "start": { @@ -152166,8 +152164,8 @@ "object": { "type": "ThisExpression", "range": [ - 67873, - 67877 + 67869, + 67873 ], "loc": { "start": { @@ -152184,8 +152182,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67878, - 67881 + 67874, + 67877 ], "loc": { "start": { @@ -152199,8 +152197,8 @@ } }, "range": [ - 67873, - 67881 + 67869, + 67877 ], "loc": { "start": { @@ -152214,8 +152212,8 @@ } }, "range": [ - 67866, - 67881 + 67862, + 67877 ], "loc": { "start": { @@ -152229,8 +152227,8 @@ } }, "range": [ - 67860, - 67881 + 67856, + 67877 ], "loc": { "start": { @@ -152244,8 +152242,8 @@ } }, "range": [ - 67860, - 67882 + 67856, + 67878 ], "loc": { "start": { @@ -152267,8 +152265,8 @@ "type": "Identifier", "name": "rIndex", "range": [ - 67895, - 67901 + 67891, + 67897 ], "loc": { "start": { @@ -152283,8 +152281,8 @@ }, "init": null, "range": [ - 67895, - 67901 + 67891, + 67897 ], "loc": { "start": { @@ -152300,8 +152298,8 @@ ], "kind": "let", "range": [ - 67891, - 67902 + 67887, + 67898 ], "loc": { "start": { @@ -152323,8 +152321,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 67914, - 67922 + 67910, + 67918 ], "loc": { "start": { @@ -152341,8 +152339,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 67927, - 67936 + 67923, + 67932 ], "loc": { "start": { @@ -152356,8 +152354,8 @@ } }, "range": [ - 67914, - 67936 + 67910, + 67932 ], "loc": { "start": { @@ -152382,8 +152380,8 @@ "type": "Identifier", "name": "rIndex", "range": [ - 67951, - 67957 + 67947, + 67953 ], "loc": { "start": { @@ -152417,8 +152415,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67960, - 67963 + 67956, + 67959 ], "loc": { "start": { @@ -152435,8 +152433,8 @@ "type": "Identifier", "name": "rows", "range": [ - 67964, - 67968 + 67960, + 67964 ], "loc": { "start": { @@ -152450,8 +152448,8 @@ } }, "range": [ - 67960, - 67968 + 67956, + 67964 ], "loc": { "start": { @@ -152469,8 +152467,8 @@ "value": 0, "raw": "0", "range": [ - 67969, - 67970 + 67965, + 67966 ], "loc": { "start": { @@ -152484,8 +152482,8 @@ } }, "range": [ - 67960, - 67971 + 67956, + 67967 ], "loc": { "start": { @@ -152502,8 +152500,8 @@ "type": "Identifier", "name": "style", "range": [ - 67972, - 67977 + 67968, + 67973 ], "loc": { "start": { @@ -152517,8 +152515,8 @@ } }, "range": [ - 67960, - 67977 + 67956, + 67973 ], "loc": { "start": { @@ -152535,8 +152533,8 @@ "type": "Identifier", "name": "display", "range": [ - 67978, - 67985 + 67974, + 67981 ], "loc": { "start": { @@ -152550,8 +152548,8 @@ } }, "range": [ - 67960, - 67985 + 67956, + 67981 ], "loc": { "start": { @@ -152569,8 +152567,8 @@ "value": "none", "raw": "'none'", "range": [ - 67987, - 67993 + 67983, + 67989 ], "loc": { "start": { @@ -152584,8 +152582,8 @@ } }, "range": [ - 67960, - 67993 + 67956, + 67989 ], "loc": { "start": { @@ -152603,8 +152601,8 @@ "value": 0, "raw": "0", "range": [ - 67996, - 67997 + 67992, + 67993 ], "loc": { "start": { @@ -152622,8 +152620,8 @@ "value": 1, "raw": "1", "range": [ - 68000, - 68001 + 67996, + 67997 ], "loc": { "start": { @@ -152637,8 +152635,8 @@ } }, "range": [ - 67960, - 68001 + 67956, + 67997 ], "loc": { "start": { @@ -152652,8 +152650,8 @@ } }, "range": [ - 67951, - 68001 + 67947, + 67997 ], "loc": { "start": { @@ -152667,8 +152665,8 @@ } }, "range": [ - 67951, - 68002 + 67947, + 67998 ], "loc": { "start": { @@ -152683,8 +152681,8 @@ } ], "range": [ - 67937, - 68012 + 67933, + 68008 ], "loc": { "start": { @@ -152709,8 +152707,8 @@ "type": "Identifier", "name": "rIndex", "range": [ - 68031, - 68037 + 68027, + 68033 ], "loc": { "start": { @@ -152727,8 +152725,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 68040, - 68048 + 68036, + 68044 ], "loc": { "start": { @@ -152742,8 +152740,8 @@ } }, "range": [ - 68031, - 68048 + 68027, + 68044 ], "loc": { "start": { @@ -152757,8 +152755,8 @@ } }, "range": [ - 68031, - 68049 + 68027, + 68045 ], "loc": { "start": { @@ -152773,8 +152771,8 @@ } ], "range": [ - 68017, - 68059 + 68013, + 68055 ], "loc": { "start": { @@ -152788,8 +152786,8 @@ } }, "range": [ - 67911, - 68059 + 67907, + 68055 ], "loc": { "start": { @@ -152813,8 +152811,8 @@ "type": "Identifier", "name": "setWidths", "range": [ - 68069, - 68078 + 68065, + 68074 ], "loc": { "start": { @@ -152831,8 +152829,8 @@ "type": "Identifier", "name": "call", "range": [ - 68079, - 68083 + 68075, + 68079 ], "loc": { "start": { @@ -152846,8 +152844,8 @@ } }, "range": [ - 68069, - 68083 + 68065, + 68079 ], "loc": { "start": { @@ -152864,8 +152862,8 @@ { "type": "ThisExpression", "range": [ - 68084, - 68088 + 68080, + 68084 ], "loc": { "start": { @@ -152880,8 +152878,8 @@ } ], "range": [ - 68069, - 68089 + 68065, + 68085 ], "loc": { "start": { @@ -152895,8 +152893,8 @@ } }, "range": [ - 68069, - 68090 + 68065, + 68086 ], "loc": { "start": { @@ -152915,8 +152913,8 @@ "type": "Identifier", "name": "setWidths", "range": [ - 68109, - 68118 + 68105, + 68114 ], "loc": { "start": { @@ -152942,8 +152940,8 @@ "type": "Identifier", "name": "nbCols", "range": [ - 68177, - 68183 + 68173, + 68179 ], "loc": { "start": { @@ -152962,8 +152960,8 @@ "object": { "type": "ThisExpression", "range": [ - 68186, - 68190 + 68182, + 68186 ], "loc": { "start": { @@ -152980,8 +152978,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 68191, - 68198 + 68187, + 68194 ], "loc": { "start": { @@ -152995,8 +152993,8 @@ } }, "range": [ - 68186, - 68198 + 68182, + 68194 ], "loc": { "start": { @@ -153010,8 +153008,8 @@ } }, "range": [ - 68177, - 68198 + 68173, + 68194 ], "loc": { "start": { @@ -153027,8 +153025,8 @@ ], "kind": "let", "range": [ - 68173, - 68199 + 68169, + 68195 ], "loc": { "start": { @@ -153045,8 +153043,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 68134, - 68160 + 68130, + 68156 ], "loc": { "start": { @@ -153070,8 +153068,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 68216, - 68225 + 68212, + 68221 ], "loc": { "start": { @@ -153090,8 +153088,8 @@ "object": { "type": "ThisExpression", "range": [ - 68228, - 68232 + 68224, + 68228 ], "loc": { "start": { @@ -153108,8 +153106,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 68233, - 68242 + 68229, + 68238 ], "loc": { "start": { @@ -153123,8 +153121,8 @@ } }, "range": [ - 68228, - 68242 + 68224, + 68238 ], "loc": { "start": { @@ -153138,8 +153136,8 @@ } }, "range": [ - 68216, - 68242 + 68212, + 68238 ], "loc": { "start": { @@ -153155,8 +153153,8 @@ ], "kind": "let", "range": [ - 68212, - 68243 + 68208, + 68239 ], "loc": { "start": { @@ -153178,8 +153176,8 @@ "type": "Identifier", "name": "colTags", "range": [ - 68260, - 68267 + 68256, + 68263 ], "loc": { "start": { @@ -153201,8 +153199,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 68270, - 68273 + 68266, + 68269 ], "loc": { "start": { @@ -153219,8 +153217,8 @@ "type": "Identifier", "name": "tag", "range": [ - 68274, - 68277 + 68270, + 68273 ], "loc": { "start": { @@ -153234,8 +153232,8 @@ } }, "range": [ - 68270, - 68277 + 68266, + 68273 ], "loc": { "start": { @@ -153253,8 +153251,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 68278, - 68281 + 68274, + 68277 ], "loc": { "start": { @@ -153272,8 +153270,8 @@ "value": "col", "raw": "'col'", "range": [ - 68283, - 68288 + 68279, + 68284 ], "loc": { "start": { @@ -153288,8 +153286,8 @@ } ], "range": [ - 68270, - 68289 + 68266, + 68285 ], "loc": { "start": { @@ -153303,8 +153301,8 @@ } }, "range": [ - 68260, - 68289 + 68256, + 68285 ], "loc": { "start": { @@ -153320,8 +153318,8 @@ ], "kind": "let", "range": [ - 68256, - 68290 + 68252, + 68286 ], "loc": { "start": { @@ -153343,8 +153341,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 68307, - 68319 + 68303, + 68315 ], "loc": { "start": { @@ -153367,8 +153365,8 @@ "type": "Identifier", "name": "colTags", "range": [ - 68322, - 68329 + 68318, + 68325 ], "loc": { "start": { @@ -153385,8 +153383,8 @@ "type": "Identifier", "name": "length", "range": [ - 68330, - 68336 + 68326, + 68332 ], "loc": { "start": { @@ -153400,8 +153398,8 @@ } }, "range": [ - 68322, - 68336 + 68318, + 68332 ], "loc": { "start": { @@ -153419,8 +153417,8 @@ "value": 0, "raw": "0", "range": [ - 68339, - 68340 + 68335, + 68336 ], "loc": { "start": { @@ -153434,8 +153432,8 @@ } }, "range": [ - 68322, - 68340 + 68318, + 68336 ], "loc": { "start": { @@ -153449,8 +153447,8 @@ } }, "range": [ - 68307, - 68340 + 68303, + 68336 ], "loc": { "start": { @@ -153466,8 +153464,8 @@ ], "kind": "let", "range": [ - 68303, - 68341 + 68299, + 68337 ], "loc": { "start": { @@ -153489,8 +153487,8 @@ "type": "Identifier", "name": "frag", "range": [ - 68358, - 68362 + 68354, + 68358 ], "loc": { "start": { @@ -153512,8 +153510,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 68366, - 68378 + 68362, + 68374 ], "loc": { "start": { @@ -153528,8 +153526,8 @@ }, "prefix": true, "range": [ - 68365, - 68378 + 68361, + 68374 ], "loc": { "start": { @@ -153551,8 +153549,8 @@ "type": "Identifier", "name": "doc", "range": [ - 68381, - 68384 + 68377, + 68380 ], "loc": { "start": { @@ -153569,8 +153567,8 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 68385, - 68407 + 68381, + 68403 ], "loc": { "start": { @@ -153584,8 +153582,8 @@ } }, "range": [ - 68381, - 68407 + 68377, + 68403 ], "loc": { "start": { @@ -153600,8 +153598,8 @@ }, "arguments": [], "range": [ - 68381, - 68409 + 68377, + 68405 ], "loc": { "start": { @@ -153619,8 +153617,8 @@ "value": null, "raw": "null", "range": [ - 68412, - 68416 + 68408, + 68412 ], "loc": { "start": { @@ -153634,8 +153632,8 @@ } }, "range": [ - 68365, - 68416 + 68361, + 68412 ], "loc": { "start": { @@ -153649,8 +153647,8 @@ } }, "range": [ - 68358, - 68416 + 68354, + 68412 ], "loc": { "start": { @@ -153666,8 +153664,8 @@ ], "kind": "let", "range": [ - 68354, - 68417 + 68350, + 68413 ], "loc": { "start": { @@ -153691,8 +153689,8 @@ "type": "Identifier", "name": "k", "range": [ - 68438, - 68439 + 68434, + 68435 ], "loc": { "start": { @@ -153710,8 +153708,8 @@ "value": 0, "raw": "0", "range": [ - 68440, - 68441 + 68436, + 68437 ], "loc": { "start": { @@ -153725,8 +153723,8 @@ } }, "range": [ - 68438, - 68441 + 68434, + 68437 ], "loc": { "start": { @@ -153742,8 +153740,8 @@ ], "kind": "let", "range": [ - 68434, - 68441 + 68430, + 68437 ], "loc": { "start": { @@ -153763,8 +153761,8 @@ "type": "Identifier", "name": "k", "range": [ - 68443, - 68444 + 68439, + 68440 ], "loc": { "start": { @@ -153781,8 +153779,8 @@ "type": "Identifier", "name": "nbCols", "range": [ - 68445, - 68451 + 68441, + 68447 ], "loc": { "start": { @@ -153796,8 +153794,8 @@ } }, "range": [ - 68443, - 68451 + 68439, + 68447 ], "loc": { "start": { @@ -153817,8 +153815,8 @@ "type": "Identifier", "name": "k", "range": [ - 68453, - 68454 + 68449, + 68450 ], "loc": { "start": { @@ -153833,8 +153831,8 @@ }, "prefix": false, "range": [ - 68453, - 68456 + 68449, + 68452 ], "loc": { "start": { @@ -153859,8 +153857,8 @@ "type": "Identifier", "name": "col", "range": [ - 68479, - 68482 + 68475, + 68478 ], "loc": { "start": { @@ -153875,8 +153873,8 @@ }, "init": null, "range": [ - 68479, - 68482 + 68475, + 68478 ], "loc": { "start": { @@ -153892,8 +153890,8 @@ ], "kind": "let", "range": [ - 68475, - 68483 + 68471, + 68479 ], "loc": { "start": { @@ -153912,8 +153910,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 68503, - 68515 + 68499, + 68511 ], "loc": { "start": { @@ -153938,8 +153936,8 @@ "type": "Identifier", "name": "col", "range": [ - 68538, - 68541 + 68534, + 68537 ], "loc": { "start": { @@ -153959,8 +153957,8 @@ "type": "Identifier", "name": "colTags", "range": [ - 68544, - 68551 + 68540, + 68547 ], "loc": { "start": { @@ -153977,8 +153975,8 @@ "type": "Identifier", "name": "k", "range": [ - 68552, - 68553 + 68548, + 68549 ], "loc": { "start": { @@ -153992,8 +153990,8 @@ } }, "range": [ - 68544, - 68554 + 68540, + 68550 ], "loc": { "start": { @@ -154007,8 +154005,8 @@ } }, "range": [ - 68538, - 68554 + 68534, + 68550 ], "loc": { "start": { @@ -154022,8 +154020,8 @@ } }, "range": [ - 68538, - 68555 + 68534, + 68551 ], "loc": { "start": { @@ -154038,8 +154036,8 @@ } ], "range": [ - 68516, - 68573 + 68512, + 68569 ], "loc": { "start": { @@ -154064,8 +154062,8 @@ "type": "Identifier", "name": "col", "range": [ - 68601, - 68604 + 68597, + 68600 ], "loc": { "start": { @@ -154087,8 +154085,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 68607, - 68610 + 68603, + 68606 ], "loc": { "start": { @@ -154105,8 +154103,8 @@ "type": "Identifier", "name": "create", "range": [ - 68611, - 68617 + 68607, + 68613 ], "loc": { "start": { @@ -154120,8 +154118,8 @@ } }, "range": [ - 68607, - 68617 + 68603, + 68613 ], "loc": { "start": { @@ -154140,8 +154138,8 @@ "value": "col", "raw": "'col'", "range": [ - 68618, - 68623 + 68614, + 68619 ], "loc": { "start": { @@ -154162,8 +154160,8 @@ "value": "id", "raw": "'id'", "range": [ - 68626, - 68630 + 68622, + 68626 ], "loc": { "start": { @@ -154188,8 +154186,8 @@ "object": { "type": "ThisExpression", "range": [ - 68632, - 68636 + 68628, + 68632 ], "loc": { "start": { @@ -154206,8 +154204,8 @@ "type": "Identifier", "name": "id", "range": [ - 68637, - 68639 + 68633, + 68635 ], "loc": { "start": { @@ -154221,8 +154219,8 @@ } }, "range": [ - 68632, - 68639 + 68628, + 68635 ], "loc": { "start": { @@ -154240,8 +154238,8 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 68640, - 68647 + 68636, + 68643 ], "loc": { "start": { @@ -154255,8 +154253,8 @@ } }, "range": [ - 68632, - 68647 + 68628, + 68643 ], "loc": { "start": { @@ -154273,8 +154271,8 @@ "type": "Identifier", "name": "k", "range": [ - 68648, - 68649 + 68644, + 68645 ], "loc": { "start": { @@ -154288,8 +154286,8 @@ } }, "range": [ - 68632, - 68649 + 68628, + 68645 ], "loc": { "start": { @@ -154304,8 +154302,8 @@ } ], "range": [ - 68625, - 68650 + 68621, + 68646 ], "loc": { "start": { @@ -154320,8 +154318,8 @@ } ], "range": [ - 68607, - 68651 + 68603, + 68647 ], "loc": { "start": { @@ -154335,8 +154333,8 @@ } }, "range": [ - 68601, - 68651 + 68597, + 68647 ], "loc": { "start": { @@ -154350,8 +154348,8 @@ } }, "range": [ - 68601, - 68652 + 68597, + 68648 ], "loc": { "start": { @@ -154375,8 +154373,8 @@ "type": "Identifier", "name": "frag", "range": [ - 68673, - 68677 + 68669, + 68673 ], "loc": { "start": { @@ -154393,8 +154391,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 68678, - 68689 + 68674, + 68685 ], "loc": { "start": { @@ -154408,8 +154406,8 @@ } }, "range": [ - 68673, - 68689 + 68669, + 68685 ], "loc": { "start": { @@ -154427,8 +154425,8 @@ "type": "Identifier", "name": "col", "range": [ - 68690, - 68693 + 68686, + 68689 ], "loc": { "start": { @@ -154443,8 +154441,8 @@ } ], "range": [ - 68673, - 68694 + 68669, + 68690 ], "loc": { "start": { @@ -154458,8 +154456,8 @@ } }, "range": [ - 68673, - 68695 + 68669, + 68691 ], "loc": { "start": { @@ -154474,8 +154472,8 @@ } ], "range": [ - 68579, - 68713 + 68575, + 68709 ], "loc": { "start": { @@ -154489,8 +154487,8 @@ } }, "range": [ - 68500, - 68713 + 68496, + 68709 ], "loc": { "start": { @@ -154518,8 +154516,8 @@ "type": "Identifier", "name": "col", "range": [ - 68730, - 68733 + 68726, + 68729 ], "loc": { "start": { @@ -154536,8 +154534,8 @@ "type": "Identifier", "name": "style", "range": [ - 68734, - 68739 + 68730, + 68735 ], "loc": { "start": { @@ -154551,8 +154549,8 @@ } }, "range": [ - 68730, - 68739 + 68726, + 68735 ], "loc": { "start": { @@ -154569,8 +154567,8 @@ "type": "Identifier", "name": "width", "range": [ - 68740, - 68745 + 68736, + 68741 ], "loc": { "start": { @@ -154584,8 +154582,8 @@ } }, "range": [ - 68730, - 68745 + 68726, + 68741 ], "loc": { "start": { @@ -154605,8 +154603,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 68748, - 68757 + 68744, + 68753 ], "loc": { "start": { @@ -154623,8 +154621,8 @@ "type": "Identifier", "name": "k", "range": [ - 68758, - 68759 + 68754, + 68755 ], "loc": { "start": { @@ -154638,8 +154636,8 @@ } }, "range": [ - 68748, - 68760 + 68744, + 68756 ], "loc": { "start": { @@ -154653,8 +154651,8 @@ } }, "range": [ - 68730, - 68760 + 68726, + 68756 ], "loc": { "start": { @@ -154668,8 +154666,8 @@ } }, "range": [ - 68730, - 68761 + 68726, + 68757 ], "loc": { "start": { @@ -154684,8 +154682,8 @@ } ], "range": [ - 68457, - 68775 + 68453, + 68771 ], "loc": { "start": { @@ -154699,8 +154697,8 @@ } }, "range": [ - 68430, - 68775 + 68426, + 68771 ], "loc": { "start": { @@ -154722,8 +154720,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 68792, - 68804 + 68788, + 68800 ], "loc": { "start": { @@ -154738,8 +154736,8 @@ }, "prefix": true, "range": [ - 68791, - 68804 + 68787, + 68800 ], "loc": { "start": { @@ -154766,8 +154764,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 68823, - 68826 + 68819, + 68822 ], "loc": { "start": { @@ -154784,8 +154782,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 68827, - 68839 + 68823, + 68835 ], "loc": { "start": { @@ -154799,8 +154797,8 @@ } }, "range": [ - 68823, - 68839 + 68819, + 68835 ], "loc": { "start": { @@ -154818,8 +154816,8 @@ "type": "Identifier", "name": "frag", "range": [ - 68840, - 68844 + 68836, + 68840 ], "loc": { "start": { @@ -154839,8 +154837,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 68846, - 68849 + 68842, + 68845 ], "loc": { "start": { @@ -154857,8 +154855,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 68850, - 68860 + 68846, + 68856 ], "loc": { "start": { @@ -154872,8 +154870,8 @@ } }, "range": [ - 68846, - 68860 + 68842, + 68856 ], "loc": { "start": { @@ -154888,8 +154886,8 @@ } ], "range": [ - 68823, - 68861 + 68819, + 68857 ], "loc": { "start": { @@ -154903,8 +154901,8 @@ } }, "range": [ - 68823, - 68862 + 68819, + 68858 ], "loc": { "start": { @@ -154919,8 +154917,8 @@ } ], "range": [ - 68805, - 68876 + 68801, + 68872 ], "loc": { "start": { @@ -154935,8 +154933,8 @@ }, "alternate": null, "range": [ - 68788, - 68876 + 68784, + 68872 ], "loc": { "start": { @@ -154951,8 +154949,8 @@ } ], "range": [ - 68120, - 68886 + 68116, + 68882 ], "loc": { "start": { @@ -154968,8 +154966,8 @@ "generator": false, "expression": false, "range": [ - 68100, - 68886 + 68096, + 68882 ], "loc": { "start": { @@ -154984,8 +154982,8 @@ } ], "range": [ - 67788, - 68892 + 67784, + 68888 ], "loc": { "start": { @@ -155001,8 +154999,8 @@ "generator": false, "expression": false, "range": [ - 67773, - 68892 + 67769, + 68888 ], "loc": { "start": { @@ -155018,8 +155016,8 @@ "kind": "method", "computed": false, "range": [ - 67761, - 68892 + 67757, + 68888 ], "loc": { "start": { @@ -155036,8 +155034,8 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Number} rowIndex Optional row index to apply the widths to\n * @param {Element} tbl DOM element\n ", "range": [ - 67578, - 67756 + 67574, + 67752 ], "loc": { "start": { @@ -155056,8 +155054,8 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 68898, - 68950 + 68894, + 68946 ], "loc": { "start": { @@ -155079,8 +155077,8 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 68955, - 68972 + 68951, + 68968 ], "loc": { "start": { @@ -155111,8 +155109,8 @@ "object": { "type": "ThisExpression", "range": [ - 68988, - 68992 + 68984, + 68988 ], "loc": { "start": { @@ -155129,8 +155127,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 68993, - 69007 + 68989, + 69003 ], "loc": { "start": { @@ -155144,8 +155142,8 @@ } }, "range": [ - 68988, - 69007 + 68984, + 69003 ], "loc": { "start": { @@ -155160,8 +155158,8 @@ }, "prefix": true, "range": [ - 68987, - 69007 + 68983, + 69003 ], "loc": { "start": { @@ -155181,8 +155179,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 69022, - 69029 + 69018, + 69025 ], "loc": { "start": { @@ -155197,8 +155195,8 @@ } ], "range": [ - 69008, - 69039 + 69004, + 69035 ], "loc": { "start": { @@ -155213,8 +155211,8 @@ }, "alternate": null, "range": [ - 68984, - 69039 + 68980, + 69035 ], "loc": { "start": { @@ -155238,8 +155236,8 @@ "type": "Identifier", "name": "i", "range": [ - 69056, - 69057 + 69052, + 69053 ], "loc": { "start": { @@ -155257,8 +155255,8 @@ "value": 0, "raw": "0", "range": [ - 69058, - 69059 + 69054, + 69055 ], "loc": { "start": { @@ -155272,8 +155270,8 @@ } }, "range": [ - 69056, - 69059 + 69052, + 69055 ], "loc": { "start": { @@ -155292,8 +155290,8 @@ "type": "Identifier", "name": "len", "range": [ - 69061, - 69064 + 69057, + 69060 ], "loc": { "start": { @@ -155315,8 +155313,8 @@ "object": { "type": "ThisExpression", "range": [ - 69065, - 69069 + 69061, + 69065 ], "loc": { "start": { @@ -155333,8 +155331,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 69070, - 69081 + 69066, + 69077 ], "loc": { "start": { @@ -155348,8 +155346,8 @@ } }, "range": [ - 69065, - 69081 + 69061, + 69077 ], "loc": { "start": { @@ -155366,8 +155364,8 @@ "type": "Identifier", "name": "length", "range": [ - 69082, - 69088 + 69078, + 69084 ], "loc": { "start": { @@ -155381,8 +155379,8 @@ } }, "range": [ - 69065, - 69088 + 69061, + 69084 ], "loc": { "start": { @@ -155396,8 +155394,8 @@ } }, "range": [ - 69061, - 69088 + 69057, + 69084 ], "loc": { "start": { @@ -155413,8 +155411,8 @@ ], "kind": "let", "range": [ - 69052, - 69088 + 69048, + 69084 ], "loc": { "start": { @@ -155434,8 +155432,8 @@ "type": "Identifier", "name": "i", "range": [ - 69090, - 69091 + 69086, + 69087 ], "loc": { "start": { @@ -155452,8 +155450,8 @@ "type": "Identifier", "name": "len", "range": [ - 69092, - 69095 + 69088, + 69091 ], "loc": { "start": { @@ -155467,8 +155465,8 @@ } }, "range": [ - 69090, - 69095 + 69086, + 69091 ], "loc": { "start": { @@ -155488,8 +155486,8 @@ "type": "Identifier", "name": "i", "range": [ - 69097, - 69098 + 69093, + 69094 ], "loc": { "start": { @@ -155504,8 +155502,8 @@ }, "prefix": false, "range": [ - 69097, - 69100 + 69093, + 69096 ], "loc": { "start": { @@ -155530,8 +155528,8 @@ "type": "Identifier", "name": "row", "range": [ - 69119, - 69122 + 69115, + 69118 ], "loc": { "start": { @@ -155553,8 +155551,8 @@ "object": { "type": "ThisExpression", "range": [ - 69125, - 69129 + 69121, + 69125 ], "loc": { "start": { @@ -155571,8 +155569,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 69130, - 69141 + 69126, + 69137 ], "loc": { "start": { @@ -155586,8 +155584,8 @@ } }, "range": [ - 69125, - 69141 + 69121, + 69137 ], "loc": { "start": { @@ -155604,8 +155602,8 @@ "type": "Identifier", "name": "i", "range": [ - 69142, - 69143 + 69138, + 69139 ], "loc": { "start": { @@ -155619,8 +155617,8 @@ } }, "range": [ - 69125, - 69144 + 69121, + 69140 ], "loc": { "start": { @@ -155634,8 +155632,8 @@ } }, "range": [ - 69119, - 69144 + 69115, + 69140 ], "loc": { "start": { @@ -155651,8 +155649,8 @@ ], "kind": "let", "range": [ - 69115, - 69145 + 69111, + 69141 ], "loc": { "start": { @@ -155669,8 +155667,8 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 69158, - 69187 + 69154, + 69183 ], "loc": { "start": { @@ -155694,8 +155692,8 @@ "type": "Identifier", "name": "row", "range": [ - 69203, - 69206 + 69199, + 69202 ], "loc": { "start": { @@ -155714,8 +155712,8 @@ "object": { "type": "ThisExpression", "range": [ - 69210, - 69214 + 69206, + 69210 ], "loc": { "start": { @@ -155732,8 +155730,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 69215, - 69221 + 69211, + 69217 ], "loc": { "start": { @@ -155747,8 +155745,8 @@ } }, "range": [ - 69210, - 69221 + 69206, + 69217 ], "loc": { "start": { @@ -155762,8 +155760,8 @@ } }, "range": [ - 69203, - 69221 + 69199, + 69217 ], "loc": { "start": { @@ -155789,8 +155787,8 @@ "object": { "type": "ThisExpression", "range": [ - 69240, - 69244 + 69236, + 69240 ], "loc": { "start": { @@ -155807,8 +155805,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 69245, - 69256 + 69241, + 69252 ], "loc": { "start": { @@ -155822,8 +155820,8 @@ } }, "range": [ - 69240, - 69256 + 69236, + 69252 ], "loc": { "start": { @@ -155841,8 +155839,8 @@ "type": "Identifier", "name": "row", "range": [ - 69257, - 69260 + 69253, + 69256 ], "loc": { "start": { @@ -155860,8 +155858,8 @@ "value": true, "raw": "true", "range": [ - 69262, - 69266 + 69258, + 69262 ], "loc": { "start": { @@ -155876,8 +155874,8 @@ } ], "range": [ - 69240, - 69267 + 69236, + 69263 ], "loc": { "start": { @@ -155891,8 +155889,8 @@ } }, "range": [ - 69240, - 69268 + 69236, + 69264 ], "loc": { "start": { @@ -155907,8 +155905,8 @@ } ], "range": [ - 69222, - 69282 + 69218, + 69278 ], "loc": { "start": { @@ -155923,8 +155921,8 @@ }, "alternate": null, "range": [ - 69200, - 69282 + 69196, + 69278 ], "loc": { "start": { @@ -155941,8 +155939,8 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 69158, - 69187 + 69154, + 69183 ], "loc": { "start": { @@ -155959,8 +155957,8 @@ } ], "range": [ - 69101, - 69292 + 69097, + 69288 ], "loc": { "start": { @@ -155974,8 +155972,8 @@ } }, "range": [ - 69048, - 69292 + 69044, + 69288 ], "loc": { "start": { @@ -155990,8 +155988,8 @@ } ], "range": [ - 68974, - 69298 + 68970, + 69294 ], "loc": { "start": { @@ -156007,8 +156005,8 @@ "generator": false, "expression": false, "range": [ - 68972, - 69298 + 68968, + 69294 ], "loc": { "start": { @@ -156024,8 +156022,8 @@ "kind": "method", "computed": false, "range": [ - 68955, - 69298 + 68951, + 69294 ], "loc": { "start": { @@ -156042,8 +156040,8 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 68898, - 68950 + 68894, + 68946 ], "loc": { "start": { @@ -156062,8 +156060,8 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 69304, - 69352 + 69300, + 69348 ], "loc": { "start": { @@ -156085,8 +156083,8 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 69357, - 69369 + 69353, + 69365 ], "loc": { "start": { @@ -156117,8 +156115,8 @@ "object": { "type": "ThisExpression", "range": [ - 69385, - 69389 + 69381, + 69385 ], "loc": { "start": { @@ -156135,8 +156133,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 69390, - 69397 + 69386, + 69393 ], "loc": { "start": { @@ -156150,8 +156148,8 @@ } }, "range": [ - 69385, - 69397 + 69381, + 69393 ], "loc": { "start": { @@ -156166,8 +156164,8 @@ }, "prefix": true, "range": [ - 69384, - 69397 + 69380, + 69393 ], "loc": { "start": { @@ -156187,8 +156185,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 69412, - 69419 + 69408, + 69415 ], "loc": { "start": { @@ -156203,8 +156201,8 @@ } ], "range": [ - 69398, - 69429 + 69394, + 69425 ], "loc": { "start": { @@ -156219,8 +156217,8 @@ }, "alternate": null, "range": [ - 69381, - 69429 + 69377, + 69425 ], "loc": { "start": { @@ -156246,8 +156244,8 @@ "object": { "type": "ThisExpression", "range": [ - 69439, - 69443 + 69435, + 69439 ], "loc": { "start": { @@ -156264,8 +156262,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 69444, - 69451 + 69440, + 69447 ], "loc": { "start": { @@ -156279,8 +156277,8 @@ } }, "range": [ - 69439, - 69451 + 69435, + 69447 ], "loc": { "start": { @@ -156297,8 +156295,8 @@ "type": "Identifier", "name": "emit", "range": [ - 69452, - 69456 + 69448, + 69452 ], "loc": { "start": { @@ -156312,8 +156310,8 @@ } }, "range": [ - 69439, - 69456 + 69435, + 69452 ], "loc": { "start": { @@ -156332,8 +156330,8 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 69457, - 69482 + 69453, + 69478 ], "loc": { "start": { @@ -156349,8 +156347,8 @@ { "type": "ThisExpression", "range": [ - 69484, - 69488 + 69480, + 69484 ], "loc": { "start": { @@ -156365,8 +156363,8 @@ } ], "range": [ - 69439, - 69489 + 69435, + 69485 ], "loc": { "start": { @@ -156380,8 +156378,8 @@ } }, "range": [ - 69439, - 69490 + 69435, + 69486 ], "loc": { "start": { @@ -156402,8 +156400,8 @@ "object": { "type": "ThisExpression", "range": [ - 69503, - 69507 + 69499, + 69503 ], "loc": { "start": { @@ -156420,8 +156418,8 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 69508, - 69521 + 69504, + 69517 ], "loc": { "start": { @@ -156435,8 +156433,8 @@ } }, "range": [ - 69503, - 69521 + 69499, + 69517 ], "loc": { "start": { @@ -156465,8 +156463,8 @@ "object": { "type": "ThisExpression", "range": [ - 69536, - 69540 + 69532, + 69536 ], "loc": { "start": { @@ -156483,8 +156481,8 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 69541, - 69554 + 69537, + 69550 ], "loc": { "start": { @@ -156498,8 +156496,8 @@ } }, "range": [ - 69536, - 69554 + 69532, + 69550 ], "loc": { "start": { @@ -156516,8 +156514,8 @@ "type": "Identifier", "name": "call", "range": [ - 69555, - 69559 + 69551, + 69555 ], "loc": { "start": { @@ -156531,8 +156529,8 @@ } }, "range": [ - 69536, - 69559 + 69532, + 69555 ], "loc": { "start": { @@ -156551,8 +156549,8 @@ "value": null, "raw": "null", "range": [ - 69560, - 69564 + 69556, + 69560 ], "loc": { "start": { @@ -156568,8 +156566,8 @@ { "type": "ThisExpression", "range": [ - 69566, - 69570 + 69562, + 69566 ], "loc": { "start": { @@ -156590,8 +156588,8 @@ "object": { "type": "ThisExpression", "range": [ - 69572, - 69576 + 69568, + 69572 ], "loc": { "start": { @@ -156608,8 +156606,8 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 69577, - 69592 + 69573, + 69588 ], "loc": { "start": { @@ -156623,8 +156621,8 @@ } }, "range": [ - 69572, - 69592 + 69568, + 69588 ], "loc": { "start": { @@ -156639,8 +156637,8 @@ }, "arguments": [], "range": [ - 69572, - 69594 + 69568, + 69590 ], "loc": { "start": { @@ -156655,8 +156653,8 @@ } ], "range": [ - 69536, - 69595 + 69532, + 69591 ], "loc": { "start": { @@ -156670,8 +156668,8 @@ } }, "range": [ - 69536, - 69596 + 69532, + 69592 ], "loc": { "start": { @@ -156686,8 +156684,8 @@ } ], "range": [ - 69522, - 69606 + 69518, + 69602 ], "loc": { "start": { @@ -156702,8 +156700,8 @@ }, "alternate": null, "range": [ - 69500, - 69606 + 69496, + 69602 ], "loc": { "start": { @@ -156727,8 +156725,8 @@ "type": "Identifier", "name": "i", "range": [ - 69623, - 69624 + 69619, + 69620 ], "loc": { "start": { @@ -156746,8 +156744,8 @@ "value": 0, "raw": "0", "range": [ - 69625, - 69626 + 69621, + 69622 ], "loc": { "start": { @@ -156761,8 +156759,8 @@ } }, "range": [ - 69623, - 69626 + 69619, + 69622 ], "loc": { "start": { @@ -156781,8 +156779,8 @@ "type": "Identifier", "name": "len", "range": [ - 69628, - 69631 + 69624, + 69627 ], "loc": { "start": { @@ -156804,8 +156802,8 @@ "object": { "type": "ThisExpression", "range": [ - 69632, - 69636 + 69628, + 69632 ], "loc": { "start": { @@ -156822,8 +156820,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 69637, - 69643 + 69633, + 69639 ], "loc": { "start": { @@ -156837,8 +156835,8 @@ } }, "range": [ - 69632, - 69643 + 69628, + 69639 ], "loc": { "start": { @@ -156855,8 +156853,8 @@ "type": "Identifier", "name": "length", "range": [ - 69644, - 69650 + 69640, + 69646 ], "loc": { "start": { @@ -156870,8 +156868,8 @@ } }, "range": [ - 69632, - 69650 + 69628, + 69646 ], "loc": { "start": { @@ -156885,8 +156883,8 @@ } }, "range": [ - 69628, - 69650 + 69624, + 69646 ], "loc": { "start": { @@ -156902,8 +156900,8 @@ ], "kind": "let", "range": [ - 69619, - 69650 + 69615, + 69646 ], "loc": { "start": { @@ -156923,8 +156921,8 @@ "type": "Identifier", "name": "i", "range": [ - 69652, - 69653 + 69648, + 69649 ], "loc": { "start": { @@ -156941,8 +156939,8 @@ "type": "Identifier", "name": "len", "range": [ - 69654, - 69657 + 69650, + 69653 ], "loc": { "start": { @@ -156956,8 +156954,8 @@ } }, "range": [ - 69652, - 69657 + 69648, + 69653 ], "loc": { "start": { @@ -156977,8 +156975,8 @@ "type": "Identifier", "name": "i", "range": [ - 69659, - 69660 + 69655, + 69656 ], "loc": { "start": { @@ -156993,8 +156991,8 @@ }, "prefix": false, "range": [ - 69659, - 69662 + 69655, + 69658 ], "loc": { "start": { @@ -157020,8 +157018,8 @@ "object": { "type": "ThisExpression", "range": [ - 69677, - 69681 + 69673, + 69677 ], "loc": { "start": { @@ -157038,8 +157036,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 69682, - 69696 + 69678, + 69692 ], "loc": { "start": { @@ -157053,8 +157051,8 @@ } }, "range": [ - 69677, - 69696 + 69673, + 69692 ], "loc": { "start": { @@ -157072,8 +157070,8 @@ "type": "Identifier", "name": "i", "range": [ - 69697, - 69698 + 69693, + 69694 ], "loc": { "start": { @@ -157091,8 +157089,8 @@ "value": "", "raw": "''", "range": [ - 69700, - 69702 + 69696, + 69698 ], "loc": { "start": { @@ -157107,8 +157105,8 @@ } ], "range": [ - 69677, - 69703 + 69673, + 69699 ], "loc": { "start": { @@ -157122,8 +157120,8 @@ } }, "range": [ - 69677, - 69704 + 69673, + 69700 ], "loc": { "start": { @@ -157138,8 +157136,8 @@ } ], "range": [ - 69663, - 69714 + 69659, + 69710 ], "loc": { "start": { @@ -157153,8 +157151,8 @@ } }, "range": [ - 69615, - 69714 + 69611, + 69710 ], "loc": { "start": { @@ -157171,8 +157169,8 @@ "type": "Line", "value": " if(this.linkedFilters){", "range": [ - 69723, - 69749 + 69719, + 69745 ], "loc": { "start": { @@ -157189,8 +157187,8 @@ "type": "Line", "value": " this.linkFilters();", "range": [ - 69758, - 69784 + 69754, + 69780 ], "loc": { "start": { @@ -157207,8 +157205,8 @@ "type": "Line", "value": " }", "range": [ - 69793, - 69797 + 69789, + 69793 ], "loc": { "start": { @@ -157233,8 +157231,8 @@ "object": { "type": "ThisExpression", "range": [ - 69807, - 69811 + 69803, + 69807 ], "loc": { "start": { @@ -157251,8 +157249,8 @@ "type": "Identifier", "name": "filter", "range": [ - 69812, - 69818 + 69808, + 69814 ], "loc": { "start": { @@ -157266,8 +157264,8 @@ } }, "range": [ - 69807, - 69818 + 69803, + 69814 ], "loc": { "start": { @@ -157282,8 +157280,8 @@ }, "arguments": [], "range": [ - 69807, - 69820 + 69803, + 69816 ], "loc": { "start": { @@ -157297,8 +157295,8 @@ } }, "range": [ - 69807, - 69821 + 69803, + 69817 ], "loc": { "start": { @@ -157315,8 +157313,8 @@ "type": "Line", "value": " if(this.linkedFilters){", "range": [ - 69723, - 69749 + 69719, + 69745 ], "loc": { "start": { @@ -157333,8 +157331,8 @@ "type": "Line", "value": " this.linkFilters();", "range": [ - 69758, - 69784 + 69754, + 69780 ], "loc": { "start": { @@ -157351,8 +157349,8 @@ "type": "Line", "value": " }", "range": [ - 69793, - 69797 + 69789, + 69793 ], "loc": { "start": { @@ -157375,8 +157373,8 @@ "object": { "type": "ThisExpression", "range": [ - 69834, - 69838 + 69830, + 69834 ], "loc": { "start": { @@ -157393,8 +157391,8 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 69839, - 69851 + 69835, + 69847 ], "loc": { "start": { @@ -157408,8 +157406,8 @@ } }, "range": [ - 69834, - 69851 + 69830, + 69847 ], "loc": { "start": { @@ -157438,8 +157436,8 @@ "object": { "type": "ThisExpression", "range": [ - 69854, - 69858 + 69850, + 69854 ], "loc": { "start": { @@ -157456,8 +157454,8 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 69859, - 69871 + 69855, + 69867 ], "loc": { "start": { @@ -157471,8 +157469,8 @@ } }, "range": [ - 69854, - 69871 + 69850, + 69867 ], "loc": { "start": { @@ -157489,8 +157487,8 @@ "type": "Identifier", "name": "call", "range": [ - 69872, - 69876 + 69868, + 69872 ], "loc": { "start": { @@ -157504,8 +157502,8 @@ } }, "range": [ - 69854, - 69876 + 69850, + 69872 ], "loc": { "start": { @@ -157524,8 +157522,8 @@ "value": null, "raw": "null", "range": [ - 69877, - 69881 + 69873, + 69877 ], "loc": { "start": { @@ -157541,8 +157539,8 @@ { "type": "ThisExpression", "range": [ - 69883, - 69887 + 69879, + 69883 ], "loc": { "start": { @@ -157557,8 +157555,8 @@ } ], "range": [ - 69854, - 69888 + 69850, + 69884 ], "loc": { "start": { @@ -157572,8 +157570,8 @@ } }, "range": [ - 69854, - 69889 + 69850, + 69885 ], "loc": { "start": { @@ -157588,8 +157586,8 @@ } ], "range": [ - 69852, - 69891 + 69848, + 69887 ], "loc": { "start": { @@ -157604,8 +157602,8 @@ }, "alternate": null, "range": [ - 69831, - 69891 + 69827, + 69887 ], "loc": { "start": { @@ -157631,8 +157629,8 @@ "object": { "type": "ThisExpression", "range": [ - 69900, - 69904 + 69896, + 69900 ], "loc": { "start": { @@ -157649,8 +157647,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 69905, - 69912 + 69901, + 69908 ], "loc": { "start": { @@ -157664,8 +157662,8 @@ } }, "range": [ - 69900, - 69912 + 69896, + 69908 ], "loc": { "start": { @@ -157682,8 +157680,8 @@ "type": "Identifier", "name": "emit", "range": [ - 69913, - 69917 + 69909, + 69913 ], "loc": { "start": { @@ -157697,8 +157695,8 @@ } }, "range": [ - 69900, - 69917 + 69896, + 69913 ], "loc": { "start": { @@ -157717,8 +157715,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 69918, - 69942 + 69914, + 69938 ], "loc": { "start": { @@ -157734,8 +157732,8 @@ { "type": "ThisExpression", "range": [ - 69944, - 69948 + 69940, + 69944 ], "loc": { "start": { @@ -157750,8 +157748,8 @@ } ], "range": [ - 69900, - 69949 + 69896, + 69945 ], "loc": { "start": { @@ -157765,8 +157763,8 @@ } }, "range": [ - 69900, - 69950 + 69896, + 69946 ], "loc": { "start": { @@ -157781,8 +157779,8 @@ } ], "range": [ - 69371, - 69956 + 69367, + 69952 ], "loc": { "start": { @@ -157798,8 +157796,8 @@ "generator": false, "expression": false, "range": [ - 69369, - 69956 + 69365, + 69952 ], "loc": { "start": { @@ -157815,8 +157813,8 @@ "kind": "method", "computed": false, "range": [ - 69357, - 69956 + 69353, + 69952 ], "loc": { "start": { @@ -157833,8 +157831,8 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 69304, - 69352 + 69300, + 69348 ], "loc": { "start": { @@ -157853,8 +157851,8 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 69962, - 70040 + 69958, + 70036 ], "loc": { "start": { @@ -157876,8 +157874,8 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 70045, - 70063 + 70041, + 70059 ], "loc": { "start": { @@ -157908,8 +157906,8 @@ "type": "Identifier", "name": "i", "range": [ - 70083, - 70084 + 70079, + 70080 ], "loc": { "start": { @@ -157927,8 +157925,8 @@ "value": 0, "raw": "0", "range": [ - 70085, - 70086 + 70081, + 70082 ], "loc": { "start": { @@ -157942,8 +157940,8 @@ } }, "range": [ - 70083, - 70086 + 70079, + 70082 ], "loc": { "start": { @@ -157962,8 +157960,8 @@ "type": "Identifier", "name": "len", "range": [ - 70088, - 70091 + 70084, + 70087 ], "loc": { "start": { @@ -157984,8 +157982,8 @@ "object": { "type": "ThisExpression", "range": [ - 70092, - 70096 + 70088, + 70092 ], "loc": { "start": { @@ -158002,8 +158000,8 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 70097, - 70107 + 70093, + 70103 ], "loc": { "start": { @@ -158017,8 +158015,8 @@ } }, "range": [ - 70092, - 70107 + 70088, + 70103 ], "loc": { "start": { @@ -158038,8 +158036,8 @@ "object": { "type": "ThisExpression", "range": [ - 70108, - 70112 + 70104, + 70108 ], "loc": { "start": { @@ -158056,8 +158054,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 70113, - 70123 + 70109, + 70119 ], "loc": { "start": { @@ -158071,8 +158069,8 @@ } }, "range": [ - 70108, - 70123 + 70104, + 70119 ], "loc": { "start": { @@ -158087,8 +158085,8 @@ } ], "range": [ - 70092, - 70124 + 70088, + 70120 ], "loc": { "start": { @@ -158102,8 +158100,8 @@ } }, "range": [ - 70088, - 70124 + 70084, + 70120 ], "loc": { "start": { @@ -158119,8 +158117,8 @@ ], "kind": "let", "range": [ - 70079, - 70124 + 70075, + 70120 ], "loc": { "start": { @@ -158140,8 +158138,8 @@ "type": "Identifier", "name": "i", "range": [ - 70126, - 70127 + 70122, + 70123 ], "loc": { "start": { @@ -158158,8 +158156,8 @@ "type": "Identifier", "name": "len", "range": [ - 70128, - 70131 + 70124, + 70127 ], "loc": { "start": { @@ -158173,8 +158171,8 @@ } }, "range": [ - 70126, - 70131 + 70122, + 70127 ], "loc": { "start": { @@ -158194,8 +158192,8 @@ "type": "Identifier", "name": "i", "range": [ - 70133, - 70134 + 70129, + 70130 ], "loc": { "start": { @@ -158210,8 +158208,8 @@ }, "prefix": false, "range": [ - 70133, - 70136 + 70129, + 70132 ], "loc": { "start": { @@ -158238,8 +158236,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 70151, - 70154 + 70147, + 70150 ], "loc": { "start": { @@ -158256,8 +158254,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 70155, - 70166 + 70151, + 70162 ], "loc": { "start": { @@ -158271,8 +158269,8 @@ } }, "range": [ - 70151, - 70166 + 70147, + 70162 ], "loc": { "start": { @@ -158294,8 +158292,8 @@ "object": { "type": "ThisExpression", "range": [ - 70184, - 70188 + 70180, + 70184 ], "loc": { "start": { @@ -158312,8 +158310,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 70189, - 70205 + 70185, + 70201 ], "loc": { "start": { @@ -158327,8 +158325,8 @@ } }, "range": [ - 70184, - 70205 + 70180, + 70201 ], "loc": { "start": { @@ -158346,8 +158344,8 @@ "type": "Identifier", "name": "i", "range": [ - 70206, - 70207 + 70202, + 70203 ], "loc": { "start": { @@ -158362,8 +158360,8 @@ } ], "range": [ - 70184, - 70208 + 70180, + 70204 ], "loc": { "start": { @@ -158382,8 +158380,8 @@ "object": { "type": "ThisExpression", "range": [ - 70210, - 70214 + 70206, + 70210 ], "loc": { "start": { @@ -158400,8 +158398,8 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 70215, - 70236 + 70211, + 70232 ], "loc": { "start": { @@ -158415,8 +158413,8 @@ } }, "range": [ - 70210, - 70236 + 70206, + 70232 ], "loc": { "start": { @@ -158431,8 +158429,8 @@ } ], "range": [ - 70151, - 70237 + 70147, + 70233 ], "loc": { "start": { @@ -158446,8 +158444,8 @@ } }, "range": [ - 70151, - 70238 + 70147, + 70234 ], "loc": { "start": { @@ -158462,8 +158460,8 @@ } ], "range": [ - 70137, - 70248 + 70133, + 70244 ], "loc": { "start": { @@ -158477,8 +158475,8 @@ } }, "range": [ - 70075, - 70248 + 70071, + 70244 ], "loc": { "start": { @@ -158493,8 +158491,8 @@ } ], "range": [ - 70065, - 70254 + 70061, + 70250 ], "loc": { "start": { @@ -158510,8 +158508,8 @@ "generator": false, "expression": false, "range": [ - 70063, - 70254 + 70059, + 70250 ], "loc": { "start": { @@ -158527,8 +158525,8 @@ "kind": "method", "computed": false, "range": [ - 70045, - 70254 + 70041, + 70250 ], "loc": { "start": { @@ -158545,8 +158543,8 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 69962, - 70040 + 69958, + 70036 ], "loc": { "start": { @@ -158565,8 +158563,8 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 70260, - 70355 + 70256, + 70351 ], "loc": { "start": { @@ -158588,8 +158586,8 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 70360, - 70376 + 70356, + 70372 ], "loc": { "start": { @@ -158610,8 +158608,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70377, - 70385 + 70373, + 70381 ], "loc": { "start": { @@ -158637,8 +158635,8 @@ "type": "Identifier", "name": "header", "range": [ - 70400, - 70406 + 70396, + 70402 ], "loc": { "start": { @@ -158659,8 +158657,8 @@ "object": { "type": "ThisExpression", "range": [ - 70409, - 70413 + 70405, + 70409 ], "loc": { "start": { @@ -158677,8 +158675,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 70414, - 70430 + 70410, + 70426 ], "loc": { "start": { @@ -158692,8 +158690,8 @@ } }, "range": [ - 70409, - 70430 + 70405, + 70426 ], "loc": { "start": { @@ -158711,8 +158709,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70431, - 70439 + 70427, + 70435 ], "loc": { "start": { @@ -158727,8 +158725,8 @@ } ], "range": [ - 70409, - 70440 + 70405, + 70436 ], "loc": { "start": { @@ -158742,8 +158740,8 @@ } }, "range": [ - 70400, - 70440 + 70396, + 70436 ], "loc": { "start": { @@ -158759,8 +158757,8 @@ ], "kind": "let", "range": [ - 70396, - 70441 + 70392, + 70437 ], "loc": { "start": { @@ -158784,8 +158782,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 70453, - 70456 + 70449, + 70452 ], "loc": { "start": { @@ -158802,8 +158800,8 @@ "type": "Identifier", "name": "hasClass", "range": [ - 70457, - 70465 + 70453, + 70461 ], "loc": { "start": { @@ -158817,8 +158815,8 @@ } }, "range": [ - 70453, - 70465 + 70449, + 70461 ], "loc": { "start": { @@ -158836,8 +158834,8 @@ "type": "Identifier", "name": "header", "range": [ - 70466, - 70472 + 70462, + 70468 ], "loc": { "start": { @@ -158856,8 +158854,8 @@ "object": { "type": "ThisExpression", "range": [ - 70474, - 70478 + 70470, + 70474 ], "loc": { "start": { @@ -158874,8 +158872,8 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 70479, - 70500 + 70475, + 70496 ], "loc": { "start": { @@ -158889,8 +158887,8 @@ } }, "range": [ - 70474, - 70500 + 70470, + 70496 ], "loc": { "start": { @@ -158905,8 +158903,8 @@ } ], "range": [ - 70453, - 70501 + 70449, + 70497 ], "loc": { "start": { @@ -158926,8 +158924,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 70516, - 70523 + 70512, + 70519 ], "loc": { "start": { @@ -158942,8 +158940,8 @@ } ], "range": [ - 70502, - 70533 + 70498, + 70529 ], "loc": { "start": { @@ -158958,8 +158956,8 @@ }, "alternate": null, "range": [ - 70450, - 70533 + 70446, + 70529 ], "loc": { "start": { @@ -158980,8 +158978,8 @@ "object": { "type": "ThisExpression", "range": [ - 70545, - 70549 + 70541, + 70545 ], "loc": { "start": { @@ -158998,8 +158996,8 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 70550, - 70570 + 70546, + 70566 ], "loc": { "start": { @@ -159013,8 +159011,8 @@ } }, "range": [ - 70545, - 70570 + 70541, + 70566 ], "loc": { "start": { @@ -159043,8 +159041,8 @@ "object": { "type": "ThisExpression", "range": [ - 70585, - 70589 + 70581, + 70585 ], "loc": { "start": { @@ -159061,8 +159059,8 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 70590, - 70610 + 70586, + 70606 ], "loc": { "start": { @@ -159076,8 +159074,8 @@ } }, "range": [ - 70585, - 70610 + 70581, + 70606 ], "loc": { "start": { @@ -159094,8 +159092,8 @@ "type": "Identifier", "name": "call", "range": [ - 70611, - 70615 + 70607, + 70611 ], "loc": { "start": { @@ -159109,8 +159107,8 @@ } }, "range": [ - 70585, - 70615 + 70581, + 70611 ], "loc": { "start": { @@ -159129,8 +159127,8 @@ "value": null, "raw": "null", "range": [ - 70616, - 70620 + 70612, + 70616 ], "loc": { "start": { @@ -159146,8 +159144,8 @@ { "type": "ThisExpression", "range": [ - 70622, - 70626 + 70618, + 70622 ], "loc": { "start": { @@ -159164,8 +159162,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70628, - 70636 + 70624, + 70632 ], "loc": { "start": { @@ -159180,8 +159178,8 @@ } ], "range": [ - 70585, - 70637 + 70581, + 70633 ], "loc": { "start": { @@ -159195,8 +159193,8 @@ } }, "range": [ - 70585, - 70638 + 70581, + 70634 ], "loc": { "start": { @@ -159211,8 +159209,8 @@ } ], "range": [ - 70571, - 70648 + 70567, + 70644 ], "loc": { "start": { @@ -159227,8 +159225,8 @@ }, "alternate": null, "range": [ - 70542, - 70648 + 70538, + 70644 ], "loc": { "start": { @@ -159252,8 +159250,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 70657, - 70660 + 70653, + 70656 ], "loc": { "start": { @@ -159270,8 +159268,8 @@ "type": "Identifier", "name": "addClass", "range": [ - 70661, - 70669 + 70657, + 70665 ], "loc": { "start": { @@ -159285,8 +159283,8 @@ } }, "range": [ - 70657, - 70669 + 70653, + 70665 ], "loc": { "start": { @@ -159304,8 +159302,8 @@ "type": "Identifier", "name": "header", "range": [ - 70670, - 70676 + 70666, + 70672 ], "loc": { "start": { @@ -159324,8 +159322,8 @@ "object": { "type": "ThisExpression", "range": [ - 70678, - 70682 + 70674, + 70678 ], "loc": { "start": { @@ -159342,8 +159340,8 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 70683, - 70704 + 70679, + 70700 ], "loc": { "start": { @@ -159357,8 +159355,8 @@ } }, "range": [ - 70678, - 70704 + 70674, + 70700 ], "loc": { "start": { @@ -159373,8 +159371,8 @@ } ], "range": [ - 70657, - 70705 + 70653, + 70701 ], "loc": { "start": { @@ -159388,8 +159386,8 @@ } }, "range": [ - 70657, - 70706 + 70653, + 70702 ], "loc": { "start": { @@ -159410,8 +159408,8 @@ "object": { "type": "ThisExpression", "range": [ - 70718, - 70722 + 70714, + 70718 ], "loc": { "start": { @@ -159428,8 +159426,8 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 70723, - 70742 + 70719, + 70738 ], "loc": { "start": { @@ -159443,8 +159441,8 @@ } }, "range": [ - 70718, - 70742 + 70714, + 70738 ], "loc": { "start": { @@ -159473,8 +159471,8 @@ "object": { "type": "ThisExpression", "range": [ - 70757, - 70761 + 70753, + 70757 ], "loc": { "start": { @@ -159491,8 +159489,8 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 70762, - 70781 + 70758, + 70777 ], "loc": { "start": { @@ -159506,8 +159504,8 @@ } }, "range": [ - 70757, - 70781 + 70753, + 70777 ], "loc": { "start": { @@ -159524,8 +159522,8 @@ "type": "Identifier", "name": "call", "range": [ - 70782, - 70786 + 70778, + 70782 ], "loc": { "start": { @@ -159539,8 +159537,8 @@ } }, "range": [ - 70757, - 70786 + 70753, + 70782 ], "loc": { "start": { @@ -159559,8 +159557,8 @@ "value": null, "raw": "null", "range": [ - 70787, - 70791 + 70783, + 70787 ], "loc": { "start": { @@ -159576,8 +159574,8 @@ { "type": "ThisExpression", "range": [ - 70793, - 70797 + 70789, + 70793 ], "loc": { "start": { @@ -159594,8 +159592,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70799, - 70807 + 70795, + 70803 ], "loc": { "start": { @@ -159610,8 +159608,8 @@ } ], "range": [ - 70757, - 70808 + 70753, + 70804 ], "loc": { "start": { @@ -159625,8 +159623,8 @@ } }, "range": [ - 70757, - 70809 + 70753, + 70805 ], "loc": { "start": { @@ -159641,8 +159639,8 @@ } ], "range": [ - 70743, - 70819 + 70739, + 70815 ], "loc": { "start": { @@ -159657,8 +159655,8 @@ }, "alternate": null, "range": [ - 70715, - 70819 + 70711, + 70815 ], "loc": { "start": { @@ -159673,8 +159671,8 @@ } ], "range": [ - 70386, - 70825 + 70382, + 70821 ], "loc": { "start": { @@ -159690,8 +159688,8 @@ "generator": false, "expression": false, "range": [ - 70376, - 70825 + 70372, + 70821 ], "loc": { "start": { @@ -159707,8 +159705,8 @@ "kind": "method", "computed": false, "range": [ - 70360, - 70825 + 70356, + 70821 ], "loc": { "start": { @@ -159725,8 +159723,8 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 70260, - 70355 + 70256, + 70351 ], "loc": { "start": { @@ -159745,8 +159743,8 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70831, - 70936 + 70827, + 70932 ], "loc": { "start": { @@ -159768,8 +159766,8 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 70941, - 70952 + 70937, + 70948 ], "loc": { "start": { @@ -159803,8 +159801,8 @@ "object": { "type": "ThisExpression", "range": [ - 70968, - 70972 + 70964, + 70968 ], "loc": { "start": { @@ -159821,8 +159819,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 70973, - 70986 + 70969, + 70982 ], "loc": { "start": { @@ -159836,8 +159834,8 @@ } }, "range": [ - 70968, - 70986 + 70964, + 70982 ], "loc": { "start": { @@ -159852,8 +159850,8 @@ }, "prefix": true, "range": [ - 70967, - 70986 + 70963, + 70982 ], "loc": { "start": { @@ -159875,8 +159873,8 @@ "object": { "type": "ThisExpression", "range": [ - 70991, - 70995 + 70987, + 70991 ], "loc": { "start": { @@ -159893,8 +159891,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 70996, - 71010 + 70992, + 71006 ], "loc": { "start": { @@ -159908,8 +159906,8 @@ } }, "range": [ - 70991, - 71010 + 70987, + 71006 ], "loc": { "start": { @@ -159924,8 +159922,8 @@ }, "prefix": true, "range": [ - 70990, - 71010 + 70986, + 71006 ], "loc": { "start": { @@ -159939,8 +159937,8 @@ } }, "range": [ - 70967, - 71010 + 70963, + 71006 ], "loc": { "start": { @@ -159960,8 +159958,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 71025, - 71032 + 71021, + 71028 ], "loc": { "start": { @@ -159976,8 +159974,8 @@ } ], "range": [ - 71011, - 71042 + 71007, + 71038 ], "loc": { "start": { @@ -159992,8 +159990,8 @@ }, "alternate": null, "range": [ - 70964, - 71042 + 70960, + 71038 ], "loc": { "start": { @@ -160015,8 +160013,8 @@ "type": "Identifier", "name": "slcA1", "range": [ - 71055, - 71060 + 71051, + 71056 ], "loc": { "start": { @@ -160037,8 +160035,8 @@ "object": { "type": "ThisExpression", "range": [ - 71063, - 71067 + 71059, + 71063 ], "loc": { "start": { @@ -160055,8 +160053,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 71068, - 71084 + 71064, + 71080 ], "loc": { "start": { @@ -160070,8 +160068,8 @@ } }, "range": [ - 71063, - 71084 + 71059, + 71080 ], "loc": { "start": { @@ -160091,8 +160089,8 @@ "object": { "type": "ThisExpression", "range": [ - 71085, - 71089 + 71081, + 71085 ], "loc": { "start": { @@ -160109,8 +160107,8 @@ "type": "Identifier", "name": "fltTypeSlc", "range": [ - 71090, - 71100 + 71086, + 71096 ], "loc": { "start": { @@ -160124,8 +160122,8 @@ } }, "range": [ - 71085, - 71100 + 71081, + 71096 ], "loc": { "start": { @@ -160143,8 +160141,8 @@ "value": true, "raw": "true", "range": [ - 71102, - 71106 + 71098, + 71102 ], "loc": { "start": { @@ -160159,8 +160157,8 @@ } ], "range": [ - 71063, - 71107 + 71059, + 71103 ], "loc": { "start": { @@ -160174,8 +160172,8 @@ } }, "range": [ - 71055, - 71107 + 71051, + 71103 ], "loc": { "start": { @@ -160194,8 +160192,8 @@ "type": "Identifier", "name": "slcA2", "range": [ - 71121, - 71126 + 71117, + 71122 ], "loc": { "start": { @@ -160216,8 +160214,8 @@ "object": { "type": "ThisExpression", "range": [ - 71129, - 71133 + 71125, + 71129 ], "loc": { "start": { @@ -160234,8 +160232,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 71134, - 71150 + 71130, + 71146 ], "loc": { "start": { @@ -160249,8 +160247,8 @@ } }, "range": [ - 71129, - 71150 + 71125, + 71146 ], "loc": { "start": { @@ -160270,8 +160268,8 @@ "object": { "type": "ThisExpression", "range": [ - 71151, - 71155 + 71147, + 71151 ], "loc": { "start": { @@ -160288,8 +160286,8 @@ "type": "Identifier", "name": "fltTypeMulti", "range": [ - 71156, - 71168 + 71152, + 71164 ], "loc": { "start": { @@ -160303,8 +160301,8 @@ } }, "range": [ - 71151, - 71168 + 71147, + 71164 ], "loc": { "start": { @@ -160322,8 +160320,8 @@ "value": true, "raw": "true", "range": [ - 71170, - 71174 + 71166, + 71170 ], "loc": { "start": { @@ -160338,8 +160336,8 @@ } ], "range": [ - 71129, - 71175 + 71125, + 71171 ], "loc": { "start": { @@ -160353,8 +160351,8 @@ } }, "range": [ - 71121, - 71175 + 71117, + 71171 ], "loc": { "start": { @@ -160373,8 +160371,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 71189, - 71194 + 71185, + 71190 ], "loc": { "start": { @@ -160395,8 +160393,8 @@ "object": { "type": "ThisExpression", "range": [ - 71197, - 71201 + 71193, + 71197 ], "loc": { "start": { @@ -160413,8 +160411,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 71202, - 71218 + 71198, + 71214 ], "loc": { "start": { @@ -160428,8 +160426,8 @@ } }, "range": [ - 71197, - 71218 + 71193, + 71214 ], "loc": { "start": { @@ -160449,8 +160447,8 @@ "object": { "type": "ThisExpression", "range": [ - 71219, - 71223 + 71215, + 71219 ], "loc": { "start": { @@ -160467,8 +160465,8 @@ "type": "Identifier", "name": "fltTypeCheckList", "range": [ - 71224, - 71240 + 71220, + 71236 ], "loc": { "start": { @@ -160482,8 +160480,8 @@ } }, "range": [ - 71219, - 71240 + 71215, + 71236 ], "loc": { "start": { @@ -160501,8 +160499,8 @@ "value": true, "raw": "true", "range": [ - 71242, - 71246 + 71238, + 71242 ], "loc": { "start": { @@ -160517,8 +160515,8 @@ } ], "range": [ - 71197, - 71247 + 71193, + 71243 ], "loc": { "start": { @@ -160532,8 +160530,8 @@ } }, "range": [ - 71189, - 71247 + 71185, + 71243 ], "loc": { "start": { @@ -160552,8 +160550,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71261, - 71269 + 71257, + 71265 ], "loc": { "start": { @@ -160575,8 +160573,8 @@ "type": "Identifier", "name": "slcA1", "range": [ - 71272, - 71277 + 71268, + 71273 ], "loc": { "start": { @@ -160593,8 +160591,8 @@ "type": "Identifier", "name": "concat", "range": [ - 71278, - 71284 + 71274, + 71280 ], "loc": { "start": { @@ -160608,8 +160606,8 @@ } }, "range": [ - 71272, - 71284 + 71268, + 71280 ], "loc": { "start": { @@ -160627,8 +160625,8 @@ "type": "Identifier", "name": "slcA2", "range": [ - 71285, - 71290 + 71281, + 71286 ], "loc": { "start": { @@ -160643,8 +160641,8 @@ } ], "range": [ - 71272, - 71291 + 71268, + 71287 ], "loc": { "start": { @@ -160658,8 +160656,8 @@ } }, "range": [ - 71261, - 71291 + 71257, + 71287 ], "loc": { "start": { @@ -160675,8 +160673,8 @@ ], "kind": "let", "range": [ - 71051, - 71292 + 71047, + 71288 ], "loc": { "start": { @@ -160698,8 +160696,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71301, - 71309 + 71297, + 71305 ], "loc": { "start": { @@ -160721,8 +160719,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71312, - 71320 + 71308, + 71316 ], "loc": { "start": { @@ -160739,8 +160737,8 @@ "type": "Identifier", "name": "concat", "range": [ - 71321, - 71327 + 71317, + 71323 ], "loc": { "start": { @@ -160754,8 +160752,8 @@ } }, "range": [ - 71312, - 71327 + 71308, + 71323 ], "loc": { "start": { @@ -160773,8 +160771,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 71328, - 71333 + 71324, + 71329 ], "loc": { "start": { @@ -160789,8 +160787,8 @@ } ], "range": [ - 71312, - 71334 + 71308, + 71330 ], "loc": { "start": { @@ -160804,8 +160802,8 @@ } }, "range": [ - 71301, - 71334 + 71297, + 71330 ], "loc": { "start": { @@ -160819,8 +160817,8 @@ } }, "range": [ - 71301, - 71335 + 71297, + 71331 ], "loc": { "start": { @@ -160842,8 +160840,8 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 71349, - 71358 + 71345, + 71354 ], "loc": { "start": { @@ -160870,8 +160868,8 @@ "object": { "type": "ThisExpression", "range": [ - 71361, - 71365 + 71357, + 71361 ], "loc": { "start": { @@ -160888,8 +160886,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 71366, - 71380 + 71362, + 71376 ], "loc": { "start": { @@ -160903,8 +160901,8 @@ } }, "range": [ - 71361, - 71380 + 71357, + 71376 ], "loc": { "start": { @@ -160921,8 +160919,8 @@ "type": "Identifier", "name": "split", "range": [ - 71381, - 71386 + 71377, + 71382 ], "loc": { "start": { @@ -160936,8 +160934,8 @@ } }, "range": [ - 71361, - 71386 + 71357, + 71382 ], "loc": { "start": { @@ -160956,8 +160954,8 @@ "value": "_", "raw": "'_'", "range": [ - 71387, - 71390 + 71383, + 71386 ], "loc": { "start": { @@ -160972,8 +160970,8 @@ } ], "range": [ - 71361, - 71391 + 71357, + 71387 ], "loc": { "start": { @@ -160991,8 +160989,8 @@ "value": 0, "raw": "0", "range": [ - 71392, - 71393 + 71388, + 71389 ], "loc": { "start": { @@ -161006,8 +161004,8 @@ } }, "range": [ - 71361, - 71394 + 71357, + 71390 ], "loc": { "start": { @@ -161021,8 +161019,8 @@ } }, "range": [ - 71349, - 71394 + 71345, + 71390 ], "loc": { "start": { @@ -161038,8 +161036,8 @@ ], "kind": "let", "range": [ - 71345, - 71395 + 71341, + 71391 ], "loc": { "start": { @@ -161061,8 +161059,8 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 71404, - 71413 + 71400, + 71409 ], "loc": { "start": { @@ -161087,8 +161085,8 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 71416, - 71425 + 71412, + 71421 ], "loc": { "start": { @@ -161105,8 +161103,8 @@ "type": "Identifier", "name": "split", "range": [ - 71426, - 71431 + 71422, + 71427 ], "loc": { "start": { @@ -161120,8 +161118,8 @@ } }, "range": [ - 71416, - 71431 + 71412, + 71427 ], "loc": { "start": { @@ -161141,8 +161139,8 @@ "object": { "type": "ThisExpression", "range": [ - 71432, - 71436 + 71428, + 71432 ], "loc": { "start": { @@ -161159,8 +161157,8 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 71437, - 71444 + 71433, + 71440 ], "loc": { "start": { @@ -161174,8 +161172,8 @@ } }, "range": [ - 71432, - 71444 + 71428, + 71440 ], "loc": { "start": { @@ -161190,8 +161188,8 @@ } ], "range": [ - 71416, - 71445 + 71412, + 71441 ], "loc": { "start": { @@ -161209,8 +161207,8 @@ "value": 1, "raw": "1", "range": [ - 71446, - 71447 + 71442, + 71443 ], "loc": { "start": { @@ -161224,8 +161222,8 @@ } }, "range": [ - 71416, - 71448 + 71412, + 71444 ], "loc": { "start": { @@ -161239,8 +161237,8 @@ } }, "range": [ - 71404, - 71448 + 71400, + 71444 ], "loc": { "start": { @@ -161254,8 +161252,8 @@ } }, "range": [ - 71404, - 71449 + 71400, + 71445 ], "loc": { "start": { @@ -161277,8 +161275,8 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 71462, - 71478 + 71458, + 71474 ], "loc": { "start": { @@ -161293,8 +161291,8 @@ }, "init": null, "range": [ - 71462, - 71478 + 71458, + 71474 ], "loc": { "start": { @@ -161310,8 +161308,8 @@ ], "kind": "let", "range": [ - 71458, - 71479 + 71454, + 71475 ], "loc": { "start": { @@ -161335,8 +161333,8 @@ "type": "Identifier", "name": "i", "range": [ - 71496, - 71497 + 71492, + 71493 ], "loc": { "start": { @@ -161354,8 +161352,8 @@ "value": 0, "raw": "0", "range": [ - 71498, - 71499 + 71494, + 71495 ], "loc": { "start": { @@ -161369,8 +161367,8 @@ } }, "range": [ - 71496, - 71499 + 71492, + 71495 ], "loc": { "start": { @@ -161389,8 +161387,8 @@ "type": "Identifier", "name": "len", "range": [ - 71501, - 71504 + 71497, + 71500 ], "loc": { "start": { @@ -161410,8 +161408,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71505, - 71513 + 71501, + 71509 ], "loc": { "start": { @@ -161428,8 +161426,8 @@ "type": "Identifier", "name": "length", "range": [ - 71514, - 71520 + 71510, + 71516 ], "loc": { "start": { @@ -161443,8 +161441,8 @@ } }, "range": [ - 71505, - 71520 + 71501, + 71516 ], "loc": { "start": { @@ -161458,8 +161456,8 @@ } }, "range": [ - 71501, - 71520 + 71497, + 71516 ], "loc": { "start": { @@ -161475,8 +161473,8 @@ ], "kind": "let", "range": [ - 71492, - 71520 + 71488, + 71516 ], "loc": { "start": { @@ -161496,8 +161494,8 @@ "type": "Identifier", "name": "i", "range": [ - 71522, - 71523 + 71518, + 71519 ], "loc": { "start": { @@ -161514,8 +161512,8 @@ "type": "Identifier", "name": "len", "range": [ - 71524, - 71527 + 71520, + 71523 ], "loc": { "start": { @@ -161529,8 +161527,8 @@ } }, "range": [ - 71522, - 71527 + 71518, + 71523 ], "loc": { "start": { @@ -161550,8 +161548,8 @@ "type": "Identifier", "name": "i", "range": [ - 71529, - 71530 + 71525, + 71526 ], "loc": { "start": { @@ -161566,8 +161564,8 @@ }, "prefix": false, "range": [ - 71529, - 71532 + 71525, + 71528 ], "loc": { "start": { @@ -161592,8 +161590,8 @@ "type": "Identifier", "name": "curSlc", "range": [ - 71551, - 71557 + 71547, + 71553 ], "loc": { "start": { @@ -161615,8 +161613,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 71560, - 71563 + 71556, + 71559 ], "loc": { "start": { @@ -161633,8 +161631,8 @@ "type": "Identifier", "name": "id", "range": [ - 71564, - 71566 + 71560, + 71562 ], "loc": { "start": { @@ -161648,8 +161646,8 @@ } }, "range": [ - 71560, - 71566 + 71556, + 71562 ], "loc": { "start": { @@ -161672,8 +161670,8 @@ "object": { "type": "ThisExpression", "range": [ - 71567, - 71571 + 71563, + 71567 ], "loc": { "start": { @@ -161690,8 +161688,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 71572, - 71578 + 71568, + 71574 ], "loc": { "start": { @@ -161705,8 +161703,8 @@ } }, "range": [ - 71567, - 71578 + 71563, + 71574 ], "loc": { "start": { @@ -161726,8 +161724,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71579, - 71587 + 71575, + 71583 ], "loc": { "start": { @@ -161744,8 +161742,8 @@ "type": "Identifier", "name": "i", "range": [ - 71588, - 71589 + 71584, + 71585 ], "loc": { "start": { @@ -161759,8 +161757,8 @@ } }, "range": [ - 71579, - 71590 + 71575, + 71586 ], "loc": { "start": { @@ -161774,8 +161772,8 @@ } }, "range": [ - 71567, - 71591 + 71563, + 71587 ], "loc": { "start": { @@ -161790,8 +161788,8 @@ } ], "range": [ - 71560, - 71592 + 71556, + 71588 ], "loc": { "start": { @@ -161805,8 +161803,8 @@ } }, "range": [ - 71551, - 71592 + 71547, + 71588 ], "loc": { "start": { @@ -161822,8 +161820,8 @@ ], "kind": "let", "range": [ - 71547, - 71593 + 71543, + 71589 ], "loc": { "start": { @@ -161845,8 +161843,8 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 71606, - 71622 + 71602, + 71618 ], "loc": { "start": { @@ -161867,8 +161865,8 @@ "object": { "type": "ThisExpression", "range": [ - 71625, - 71629 + 71621, + 71625 ], "loc": { "start": { @@ -161885,8 +161883,8 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 71630, - 71644 + 71626, + 71640 ], "loc": { "start": { @@ -161900,8 +161898,8 @@ } }, "range": [ - 71625, - 71644 + 71621, + 71640 ], "loc": { "start": { @@ -161922,8 +161920,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71645, - 71653 + 71641, + 71649 ], "loc": { "start": { @@ -161940,8 +161938,8 @@ "type": "Identifier", "name": "i", "range": [ - 71654, - 71655 + 71650, + 71651 ], "loc": { "start": { @@ -161955,8 +161953,8 @@ } }, "range": [ - 71645, - 71656 + 71641, + 71652 ], "loc": { "start": { @@ -161971,8 +161969,8 @@ } ], "range": [ - 71625, - 71657 + 71621, + 71653 ], "loc": { "start": { @@ -161986,8 +161984,8 @@ } }, "range": [ - 71606, - 71657 + 71602, + 71653 ], "loc": { "start": { @@ -162001,8 +161999,8 @@ } }, "range": [ - 71606, - 71658 + 71602, + 71654 ], "loc": { "start": { @@ -162019,8 +162017,8 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71672, - 71715 + 71668, + 71711 ], "loc": { "start": { @@ -162037,8 +162035,8 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71728, - 71767 + 71724, + 71763 ], "loc": { "start": { @@ -162071,8 +162069,8 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 71783, - 71792 + 71779, + 71788 ], "loc": { "start": { @@ -162092,8 +162090,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71795, - 71803 + 71791, + 71799 ], "loc": { "start": { @@ -162110,8 +162108,8 @@ "type": "Identifier", "name": "i", "range": [ - 71804, - 71805 + 71800, + 71801 ], "loc": { "start": { @@ -162125,8 +162123,8 @@ } }, "range": [ - 71795, - 71806 + 71791, + 71802 ], "loc": { "start": { @@ -162140,8 +162138,8 @@ } }, "range": [ - 71783, - 71806 + 71779, + 71802 ], "loc": { "start": { @@ -162166,8 +162164,8 @@ "object": { "type": "ThisExpression", "range": [ - 71827, - 71831 + 71823, + 71827 ], "loc": { "start": { @@ -162184,8 +162182,8 @@ "type": "Identifier", "name": "paging", "range": [ - 71832, - 71838 + 71828, + 71834 ], "loc": { "start": { @@ -162199,8 +162197,8 @@ } }, "range": [ - 71827, - 71838 + 71823, + 71834 ], "loc": { "start": { @@ -162225,8 +162223,8 @@ "type": "Identifier", "name": "slcA1", "range": [ - 71842, - 71847 + 71838, + 71843 ], "loc": { "start": { @@ -162243,8 +162241,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 71848, - 71855 + 71844, + 71851 ], "loc": { "start": { @@ -162258,8 +162256,8 @@ } }, "range": [ - 71842, - 71855 + 71838, + 71851 ], "loc": { "start": { @@ -162280,8 +162278,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71856, - 71864 + 71852, + 71860 ], "loc": { "start": { @@ -162298,8 +162296,8 @@ "type": "Identifier", "name": "i", "range": [ - 71865, - 71866 + 71861, + 71862 ], "loc": { "start": { @@ -162313,8 +162311,8 @@ } }, "range": [ - 71856, - 71867 + 71852, + 71863 ], "loc": { "start": { @@ -162329,8 +162327,8 @@ } ], "range": [ - 71842, - 71868 + 71838, + 71864 ], "loc": { "start": { @@ -162351,8 +162349,8 @@ "value": 1, "raw": "1", "range": [ - 71873, - 71874 + 71869, + 71870 ], "loc": { "start": { @@ -162367,8 +162365,8 @@ }, "prefix": true, "range": [ - 71872, - 71874 + 71868, + 71870 ], "loc": { "start": { @@ -162382,8 +162380,8 @@ } }, "range": [ - 71842, - 71874 + 71838, + 71870 ], "loc": { "start": { @@ -162397,8 +162395,8 @@ } }, "range": [ - 71827, - 71874 + 71823, + 71870 ], "loc": { "start": { @@ -162418,8 +162416,8 @@ "type": "Identifier", "name": "activeFlt", "range": [ - 71898, - 71907 + 71894, + 71903 ], "loc": { "start": { @@ -162439,8 +162437,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71912, - 71920 + 71908, + 71916 ], "loc": { "start": { @@ -162457,8 +162455,8 @@ "type": "Identifier", "name": "i", "range": [ - 71921, - 71922 + 71917, + 71918 ], "loc": { "start": { @@ -162472,8 +162470,8 @@ } }, "range": [ - 71912, - 71923 + 71908, + 71919 ], "loc": { "start": { @@ -162487,8 +162485,8 @@ } }, "range": [ - 71898, - 71923 + 71894, + 71919 ], "loc": { "start": { @@ -162502,8 +162500,8 @@ } }, "range": [ - 71827, - 71923 + 71823, + 71919 ], "loc": { "start": { @@ -162517,8 +162515,8 @@ } }, "range": [ - 71783, - 71925 + 71779, + 71921 ], "loc": { "start": { @@ -162543,8 +162541,8 @@ "object": { "type": "ThisExpression", "range": [ - 71947, - 71951 + 71943, + 71947 ], "loc": { "start": { @@ -162561,8 +162559,8 @@ "type": "Identifier", "name": "paging", "range": [ - 71952, - 71958 + 71948, + 71954 ], "loc": { "start": { @@ -162576,8 +162574,8 @@ } }, "range": [ - 71947, - 71958 + 71943, + 71954 ], "loc": { "start": { @@ -162592,8 +162590,8 @@ }, "prefix": true, "range": [ - 71946, - 71958 + 71942, + 71954 ], "loc": { "start": { @@ -162621,8 +162619,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 71963, - 71968 + 71959, + 71964 ], "loc": { "start": { @@ -162639,8 +162637,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 71969, - 71976 + 71965, + 71972 ], "loc": { "start": { @@ -162654,8 +162652,8 @@ } }, "range": [ - 71963, - 71976 + 71959, + 71972 ], "loc": { "start": { @@ -162676,8 +162674,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71977, - 71985 + 71973, + 71981 ], "loc": { "start": { @@ -162694,8 +162692,8 @@ "type": "Identifier", "name": "i", "range": [ - 71986, - 71987 + 71982, + 71983 ], "loc": { "start": { @@ -162709,8 +162707,8 @@ } }, "range": [ - 71977, - 71988 + 71973, + 71984 ], "loc": { "start": { @@ -162725,8 +162723,8 @@ } ], "range": [ - 71963, - 71989 + 71959, + 71985 ], "loc": { "start": { @@ -162747,8 +162745,8 @@ "value": 1, "raw": "1", "range": [ - 71994, - 71995 + 71990, + 71991 ], "loc": { "start": { @@ -162763,8 +162761,8 @@ }, "prefix": true, "range": [ - 71993, - 71995 + 71989, + 71991 ], "loc": { "start": { @@ -162778,8 +162776,8 @@ } }, "range": [ - 71963, - 71995 + 71959, + 71991 ], "loc": { "start": { @@ -162804,8 +162802,8 @@ "type": "Identifier", "name": "slcA2", "range": [ - 72019, - 72024 + 72015, + 72020 ], "loc": { "start": { @@ -162822,8 +162820,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72025, - 72032 + 72021, + 72028 ], "loc": { "start": { @@ -162837,8 +162835,8 @@ } }, "range": [ - 72019, - 72032 + 72015, + 72028 ], "loc": { "start": { @@ -162859,8 +162857,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72033, - 72041 + 72029, + 72037 ], "loc": { "start": { @@ -162877,8 +162875,8 @@ "type": "Identifier", "name": "i", "range": [ - 72042, - 72043 + 72038, + 72039 ], "loc": { "start": { @@ -162892,8 +162890,8 @@ } }, "range": [ - 72033, - 72044 + 72029, + 72040 ], "loc": { "start": { @@ -162908,8 +162906,8 @@ } ], "range": [ - 72019, - 72045 + 72015, + 72041 ], "loc": { "start": { @@ -162930,8 +162928,8 @@ "value": 1, "raw": "1", "range": [ - 72050, - 72051 + 72046, + 72047 ], "loc": { "start": { @@ -162946,8 +162944,8 @@ }, "prefix": true, "range": [ - 72049, - 72051 + 72045, + 72047 ], "loc": { "start": { @@ -162961,8 +162959,8 @@ } }, "range": [ - 72019, - 72051 + 72015, + 72047 ], "loc": { "start": { @@ -162976,8 +162974,8 @@ } }, "range": [ - 71963, - 72051 + 71959, + 72047 ], "loc": { "start": { @@ -162991,8 +162989,8 @@ } }, "range": [ - 71946, - 72052 + 71942, + 72048 ], "loc": { "start": { @@ -163006,8 +163004,8 @@ } }, "range": [ - 71783, - 72053 + 71779, + 72049 ], "loc": { "start": { @@ -163027,8 +163025,8 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 72073, - 72089 + 72069, + 72085 ], "loc": { "start": { @@ -163047,8 +163045,8 @@ "object": { "type": "ThisExpression", "range": [ - 72094, - 72098 + 72090, + 72094 ], "loc": { "start": { @@ -163065,8 +163063,8 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 72099, - 72113 + 72095, + 72109 ], "loc": { "start": { @@ -163080,8 +163078,8 @@ } }, "range": [ - 72094, - 72113 + 72090, + 72109 ], "loc": { "start": { @@ -163095,8 +163093,8 @@ } }, "range": [ - 72073, - 72113 + 72069, + 72109 ], "loc": { "start": { @@ -163110,8 +163108,8 @@ } }, "range": [ - 71783, - 72113 + 71779, + 72109 ], "loc": { "start": { @@ -163141,8 +163139,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 72137, - 72142 + 72133, + 72138 ], "loc": { "start": { @@ -163159,8 +163157,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72143, - 72150 + 72139, + 72146 ], "loc": { "start": { @@ -163174,8 +163172,8 @@ } }, "range": [ - 72137, - 72150 + 72133, + 72146 ], "loc": { "start": { @@ -163196,8 +163194,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72151, - 72159 + 72147, + 72155 ], "loc": { "start": { @@ -163214,8 +163212,8 @@ "type": "Identifier", "name": "i", "range": [ - 72160, - 72161 + 72156, + 72157 ], "loc": { "start": { @@ -163229,8 +163227,8 @@ } }, "range": [ - 72151, - 72162 + 72147, + 72158 ], "loc": { "start": { @@ -163245,8 +163243,8 @@ } ], "range": [ - 72137, - 72163 + 72133, + 72159 ], "loc": { "start": { @@ -163267,8 +163265,8 @@ "value": 1, "raw": "1", "range": [ - 72168, - 72169 + 72164, + 72165 ], "loc": { "start": { @@ -163283,8 +163281,8 @@ }, "prefix": true, "range": [ - 72167, - 72169 + 72163, + 72165 ], "loc": { "start": { @@ -163298,8 +163296,8 @@ } }, "range": [ - 72137, - 72169 + 72133, + 72165 ], "loc": { "start": { @@ -163338,8 +163336,8 @@ "object": { "type": "ThisExpression", "range": [ - 72192, - 72196 + 72188, + 72192 ], "loc": { "start": { @@ -163356,8 +163354,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 72197, - 72200 + 72193, + 72196 ], "loc": { "start": { @@ -163371,8 +163369,8 @@ } }, "range": [ - 72192, - 72200 + 72188, + 72196 ], "loc": { "start": { @@ -163389,8 +163387,8 @@ "type": "Identifier", "name": "checkList", "range": [ - 72201, - 72210 + 72197, + 72206 ], "loc": { "start": { @@ -163404,8 +163402,8 @@ } }, "range": [ - 72192, - 72210 + 72188, + 72206 ], "loc": { "start": { @@ -163422,8 +163420,8 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 72211, - 72223 + 72207, + 72219 ], "loc": { "start": { @@ -163437,8 +163435,8 @@ } }, "range": [ - 72192, - 72223 + 72188, + 72219 ], "loc": { "start": { @@ -163458,8 +163456,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72224, - 72232 + 72220, + 72228 ], "loc": { "start": { @@ -163476,8 +163474,8 @@ "type": "Identifier", "name": "i", "range": [ - 72233, - 72234 + 72229, + 72230 ], "loc": { "start": { @@ -163491,8 +163489,8 @@ } }, "range": [ - 72224, - 72235 + 72220, + 72231 ], "loc": { "start": { @@ -163506,8 +163504,8 @@ } }, "range": [ - 72192, - 72236 + 72188, + 72232 ], "loc": { "start": { @@ -163524,8 +163522,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 72237, - 72246 + 72233, + 72242 ], "loc": { "start": { @@ -163539,8 +163537,8 @@ } }, "range": [ - 72192, - 72246 + 72188, + 72242 ], "loc": { "start": { @@ -163558,8 +163556,8 @@ "value": "", "raw": "''", "range": [ - 72249, - 72251 + 72245, + 72247 ], "loc": { "start": { @@ -163573,8 +163571,8 @@ } }, "range": [ - 72192, - 72251 + 72188, + 72247 ], "loc": { "start": { @@ -163588,8 +163586,8 @@ } }, "range": [ - 72192, - 72252 + 72188, + 72248 ], "loc": { "start": { @@ -163604,8 +163602,8 @@ } ], "range": [ - 72170, - 72270 + 72166, + 72266 ], "loc": { "start": { @@ -163633,8 +163631,8 @@ "type": "Identifier", "name": "curSlc", "range": [ - 72298, - 72304 + 72294, + 72300 ], "loc": { "start": { @@ -163651,8 +163649,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 72305, - 72314 + 72301, + 72310 ], "loc": { "start": { @@ -163666,8 +163664,8 @@ } }, "range": [ - 72298, - 72314 + 72294, + 72310 ], "loc": { "start": { @@ -163685,8 +163683,8 @@ "value": "", "raw": "''", "range": [ - 72317, - 72319 + 72313, + 72315 ], "loc": { "start": { @@ -163700,8 +163698,8 @@ } }, "range": [ - 72298, - 72319 + 72294, + 72315 ], "loc": { "start": { @@ -163715,8 +163713,8 @@ } }, "range": [ - 72298, - 72320 + 72294, + 72316 ], "loc": { "start": { @@ -163731,8 +163729,8 @@ } ], "range": [ - 72276, - 72338 + 72272, + 72334 ], "loc": { "start": { @@ -163746,8 +163744,8 @@ } }, "range": [ - 72134, - 72338 + 72130, + 72334 ], "loc": { "start": { @@ -163764,8 +163762,8 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 72356, - 72389 + 72352, + 72385 ], "loc": { "start": { @@ -163788,8 +163786,8 @@ "object": { "type": "ThisExpression", "range": [ - 72409, - 72413 + 72405, + 72409 ], "loc": { "start": { @@ -163806,8 +163804,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 72414, - 72429 + 72410, + 72425 ], "loc": { "start": { @@ -163821,8 +163819,8 @@ } }, "range": [ - 72409, - 72429 + 72405, + 72425 ], "loc": { "start": { @@ -163847,8 +163845,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 72457, - 72461 + 72453, + 72457 ], "loc": { "start": { @@ -163870,8 +163868,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 72464, - 72467 + 72460, + 72463 ], "loc": { "start": { @@ -163888,8 +163886,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 72468, - 72477 + 72464, + 72473 ], "loc": { "start": { @@ -163903,8 +163901,8 @@ } }, "range": [ - 72464, - 72477 + 72460, + 72473 ], "loc": { "start": { @@ -163924,8 +163922,8 @@ "object": { "type": "ThisExpression", "range": [ - 72478, - 72482 + 72474, + 72478 ], "loc": { "start": { @@ -163942,8 +163940,8 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 72483, - 72497 + 72479, + 72493 ], "loc": { "start": { @@ -163957,8 +163955,8 @@ } }, "range": [ - 72478, - 72497 + 72474, + 72493 ], "loc": { "start": { @@ -163976,8 +163974,8 @@ "value": "", "raw": "''", "range": [ - 72499, - 72501 + 72495, + 72497 ], "loc": { "start": { @@ -163992,8 +163990,8 @@ } ], "range": [ - 72464, - 72502 + 72460, + 72498 ], "loc": { "start": { @@ -164007,8 +164005,8 @@ } }, "range": [ - 72457, - 72502 + 72453, + 72498 ], "loc": { "start": { @@ -164024,8 +164022,8 @@ ], "kind": "let", "range": [ - 72453, - 72503 + 72449, + 72499 ], "loc": { "start": { @@ -164044,8 +164042,8 @@ "type": "Identifier", "name": "curSlc", "range": [ - 72527, - 72533 + 72523, + 72529 ], "loc": { "start": { @@ -164072,8 +164070,8 @@ "type": "Identifier", "name": "curSlc", "range": [ - 72560, - 72566 + 72556, + 72562 ], "loc": { "start": { @@ -164090,8 +164088,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 72567, - 72578 + 72563, + 72574 ], "loc": { "start": { @@ -164105,8 +164103,8 @@ } }, "range": [ - 72560, - 72578 + 72556, + 72574 ], "loc": { "start": { @@ -164124,8 +164122,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 72579, - 72583 + 72575, + 72579 ], "loc": { "start": { @@ -164140,8 +164138,8 @@ } ], "range": [ - 72560, - 72584 + 72556, + 72580 ], "loc": { "start": { @@ -164155,8 +164153,8 @@ } }, "range": [ - 72560, - 72585 + 72556, + 72581 ], "loc": { "start": { @@ -164171,8 +164169,8 @@ } ], "range": [ - 72534, - 72607 + 72530, + 72603 ], "loc": { "start": { @@ -164187,8 +164185,8 @@ }, "alternate": null, "range": [ - 72524, - 72607 + 72520, + 72603 ], "loc": { "start": { @@ -164203,8 +164201,8 @@ } ], "range": [ - 72431, - 72625 + 72427, + 72621 ], "loc": { "start": { @@ -164219,8 +164217,8 @@ }, "alternate": null, "range": [ - 72406, - 72625 + 72402, + 72621 ], "loc": { "start": { @@ -164237,8 +164235,8 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 72356, - 72389 + 72352, + 72385 ], "loc": { "start": { @@ -164267,8 +164265,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 72646, - 72651 + 72642, + 72647 ], "loc": { "start": { @@ -164285,8 +164283,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72652, - 72659 + 72648, + 72655 ], "loc": { "start": { @@ -164300,8 +164298,8 @@ } }, "range": [ - 72646, - 72659 + 72642, + 72655 ], "loc": { "start": { @@ -164322,8 +164320,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72660, - 72668 + 72656, + 72664 ], "loc": { "start": { @@ -164340,8 +164338,8 @@ "type": "Identifier", "name": "i", "range": [ - 72669, - 72670 + 72665, + 72666 ], "loc": { "start": { @@ -164355,8 +164353,8 @@ } }, "range": [ - 72660, - 72671 + 72656, + 72667 ], "loc": { "start": { @@ -164371,8 +164369,8 @@ } ], "range": [ - 72646, - 72672 + 72642, + 72668 ], "loc": { "start": { @@ -164393,8 +164391,8 @@ "value": 1, "raw": "1", "range": [ - 72677, - 72678 + 72673, + 72674 ], "loc": { "start": { @@ -164409,8 +164407,8 @@ }, "prefix": true, "range": [ - 72676, - 72678 + 72672, + 72674 ], "loc": { "start": { @@ -164424,8 +164422,8 @@ } }, "range": [ - 72646, - 72678 + 72642, + 72674 ], "loc": { "start": { @@ -164454,8 +164452,8 @@ "object": { "type": "ThisExpression", "range": [ - 72701, - 72705 + 72697, + 72701 ], "loc": { "start": { @@ -164472,8 +164470,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 72706, - 72713 + 72702, + 72709 ], "loc": { "start": { @@ -164487,8 +164485,8 @@ } }, "range": [ - 72701, - 72713 + 72697, + 72709 ], "loc": { "start": { @@ -164505,8 +164503,8 @@ "type": "Identifier", "name": "emit", "range": [ - 72714, - 72718 + 72710, + 72714 ], "loc": { "start": { @@ -164520,8 +164518,8 @@ } }, "range": [ - 72701, - 72718 + 72697, + 72714 ], "loc": { "start": { @@ -164540,8 +164538,8 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 72719, - 72743 + 72715, + 72739 ], "loc": { "start": { @@ -164557,8 +164555,8 @@ { "type": "ThisExpression", "range": [ - 72745, - 72749 + 72741, + 72745 ], "loc": { "start": { @@ -164578,8 +164576,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72775, - 72783 + 72771, + 72779 ], "loc": { "start": { @@ -164596,8 +164594,8 @@ "type": "Identifier", "name": "i", "range": [ - 72784, - 72785 + 72780, + 72781 ], "loc": { "start": { @@ -164611,8 +164609,8 @@ } }, "range": [ - 72775, - 72786 + 72771, + 72782 ], "loc": { "start": { @@ -164631,8 +164629,8 @@ "object": { "type": "ThisExpression", "range": [ - 72788, - 72792 + 72784, + 72788 ], "loc": { "start": { @@ -164649,8 +164647,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 72793, - 72806 + 72789, + 72802 ], "loc": { "start": { @@ -164664,8 +164662,8 @@ } }, "range": [ - 72788, - 72806 + 72784, + 72802 ], "loc": { "start": { @@ -164680,8 +164678,8 @@ } ], "range": [ - 72701, - 72807 + 72697, + 72803 ], "loc": { "start": { @@ -164695,8 +164693,8 @@ } }, "range": [ - 72701, - 72808 + 72697, + 72804 ], "loc": { "start": { @@ -164711,8 +164709,8 @@ } ], "range": [ - 72679, - 72826 + 72675, + 72822 ], "loc": { "start": { @@ -164741,8 +164739,8 @@ "object": { "type": "ThisExpression", "range": [ - 72854, - 72858 + 72850, + 72854 ], "loc": { "start": { @@ -164759,8 +164757,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 72859, - 72866 + 72855, + 72862 ], "loc": { "start": { @@ -164774,8 +164772,8 @@ } }, "range": [ - 72854, - 72866 + 72850, + 72862 ], "loc": { "start": { @@ -164792,8 +164790,8 @@ "type": "Identifier", "name": "emit", "range": [ - 72867, - 72871 + 72863, + 72867 ], "loc": { "start": { @@ -164807,8 +164805,8 @@ } }, "range": [ - 72854, - 72871 + 72850, + 72867 ], "loc": { "start": { @@ -164827,8 +164825,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 72872, - 72893 + 72868, + 72889 ], "loc": { "start": { @@ -164844,8 +164842,8 @@ { "type": "ThisExpression", "range": [ - 72895, - 72899 + 72891, + 72895 ], "loc": { "start": { @@ -164865,8 +164863,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72901, - 72909 + 72897, + 72905 ], "loc": { "start": { @@ -164883,8 +164881,8 @@ "type": "Identifier", "name": "i", "range": [ - 72910, - 72911 + 72906, + 72907 ], "loc": { "start": { @@ -164898,8 +164896,8 @@ } }, "range": [ - 72901, - 72912 + 72897, + 72908 ], "loc": { "start": { @@ -164917,8 +164915,8 @@ "value": true, "raw": "true", "range": [ - 72938, - 72942 + 72934, + 72938 ], "loc": { "start": { @@ -164937,8 +164935,8 @@ "object": { "type": "ThisExpression", "range": [ - 72944, - 72948 + 72940, + 72944 ], "loc": { "start": { @@ -164955,8 +164953,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 72949, - 72962 + 72945, + 72958 ], "loc": { "start": { @@ -164970,8 +164968,8 @@ } }, "range": [ - 72944, - 72962 + 72940, + 72958 ], "loc": { "start": { @@ -164986,8 +164984,8 @@ } ], "range": [ - 72854, - 72963 + 72850, + 72959 ], "loc": { "start": { @@ -165001,8 +164999,8 @@ } }, "range": [ - 72854, - 72964 + 72850, + 72960 ], "loc": { "start": { @@ -165017,8 +165015,8 @@ } ], "range": [ - 72832, - 72982 + 72828, + 72978 ], "loc": { "start": { @@ -165032,8 +165030,8 @@ } }, "range": [ - 72643, - 72982 + 72639, + 72978 ], "loc": { "start": { @@ -165056,8 +165054,8 @@ "object": { "type": "ThisExpression", "range": [ - 73000, - 73004 + 72996, + 73000 ], "loc": { "start": { @@ -165074,8 +165072,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 73005, - 73019 + 73001, + 73015 ], "loc": { "start": { @@ -165089,8 +165087,8 @@ } }, "range": [ - 73000, - 73019 + 72996, + 73015 ], "loc": { "start": { @@ -165111,8 +165109,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 73020, - 73028 + 73016, + 73024 ], "loc": { "start": { @@ -165129,8 +165127,8 @@ "type": "Identifier", "name": "i", "range": [ - 73029, - 73030 + 73025, + 73026 ], "loc": { "start": { @@ -165144,8 +165142,8 @@ } }, "range": [ - 73020, - 73031 + 73016, + 73027 ], "loc": { "start": { @@ -165162,8 +165160,8 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 73033, - 73049 + 73029, + 73045 ], "loc": { "start": { @@ -165178,8 +165176,8 @@ } ], "range": [ - 73000, - 73050 + 72996, + 73046 ], "loc": { "start": { @@ -165193,8 +165191,8 @@ } }, "range": [ - 73000, - 73051 + 72996, + 73047 ], "loc": { "start": { @@ -165209,8 +165207,8 @@ } ], "range": [ - 72115, - 73065 + 72111, + 73061 ], "loc": { "start": { @@ -165225,8 +165223,8 @@ }, "alternate": null, "range": [ - 71780, - 73065 + 71776, + 73061 ], "loc": { "start": { @@ -165243,8 +165241,8 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71672, - 71715 + 71668, + 71711 ], "loc": { "start": { @@ -165261,8 +165259,8 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71728, - 71767 + 71724, + 71763 ], "loc": { "start": { @@ -165279,8 +165277,8 @@ } ], "range": [ - 71533, - 73075 + 71529, + 73071 ], "loc": { "start": { @@ -165294,8 +165292,8 @@ } }, "range": [ - 71488, - 73075 + 71484, + 73071 ], "loc": { "start": { @@ -165312,8 +165310,8 @@ "type": "Line", "value": " for i", "range": [ - 73075, - 73083 + 73071, + 73079 ], "loc": { "start": { @@ -165330,8 +165328,8 @@ } ], "range": [ - 70954, - 73089 + 70950, + 73085 ], "loc": { "start": { @@ -165347,8 +165345,8 @@ "generator": false, "expression": false, "range": [ - 70952, - 73089 + 70948, + 73085 ], "loc": { "start": { @@ -165364,8 +165362,8 @@ "kind": "method", "computed": false, "range": [ - 70941, - 73089 + 70937, + 73085 ], "loc": { "start": { @@ -165382,8 +165380,8 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70831, - 70936 + 70827, + 70932 ], "loc": { "start": { @@ -165402,8 +165400,8 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 73095, - 73273 + 73091, + 73269 ], "loc": { "start": { @@ -165425,8 +165423,8 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 73278, - 73290 + 73274, + 73286 ], "loc": { "start": { @@ -165447,8 +165445,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73291, - 73299 + 73287, + 73295 ], "loc": { "start": { @@ -165474,8 +165472,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 73314, - 73321 + 73310, + 73317 ], "loc": { "start": { @@ -165496,8 +165494,8 @@ "object": { "type": "ThisExpression", "range": [ - 73324, - 73328 + 73320, + 73324 ], "loc": { "start": { @@ -165514,8 +165512,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 73329, - 73342 + 73325, + 73338 ], "loc": { "start": { @@ -165529,8 +165527,8 @@ } }, "range": [ - 73324, - 73342 + 73320, + 73338 ], "loc": { "start": { @@ -165548,8 +165546,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73343, - 73351 + 73339, + 73347 ], "loc": { "start": { @@ -165564,8 +165562,8 @@ } ], "range": [ - 73324, - 73352 + 73320, + 73348 ], "loc": { "start": { @@ -165579,8 +165577,8 @@ } }, "range": [ - 73314, - 73352 + 73310, + 73348 ], "loc": { "start": { @@ -165596,8 +165594,8 @@ ], "kind": "let", "range": [ - 73310, - 73353 + 73306, + 73349 ], "loc": { "start": { @@ -165627,8 +165625,8 @@ "object": { "type": "ThisExpression", "range": [ - 73369, - 73373 + 73365, + 73369 ], "loc": { "start": { @@ -165645,8 +165643,8 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 73374, - 73389 + 73370, + 73385 ], "loc": { "start": { @@ -165660,8 +165658,8 @@ } }, "range": [ - 73369, - 73389 + 73365, + 73385 ], "loc": { "start": { @@ -165678,8 +165676,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73390, - 73398 + 73386, + 73394 ], "loc": { "start": { @@ -165693,8 +165691,8 @@ } }, "range": [ - 73369, - 73399 + 73365, + 73395 ], "loc": { "start": { @@ -165713,8 +165711,8 @@ "object": { "type": "ThisExpression", "range": [ - 73403, - 73407 + 73399, + 73403 ], "loc": { "start": { @@ -165731,8 +165729,8 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 73408, - 73418 + 73404, + 73414 ], "loc": { "start": { @@ -165746,8 +165744,8 @@ } }, "range": [ - 73403, - 73418 + 73399, + 73414 ], "loc": { "start": { @@ -165761,8 +165759,8 @@ } }, "range": [ - 73369, - 73418 + 73365, + 73414 ], "loc": { "start": { @@ -165782,8 +165780,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 73435, - 73442 + 73431, + 73438 ], "loc": { "start": { @@ -165802,8 +165800,8 @@ "object": { "type": "ThisExpression", "range": [ - 73447, - 73451 + 73443, + 73447 ], "loc": { "start": { @@ -165820,8 +165818,8 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 73452, - 73462 + 73448, + 73458 ], "loc": { "start": { @@ -165835,8 +165833,8 @@ } }, "range": [ - 73447, - 73462 + 73443, + 73458 ], "loc": { "start": { @@ -165850,8 +165848,8 @@ } }, "range": [ - 73435, - 73462 + 73431, + 73458 ], "loc": { "start": { @@ -165865,8 +165863,8 @@ } }, "range": [ - 73369, - 73463 + 73365, + 73459 ], "loc": { "start": { @@ -165880,8 +165878,8 @@ } }, "range": [ - 73362, - 73464 + 73358, + 73460 ], "loc": { "start": { @@ -165896,8 +165894,8 @@ } ], "range": [ - 73300, - 73470 + 73296, + 73466 ], "loc": { "start": { @@ -165913,8 +165911,8 @@ "generator": false, "expression": false, "range": [ - 73290, - 73470 + 73286, + 73466 ], "loc": { "start": { @@ -165930,8 +165928,8 @@ "kind": "method", "computed": false, "range": [ - 73278, - 73470 + 73274, + 73466 ], "loc": { "start": { @@ -165948,8 +165946,8 @@ "type": "Line", "value": " for i", "range": [ - 73075, - 73083 + 73071, + 73079 ], "loc": { "start": { @@ -165966,8 +165964,8 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 73095, - 73273 + 73091, + 73269 ], "loc": { "start": { @@ -165986,8 +165984,8 @@ "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": [ - 73476, - 73695 + 73472, + 73691 ], "loc": { "start": { @@ -166009,8 +166007,8 @@ "type": "Identifier", "name": "isImported", "range": [ - 73700, - 73710 + 73696, + 73706 ], "loc": { "start": { @@ -166031,8 +166029,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 73711, - 73719 + 73707, + 73715 ], "loc": { "start": { @@ -166049,8 +166047,8 @@ "type": "Identifier", "name": "type", "range": [ - 73721, - 73725 + 73717, + 73721 ], "loc": { "start": { @@ -166076,8 +166074,8 @@ "type": "Identifier", "name": "imported", "range": [ - 73740, - 73748 + 73736, + 73744 ], "loc": { "start": { @@ -166095,8 +166093,8 @@ "value": false, "raw": "false", "range": [ - 73751, - 73756 + 73747, + 73752 ], "loc": { "start": { @@ -166110,8 +166108,8 @@ } }, "range": [ - 73740, - 73756 + 73736, + 73752 ], "loc": { "start": { @@ -166130,8 +166128,8 @@ "type": "Identifier", "name": "importType", "range": [ - 73770, - 73780 + 73766, + 73776 ], "loc": { "start": { @@ -166153,8 +166151,8 @@ "type": "Identifier", "name": "type", "range": [ - 73784, - 73788 + 73780, + 73784 ], "loc": { "start": { @@ -166169,8 +166167,8 @@ }, "prefix": true, "range": [ - 73783, - 73788 + 73779, + 73784 ], "loc": { "start": { @@ -166188,8 +166186,8 @@ "value": "script", "raw": "'script'", "range": [ - 73791, - 73799 + 73787, + 73795 ], "loc": { "start": { @@ -166206,8 +166204,8 @@ "type": "Identifier", "name": "type", "range": [ - 73802, - 73806 + 73798, + 73802 ], "loc": { "start": { @@ -166221,8 +166219,8 @@ } }, "range": [ - 73783, - 73806 + 73779, + 73802 ], "loc": { "start": { @@ -166236,8 +166234,8 @@ } }, "range": [ - 73770, - 73806 + 73766, + 73802 ], "loc": { "start": { @@ -166256,8 +166254,8 @@ "type": "Identifier", "name": "attr", "range": [ - 73820, - 73824 + 73816, + 73820 ], "loc": { "start": { @@ -166279,8 +166277,8 @@ "type": "Identifier", "name": "importType", "range": [ - 73827, - 73837 + 73823, + 73833 ], "loc": { "start": { @@ -166298,8 +166296,8 @@ "value": "script", "raw": "'script'", "range": [ - 73841, - 73849 + 73837, + 73845 ], "loc": { "start": { @@ -166313,8 +166311,8 @@ } }, "range": [ - 73827, - 73849 + 73823, + 73845 ], "loc": { "start": { @@ -166332,8 +166330,8 @@ "value": "src", "raw": "'src'", "range": [ - 73852, - 73857 + 73848, + 73853 ], "loc": { "start": { @@ -166351,8 +166349,8 @@ "value": "href", "raw": "'href'", "range": [ - 73860, - 73866 + 73856, + 73862 ], "loc": { "start": { @@ -166366,8 +166364,8 @@ } }, "range": [ - 73827, - 73866 + 73823, + 73862 ], "loc": { "start": { @@ -166381,8 +166379,8 @@ } }, "range": [ - 73820, - 73866 + 73816, + 73862 ], "loc": { "start": { @@ -166401,8 +166399,8 @@ "type": "Identifier", "name": "files", "range": [ - 73880, - 73885 + 73876, + 73881 ], "loc": { "start": { @@ -166424,8 +166422,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 73888, - 73891 + 73884, + 73887 ], "loc": { "start": { @@ -166442,8 +166440,8 @@ "type": "Identifier", "name": "tag", "range": [ - 73892, - 73895 + 73888, + 73891 ], "loc": { "start": { @@ -166457,8 +166455,8 @@ } }, "range": [ - 73888, - 73895 + 73884, + 73891 ], "loc": { "start": { @@ -166476,8 +166474,8 @@ "type": "Identifier", "name": "doc", "range": [ - 73896, - 73899 + 73892, + 73895 ], "loc": { "start": { @@ -166494,8 +166492,8 @@ "type": "Identifier", "name": "importType", "range": [ - 73901, - 73911 + 73897, + 73907 ], "loc": { "start": { @@ -166510,8 +166508,8 @@ } ], "range": [ - 73888, - 73912 + 73884, + 73908 ], "loc": { "start": { @@ -166525,8 +166523,8 @@ } }, "range": [ - 73880, - 73912 + 73876, + 73908 ], "loc": { "start": { @@ -166542,8 +166540,8 @@ ], "kind": "let", "range": [ - 73736, - 73913 + 73732, + 73909 ], "loc": { "start": { @@ -166567,8 +166565,8 @@ "type": "Identifier", "name": "i", "range": [ - 73931, - 73932 + 73927, + 73928 ], "loc": { "start": { @@ -166586,8 +166584,8 @@ "value": 0, "raw": "0", "range": [ - 73933, - 73934 + 73929, + 73930 ], "loc": { "start": { @@ -166601,8 +166599,8 @@ } }, "range": [ - 73931, - 73934 + 73927, + 73930 ], "loc": { "start": { @@ -166621,8 +166619,8 @@ "type": "Identifier", "name": "len", "range": [ - 73936, - 73939 + 73932, + 73935 ], "loc": { "start": { @@ -166642,8 +166640,8 @@ "type": "Identifier", "name": "files", "range": [ - 73940, - 73945 + 73936, + 73941 ], "loc": { "start": { @@ -166660,8 +166658,8 @@ "type": "Identifier", "name": "length", "range": [ - 73946, - 73952 + 73942, + 73948 ], "loc": { "start": { @@ -166675,8 +166673,8 @@ } }, "range": [ - 73940, - 73952 + 73936, + 73948 ], "loc": { "start": { @@ -166690,8 +166688,8 @@ } }, "range": [ - 73936, - 73952 + 73932, + 73948 ], "loc": { "start": { @@ -166707,8 +166705,8 @@ ], "kind": "let", "range": [ - 73927, - 73952 + 73923, + 73948 ], "loc": { "start": { @@ -166728,8 +166726,8 @@ "type": "Identifier", "name": "i", "range": [ - 73954, - 73955 + 73950, + 73951 ], "loc": { "start": { @@ -166746,8 +166744,8 @@ "type": "Identifier", "name": "len", "range": [ - 73956, - 73959 + 73952, + 73955 ], "loc": { "start": { @@ -166761,8 +166759,8 @@ } }, "range": [ - 73954, - 73959 + 73950, + 73955 ], "loc": { "start": { @@ -166782,8 +166780,8 @@ "type": "Identifier", "name": "i", "range": [ - 73961, - 73962 + 73957, + 73958 ], "loc": { "start": { @@ -166798,8 +166796,8 @@ }, "prefix": false, "range": [ - 73961, - 73964 + 73957, + 73960 ], "loc": { "start": { @@ -166830,8 +166828,8 @@ "type": "Identifier", "name": "files", "range": [ - 73982, - 73987 + 73978, + 73983 ], "loc": { "start": { @@ -166848,8 +166846,8 @@ "type": "Identifier", "name": "i", "range": [ - 73988, - 73989 + 73984, + 73985 ], "loc": { "start": { @@ -166863,8 +166861,8 @@ } }, "range": [ - 73982, - 73990 + 73978, + 73986 ], "loc": { "start": { @@ -166881,8 +166879,8 @@ "type": "Identifier", "name": "attr", "range": [ - 73991, - 73995 + 73987, + 73991 ], "loc": { "start": { @@ -166896,8 +166894,8 @@ } }, "range": [ - 73982, - 73996 + 73978, + 73992 ], "loc": { "start": { @@ -166914,8 +166912,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 74001, - 74010 + 73997, + 74006 ], "loc": { "start": { @@ -166929,8 +166927,8 @@ } }, "range": [ - 73982, - 74010 + 73978, + 74006 ], "loc": { "start": { @@ -166950,8 +166948,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 74029, - 74038 + 74025, + 74034 ], "loc": { "start": { @@ -166966,8 +166964,8 @@ } ], "range": [ - 74011, - 74052 + 74007, + 74048 ], "loc": { "start": { @@ -166982,8 +166980,8 @@ }, "alternate": null, "range": [ - 73979, - 74052 + 73975, + 74048 ], "loc": { "start": { @@ -167013,8 +167011,8 @@ "type": "Identifier", "name": "files", "range": [ - 74068, - 74073 + 74064, + 74069 ], "loc": { "start": { @@ -167031,8 +167029,8 @@ "type": "Identifier", "name": "i", "range": [ - 74074, - 74075 + 74070, + 74071 ], "loc": { "start": { @@ -167046,8 +167044,8 @@ } }, "range": [ - 74068, - 74076 + 74064, + 74072 ], "loc": { "start": { @@ -167064,8 +167062,8 @@ "type": "Identifier", "name": "attr", "range": [ - 74077, - 74081 + 74073, + 74077 ], "loc": { "start": { @@ -167079,8 +167077,8 @@ } }, "range": [ - 74068, - 74082 + 74064, + 74078 ], "loc": { "start": { @@ -167097,8 +167095,8 @@ "type": "Identifier", "name": "match", "range": [ - 74083, - 74088 + 74079, + 74084 ], "loc": { "start": { @@ -167112,8 +167110,8 @@ } }, "range": [ - 74068, - 74088 + 74064, + 74084 ], "loc": { "start": { @@ -167131,8 +167129,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 74089, - 74097 + 74085, + 74093 ], "loc": { "start": { @@ -167147,8 +167145,8 @@ } ], "range": [ - 74068, - 74098 + 74064, + 74094 ], "loc": { "start": { @@ -167173,8 +167171,8 @@ "type": "Identifier", "name": "imported", "range": [ - 74117, - 74125 + 74113, + 74121 ], "loc": { "start": { @@ -167192,8 +167190,8 @@ "value": true, "raw": "true", "range": [ - 74128, - 74132 + 74124, + 74128 ], "loc": { "start": { @@ -167207,8 +167205,8 @@ } }, "range": [ - 74117, - 74132 + 74113, + 74128 ], "loc": { "start": { @@ -167222,8 +167220,8 @@ } }, "range": [ - 74117, - 74133 + 74113, + 74129 ], "loc": { "start": { @@ -167240,8 +167238,8 @@ "type": "BreakStatement", "label": null, "range": [ - 74150, - 74156 + 74146, + 74152 ], "loc": { "start": { @@ -167256,8 +167254,8 @@ } ], "range": [ - 74099, - 74170 + 74095, + 74166 ], "loc": { "start": { @@ -167272,8 +167270,8 @@ }, "alternate": null, "range": [ - 74065, - 74170 + 74061, + 74166 ], "loc": { "start": { @@ -167288,8 +167286,8 @@ } ], "range": [ - 73965, - 74180 + 73961, + 74176 ], "loc": { "start": { @@ -167303,8 +167301,8 @@ } }, "range": [ - 73922, - 74180 + 73918, + 74176 ], "loc": { "start": { @@ -167323,8 +167321,8 @@ "type": "Identifier", "name": "imported", "range": [ - 74196, - 74204 + 74192, + 74200 ], "loc": { "start": { @@ -167338,8 +167336,8 @@ } }, "range": [ - 74189, - 74205 + 74185, + 74201 ], "loc": { "start": { @@ -167354,8 +167352,8 @@ } ], "range": [ - 73726, - 74211 + 73722, + 74207 ], "loc": { "start": { @@ -167371,8 +167369,8 @@ "generator": false, "expression": false, "range": [ - 73710, - 74211 + 73706, + 74207 ], "loc": { "start": { @@ -167388,8 +167386,8 @@ "kind": "method", "computed": false, "range": [ - 73700, - 74211 + 73696, + 74207 ], "loc": { "start": { @@ -167406,8 +167404,8 @@ "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": [ - 73476, - 73695 + 73472, + 73691 ], "loc": { "start": { @@ -167426,8 +167424,8 @@ "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": [ - 74217, - 74476 + 74213, + 74472 ], "loc": { "start": { @@ -167449,8 +167447,8 @@ "type": "Identifier", "name": "import", "range": [ - 74481, - 74487 + 74477, + 74483 ], "loc": { "start": { @@ -167471,8 +167469,8 @@ "type": "Identifier", "name": "fileId", "range": [ - 74488, - 74494 + 74484, + 74490 ], "loc": { "start": { @@ -167489,8 +167487,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 74496, - 74504 + 74492, + 74500 ], "loc": { "start": { @@ -167507,8 +167505,8 @@ "type": "Identifier", "name": "callback", "range": [ - 74506, - 74514 + 74502, + 74510 ], "loc": { "start": { @@ -167525,8 +167523,8 @@ "type": "Identifier", "name": "type", "range": [ - 74516, - 74520 + 74512, + 74516 ], "loc": { "start": { @@ -167552,8 +167550,8 @@ "type": "Identifier", "name": "ftype", "range": [ - 74535, - 74540 + 74531, + 74536 ], "loc": { "start": { @@ -167575,8 +167573,8 @@ "type": "Identifier", "name": "type", "range": [ - 74544, - 74548 + 74540, + 74544 ], "loc": { "start": { @@ -167591,8 +167589,8 @@ }, "prefix": true, "range": [ - 74543, - 74548 + 74539, + 74544 ], "loc": { "start": { @@ -167610,8 +167608,8 @@ "value": "script", "raw": "'script'", "range": [ - 74551, - 74559 + 74547, + 74555 ], "loc": { "start": { @@ -167628,8 +167626,8 @@ "type": "Identifier", "name": "type", "range": [ - 74562, - 74566 + 74558, + 74562 ], "loc": { "start": { @@ -167643,8 +167641,8 @@ } }, "range": [ - 74543, - 74566 + 74539, + 74562 ], "loc": { "start": { @@ -167658,8 +167656,8 @@ } }, "range": [ - 74535, - 74566 + 74531, + 74562 ], "loc": { "start": { @@ -167678,8 +167676,8 @@ "type": "Identifier", "name": "imported", "range": [ - 74580, - 74588 + 74576, + 74584 ], "loc": { "start": { @@ -167700,8 +167698,8 @@ "object": { "type": "ThisExpression", "range": [ - 74591, - 74595 + 74587, + 74591 ], "loc": { "start": { @@ -167718,8 +167716,8 @@ "type": "Identifier", "name": "isImported", "range": [ - 74596, - 74606 + 74592, + 74602 ], "loc": { "start": { @@ -167733,8 +167731,8 @@ } }, "range": [ - 74591, - 74606 + 74587, + 74602 ], "loc": { "start": { @@ -167752,8 +167750,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 74607, - 74615 + 74603, + 74611 ], "loc": { "start": { @@ -167770,8 +167768,8 @@ "type": "Identifier", "name": "ftype", "range": [ - 74617, - 74622 + 74613, + 74618 ], "loc": { "start": { @@ -167786,8 +167784,8 @@ } ], "range": [ - 74591, - 74623 + 74587, + 74619 ], "loc": { "start": { @@ -167801,8 +167799,8 @@ } }, "range": [ - 74580, - 74623 + 74576, + 74619 ], "loc": { "start": { @@ -167818,8 +167816,8 @@ ], "kind": "let", "range": [ - 74531, - 74624 + 74527, + 74620 ], "loc": { "start": { @@ -167838,8 +167836,8 @@ "type": "Identifier", "name": "imported", "range": [ - 74636, - 74644 + 74632, + 74640 ], "loc": { "start": { @@ -167859,8 +167857,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74659, - 74666 + 74655, + 74662 ], "loc": { "start": { @@ -167875,8 +167873,8 @@ } ], "range": [ - 74645, - 74676 + 74641, + 74672 ], "loc": { "start": { @@ -167891,8 +167889,8 @@ }, "alternate": null, "range": [ - 74633, - 74676 + 74629, + 74672 ], "loc": { "start": { @@ -167914,8 +167912,8 @@ "type": "Identifier", "name": "o", "range": [ - 74689, - 74690 + 74685, + 74686 ], "loc": { "start": { @@ -167931,8 +167929,8 @@ "init": { "type": "ThisExpression", "range": [ - 74693, - 74697 + 74689, + 74693 ], "loc": { "start": { @@ -167946,8 +167944,8 @@ } }, "range": [ - 74689, - 74697 + 74685, + 74693 ], "loc": { "start": { @@ -167966,8 +167964,8 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 74711, - 74719 + 74707, + 74715 ], "loc": { "start": { @@ -167985,8 +167983,8 @@ "value": false, "raw": "false", "range": [ - 74722, - 74727 + 74718, + 74723 ], "loc": { "start": { @@ -168000,8 +167998,8 @@ } }, "range": [ - 74711, - 74727 + 74707, + 74723 ], "loc": { "start": { @@ -168020,8 +168018,8 @@ "type": "Identifier", "name": "file", "range": [ - 74741, - 74745 + 74737, + 74741 ], "loc": { "start": { @@ -168036,8 +168034,8 @@ }, "init": null, "range": [ - 74741, - 74745 + 74737, + 74741 ], "loc": { "start": { @@ -168056,8 +168054,8 @@ "type": "Identifier", "name": "head", "range": [ - 74759, - 74763 + 74755, + 74759 ], "loc": { "start": { @@ -168082,8 +168080,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 74766, - 74769 + 74762, + 74765 ], "loc": { "start": { @@ -168100,8 +168098,8 @@ "type": "Identifier", "name": "tag", "range": [ - 74770, - 74773 + 74766, + 74769 ], "loc": { "start": { @@ -168115,8 +168113,8 @@ } }, "range": [ - 74766, - 74773 + 74762, + 74769 ], "loc": { "start": { @@ -168134,8 +168132,8 @@ "type": "Identifier", "name": "doc", "range": [ - 74774, - 74777 + 74770, + 74773 ], "loc": { "start": { @@ -168153,8 +168151,8 @@ "value": "head", "raw": "'head'", "range": [ - 74779, - 74785 + 74775, + 74781 ], "loc": { "start": { @@ -168169,8 +168167,8 @@ } ], "range": [ - 74766, - 74786 + 74762, + 74782 ], "loc": { "start": { @@ -168188,8 +168186,8 @@ "value": 0, "raw": "0", "range": [ - 74787, - 74788 + 74783, + 74784 ], "loc": { "start": { @@ -168203,8 +168201,8 @@ } }, "range": [ - 74766, - 74789 + 74762, + 74785 ], "loc": { "start": { @@ -168218,8 +168216,8 @@ } }, "range": [ - 74759, - 74789 + 74755, + 74785 ], "loc": { "start": { @@ -168235,8 +168233,8 @@ ], "kind": "let", "range": [ - 74685, - 74790 + 74681, + 74786 ], "loc": { "start": { @@ -168263,8 +168261,8 @@ "type": "Identifier", "name": "Str", "range": [ - 74803, - 74806 + 74799, + 74802 ], "loc": { "start": { @@ -168281,8 +168279,8 @@ "type": "Identifier", "name": "lower", "range": [ - 74807, - 74812 + 74803, + 74808 ], "loc": { "start": { @@ -168296,8 +168294,8 @@ } }, "range": [ - 74803, - 74812 + 74799, + 74808 ], "loc": { "start": { @@ -168315,8 +168313,8 @@ "type": "Identifier", "name": "ftype", "range": [ - 74813, - 74818 + 74809, + 74814 ], "loc": { "start": { @@ -168331,8 +168329,8 @@ } ], "range": [ - 74803, - 74819 + 74799, + 74815 ], "loc": { "start": { @@ -168350,8 +168348,8 @@ "value": "link", "raw": "'link'", "range": [ - 74824, - 74830 + 74820, + 74826 ], "loc": { "start": { @@ -168365,8 +168363,8 @@ } }, "range": [ - 74803, - 74830 + 74799, + 74826 ], "loc": { "start": { @@ -168391,8 +168389,8 @@ "type": "Identifier", "name": "file", "range": [ - 74845, - 74849 + 74841, + 74845 ], "loc": { "start": { @@ -168414,8 +168412,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 74852, - 74855 + 74848, + 74851 ], "loc": { "start": { @@ -168432,8 +168430,8 @@ "type": "Identifier", "name": "create", "range": [ - 74856, - 74862 + 74852, + 74858 ], "loc": { "start": { @@ -168447,8 +168445,8 @@ } }, "range": [ - 74852, - 74862 + 74848, + 74858 ], "loc": { "start": { @@ -168467,8 +168465,8 @@ "value": "link", "raw": "'link'", "range": [ - 74880, - 74886 + 74876, + 74882 ], "loc": { "start": { @@ -168489,8 +168487,8 @@ "value": "id", "raw": "'id'", "range": [ - 74905, - 74909 + 74901, + 74905 ], "loc": { "start": { @@ -168507,8 +168505,8 @@ "type": "Identifier", "name": "fileId", "range": [ - 74911, - 74917 + 74907, + 74913 ], "loc": { "start": { @@ -168523,8 +168521,8 @@ } ], "range": [ - 74904, - 74918 + 74900, + 74914 ], "loc": { "start": { @@ -168545,8 +168543,8 @@ "value": "type", "raw": "'type'", "range": [ - 74921, - 74927 + 74917, + 74923 ], "loc": { "start": { @@ -168564,8 +168562,8 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 74929, - 74939 + 74925, + 74935 ], "loc": { "start": { @@ -168580,8 +168578,8 @@ } ], "range": [ - 74920, - 74940 + 74916, + 74936 ], "loc": { "start": { @@ -168602,8 +168600,8 @@ "value": "rel", "raw": "'rel'", "range": [ - 74959, - 74964 + 74955, + 74960 ], "loc": { "start": { @@ -168621,8 +168619,8 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 74966, - 74978 + 74962, + 74974 ], "loc": { "start": { @@ -168637,8 +168635,8 @@ } ], "range": [ - 74958, - 74979 + 74954, + 74975 ], "loc": { "start": { @@ -168659,8 +168657,8 @@ "value": "href", "raw": "'href'", "range": [ - 74982, - 74988 + 74978, + 74984 ], "loc": { "start": { @@ -168677,8 +168675,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 74990, - 74998 + 74986, + 74994 ], "loc": { "start": { @@ -168693,8 +168691,8 @@ } ], "range": [ - 74981, - 74999 + 74977, + 74995 ], "loc": { "start": { @@ -168709,8 +168707,8 @@ } ], "range": [ - 74852, - 75013 + 74848, + 75009 ], "loc": { "start": { @@ -168724,8 +168722,8 @@ } }, "range": [ - 74845, - 75013 + 74841, + 75009 ], "loc": { "start": { @@ -168739,8 +168737,8 @@ } }, "range": [ - 74845, - 75014 + 74841, + 75010 ], "loc": { "start": { @@ -168755,8 +168753,8 @@ } ], "range": [ - 74831, - 75024 + 74827, + 75020 ], "loc": { "start": { @@ -168781,8 +168779,8 @@ "type": "Identifier", "name": "file", "range": [ - 75044, - 75048 + 75040, + 75044 ], "loc": { "start": { @@ -168804,8 +168802,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 75051, - 75054 + 75047, + 75050 ], "loc": { "start": { @@ -168822,8 +168820,8 @@ "type": "Identifier", "name": "create", "range": [ - 75055, - 75061 + 75051, + 75057 ], "loc": { "start": { @@ -168837,8 +168835,8 @@ } }, "range": [ - 75051, - 75061 + 75047, + 75057 ], "loc": { "start": { @@ -168857,8 +168855,8 @@ "value": "script", "raw": "'script'", "range": [ - 75079, - 75087 + 75075, + 75083 ], "loc": { "start": { @@ -168879,8 +168877,8 @@ "value": "id", "raw": "'id'", "range": [ - 75090, - 75094 + 75086, + 75090 ], "loc": { "start": { @@ -168897,8 +168895,8 @@ "type": "Identifier", "name": "fileId", "range": [ - 75096, - 75102 + 75092, + 75098 ], "loc": { "start": { @@ -168913,8 +168911,8 @@ } ], "range": [ - 75089, - 75103 + 75085, + 75099 ], "loc": { "start": { @@ -168935,8 +168933,8 @@ "value": "type", "raw": "'type'", "range": [ - 75122, - 75128 + 75118, + 75124 ], "loc": { "start": { @@ -168954,8 +168952,8 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 75130, - 75147 + 75126, + 75143 ], "loc": { "start": { @@ -168970,8 +168968,8 @@ } ], "range": [ - 75121, - 75148 + 75117, + 75144 ], "loc": { "start": { @@ -168992,8 +168990,8 @@ "value": "src", "raw": "'src'", "range": [ - 75151, - 75156 + 75147, + 75152 ], "loc": { "start": { @@ -169010,8 +169008,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 75158, - 75166 + 75154, + 75162 ], "loc": { "start": { @@ -169026,8 +169024,8 @@ } ], "range": [ - 75150, - 75167 + 75146, + 75163 ], "loc": { "start": { @@ -169042,8 +169040,8 @@ } ], "range": [ - 75051, - 75181 + 75047, + 75177 ], "loc": { "start": { @@ -169057,8 +169055,8 @@ } }, "range": [ - 75044, - 75181 + 75040, + 75177 ], "loc": { "start": { @@ -169072,8 +169070,8 @@ } }, "range": [ - 75044, - 75182 + 75040, + 75178 ], "loc": { "start": { @@ -169088,8 +169086,8 @@ } ], "range": [ - 75030, - 75192 + 75026, + 75188 ], "loc": { "start": { @@ -169103,8 +169101,8 @@ } }, "range": [ - 74800, - 75192 + 74796, + 75188 ], "loc": { "start": { @@ -169121,8 +169119,8 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 75202, - 75274 + 75198, + 75270 ], "loc": { "start": { @@ -169149,8 +169147,8 @@ "type": "Identifier", "name": "file", "range": [ - 75283, - 75287 + 75279, + 75283 ], "loc": { "start": { @@ -169167,8 +169165,8 @@ "type": "Identifier", "name": "onload", "range": [ - 75288, - 75294 + 75284, + 75290 ], "loc": { "start": { @@ -169182,8 +169180,8 @@ } }, "range": [ - 75283, - 75294 + 75279, + 75290 ], "loc": { "start": { @@ -169206,8 +169204,8 @@ "type": "Identifier", "name": "file", "range": [ - 75297, - 75301 + 75293, + 75297 ], "loc": { "start": { @@ -169224,8 +169222,8 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 75302, - 75320 + 75298, + 75316 ], "loc": { "start": { @@ -169239,8 +169237,8 @@ } }, "range": [ - 75297, - 75320 + 75293, + 75316 ], "loc": { "start": { @@ -169272,8 +169270,8 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 75351, - 75359 + 75347, + 75355 ], "loc": { "start": { @@ -169288,8 +169286,8 @@ }, "prefix": true, "range": [ - 75350, - 75359 + 75346, + 75355 ], "loc": { "start": { @@ -169317,8 +169315,8 @@ "object": { "type": "ThisExpression", "range": [ - 75381, - 75385 + 75377, + 75381 ], "loc": { "start": { @@ -169335,8 +169333,8 @@ "type": "Identifier", "name": "readyState", "range": [ - 75386, - 75396 + 75382, + 75392 ], "loc": { "start": { @@ -169350,8 +169348,8 @@ } }, "range": [ - 75381, - 75396 + 75377, + 75392 ], "loc": { "start": { @@ -169366,8 +169364,8 @@ }, "prefix": true, "range": [ - 75380, - 75396 + 75376, + 75392 ], "loc": { "start": { @@ -169389,8 +169387,8 @@ "object": { "type": "ThisExpression", "range": [ - 75400, - 75404 + 75396, + 75400 ], "loc": { "start": { @@ -169407,8 +169405,8 @@ "type": "Identifier", "name": "readyState", "range": [ - 75405, - 75415 + 75401, + 75411 ], "loc": { "start": { @@ -169422,8 +169420,8 @@ } }, "range": [ - 75400, - 75415 + 75396, + 75411 ], "loc": { "start": { @@ -169441,8 +169439,8 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 75420, - 75428 + 75416, + 75424 ], "loc": { "start": { @@ -169456,8 +169454,8 @@ } }, "range": [ - 75400, - 75428 + 75396, + 75424 ], "loc": { "start": { @@ -169471,8 +169469,8 @@ } }, "range": [ - 75380, - 75428 + 75376, + 75424 ], "loc": { "start": { @@ -169494,8 +169492,8 @@ "object": { "type": "ThisExpression", "range": [ - 75452, - 75456 + 75448, + 75452 ], "loc": { "start": { @@ -169512,8 +169510,8 @@ "type": "Identifier", "name": "readyState", "range": [ - 75457, - 75467 + 75453, + 75463 ], "loc": { "start": { @@ -169527,8 +169525,8 @@ } }, "range": [ - 75452, - 75467 + 75448, + 75463 ], "loc": { "start": { @@ -169546,8 +169544,8 @@ "value": "complete", "raw": "'complete'", "range": [ - 75472, - 75482 + 75468, + 75478 ], "loc": { "start": { @@ -169561,8 +169559,8 @@ } }, "range": [ - 75452, - 75482 + 75448, + 75478 ], "loc": { "start": { @@ -169576,8 +169574,8 @@ } }, "range": [ - 75380, - 75482 + 75376, + 75478 ], "loc": { "start": { @@ -169591,8 +169589,8 @@ } }, "range": [ - 75350, - 75483 + 75346, + 75479 ], "loc": { "start": { @@ -169617,8 +169615,8 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 75502, - 75510 + 75498, + 75506 ], "loc": { "start": { @@ -169636,8 +169634,8 @@ "value": true, "raw": "true", "range": [ - 75513, - 75517 + 75509, + 75513 ], "loc": { "start": { @@ -169651,8 +169649,8 @@ } }, "range": [ - 75502, - 75517 + 75498, + 75513 ], "loc": { "start": { @@ -169666,8 +169664,8 @@ } }, "range": [ - 75502, - 75518 + 75498, + 75514 ], "loc": { "start": { @@ -169692,8 +169690,8 @@ "type": "Identifier", "name": "callback", "range": [ - 75545, - 75553 + 75541, + 75549 ], "loc": { "start": { @@ -169708,8 +169706,8 @@ }, "prefix": true, "range": [ - 75538, - 75553 + 75534, + 75549 ], "loc": { "start": { @@ -169727,8 +169725,8 @@ "value": "function", "raw": "'function'", "range": [ - 75558, - 75568 + 75554, + 75564 ], "loc": { "start": { @@ -169742,8 +169740,8 @@ } }, "range": [ - 75538, - 75568 + 75534, + 75564 ], "loc": { "start": { @@ -169770,8 +169768,8 @@ "type": "Identifier", "name": "callback", "range": [ - 75591, - 75599 + 75587, + 75595 ], "loc": { "start": { @@ -169788,8 +169786,8 @@ "type": "Identifier", "name": "call", "range": [ - 75600, - 75604 + 75596, + 75600 ], "loc": { "start": { @@ -169803,8 +169801,8 @@ } }, "range": [ - 75591, - 75604 + 75587, + 75600 ], "loc": { "start": { @@ -169823,8 +169821,8 @@ "value": null, "raw": "null", "range": [ - 75605, - 75609 + 75601, + 75605 ], "loc": { "start": { @@ -169841,8 +169839,8 @@ "type": "Identifier", "name": "o", "range": [ - 75611, - 75612 + 75607, + 75608 ], "loc": { "start": { @@ -169857,8 +169855,8 @@ } ], "range": [ - 75591, - 75613 + 75587, + 75609 ], "loc": { "start": { @@ -169872,8 +169870,8 @@ } }, "range": [ - 75591, - 75614 + 75587, + 75610 ], "loc": { "start": { @@ -169888,8 +169886,8 @@ } ], "range": [ - 75569, - 75632 + 75565, + 75628 ], "loc": { "start": { @@ -169904,8 +169902,8 @@ }, "alternate": null, "range": [ - 75535, - 75632 + 75531, + 75628 ], "loc": { "start": { @@ -169920,8 +169918,8 @@ } ], "range": [ - 75484, - 75646 + 75480, + 75642 ], "loc": { "start": { @@ -169936,8 +169934,8 @@ }, "alternate": null, "range": [ - 75347, - 75646 + 75343, + 75642 ], "loc": { "start": { @@ -169952,8 +169950,8 @@ } ], "range": [ - 75333, - 75656 + 75329, + 75652 ], "loc": { "start": { @@ -169969,8 +169967,8 @@ "generator": false, "expression": false, "range": [ - 75323, - 75656 + 75319, + 75652 ], "loc": { "start": { @@ -169984,8 +169982,8 @@ } }, "range": [ - 75297, - 75656 + 75293, + 75652 ], "loc": { "start": { @@ -169999,8 +169997,8 @@ } }, "range": [ - 75283, - 75656 + 75279, + 75652 ], "loc": { "start": { @@ -170014,8 +170012,8 @@ } }, "range": [ - 75283, - 75657 + 75279, + 75653 ], "loc": { "start": { @@ -170032,8 +170030,8 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 75202, - 75274 + 75198, + 75270 ], "loc": { "start": { @@ -170060,8 +170058,8 @@ "type": "Identifier", "name": "file", "range": [ - 75666, - 75670 + 75662, + 75666 ], "loc": { "start": { @@ -170078,8 +170076,8 @@ "type": "Identifier", "name": "onerror", "range": [ - 75671, - 75678 + 75667, + 75674 ], "loc": { "start": { @@ -170093,8 +170091,8 @@ } }, "range": [ - 75666, - 75678 + 75662, + 75674 ], "loc": { "start": { @@ -170122,8 +170120,8 @@ "type": "Identifier", "name": "Error", "range": [ - 75715, - 75720 + 75711, + 75716 ], "loc": { "start": { @@ -170145,8 +170143,8 @@ "value": "TF script could not load: ", "raw": "'TF script could not load: '", "range": [ - 75721, - 75749 + 75717, + 75745 ], "loc": { "start": { @@ -170163,8 +170161,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 75752, - 75760 + 75748, + 75756 ], "loc": { "start": { @@ -170178,8 +170176,8 @@ } }, "range": [ - 75721, - 75760 + 75717, + 75756 ], "loc": { "start": { @@ -170194,8 +170192,8 @@ } ], "range": [ - 75711, - 75761 + 75707, + 75757 ], "loc": { "start": { @@ -170209,8 +170207,8 @@ } }, "range": [ - 75705, - 75762 + 75701, + 75758 ], "loc": { "start": { @@ -170225,8 +170223,8 @@ } ], "range": [ - 75691, - 75772 + 75687, + 75768 ], "loc": { "start": { @@ -170242,8 +170240,8 @@ "generator": false, "expression": false, "range": [ - 75681, - 75772 + 75677, + 75768 ], "loc": { "start": { @@ -170257,8 +170255,8 @@ } }, "range": [ - 75666, - 75772 + 75662, + 75768 ], "loc": { "start": { @@ -170272,8 +170270,8 @@ } }, "range": [ - 75666, - 75773 + 75662, + 75769 ], "loc": { "start": { @@ -170297,8 +170295,8 @@ "type": "Identifier", "name": "head", "range": [ - 75782, - 75786 + 75778, + 75782 ], "loc": { "start": { @@ -170315,8 +170313,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 75787, - 75798 + 75783, + 75794 ], "loc": { "start": { @@ -170330,8 +170328,8 @@ } }, "range": [ - 75782, - 75798 + 75778, + 75794 ], "loc": { "start": { @@ -170349,8 +170347,8 @@ "type": "Identifier", "name": "file", "range": [ - 75799, - 75803 + 75795, + 75799 ], "loc": { "start": { @@ -170365,8 +170363,8 @@ } ], "range": [ - 75782, - 75804 + 75778, + 75800 ], "loc": { "start": { @@ -170380,8 +170378,8 @@ } }, "range": [ - 75782, - 75805 + 75778, + 75801 ], "loc": { "start": { @@ -170396,8 +170394,8 @@ } ], "range": [ - 74521, - 75811 + 74517, + 75807 ], "loc": { "start": { @@ -170413,8 +170411,8 @@ "generator": false, "expression": false, "range": [ - 74487, - 75811 + 74483, + 75807 ], "loc": { "start": { @@ -170430,8 +170428,8 @@ "kind": "method", "computed": false, "range": [ - 74481, - 75811 + 74477, + 75807 ], "loc": { "start": { @@ -170448,8 +170446,8 @@ "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": [ - 74217, - 74476 + 74213, + 74472 ], "loc": { "start": { @@ -170468,8 +170466,8 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75817, - 75892 + 75813, + 75888 ], "loc": { "start": { @@ -170491,8 +170489,8 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 75897, - 75904 + 75893, + 75900 ], "loc": { "start": { @@ -170520,8 +170518,8 @@ "object": { "type": "ThisExpression", "range": [ - 75923, - 75927 + 75919, + 75923 ], "loc": { "start": { @@ -170538,8 +170536,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 75928, - 75936 + 75924, + 75932 ], "loc": { "start": { @@ -170553,8 +170551,8 @@ } }, "range": [ - 75923, - 75936 + 75919, + 75932 ], "loc": { "start": { @@ -170568,8 +170566,8 @@ } }, "range": [ - 75916, - 75937 + 75912, + 75933 ], "loc": { "start": { @@ -170584,8 +170582,8 @@ } ], "range": [ - 75906, - 75943 + 75902, + 75939 ], "loc": { "start": { @@ -170601,8 +170599,8 @@ "generator": false, "expression": false, "range": [ - 75904, - 75943 + 75900, + 75939 ], "loc": { "start": { @@ -170618,8 +170616,8 @@ "kind": "method", "computed": false, "range": [ - 75897, - 75943 + 75893, + 75939 ], "loc": { "start": { @@ -170636,8 +170634,8 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75817, - 75892 + 75813, + 75888 ], "loc": { "start": { @@ -170656,8 +170654,8 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 75949, - 76028 + 75945, + 76024 ], "loc": { "start": { @@ -170679,8 +170677,8 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 76033, - 76045 + 76029, + 76041 ], "loc": { "start": { @@ -170711,8 +170709,8 @@ "object": { "type": "ThisExpression", "range": [ - 76064, - 76068 + 76060, + 76064 ], "loc": { "start": { @@ -170729,8 +170727,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 76069, - 76075 + 76065, + 76071 ], "loc": { "start": { @@ -170744,8 +170742,8 @@ } }, "range": [ - 76064, - 76075 + 76060, + 76071 ], "loc": { "start": { @@ -170762,8 +170760,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76079, - 76081 + 76075, + 76077 ], "loc": { "start": { @@ -170777,8 +170775,8 @@ } }, "range": [ - 76064, - 76081 + 76060, + 76077 ], "loc": { "start": { @@ -170792,8 +170790,8 @@ } }, "range": [ - 76057, - 76082 + 76053, + 76078 ], "loc": { "start": { @@ -170808,8 +170806,8 @@ } ], "range": [ - 76047, - 76088 + 76043, + 76084 ], "loc": { "start": { @@ -170825,8 +170823,8 @@ "generator": false, "expression": false, "range": [ - 76045, - 76088 + 76041, + 76084 ], "loc": { "start": { @@ -170842,8 +170840,8 @@ "kind": "method", "computed": false, "range": [ - 76033, - 76088 + 76029, + 76084 ], "loc": { "start": { @@ -170860,8 +170858,8 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 75949, - 76028 + 75945, + 76024 ], "loc": { "start": { @@ -170880,8 +170878,8 @@ "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": [ - 76094, - 76270 + 76090, + 76266 ], "loc": { "start": { @@ -170903,8 +170901,8 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 76275, - 76287 + 76271, + 76283 ], "loc": { "start": { @@ -170925,8 +170923,8 @@ "type": "Identifier", "name": "reCalc", "range": [ - 76288, - 76294 + 76284, + 76290 ], "loc": { "start": { @@ -170952,8 +170950,8 @@ "type": "Identifier", "name": "reCalc", "range": [ - 76309, - 76315 + 76305, + 76311 ], "loc": { "start": { @@ -170968,8 +170966,8 @@ }, "prefix": true, "range": [ - 76308, - 76315 + 76304, + 76311 ], "loc": { "start": { @@ -170993,8 +170991,8 @@ "object": { "type": "ThisExpression", "range": [ - 76337, - 76341 + 76333, + 76337 ], "loc": { "start": { @@ -171011,8 +171009,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76342, - 76356 + 76338, + 76352 ], "loc": { "start": { @@ -171026,8 +171024,8 @@ } }, "range": [ - 76337, - 76356 + 76333, + 76352 ], "loc": { "start": { @@ -171041,8 +171039,8 @@ } }, "range": [ - 76330, - 76357 + 76326, + 76353 ], "loc": { "start": { @@ -171057,8 +171055,8 @@ } ], "range": [ - 76316, - 76367 + 76312, + 76363 ], "loc": { "start": { @@ -171073,8 +171071,8 @@ }, "alternate": null, "range": [ - 76305, - 76367 + 76301, + 76363 ], "loc": { "start": { @@ -171098,8 +171096,8 @@ "object": { "type": "ThisExpression", "range": [ - 76377, - 76381 + 76373, + 76377 ], "loc": { "start": { @@ -171116,8 +171114,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76382, - 76396 + 76378, + 76392 ], "loc": { "start": { @@ -171131,8 +171129,8 @@ } }, "range": [ - 76377, - 76396 + 76373, + 76392 ], "loc": { "start": { @@ -171149,8 +171147,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76399, - 76401 + 76395, + 76397 ], "loc": { "start": { @@ -171164,8 +171162,8 @@ } }, "range": [ - 76377, - 76401 + 76373, + 76397 ], "loc": { "start": { @@ -171179,8 +171177,8 @@ } }, "range": [ - 76377, - 76402 + 76373, + 76398 ], "loc": { "start": { @@ -171204,8 +171202,8 @@ "type": "Identifier", "name": "k", "range": [ - 76419, - 76420 + 76415, + 76416 ], "loc": { "start": { @@ -171224,8 +171222,8 @@ "object": { "type": "ThisExpression", "range": [ - 76421, - 76425 + 76417, + 76421 ], "loc": { "start": { @@ -171242,8 +171240,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 76426, - 76432 + 76422, + 76428 ], "loc": { "start": { @@ -171257,8 +171255,8 @@ } }, "range": [ - 76421, - 76432 + 76417, + 76428 ], "loc": { "start": { @@ -171272,8 +171270,8 @@ } }, "range": [ - 76419, - 76432 + 76415, + 76428 ], "loc": { "start": { @@ -171289,8 +171287,8 @@ ], "kind": "let", "range": [ - 76415, - 76432 + 76411, + 76428 ], "loc": { "start": { @@ -171310,8 +171308,8 @@ "type": "Identifier", "name": "k", "range": [ - 76434, - 76435 + 76430, + 76431 ], "loc": { "start": { @@ -171332,8 +171330,8 @@ "object": { "type": "ThisExpression", "range": [ - 76436, - 76440 + 76432, + 76436 ], "loc": { "start": { @@ -171350,8 +171348,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 76441, - 76450 + 76437, + 76446 ], "loc": { "start": { @@ -171365,8 +171363,8 @@ } }, "range": [ - 76436, - 76450 + 76432, + 76446 ], "loc": { "start": { @@ -171385,8 +171383,8 @@ "value": true, "raw": "true", "range": [ - 76451, - 76455 + 76447, + 76451 ], "loc": { "start": { @@ -171401,8 +171399,8 @@ } ], "range": [ - 76436, - 76456 + 76432, + 76452 ], "loc": { "start": { @@ -171416,8 +171414,8 @@ } }, "range": [ - 76434, - 76456 + 76430, + 76452 ], "loc": { "start": { @@ -171437,8 +171435,8 @@ "type": "Identifier", "name": "k", "range": [ - 76458, - 76459 + 76454, + 76455 ], "loc": { "start": { @@ -171453,8 +171451,8 @@ }, "prefix": false, "range": [ - 76458, - 76461 + 76454, + 76457 ], "loc": { "start": { @@ -171479,8 +171477,8 @@ "type": "Identifier", "name": "r", "range": [ - 76480, - 76481 + 76476, + 76477 ], "loc": { "start": { @@ -171505,8 +171503,8 @@ "object": { "type": "ThisExpression", "range": [ - 76484, - 76488 + 76480, + 76484 ], "loc": { "start": { @@ -171523,8 +171521,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 76489, - 76492 + 76485, + 76488 ], "loc": { "start": { @@ -171538,8 +171536,8 @@ } }, "range": [ - 76484, - 76492 + 76480, + 76488 ], "loc": { "start": { @@ -171556,8 +171554,8 @@ "type": "Identifier", "name": "rows", "range": [ - 76493, - 76497 + 76489, + 76493 ], "loc": { "start": { @@ -171571,8 +171569,8 @@ } }, "range": [ - 76484, - 76497 + 76480, + 76493 ], "loc": { "start": { @@ -171589,8 +171587,8 @@ "type": "Identifier", "name": "k", "range": [ - 76498, - 76499 + 76494, + 76495 ], "loc": { "start": { @@ -171604,8 +171602,8 @@ } }, "range": [ - 76484, - 76500 + 76480, + 76496 ], "loc": { "start": { @@ -171619,8 +171617,8 @@ } }, "range": [ - 76480, - 76500 + 76476, + 76496 ], "loc": { "start": { @@ -171636,8 +171634,8 @@ ], "kind": "let", "range": [ - 76476, - 76501 + 76472, + 76497 ], "loc": { "start": { @@ -171661,8 +171659,8 @@ "object": { "type": "ThisExpression", "range": [ - 76518, - 76522 + 76514, + 76518 ], "loc": { "start": { @@ -171679,8 +171677,8 @@ "type": "Identifier", "name": "paging", "range": [ - 76523, - 76529 + 76519, + 76525 ], "loc": { "start": { @@ -171694,8 +171692,8 @@ } }, "range": [ - 76518, - 76529 + 76514, + 76525 ], "loc": { "start": { @@ -171710,8 +171708,8 @@ }, "prefix": true, "range": [ - 76517, - 76529 + 76513, + 76525 ], "loc": { "start": { @@ -171740,8 +171738,8 @@ "object": { "type": "ThisExpression", "range": [ - 76551, - 76555 + 76547, + 76551 ], "loc": { "start": { @@ -171758,8 +171756,8 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 76556, - 76569 + 76552, + 76565 ], "loc": { "start": { @@ -171773,8 +171771,8 @@ } }, "range": [ - 76551, - 76569 + 76547, + 76565 ], "loc": { "start": { @@ -171792,8 +171790,8 @@ "type": "Identifier", "name": "r", "range": [ - 76570, - 76571 + 76566, + 76567 ], "loc": { "start": { @@ -171808,8 +171806,8 @@ } ], "range": [ - 76551, - 76572 + 76547, + 76568 ], "loc": { "start": { @@ -171827,8 +171825,8 @@ "value": "none", "raw": "'none'", "range": [ - 76577, - 76583 + 76573, + 76579 ], "loc": { "start": { @@ -171842,8 +171840,8 @@ } }, "range": [ - 76551, - 76583 + 76547, + 76579 ], "loc": { "start": { @@ -171872,8 +171870,8 @@ "object": { "type": "ThisExpression", "range": [ - 76606, - 76610 + 76602, + 76606 ], "loc": { "start": { @@ -171890,8 +171888,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76611, - 76625 + 76607, + 76621 ], "loc": { "start": { @@ -171905,8 +171903,8 @@ } }, "range": [ - 76606, - 76625 + 76602, + 76621 ], "loc": { "start": { @@ -171923,8 +171921,8 @@ "type": "Identifier", "name": "push", "range": [ - 76626, - 76630 + 76622, + 76626 ], "loc": { "start": { @@ -171938,8 +171936,8 @@ } }, "range": [ - 76606, - 76630 + 76602, + 76626 ], "loc": { "start": { @@ -171960,8 +171958,8 @@ "type": "Identifier", "name": "r", "range": [ - 76631, - 76632 + 76627, + 76628 ], "loc": { "start": { @@ -171978,8 +171976,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 76633, - 76641 + 76629, + 76637 ], "loc": { "start": { @@ -171993,8 +171991,8 @@ } }, "range": [ - 76631, - 76641 + 76627, + 76637 ], "loc": { "start": { @@ -172009,8 +172007,8 @@ } ], "range": [ - 76606, - 76642 + 76602, + 76638 ], "loc": { "start": { @@ -172024,8 +172022,8 @@ } }, "range": [ - 76606, - 76643 + 76602, + 76639 ], "loc": { "start": { @@ -172040,8 +172038,8 @@ } ], "range": [ - 76584, - 76661 + 76580, + 76657 ], "loc": { "start": { @@ -172056,8 +172054,8 @@ }, "alternate": null, "range": [ - 76548, - 76661 + 76544, + 76657 ], "loc": { "start": { @@ -172072,8 +172070,8 @@ } ], "range": [ - 76530, - 76675 + 76526, + 76671 ], "loc": { "start": { @@ -172106,8 +172104,8 @@ "type": "Identifier", "name": "r", "range": [ - 76702, - 76703 + 76698, + 76699 ], "loc": { "start": { @@ -172124,8 +172122,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 76704, - 76716 + 76700, + 76712 ], "loc": { "start": { @@ -172139,8 +172137,8 @@ } }, "range": [ - 76702, - 76716 + 76698, + 76712 ], "loc": { "start": { @@ -172159,8 +172157,8 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 76717, - 76727 + 76713, + 76723 ], "loc": { "start": { @@ -172175,8 +172173,8 @@ } ], "range": [ - 76702, - 76728 + 76698, + 76724 ], "loc": { "start": { @@ -172194,8 +172192,8 @@ "value": "true", "raw": "'true'", "range": [ - 76733, - 76739 + 76729, + 76735 ], "loc": { "start": { @@ -172209,8 +172207,8 @@ } }, "range": [ - 76702, - 76739 + 76698, + 76735 ], "loc": { "start": { @@ -172235,8 +172233,8 @@ "type": "Identifier", "name": "r", "range": [ - 76763, - 76764 + 76759, + 76760 ], "loc": { "start": { @@ -172253,8 +172251,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 76765, - 76777 + 76761, + 76773 ], "loc": { "start": { @@ -172268,8 +172266,8 @@ } }, "range": [ - 76763, - 76777 + 76759, + 76773 ], "loc": { "start": { @@ -172288,8 +172286,8 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 76778, - 76788 + 76774, + 76784 ], "loc": { "start": { @@ -172304,8 +172302,8 @@ } ], "range": [ - 76763, - 76789 + 76759, + 76785 ], "loc": { "start": { @@ -172323,8 +172321,8 @@ "value": null, "raw": "null", "range": [ - 76794, - 76798 + 76790, + 76794 ], "loc": { "start": { @@ -172338,8 +172336,8 @@ } }, "range": [ - 76763, - 76798 + 76759, + 76794 ], "loc": { "start": { @@ -172353,8 +172351,8 @@ } }, "range": [ - 76702, - 76798 + 76698, + 76794 ], "loc": { "start": { @@ -172383,8 +172381,8 @@ "object": { "type": "ThisExpression", "range": [ - 76821, - 76825 + 76817, + 76821 ], "loc": { "start": { @@ -172401,8 +172399,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76826, - 76840 + 76822, + 76836 ], "loc": { "start": { @@ -172416,8 +172414,8 @@ } }, "range": [ - 76821, - 76840 + 76817, + 76836 ], "loc": { "start": { @@ -172434,8 +172432,8 @@ "type": "Identifier", "name": "push", "range": [ - 76841, - 76845 + 76837, + 76841 ], "loc": { "start": { @@ -172449,8 +172447,8 @@ } }, "range": [ - 76821, - 76845 + 76817, + 76841 ], "loc": { "start": { @@ -172471,8 +172469,8 @@ "type": "Identifier", "name": "r", "range": [ - 76846, - 76847 + 76842, + 76843 ], "loc": { "start": { @@ -172489,8 +172487,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 76848, - 76856 + 76844, + 76852 ], "loc": { "start": { @@ -172504,8 +172502,8 @@ } }, "range": [ - 76846, - 76856 + 76842, + 76852 ], "loc": { "start": { @@ -172520,8 +172518,8 @@ } ], "range": [ - 76821, - 76857 + 76817, + 76853 ], "loc": { "start": { @@ -172535,8 +172533,8 @@ } }, "range": [ - 76821, - 76858 + 76817, + 76854 ], "loc": { "start": { @@ -172551,8 +172549,8 @@ } ], "range": [ - 76799, - 76876 + 76795, + 76872 ], "loc": { "start": { @@ -172567,8 +172565,8 @@ }, "alternate": null, "range": [ - 76699, - 76876 + 76695, + 76872 ], "loc": { "start": { @@ -172583,8 +172581,8 @@ } ], "range": [ - 76681, - 76890 + 76677, + 76886 ], "loc": { "start": { @@ -172598,8 +172596,8 @@ } }, "range": [ - 76514, - 76890 + 76510, + 76886 ], "loc": { "start": { @@ -172614,8 +172612,8 @@ } ], "range": [ - 76462, - 76900 + 76458, + 76896 ], "loc": { "start": { @@ -172629,8 +172627,8 @@ } }, "range": [ - 76411, - 76900 + 76407, + 76896 ], "loc": { "start": { @@ -172651,8 +172649,8 @@ "object": { "type": "ThisExpression", "range": [ - 76916, - 76920 + 76912, + 76916 ], "loc": { "start": { @@ -172669,8 +172667,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76921, - 76935 + 76917, + 76931 ], "loc": { "start": { @@ -172684,8 +172682,8 @@ } }, "range": [ - 76916, - 76935 + 76912, + 76931 ], "loc": { "start": { @@ -172699,8 +172697,8 @@ } }, "range": [ - 76909, - 76936 + 76905, + 76932 ], "loc": { "start": { @@ -172715,8 +172713,8 @@ } ], "range": [ - 76295, - 76942 + 76291, + 76938 ], "loc": { "start": { @@ -172732,8 +172730,8 @@ "generator": false, "expression": false, "range": [ - 76287, - 76942 + 76283, + 76938 ], "loc": { "start": { @@ -172749,8 +172747,8 @@ "kind": "method", "computed": false, "range": [ - 76275, - 76942 + 76271, + 76938 ], "loc": { "start": { @@ -172767,8 +172765,8 @@ "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": [ - 76094, - 76270 + 76090, + 76266 ], "loc": { "start": { @@ -172787,8 +172785,8 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 76948, - 77038 + 76944, + 77034 ], "loc": { "start": { @@ -172810,8 +172808,8 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 77043, - 77061 + 77039, + 77057 ], "loc": { "start": { @@ -172839,8 +172837,8 @@ "object": { "type": "ThisExpression", "range": [ - 77080, - 77084 + 77076, + 77080 ], "loc": { "start": { @@ -172857,8 +172855,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 77085, - 77100 + 77081, + 77096 ], "loc": { "start": { @@ -172872,8 +172870,8 @@ } }, "range": [ - 77080, - 77100 + 77076, + 77096 ], "loc": { "start": { @@ -172887,8 +172885,8 @@ } }, "range": [ - 77073, - 77101 + 77069, + 77097 ], "loc": { "start": { @@ -172903,8 +172901,8 @@ } ], "range": [ - 77063, - 77107 + 77059, + 77103 ], "loc": { "start": { @@ -172920,8 +172918,8 @@ "generator": false, "expression": false, "range": [ - 77061, - 77107 + 77057, + 77103 ], "loc": { "start": { @@ -172937,8 +172935,8 @@ "kind": "method", "computed": false, "range": [ - 77043, - 77107 + 77039, + 77103 ], "loc": { "start": { @@ -172955,8 +172953,8 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 76948, - 77038 + 76944, + 77034 ], "loc": { "start": { @@ -172975,8 +172973,8 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 77113, - 77188 + 77109, + 77184 ], "loc": { "start": { @@ -172998,8 +172996,8 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 77193, - 77211 + 77189, + 77207 ], "loc": { "start": { @@ -173027,8 +173025,8 @@ "object": { "type": "ThisExpression", "range": [ - 77230, - 77234 + 77226, + 77230 ], "loc": { "start": { @@ -173045,8 +173043,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77235, - 77245 + 77231, + 77241 ], "loc": { "start": { @@ -173060,8 +173058,8 @@ } }, "range": [ - 77230, - 77245 + 77226, + 77241 ], "loc": { "start": { @@ -173075,8 +173073,8 @@ } }, "range": [ - 77223, - 77246 + 77219, + 77242 ], "loc": { "start": { @@ -173091,8 +173089,8 @@ } ], "range": [ - 77213, - 77252 + 77209, + 77248 ], "loc": { "start": { @@ -173108,8 +173106,8 @@ "generator": false, "expression": false, "range": [ - 77211, - 77252 + 77207, + 77248 ], "loc": { "start": { @@ -173125,8 +173123,8 @@ "kind": "method", "computed": false, "range": [ - 77193, - 77252 + 77189, + 77248 ], "loc": { "start": { @@ -173143,8 +173141,8 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 77113, - 77188 + 77109, + 77184 ], "loc": { "start": { @@ -173163,8 +173161,8 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 77258, - 77385 + 77254, + 77381 ], "loc": { "start": { @@ -173186,8 +173184,8 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 77390, - 77406 + 77386, + 77402 ], "loc": { "start": { @@ -173215,8 +173213,8 @@ "object": { "type": "ThisExpression", "range": [ - 77425, - 77429 + 77421, + 77425 ], "loc": { "start": { @@ -173233,8 +173231,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 77430, - 77436 + 77426, + 77432 ], "loc": { "start": { @@ -173248,8 +173246,8 @@ } }, "range": [ - 77425, - 77436 + 77421, + 77432 ], "loc": { "start": { @@ -173263,8 +173261,8 @@ } }, "range": [ - 77418, - 77437 + 77414, + 77433 ], "loc": { "start": { @@ -173279,8 +173277,8 @@ } ], "range": [ - 77408, - 77443 + 77404, + 77439 ], "loc": { "start": { @@ -173296,8 +173294,8 @@ "generator": false, "expression": false, "range": [ - 77406, - 77443 + 77402, + 77439 ], "loc": { "start": { @@ -173313,8 +173311,8 @@ "kind": "method", "computed": false, "range": [ - 77390, - 77443 + 77386, + 77439 ], "loc": { "start": { @@ -173331,8 +173329,8 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 77258, - 77385 + 77254, + 77381 ], "loc": { "start": { @@ -173351,8 +173349,8 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 77449, - 77521 + 77445, + 77517 ], "loc": { "start": { @@ -173374,8 +173372,8 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 77526, - 77541 + 77522, + 77537 ], "loc": { "start": { @@ -173406,8 +173404,8 @@ "object": { "type": "ThisExpression", "range": [ - 77561, - 77565 + 77557, + 77561 ], "loc": { "start": { @@ -173424,8 +173422,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 77566, - 77572 + 77562, + 77568 ], "loc": { "start": { @@ -173439,8 +173437,8 @@ } }, "range": [ - 77561, - 77572 + 77557, + 77568 ], "loc": { "start": { @@ -173458,8 +173456,8 @@ "value": 1, "raw": "1", "range": [ - 77573, - 77574 + 77569, + 77570 ], "loc": { "start": { @@ -173473,8 +173471,8 @@ } }, "range": [ - 77561, - 77574 + 77557, + 77570 ], "loc": { "start": { @@ -173488,8 +173486,8 @@ } }, "range": [ - 77553, - 77576 + 77549, + 77572 ], "loc": { "start": { @@ -173504,8 +173502,8 @@ } ], "range": [ - 77543, - 77582 + 77539, + 77578 ], "loc": { "start": { @@ -173521,8 +173519,8 @@ "generator": false, "expression": false, "range": [ - 77541, - 77582 + 77537, + 77578 ], "loc": { "start": { @@ -173538,8 +173536,8 @@ "kind": "method", "computed": false, "range": [ - 77526, - 77582 + 77522, + 77578 ], "loc": { "start": { @@ -173556,8 +173554,8 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 77449, - 77521 + 77445, + 77517 ], "loc": { "start": { @@ -173576,8 +173574,8 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Object}\n ", "range": [ - 77588, - 77728 + 77584, + 77724 ], "loc": { "start": { @@ -173599,8 +173597,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 77733, - 77749 + 77729, + 77745 ], "loc": { "start": { @@ -173621,8 +173619,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77750, - 77758 + 77746, + 77754 ], "loc": { "start": { @@ -173648,8 +173646,8 @@ "type": "Identifier", "name": "table", "range": [ - 77773, - 77778 + 77769, + 77774 ], "loc": { "start": { @@ -173670,8 +173668,8 @@ "object": { "type": "ThisExpression", "range": [ - 77781, - 77785 + 77777, + 77781 ], "loc": { "start": { @@ -173688,8 +173686,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77786, - 77796 + 77782, + 77792 ], "loc": { "start": { @@ -173703,8 +173701,8 @@ } }, "range": [ - 77781, - 77796 + 77777, + 77792 ], "loc": { "start": { @@ -173729,8 +173727,8 @@ "object": { "type": "ThisExpression", "range": [ - 77799, - 77803 + 77795, + 77799 ], "loc": { "start": { @@ -173747,8 +173745,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 77804, - 77807 + 77800, + 77803 ], "loc": { "start": { @@ -173762,8 +173760,8 @@ } }, "range": [ - 77799, - 77807 + 77795, + 77803 ], "loc": { "start": { @@ -173780,8 +173778,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77808, - 77818 + 77804, + 77814 ], "loc": { "start": { @@ -173795,8 +173793,8 @@ } }, "range": [ - 77799, - 77818 + 77795, + 77814 ], "loc": { "start": { @@ -173813,8 +173811,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 77819, - 77826 + 77815, + 77822 ], "loc": { "start": { @@ -173828,8 +173826,8 @@ } }, "range": [ - 77799, - 77826 + 77795, + 77822 ], "loc": { "start": { @@ -173848,8 +173846,8 @@ "object": { "type": "ThisExpression", "range": [ - 77829, - 77833 + 77825, + 77829 ], "loc": { "start": { @@ -173866,8 +173864,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 77834, - 77837 + 77830, + 77833 ], "loc": { "start": { @@ -173881,8 +173879,8 @@ } }, "range": [ - 77829, - 77837 + 77825, + 77833 ], "loc": { "start": { @@ -173896,8 +173894,8 @@ } }, "range": [ - 77781, - 77837 + 77777, + 77833 ], "loc": { "start": { @@ -173911,8 +173909,8 @@ } }, "range": [ - 77773, - 77837 + 77769, + 77833 ], "loc": { "start": { @@ -173928,8 +173926,8 @@ ], "kind": "let", "range": [ - 77769, - 77838 + 77765, + 77834 ], "loc": { "start": { @@ -173951,8 +173949,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 77851, - 77856 + 77847, + 77852 ], "loc": { "start": { @@ -173974,8 +173972,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 77859, - 77862 + 77855, + 77858 ], "loc": { "start": { @@ -173992,8 +173990,8 @@ "type": "Identifier", "name": "tag", "range": [ - 77863, - 77866 + 77859, + 77862 ], "loc": { "start": { @@ -174007,8 +174005,8 @@ } }, "range": [ - 77859, - 77866 + 77855, + 77862 ], "loc": { "start": { @@ -174026,8 +174024,8 @@ "type": "Identifier", "name": "table", "range": [ - 77867, - 77872 + 77863, + 77868 ], "loc": { "start": { @@ -174045,8 +174043,8 @@ "value": "thead", "raw": "'thead'", "range": [ - 77874, - 77881 + 77870, + 77877 ], "loc": { "start": { @@ -174061,8 +174059,8 @@ } ], "range": [ - 77859, - 77882 + 77855, + 77878 ], "loc": { "start": { @@ -174076,8 +174074,8 @@ } }, "range": [ - 77851, - 77882 + 77847, + 77878 ], "loc": { "start": { @@ -174093,8 +174091,8 @@ ], "kind": "let", "range": [ - 77847, - 77883 + 77843, + 77879 ], "loc": { "start": { @@ -174116,8 +174114,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77896, - 77906 + 77892, + 77902 ], "loc": { "start": { @@ -174136,8 +174134,8 @@ "object": { "type": "ThisExpression", "range": [ - 77909, - 77913 + 77905, + 77909 ], "loc": { "start": { @@ -174154,8 +174152,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77914, - 77924 + 77910, + 77920 ], "loc": { "start": { @@ -174169,8 +174167,8 @@ } }, "range": [ - 77909, - 77924 + 77905, + 77920 ], "loc": { "start": { @@ -174184,8 +174182,8 @@ } }, "range": [ - 77896, - 77924 + 77892, + 77920 ], "loc": { "start": { @@ -174201,8 +174199,8 @@ ], "kind": "let", "range": [ - 77892, - 77925 + 77888, + 77921 ], "loc": { "start": { @@ -174224,8 +174222,8 @@ "type": "Identifier", "name": "header", "range": [ - 77938, - 77944 + 77934, + 77940 ], "loc": { "start": { @@ -174240,8 +174238,8 @@ }, "init": null, "range": [ - 77938, - 77944 + 77934, + 77940 ], "loc": { "start": { @@ -174257,8 +174255,8 @@ ], "kind": "let", "range": [ - 77934, - 77945 + 77930, + 77941 ], "loc": { "start": { @@ -174282,8 +174280,8 @@ "type": "Identifier", "name": "i", "range": [ - 77962, - 77963 + 77958, + 77959 ], "loc": { "start": { @@ -174301,8 +174299,8 @@ "value": 0, "raw": "0", "range": [ - 77964, - 77965 + 77960, + 77961 ], "loc": { "start": { @@ -174316,8 +174314,8 @@ } }, "range": [ - 77962, - 77965 + 77958, + 77961 ], "loc": { "start": { @@ -174333,8 +174331,8 @@ ], "kind": "let", "range": [ - 77958, - 77965 + 77954, + 77961 ], "loc": { "start": { @@ -174354,8 +174352,8 @@ "type": "Identifier", "name": "i", "range": [ - 77967, - 77968 + 77963, + 77964 ], "loc": { "start": { @@ -174374,8 +174372,8 @@ "object": { "type": "ThisExpression", "range": [ - 77969, - 77973 + 77965, + 77969 ], "loc": { "start": { @@ -174392,8 +174390,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 77974, - 77981 + 77970, + 77977 ], "loc": { "start": { @@ -174407,8 +174405,8 @@ } }, "range": [ - 77969, - 77981 + 77965, + 77977 ], "loc": { "start": { @@ -174422,8 +174420,8 @@ } }, "range": [ - 77967, - 77981 + 77963, + 77977 ], "loc": { "start": { @@ -174443,8 +174441,8 @@ "type": "Identifier", "name": "i", "range": [ - 77983, - 77984 + 77979, + 77980 ], "loc": { "start": { @@ -174459,8 +174457,8 @@ }, "prefix": false, "range": [ - 77983, - 77986 + 77979, + 77982 ], "loc": { "start": { @@ -174485,8 +174483,8 @@ "type": "Identifier", "name": "i", "range": [ - 78004, - 78005 + 78000, + 78001 ], "loc": { "start": { @@ -174503,8 +174501,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78010, - 78018 + 78006, + 78014 ], "loc": { "start": { @@ -174518,8 +174516,8 @@ } }, "range": [ - 78004, - 78018 + 78000, + 78014 ], "loc": { "start": { @@ -174539,8 +174537,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 78037, - 78046 + 78033, + 78042 ], "loc": { "start": { @@ -174555,8 +174553,8 @@ } ], "range": [ - 78019, - 78060 + 78015, + 78056 ], "loc": { "start": { @@ -174571,8 +174569,8 @@ }, "alternate": null, "range": [ - 78001, - 78060 + 77997, + 78056 ], "loc": { "start": { @@ -174597,8 +174595,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 78076, - 78081 + 78072, + 78077 ], "loc": { "start": { @@ -174615,8 +174613,8 @@ "type": "Identifier", "name": "length", "range": [ - 78082, - 78088 + 78078, + 78084 ], "loc": { "start": { @@ -174630,8 +174628,8 @@ } }, "range": [ - 78076, - 78088 + 78072, + 78084 ], "loc": { "start": { @@ -174649,8 +174647,8 @@ "value": 0, "raw": "0", "range": [ - 78093, - 78094 + 78089, + 78090 ], "loc": { "start": { @@ -174664,8 +174662,8 @@ } }, "range": [ - 78076, - 78094 + 78072, + 78090 ], "loc": { "start": { @@ -174690,8 +174688,8 @@ "type": "Identifier", "name": "header", "range": [ - 78113, - 78119 + 78109, + 78115 ], "loc": { "start": { @@ -174720,8 +174718,8 @@ "type": "Identifier", "name": "table", "range": [ - 78122, - 78127 + 78118, + 78123 ], "loc": { "start": { @@ -174738,8 +174736,8 @@ "type": "Identifier", "name": "rows", "range": [ - 78128, - 78132 + 78124, + 78128 ], "loc": { "start": { @@ -174753,8 +174751,8 @@ } }, "range": [ - 78122, - 78132 + 78118, + 78128 ], "loc": { "start": { @@ -174771,8 +174769,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 78133, - 78143 + 78129, + 78139 ], "loc": { "start": { @@ -174786,8 +174784,8 @@ } }, "range": [ - 78122, - 78144 + 78118, + 78140 ], "loc": { "start": { @@ -174804,8 +174802,8 @@ "type": "Identifier", "name": "cells", "range": [ - 78145, - 78150 + 78141, + 78146 ], "loc": { "start": { @@ -174819,8 +174817,8 @@ } }, "range": [ - 78122, - 78150 + 78118, + 78146 ], "loc": { "start": { @@ -174837,8 +174835,8 @@ "type": "Identifier", "name": "i", "range": [ - 78151, - 78152 + 78147, + 78148 ], "loc": { "start": { @@ -174852,8 +174850,8 @@ } }, "range": [ - 78122, - 78153 + 78118, + 78149 ], "loc": { "start": { @@ -174867,8 +174865,8 @@ } }, "range": [ - 78113, - 78153 + 78109, + 78149 ], "loc": { "start": { @@ -174882,8 +174880,8 @@ } }, "range": [ - 78113, - 78154 + 78109, + 78150 ], "loc": { "start": { @@ -174898,8 +174896,8 @@ } ], "range": [ - 78095, - 78168 + 78091, + 78164 ], "loc": { "start": { @@ -174914,8 +174912,8 @@ }, "alternate": null, "range": [ - 78073, - 78168 + 78069, + 78164 ], "loc": { "start": { @@ -174940,8 +174938,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 78184, - 78189 + 78180, + 78185 ], "loc": { "start": { @@ -174958,8 +174956,8 @@ "type": "Identifier", "name": "length", "range": [ - 78190, - 78196 + 78186, + 78192 ], "loc": { "start": { @@ -174973,8 +174971,8 @@ } }, "range": [ - 78184, - 78196 + 78180, + 78192 ], "loc": { "start": { @@ -174992,8 +174990,8 @@ "value": 1, "raw": "1", "range": [ - 78201, - 78202 + 78197, + 78198 ], "loc": { "start": { @@ -175007,8 +175005,8 @@ } }, "range": [ - 78184, - 78202 + 78180, + 78198 ], "loc": { "start": { @@ -175033,8 +175031,8 @@ "type": "Identifier", "name": "header", "range": [ - 78221, - 78227 + 78217, + 78223 ], "loc": { "start": { @@ -175066,8 +175064,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 78230, - 78235 + 78226, + 78231 ], "loc": { "start": { @@ -175085,8 +175083,8 @@ "value": 0, "raw": "0", "range": [ - 78236, - 78237 + 78232, + 78233 ], "loc": { "start": { @@ -175100,8 +175098,8 @@ } }, "range": [ - 78230, - 78238 + 78226, + 78234 ], "loc": { "start": { @@ -175118,8 +175116,8 @@ "type": "Identifier", "name": "rows", "range": [ - 78239, - 78243 + 78235, + 78239 ], "loc": { "start": { @@ -175133,8 +175131,8 @@ } }, "range": [ - 78230, - 78243 + 78226, + 78239 ], "loc": { "start": { @@ -175151,8 +175149,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 78244, - 78254 + 78240, + 78250 ], "loc": { "start": { @@ -175166,8 +175164,8 @@ } }, "range": [ - 78230, - 78255 + 78226, + 78251 ], "loc": { "start": { @@ -175184,8 +175182,8 @@ "type": "Identifier", "name": "cells", "range": [ - 78256, - 78261 + 78252, + 78257 ], "loc": { "start": { @@ -175199,8 +175197,8 @@ } }, "range": [ - 78230, - 78261 + 78226, + 78257 ], "loc": { "start": { @@ -175217,8 +175215,8 @@ "type": "Identifier", "name": "i", "range": [ - 78262, - 78263 + 78258, + 78259 ], "loc": { "start": { @@ -175232,8 +175230,8 @@ } }, "range": [ - 78230, - 78264 + 78226, + 78260 ], "loc": { "start": { @@ -175247,8 +175245,8 @@ } }, "range": [ - 78221, - 78264 + 78217, + 78260 ], "loc": { "start": { @@ -175262,8 +175260,8 @@ } }, "range": [ - 78221, - 78265 + 78217, + 78261 ], "loc": { "start": { @@ -175278,8 +175276,8 @@ } ], "range": [ - 78203, - 78279 + 78199, + 78275 ], "loc": { "start": { @@ -175294,8 +175292,8 @@ }, "alternate": null, "range": [ - 78181, - 78279 + 78177, + 78275 ], "loc": { "start": { @@ -175312,8 +175310,8 @@ "type": "BreakStatement", "label": null, "range": [ - 78292, - 78298 + 78288, + 78294 ], "loc": { "start": { @@ -175328,8 +175326,8 @@ } ], "range": [ - 77987, - 78308 + 77983, + 78304 ], "loc": { "start": { @@ -175343,8 +175341,8 @@ } }, "range": [ - 77954, - 78308 + 77950, + 78304 ], "loc": { "start": { @@ -175363,8 +175361,8 @@ "type": "Identifier", "name": "header", "range": [ - 78324, - 78330 + 78320, + 78326 ], "loc": { "start": { @@ -175378,8 +175376,8 @@ } }, "range": [ - 78317, - 78331 + 78313, + 78327 ], "loc": { "start": { @@ -175394,8 +175392,8 @@ } ], "range": [ - 77759, - 78337 + 77755, + 78333 ], "loc": { "start": { @@ -175411,8 +175409,8 @@ "generator": false, "expression": false, "range": [ - 77749, - 78337 + 77745, + 78333 ], "loc": { "start": { @@ -175428,8 +175426,8 @@ "kind": "method", "computed": false, "range": [ - 77733, - 78337 + 77729, + 78333 ], "loc": { "start": { @@ -175446,8 +175444,8 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Object}\n ", "range": [ - 77588, - 77728 + 77584, + 77724 ], "loc": { "start": { @@ -175466,8 +175464,8 @@ "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": [ - 78343, - 78516 + 78339, + 78512 ], "loc": { "start": { @@ -175489,8 +175487,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 78521, - 78535 + 78517, + 78531 ], "loc": { "start": { @@ -175513,8 +175511,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 78536, - 78553 + 78532, + 78549 ], "loc": { "start": { @@ -175532,8 +175530,8 @@ "value": false, "raw": "false", "range": [ - 78554, - 78559 + 78550, + 78555 ], "loc": { "start": { @@ -175547,8 +175545,8 @@ } }, "range": [ - 78536, - 78559 + 78532, + 78555 ], "loc": { "start": { @@ -175574,8 +175572,8 @@ "type": "Identifier", "name": "headers", "range": [ - 78574, - 78581 + 78570, + 78577 ], "loc": { "start": { @@ -175592,8 +175590,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 78584, - 78586 + 78580, + 78582 ], "loc": { "start": { @@ -175607,8 +175605,8 @@ } }, "range": [ - 78574, - 78586 + 78570, + 78582 ], "loc": { "start": { @@ -175624,8 +175622,8 @@ ], "kind": "let", "range": [ - 78570, - 78587 + 78566, + 78583 ], "loc": { "start": { @@ -175649,8 +175647,8 @@ "type": "Identifier", "name": "j", "range": [ - 78604, - 78605 + 78600, + 78601 ], "loc": { "start": { @@ -175668,8 +175666,8 @@ "value": 0, "raw": "0", "range": [ - 78606, - 78607 + 78602, + 78603 ], "loc": { "start": { @@ -175683,8 +175681,8 @@ } }, "range": [ - 78604, - 78607 + 78600, + 78603 ], "loc": { "start": { @@ -175700,8 +175698,8 @@ ], "kind": "let", "range": [ - 78600, - 78607 + 78596, + 78603 ], "loc": { "start": { @@ -175721,8 +175719,8 @@ "type": "Identifier", "name": "j", "range": [ - 78609, - 78610 + 78605, + 78606 ], "loc": { "start": { @@ -175741,8 +175739,8 @@ "object": { "type": "ThisExpression", "range": [ - 78611, - 78615 + 78607, + 78611 ], "loc": { "start": { @@ -175759,8 +175757,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 78616, - 78623 + 78612, + 78619 ], "loc": { "start": { @@ -175774,8 +175772,8 @@ } }, "range": [ - 78611, - 78623 + 78607, + 78619 ], "loc": { "start": { @@ -175789,8 +175787,8 @@ } }, "range": [ - 78609, - 78623 + 78605, + 78619 ], "loc": { "start": { @@ -175810,8 +175808,8 @@ "type": "Identifier", "name": "j", "range": [ - 78625, - 78626 + 78621, + 78622 ], "loc": { "start": { @@ -175826,8 +175824,8 @@ }, "prefix": false, "range": [ - 78625, - 78628 + 78621, + 78624 ], "loc": { "start": { @@ -175852,8 +175850,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 78646, - 78663 + 78642, + 78659 ], "loc": { "start": { @@ -175874,8 +175872,8 @@ "object": { "type": "ThisExpression", "range": [ - 78667, - 78671 + 78663, + 78667 ], "loc": { "start": { @@ -175892,8 +175890,8 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 78672, - 78684 + 78668, + 78680 ], "loc": { "start": { @@ -175907,8 +175905,8 @@ } }, "range": [ - 78667, - 78684 + 78663, + 78680 ], "loc": { "start": { @@ -175927,8 +175925,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 78685, - 78701 + 78681, + 78697 ], "loc": { "start": { @@ -175943,8 +175941,8 @@ } ], "range": [ - 78667, - 78702 + 78663, + 78698 ], "loc": { "start": { @@ -175958,8 +175956,8 @@ } }, "range": [ - 78646, - 78702 + 78642, + 78698 ], "loc": { "start": { @@ -175990,8 +175988,8 @@ "object": { "type": "ThisExpression", "range": [ - 78724, - 78728 + 78720, + 78724 ], "loc": { "start": { @@ -176008,8 +176006,8 @@ "type": "Identifier", "name": "extension", "range": [ - 78729, - 78738 + 78725, + 78734 ], "loc": { "start": { @@ -176023,8 +176021,8 @@ } }, "range": [ - 78724, - 78738 + 78720, + 78734 ], "loc": { "start": { @@ -176043,8 +176041,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 78739, - 78755 + 78735, + 78751 ], "loc": { "start": { @@ -176059,8 +176057,8 @@ } ], "range": [ - 78724, - 78756 + 78720, + 78752 ], "loc": { "start": { @@ -176077,8 +176075,8 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 78757, - 78768 + 78753, + 78764 ], "loc": { "start": { @@ -176092,8 +176090,8 @@ } }, "range": [ - 78724, - 78768 + 78720, + 78764 ], "loc": { "start": { @@ -176111,8 +176109,8 @@ "type": "Identifier", "name": "j", "range": [ - 78769, - 78770 + 78765, + 78766 ], "loc": { "start": { @@ -176127,8 +176125,8 @@ } ], "range": [ - 78724, - 78771 + 78720, + 78767 ], "loc": { "start": { @@ -176148,8 +176146,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 78794, - 78803 + 78790, + 78799 ], "loc": { "start": { @@ -176164,8 +176162,8 @@ } ], "range": [ - 78772, - 78821 + 78768, + 78817 ], "loc": { "start": { @@ -176180,8 +176178,8 @@ }, "alternate": null, "range": [ - 78721, - 78821 + 78717, + 78817 ], "loc": { "start": { @@ -176196,8 +176194,8 @@ } ], "range": [ - 78703, - 78835 + 78699, + 78831 ], "loc": { "start": { @@ -176212,8 +176210,8 @@ }, "alternate": null, "range": [ - 78643, - 78835 + 78639, + 78831 ], "loc": { "start": { @@ -176235,8 +176233,8 @@ "type": "Identifier", "name": "header", "range": [ - 78852, - 78858 + 78848, + 78854 ], "loc": { "start": { @@ -176257,8 +176255,8 @@ "object": { "type": "ThisExpression", "range": [ - 78861, - 78865 + 78857, + 78861 ], "loc": { "start": { @@ -176275,8 +176273,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 78866, - 78882 + 78862, + 78878 ], "loc": { "start": { @@ -176290,8 +176288,8 @@ } }, "range": [ - 78861, - 78882 + 78857, + 78878 ], "loc": { "start": { @@ -176309,8 +176307,8 @@ "type": "Identifier", "name": "j", "range": [ - 78883, - 78884 + 78879, + 78880 ], "loc": { "start": { @@ -176325,8 +176323,8 @@ } ], "range": [ - 78861, - 78885 + 78857, + 78881 ], "loc": { "start": { @@ -176340,8 +176338,8 @@ } }, "range": [ - 78852, - 78885 + 78848, + 78881 ], "loc": { "start": { @@ -176357,8 +176355,8 @@ ], "kind": "let", "range": [ - 78848, - 78886 + 78844, + 78882 ], "loc": { "start": { @@ -176380,8 +176378,8 @@ "type": "Identifier", "name": "headerText", "range": [ - 78903, - 78913 + 78899, + 78909 ], "loc": { "start": { @@ -176403,8 +176401,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 78916, - 78919 + 78912, + 78915 ], "loc": { "start": { @@ -176421,8 +176419,8 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 78920, - 78936 + 78916, + 78932 ], "loc": { "start": { @@ -176436,8 +176434,8 @@ } }, "range": [ - 78916, - 78936 + 78912, + 78932 ], "loc": { "start": { @@ -176455,8 +176453,8 @@ "type": "Identifier", "name": "header", "range": [ - 78937, - 78943 + 78933, + 78939 ], "loc": { "start": { @@ -176471,8 +176469,8 @@ } ], "range": [ - 78916, - 78944 + 78912, + 78940 ], "loc": { "start": { @@ -176486,8 +176484,8 @@ } }, "range": [ - 78903, - 78944 + 78899, + 78940 ], "loc": { "start": { @@ -176503,8 +176501,8 @@ ], "kind": "let", "range": [ - 78899, - 78945 + 78895, + 78941 ], "loc": { "start": { @@ -176528,8 +176526,8 @@ "type": "Identifier", "name": "headers", "range": [ - 78958, - 78965 + 78954, + 78961 ], "loc": { "start": { @@ -176546,8 +176544,8 @@ "type": "Identifier", "name": "push", "range": [ - 78966, - 78970 + 78962, + 78966 ], "loc": { "start": { @@ -176561,8 +176559,8 @@ } }, "range": [ - 78958, - 78970 + 78954, + 78966 ], "loc": { "start": { @@ -176580,8 +176578,8 @@ "type": "Identifier", "name": "headerText", "range": [ - 78971, - 78981 + 78967, + 78977 ], "loc": { "start": { @@ -176596,8 +176594,8 @@ } ], "range": [ - 78958, - 78982 + 78954, + 78978 ], "loc": { "start": { @@ -176611,8 +176609,8 @@ } }, "range": [ - 78958, - 78983 + 78954, + 78979 ], "loc": { "start": { @@ -176627,8 +176625,8 @@ } ], "range": [ - 78629, - 78993 + 78625, + 78989 ], "loc": { "start": { @@ -176642,8 +176640,8 @@ } }, "range": [ - 78596, - 78993 + 78592, + 78989 ], "loc": { "start": { @@ -176662,8 +176660,8 @@ "type": "Identifier", "name": "headers", "range": [ - 79009, - 79016 + 79005, + 79012 ], "loc": { "start": { @@ -176677,8 +176675,8 @@ } }, "range": [ - 79002, - 79017 + 78998, + 79013 ], "loc": { "start": { @@ -176693,8 +176691,8 @@ } ], "range": [ - 78560, - 79023 + 78556, + 79019 ], "loc": { "start": { @@ -176710,8 +176708,8 @@ "generator": false, "expression": false, "range": [ - 78535, - 79023 + 78531, + 79019 ], "loc": { "start": { @@ -176727,8 +176725,8 @@ "kind": "method", "computed": false, "range": [ - 78521, - 79023 + 78517, + 79019 ], "loc": { "start": { @@ -176745,8 +176743,8 @@ "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": [ - 78343, - 78516 + 78339, + 78512 ], "loc": { "start": { @@ -176765,8 +176763,8 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 79029, - 79165 + 79025, + 79161 ], "loc": { "start": { @@ -176788,8 +176786,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 79170, - 79183 + 79166, + 79179 ], "loc": { "start": { @@ -176810,8 +176808,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79184, - 79192 + 79180, + 79188 ], "loc": { "start": { @@ -176837,8 +176835,8 @@ "type": "Identifier", "name": "colType", "range": [ - 79207, - 79214 + 79203, + 79210 ], "loc": { "start": { @@ -176860,8 +176858,8 @@ "object": { "type": "ThisExpression", "range": [ - 79217, - 79221 + 79213, + 79217 ], "loc": { "start": { @@ -176878,8 +176876,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 79222, - 79225 + 79218, + 79221 ], "loc": { "start": { @@ -176893,8 +176891,8 @@ } }, "range": [ - 79217, - 79225 + 79213, + 79221 ], "loc": { "start": { @@ -176915,8 +176913,8 @@ "value": "col_", "raw": "'col_'", "range": [ - 79226, - 79232 + 79222, + 79228 ], "loc": { "start": { @@ -176933,8 +176931,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79233, - 79241 + 79229, + 79237 ], "loc": { "start": { @@ -176948,8 +176946,8 @@ } }, "range": [ - 79226, - 79241 + 79222, + 79237 ], "loc": { "start": { @@ -176963,8 +176961,8 @@ } }, "range": [ - 79217, - 79242 + 79213, + 79238 ], "loc": { "start": { @@ -176978,8 +176976,8 @@ } }, "range": [ - 79207, - 79242 + 79203, + 79238 ], "loc": { "start": { @@ -176995,8 +176993,8 @@ ], "kind": "let", "range": [ - 79203, - 79243 + 79199, + 79239 ], "loc": { "start": { @@ -177020,8 +177018,8 @@ "type": "Identifier", "name": "colType", "range": [ - 79260, - 79267 + 79256, + 79263 ], "loc": { "start": { @@ -177036,8 +177034,8 @@ }, "prefix": true, "range": [ - 79259, - 79267 + 79255, + 79263 ], "loc": { "start": { @@ -177056,8 +177054,8 @@ "object": { "type": "ThisExpression", "range": [ - 79270, - 79274 + 79266, + 79270 ], "loc": { "start": { @@ -177074,8 +177072,8 @@ "type": "Identifier", "name": "fltTypeInp", "range": [ - 79275, - 79285 + 79271, + 79281 ], "loc": { "start": { @@ -177089,8 +177087,8 @@ } }, "range": [ - 79270, - 79285 + 79266, + 79281 ], "loc": { "start": { @@ -177112,8 +177110,8 @@ "type": "Identifier", "name": "Str", "range": [ - 79288, - 79291 + 79284, + 79287 ], "loc": { "start": { @@ -177130,8 +177128,8 @@ "type": "Identifier", "name": "lower", "range": [ - 79292, - 79297 + 79288, + 79293 ], "loc": { "start": { @@ -177145,8 +177143,8 @@ } }, "range": [ - 79288, - 79297 + 79284, + 79293 ], "loc": { "start": { @@ -177164,8 +177162,8 @@ "type": "Identifier", "name": "colType", "range": [ - 79298, - 79305 + 79294, + 79301 ], "loc": { "start": { @@ -177180,8 +177178,8 @@ } ], "range": [ - 79288, - 79306 + 79284, + 79302 ], "loc": { "start": { @@ -177195,8 +177193,8 @@ } }, "range": [ - 79259, - 79306 + 79255, + 79302 ], "loc": { "start": { @@ -177210,8 +177208,8 @@ } }, "range": [ - 79252, - 79307 + 79248, + 79303 ], "loc": { "start": { @@ -177226,8 +177224,8 @@ } ], "range": [ - 79193, - 79313 + 79189, + 79309 ], "loc": { "start": { @@ -177243,8 +177241,8 @@ "generator": false, "expression": false, "range": [ - 79183, - 79313 + 79179, + 79309 ], "loc": { "start": { @@ -177260,8 +177258,8 @@ "kind": "method", "computed": false, "range": [ - 79170, - 79313 + 79166, + 79309 ], "loc": { "start": { @@ -177278,8 +177276,8 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 79029, - 79165 + 79025, + 79161 ], "loc": { "start": { @@ -177298,8 +177296,8 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 79319, - 79401 + 79315, + 79397 ], "loc": { "start": { @@ -177321,8 +177319,8 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 79406, - 79425 + 79402, + 79421 ], "loc": { "start": { @@ -177352,8 +177350,8 @@ "object": { "type": "ThisExpression", "range": [ - 79444, - 79448 + 79440, + 79444 ], "loc": { "start": { @@ -177370,8 +177368,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 79449, - 79458 + 79445, + 79454 ], "loc": { "start": { @@ -177385,8 +177383,8 @@ } }, "range": [ - 79444, - 79458 + 79440, + 79454 ], "loc": { "start": { @@ -177405,8 +177403,8 @@ "value": false, "raw": "false", "range": [ - 79459, - 79464 + 79455, + 79460 ], "loc": { "start": { @@ -177421,8 +177419,8 @@ } ], "range": [ - 79444, - 79465 + 79440, + 79461 ], "loc": { "start": { @@ -177436,8 +177434,8 @@ } }, "range": [ - 79437, - 79466 + 79433, + 79462 ], "loc": { "start": { @@ -177452,8 +177450,8 @@ } ], "range": [ - 79427, - 79472 + 79423, + 79468 ], "loc": { "start": { @@ -177469,8 +177467,8 @@ "generator": false, "expression": false, "range": [ - 79425, - 79472 + 79421, + 79468 ], "loc": { "start": { @@ -177486,8 +177484,8 @@ "kind": "method", "computed": false, "range": [ - 79406, - 79472 + 79402, + 79468 ], "loc": { "start": { @@ -177504,8 +177502,8 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 79319, - 79401 + 79315, + 79397 ], "loc": { "start": { @@ -177524,8 +177522,8 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 79478, - 79566 + 79474, + 79562 ], "loc": { "start": { @@ -177547,8 +177545,8 @@ "type": "Identifier", "name": "config", "range": [ - 79571, - 79577 + 79567, + 79573 ], "loc": { "start": { @@ -177576,8 +177574,8 @@ "object": { "type": "ThisExpression", "range": [ - 79596, - 79600 + 79592, + 79596 ], "loc": { "start": { @@ -177594,8 +177592,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 79601, - 79604 + 79597, + 79600 ], "loc": { "start": { @@ -177609,8 +177607,8 @@ } }, "range": [ - 79596, - 79604 + 79592, + 79600 ], "loc": { "start": { @@ -177624,8 +177622,8 @@ } }, "range": [ - 79589, - 79605 + 79585, + 79601 ], "loc": { "start": { @@ -177640,8 +177638,8 @@ } ], "range": [ - 79579, - 79611 + 79575, + 79607 ], "loc": { "start": { @@ -177657,8 +177655,8 @@ "generator": false, "expression": false, "range": [ - 79577, - 79611 + 79573, + 79607 ], "loc": { "start": { @@ -177674,8 +177672,8 @@ "kind": "method", "computed": false, "range": [ - 79571, - 79611 + 79567, + 79607 ], "loc": { "start": { @@ -177692,8 +177690,8 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 79478, - 79566 + 79474, + 79562 ], "loc": { "start": { @@ -177712,7 +177710,7 @@ ], "range": [ 963, - 79613 + 79609 ], "loc": { "start": { @@ -177727,7 +177725,7 @@ }, "range": [ 945, - 79613 + 79609 ], "loc": { "start": { @@ -177746,7 +177744,7 @@ "source": null, "range": [ 938, - 79613 + 79609 ], "loc": { "start": { @@ -177763,7 +177761,7 @@ "sourceType": "module", "range": [ 0, - 79613 + 79609 ], "loc": { "start": { @@ -179130,8 +179128,8 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10924, - 10977 + 10922, + 10975 ], "loc": { "start": { @@ -179148,8 +179146,8 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 11113, - 11153 + 11109, + 11149 ], "loc": { "start": { @@ -179166,8 +179164,8 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11339, - 11365 + 11335, + 11361 ], "loc": { "start": { @@ -179184,8 +179182,8 @@ "type": "Block", "value": "** rows counter **", "range": [ - 12229, - 12251 + 12225, + 12247 ], "loc": { "start": { @@ -179202,8 +179200,8 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 12260, - 12285 + 12256, + 12281 ], "loc": { "start": { @@ -179220,8 +179218,8 @@ "type": "Block", "value": "** status bar **", "range": [ - 12347, - 12367 + 12343, + 12363 ], "loc": { "start": { @@ -179238,8 +179236,8 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12376, - 12399 + 12372, + 12395 ], "loc": { "start": { @@ -179256,8 +179254,8 @@ "type": "Block", "value": "** loader **", "range": [ - 12457, - 12473 + 12453, + 12469 ], "loc": { "start": { @@ -179274,8 +179272,8 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12482, - 12525 + 12478, + 12521 ], "loc": { "start": { @@ -179292,8 +179290,8 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12576, - 12618 + 12572, + 12614 ], "loc": { "start": { @@ -179310,8 +179308,8 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12627, - 12666 + 12623, + 12662 ], "loc": { "start": { @@ -179328,8 +179326,8 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12717, - 12749 + 12713, + 12745 ], "loc": { "start": { @@ -179346,8 +179344,8 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12828, - 12869 + 12824, + 12865 ], "loc": { "start": { @@ -179364,8 +179362,8 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12984, - 13007 + 12980, + 13003 ], "loc": { "start": { @@ -179382,8 +179380,8 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 13062, - 13098 + 13058, + 13094 ], "loc": { "start": { @@ -179400,8 +179398,8 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 13173, - 13219 + 13169, + 13215 ], "loc": { "start": { @@ -179418,8 +179416,8 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 13327, - 13372 + 13323, + 13368 ], "loc": { "start": { @@ -179436,8 +179434,8 @@ "type": "Block", "value": "** paging **", "range": [ - 13478, - 13494 + 13474, + 13490 ], "loc": { "start": { @@ -179454,8 +179452,8 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13503, - 13534 + 13499, + 13530 ], "loc": { "start": { @@ -179472,8 +179470,8 @@ "type": "Line", "value": "nb visible rows", "range": [ - 13608, - 13625 + 13604, + 13621 ], "loc": { "start": { @@ -179490,8 +179488,8 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13657, - 13673 + 13653, + 13669 ], "loc": { "start": { @@ -179508,8 +179506,8 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13683, - 13713 + 13679, + 13709 ], "loc": { "start": { @@ -179526,8 +179524,8 @@ "type": "Line", "value": "enables/disables auto filtering, table is filtered when user stops", "range": [ - 13722, - 13790 + 13718, + 13786 ], "loc": { "start": { @@ -179544,8 +179542,8 @@ "type": "Line", "value": "typing", "range": [ - 13799, - 13807 + 13795, + 13803 ], "loc": { "start": { @@ -179562,8 +179560,8 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13866, - 13895 + 13862, + 13891 ], "loc": { "start": { @@ -179580,8 +179578,8 @@ "type": "Line", "value": "typing indicator", "range": [ - 14004, - 14022 + 14000, + 14018 ], "loc": { "start": { @@ -179598,8 +179596,8 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 14103, - 14133 + 14099, + 14129 ], "loc": { "start": { @@ -179616,8 +179614,8 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 14142, - 14181 + 14138, + 14177 ], "loc": { "start": { @@ -179634,8 +179632,8 @@ "type": "Block", "value": "** No results feature **", "range": [ - 14255, - 14283 + 14251, + 14279 ], "loc": { "start": { @@ -179652,8 +179650,8 @@ "type": "Block", "value": "** data types **", "range": [ - 14398, - 14418 + 14394, + 14414 ], "loc": { "start": { @@ -179670,8 +179668,8 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14427, - 14469 + 14423, + 14465 ], "loc": { "start": { @@ -179688,8 +179686,8 @@ "type": "Line", "value": "defines default thousands separator", "range": [ - 14539, - 14576 + 14535, + 14572 ], "loc": { "start": { @@ -179706,8 +179704,8 @@ "type": "Line", "value": "US = ',' EU = '.'", "range": [ - 14585, - 14604 + 14581, + 14600 ], "loc": { "start": { @@ -179724,8 +179722,8 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14677, - 14712 + 14673, + 14708 ], "loc": { "start": { @@ -179742,8 +179740,8 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14721, - 14753 + 14717, + 14749 ], "loc": { "start": { @@ -179760,8 +179758,8 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14822, - 14856 + 14818, + 14852 ], "loc": { "start": { @@ -179778,8 +179776,8 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14931, - 14968 + 14927, + 14964 ], "loc": { "start": { @@ -179796,8 +179794,8 @@ "type": "Line", "value": "enables date type per column", "range": [ - 15054, - 15084 + 15050, + 15080 ], "loc": { "start": { @@ -179814,8 +179812,8 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 15155, - 15191 + 15151, + 15187 ], "loc": { "start": { @@ -179832,8 +179830,8 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 15274, - 15296 + 15270, + 15292 ], "loc": { "start": { @@ -179850,8 +179848,8 @@ "type": "Line", "value": "css class name added to table", "range": [ - 15305, - 15336 + 15301, + 15332 ], "loc": { "start": { @@ -179868,8 +179866,8 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 15373, - 15401 + 15369, + 15397 ], "loc": { "start": { @@ -179886,8 +179884,8 @@ "type": "Line", "value": "validation button", "range": [ - 15440, - 15459 + 15436, + 15455 ], "loc": { "start": { @@ -179904,8 +179902,8 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15504, - 15558 + 15500, + 15554 ], "loc": { "start": { @@ -179922,8 +179920,8 @@ "type": "Line", "value": "left div", "range": [ - 15601, - 15611 + 15597, + 15607 ], "loc": { "start": { @@ -179940,8 +179938,8 @@ "type": "Line", "value": "right div", "range": [ - 15653, - 15664 + 15649, + 15660 ], "loc": { "start": { @@ -179958,8 +179956,8 @@ "type": "Line", "value": "middle div", "range": [ - 15706, - 15718 + 15702, + 15714 ], "loc": { "start": { @@ -179976,8 +179974,8 @@ "type": "Line", "value": "filter values cookie", "range": [ - 15760, - 15782 + 15756, + 15778 ], "loc": { "start": { @@ -179994,8 +179992,8 @@ "type": "Line", "value": "page nb cookie", "range": [ - 15839, - 15855 + 15835, + 15851 ], "loc": { "start": { @@ -180012,8 +180010,8 @@ "type": "Line", "value": "page length cookie", "range": [ - 15908, - 15928 + 15904, + 15924 ], "loc": { "start": { @@ -180030,8 +180028,8 @@ "type": "Block", "value": "** cookies **", "range": [ - 15984, - 16001 + 15980, + 15997 ], "loc": { "start": { @@ -180048,8 +180046,8 @@ "type": "Line", "value": "remembers filters values on page load", "range": [ - 16010, - 16049 + 16006, + 16045 ], "loc": { "start": { @@ -180066,8 +180064,8 @@ "type": "Line", "value": "cookie storing filter values", "range": [ - 16125, - 16155 + 16121, + 16151 ], "loc": { "start": { @@ -180084,8 +180082,8 @@ "type": "Line", "value": "remembers page nb on page load", "range": [ - 16233, - 16265 + 16229, + 16261 ], "loc": { "start": { @@ -180102,8 +180100,8 @@ "type": "Line", "value": "cookie storing page nb", "range": [ - 16343, - 16367 + 16339, + 16363 ], "loc": { "start": { @@ -180120,8 +180118,8 @@ "type": "Line", "value": "remembers page length on page load", "range": [ - 16435, - 16471 + 16431, + 16467 ], "loc": { "start": { @@ -180138,8 +180136,8 @@ "type": "Line", "value": "cookie storing page length", "range": [ - 16550, - 16578 + 16546, + 16574 ], "loc": { "start": { @@ -180156,8 +180154,8 @@ "type": "Block", "value": "** extensions **", "range": [ - 16649, - 16669 + 16645, + 16665 ], "loc": { "start": { @@ -180174,8 +180172,8 @@ "type": "Line", "value": "imports external script", "range": [ - 16678, - 16703 + 16674, + 16699 ], "loc": { "start": { @@ -180192,8 +180190,8 @@ "type": "Block", "value": "** themes **", "range": [ - 16814, - 16830 + 16810, + 16826 ], "loc": { "start": { @@ -180210,8 +180208,8 @@ "type": "Line", "value": "imports themes", "range": [ - 16906, - 16922 + 16902, + 16918 ], "loc": { "start": { @@ -180228,8 +180226,8 @@ "type": "Line", "value": "themes path", "range": [ - 17048, - 17061 + 17044, + 17057 ], "loc": { "start": { @@ -180246,8 +180244,8 @@ "type": "Line", "value": " Features registry", "range": [ - 17142, - 17162 + 17138, + 17158 ], "loc": { "start": { @@ -180264,8 +180262,8 @@ "type": "Line", "value": " Extensions registry", "range": [ - 17195, - 17217 + 17191, + 17213 ], "loc": { "start": { @@ -180282,8 +180280,8 @@ "type": "Block", "value": "** TF events **", "range": [ - 17258, - 17277 + 17254, + 17273 ], "loc": { "start": { @@ -180300,8 +180298,8 @@ "type": "Line", "value": " Detect key", "range": [ - 17311, - 17332 + 17307, + 17328 ], "loc": { "start": { @@ -180318,8 +180316,8 @@ "type": "Line", "value": " if auto-filter on, detect user is typing and filter columns", "range": [ - 17897, - 17959 + 17893, + 17955 ], "loc": { "start": { @@ -180336,8 +180334,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 18213, - 18239 + 18209, + 18235 ], "loc": { "start": { @@ -180354,8 +180352,8 @@ "type": "Line", "value": " if auto-filter on, detect user is typing", "range": [ - 19002, - 19045 + 18998, + 19041 ], "loc": { "start": { @@ -180372,8 +180370,8 @@ "type": "Line", "value": " if auto-filter on, clear interval on filter blur", "range": [ - 19190, - 19241 + 19186, + 19237 ], "loc": { "start": { @@ -180390,8 +180388,8 @@ "type": "Line", "value": " set focused text-box filter as active", "range": [ - 19517, - 19557 + 19513, + 19553 ], "loc": { "start": { @@ -180408,8 +180406,8 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 19846, - 19895 + 19842, + 19891 ], "loc": { "start": { @@ -180426,8 +180424,8 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 20082, - 20116 + 20078, + 20112 ], "loc": { "start": { @@ -180444,8 +180442,8 @@ "type": "Line", "value": "loads theme", "range": [ - 20197, - 20210 + 20193, + 20206 ], "loc": { "start": { @@ -180462,8 +180460,8 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 20269, - 20328 + 20265, + 20324 ], "loc": { "start": { @@ -180480,8 +180478,8 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 21364, - 21395 + 21360, + 21391 ], "loc": { "start": { @@ -180498,8 +180496,8 @@ "type": "Line", "value": " Generate filters", "range": [ - 21698, - 21717 + 21694, + 21713 ], "loc": { "start": { @@ -180516,8 +180514,8 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 22283, - 22315 + 22279, + 22311 ], "loc": { "start": { @@ -180534,8 +180532,8 @@ "type": "Line", "value": "drop-down filters", "range": [ - 22491, - 22510 + 22487, + 22506 ], "loc": { "start": { @@ -180552,8 +180550,8 @@ "type": "Line", "value": " checklist", "range": [ - 22806, - 22818 + 22802, + 22814 ], "loc": { "start": { @@ -180570,8 +180568,8 @@ "type": "Line", "value": " this adds submit button", "range": [ - 23194, - 23220 + 23190, + 23216 ], "loc": { "start": { @@ -180588,8 +180586,8 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 23433, - 23450 + 23429, + 23446 ], "loc": { "start": { @@ -180606,8 +180604,8 @@ "type": "Block", "value": " Features ", "range": [ - 23460, - 23474 + 23456, + 23470 ], "loc": { "start": { @@ -180624,8 +180622,8 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 24810, - 24842 + 24806, + 24838 ], "loc": { "start": { @@ -180642,8 +180640,8 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 24941, - 24963 + 24937, + 24959 ], "loc": { "start": { @@ -180660,8 +180658,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 25050, - 25072 + 25046, + 25068 ], "loc": { "start": { @@ -180678,8 +180676,8 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 25639, - 25694 + 25635, + 25690 ], "loc": { "start": { @@ -180696,8 +180694,8 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 26386, - 26433 + 26382, + 26429 ], "loc": { "start": { @@ -180714,8 +180712,8 @@ "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": [ - 26743, - 26962 + 26739, + 26958 ], "loc": { "start": { @@ -180732,8 +180730,8 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 27746, - 27784 + 27742, + 27780 ], "loc": { "start": { @@ -180750,8 +180748,8 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 28285, - 28434 + 28281, + 28430 ], "loc": { "start": { @@ -180768,8 +180766,8 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 28801, - 28839 + 28797, + 28835 ], "loc": { "start": { @@ -180786,8 +180784,8 @@ "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": [ - 29056, - 29190 + 29052, + 29186 ], "loc": { "start": { @@ -180804,8 +180802,8 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 29252, - 29336 + 29248, + 29332 ], "loc": { "start": { @@ -180822,8 +180820,8 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 29403, - 29456 + 29399, + 29452 ], "loc": { "start": { @@ -180840,8 +180838,8 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 29833, - 29928 + 29829, + 29924 ], "loc": { "start": { @@ -180858,8 +180856,8 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 30312, - 30342 + 30308, + 30338 ], "loc": { "start": { @@ -180876,8 +180874,8 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 30532, - 30675 + 30528, + 30671 ], "loc": { "start": { @@ -180894,8 +180892,8 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 30747, - 30877 + 30743, + 30873 ], "loc": { "start": { @@ -180912,8 +180910,8 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 30968, - 31049 + 30964, + 31045 ], "loc": { "start": { @@ -180930,8 +180928,8 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 31406, - 31472 + 31402, + 31468 ], "loc": { "start": { @@ -180948,8 +180946,8 @@ "type": "Line", "value": "Default theme config", "range": [ - 31592, - 31614 + 31588, + 31610 ], "loc": { "start": { @@ -180966,8 +180964,8 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 32430, - 32484 + 32426, + 32480 ], "loc": { "start": { @@ -180984,8 +180982,8 @@ "type": "Line", "value": "Reset button", "range": [ - 32493, - 32507 + 32489, + 32503 ], "loc": { "start": { @@ -181002,8 +181000,8 @@ "type": "Line", "value": "Paging buttons", "range": [ - 32685, - 32701 + 32681, + 32697 ], "loc": { "start": { @@ -181020,8 +181018,8 @@ "type": "Line", "value": "Loader", "range": [ - 33286, - 33294 + 33282, + 33290 ], "loc": { "start": { @@ -181038,8 +181036,8 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 33487, - 33605 + 33483, + 33601 ], "loc": { "start": { @@ -181056,8 +181054,8 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 33695, - 33733 + 33691, + 33729 ], "loc": { "start": { @@ -181074,8 +181072,8 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 34643, - 34669 + 34639, + 34665 ], "loc": { "start": { @@ -181092,8 +181090,8 @@ "type": "Line", "value": " Destroy modules", "range": [ - 34718, - 34736 + 34714, + 34732 ], "loc": { "start": { @@ -181110,8 +181108,8 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 34745, - 34795 + 34741, + 34791 ], "loc": { "start": { @@ -181128,8 +181126,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 35006, - 35030 + 35002, + 35026 ], "loc": { "start": { @@ -181146,8 +181144,8 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 35511, - 35600 + 35507, + 35596 ], "loc": { "start": { @@ -181164,8 +181162,8 @@ "type": "Block", "value": "** container div **", "range": [ - 35683, - 35706 + 35679, + 35702 ], "loc": { "start": { @@ -181182,8 +181180,8 @@ "type": "Line", "value": "custom container", "range": [ - 35837, - 35855 + 35833, + 35851 ], "loc": { "start": { @@ -181200,8 +181198,8 @@ "type": "Line", "value": "grid-layout", "range": [ - 35964, - 35977 + 35960, + 35973 ], "loc": { "start": { @@ -181218,8 +181216,8 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 36198, - 36238 + 36194, + 36234 ], "loc": { "start": { @@ -181236,8 +181234,8 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 36473, - 36519 + 36469, + 36515 ], "loc": { "start": { @@ -181254,8 +181252,8 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 36727, - 36821 + 36723, + 36817 ], "loc": { "start": { @@ -181272,8 +181270,8 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 37029, - 37073 + 37025, + 37069 ], "loc": { "start": { @@ -181290,8 +181288,8 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 37281, - 37326 + 37277, + 37322 ], "loc": { "start": { @@ -181308,8 +181306,8 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 37436, - 37487 + 37432, + 37483 ], "loc": { "start": { @@ -181326,8 +181324,8 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37826, - 37883 + 37822, + 37879 ], "loc": { "start": { @@ -181344,8 +181342,8 @@ "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": [ - 38290, - 38444 + 38286, + 38440 ], "loc": { "start": { @@ -181362,8 +181360,8 @@ "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": [ - 38589, - 38785 + 38585, + 38781 ], "loc": { "start": { @@ -181380,8 +181378,8 @@ "type": "Block", "value": "*\n * Reset persisted filter values\n ", "range": [ - 39636, - 39684 + 39632, + 39680 ], "loc": { "start": { @@ -181398,8 +181396,8 @@ "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": [ - 40029, - 40266 + 40025, + 40262 ], "loc": { "start": { @@ -181416,8 +181414,8 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 40364, - 40390 + 40360, + 40386 ], "loc": { "start": { @@ -181434,8 +181432,8 @@ "type": "Line", "value": " search args re-init", "range": [ - 40642, - 40664 + 40638, + 40660 ], "loc": { "start": { @@ -181452,8 +181450,8 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 41212, - 41251 + 41208, + 41247 ], "loc": { "start": { @@ -181470,8 +181468,8 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 41264, - 41299 + 41260, + 41295 ], "loc": { "start": { @@ -181488,8 +181486,8 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 41445, - 41467 + 41441, + 41463 ], "loc": { "start": { @@ -181506,8 +181504,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 41523, - 41549 + 41519, + 41545 ], "loc": { "start": { @@ -181524,8 +181522,8 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 42156, - 42198 + 42152, + 42194 ], "loc": { "start": { @@ -181542,8 +181540,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 42253, - 42279 + 42249, + 42275 ], "loc": { "start": { @@ -181560,8 +181558,8 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 42434, - 42461 + 42430, + 42457 ], "loc": { "start": { @@ -181578,8 +181576,8 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 42755, - 42781 + 42751, + 42777 ], "loc": { "start": { @@ -181596,8 +181594,8 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42995, - 43019 + 42991, + 43015 ], "loc": { "start": { @@ -181614,8 +181612,8 @@ "type": "Line", "value": "dates", "range": [ - 43668, - 43675 + 43664, + 43671 ], "loc": { "start": { @@ -181632,8 +181630,8 @@ "type": "Line", "value": " lower date", "range": [ - 43806, - 43819 + 43802, + 43815 ], "loc": { "start": { @@ -181650,8 +181648,8 @@ "type": "Line", "value": " lower equal date", "range": [ - 44003, - 44022 + 43999, + 44018 ], "loc": { "start": { @@ -181668,8 +181666,8 @@ "type": "Line", "value": " greater equal date", "range": [ - 44214, - 44235 + 44210, + 44231 ], "loc": { "start": { @@ -181686,8 +181684,8 @@ "type": "Line", "value": " greater date", "range": [ - 44427, - 44442 + 44423, + 44438 ], "loc": { "start": { @@ -181704,8 +181702,8 @@ "type": "Line", "value": " different date", "range": [ - 44631, - 44648 + 44627, + 44644 ], "loc": { "start": { @@ -181722,8 +181720,8 @@ "type": "Line", "value": " equal date", "range": [ - 44861, - 44874 + 44857, + 44870 ], "loc": { "start": { @@ -181740,8 +181738,8 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 45088, - 45149 + 45084, + 45145 ], "loc": { "start": { @@ -181758,8 +181756,8 @@ "type": "Line", "value": " like date", "range": [ - 45190, - 45202 + 45186, + 45198 ], "loc": { "start": { @@ -181776,8 +181774,8 @@ "type": "Line", "value": "empty", "range": [ - 45566, - 45573 + 45562, + 45569 ], "loc": { "start": { @@ -181794,8 +181792,8 @@ "type": "Line", "value": "non-empty", "range": [ - 45695, - 45706 + 45691, + 45702 ], "loc": { "start": { @@ -181812,8 +181810,8 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 46013, - 46048 + 46009, + 46044 ], "loc": { "start": { @@ -181830,8 +181828,8 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 46718, - 46780 + 46714, + 46776 ], "loc": { "start": { @@ -181848,8 +181846,8 @@ "type": "Line", "value": " rgx:)", "range": [ - 46797, - 46805 + 46793, + 46801 ], "loc": { "start": { @@ -181866,8 +181864,8 @@ "type": "Line", "value": " lower equal", "range": [ - 46822, - 46836 + 46818, + 46832 ], "loc": { "start": { @@ -181884,8 +181882,8 @@ "type": "Line", "value": "greater equal", "range": [ - 47019, - 47034 + 47015, + 47030 ], "loc": { "start": { @@ -181902,8 +181900,8 @@ "type": "Line", "value": "lower", "range": [ - 47222, - 47229 + 47218, + 47225 ], "loc": { "start": { @@ -181920,8 +181918,8 @@ "type": "Line", "value": "greater", "range": [ - 47415, - 47424 + 47411, + 47420 ], "loc": { "start": { @@ -181938,8 +181936,8 @@ "type": "Line", "value": "different", "range": [ - 47610, - 47621 + 47606, + 47617 ], "loc": { "start": { @@ -181956,8 +181954,8 @@ "type": "Line", "value": "like", "range": [ - 47832, - 47838 + 47828, + 47834 ], "loc": { "start": { @@ -181974,8 +181972,8 @@ "type": "Line", "value": "equal", "range": [ - 48035, - 48042 + 48031, + 48038 ], "loc": { "start": { @@ -181992,8 +181990,8 @@ "type": "Line", "value": "starts with", "range": [ - 48238, - 48251 + 48234, + 48247 ], "loc": { "start": { @@ -182010,8 +182008,8 @@ "type": "Line", "value": "ends with", "range": [ - 48436, - 48447 + 48432, + 48443 ], "loc": { "start": { @@ -182028,8 +182026,8 @@ "type": "Line", "value": "empty", "range": [ - 48877, - 48884 + 48873, + 48880 ], "loc": { "start": { @@ -182046,8 +182044,8 @@ "type": "Line", "value": "non-empty", "range": [ - 49006, - 49017 + 49002, + 49013 ], "loc": { "start": { @@ -182064,8 +182062,8 @@ "type": "Line", "value": "regexp", "range": [ - 49140, - 49148 + 49136, + 49144 ], "loc": { "start": { @@ -182082,8 +182080,8 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 49201, - 49236 + 49197, + 49232 ], "loc": { "start": { @@ -182100,8 +182098,8 @@ "type": "Line", "value": "operator is removed", "range": [ - 49286, - 49307 + 49282, + 49303 ], "loc": { "start": { @@ -182118,8 +182116,8 @@ "type": "Line", "value": "else", "range": [ - 49716, - 49722 + 49712, + 49718 ], "loc": { "start": { @@ -182136,8 +182134,8 @@ "type": "Line", "value": "fn", "range": [ - 49762, - 49766 + 49758, + 49762 ], "loc": { "start": { @@ -182154,8 +182152,8 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 49832, - 49872 + 49828, + 49868 ], "loc": { "start": { @@ -182172,8 +182170,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 50002, - 50035 + 49998, + 50031 ], "loc": { "start": { @@ -182190,8 +182188,8 @@ "type": "Line", "value": "only for single filter search", "range": [ - 50202, - 50233 + 50198, + 50229 ], "loc": { "start": { @@ -182208,8 +182206,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50290, - 50322 + 50286, + 50318 ], "loc": { "start": { @@ -182226,8 +182224,8 @@ "type": "Line", "value": "searched keyword", "range": [ - 50381, - 50399 + 50377, + 50395 ], "loc": { "start": { @@ -182244,8 +182242,8 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50797, - 50836 + 50793, + 50832 ], "loc": { "start": { @@ -182262,8 +182260,8 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 50923, - 50961 + 50919, + 50957 ], "loc": { "start": { @@ -182280,8 +182278,8 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 51031, - 51070 + 51027, + 51066 ], "loc": { "start": { @@ -182298,8 +182296,8 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 51154, - 51192 + 51150, + 51188 ], "loc": { "start": { @@ -182316,8 +182314,8 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 51265, - 51298 + 51261, + 51294 ], "loc": { "start": { @@ -182334,8 +182332,8 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51678, - 51728 + 51674, + 51724 ], "loc": { "start": { @@ -182352,8 +182350,8 @@ "type": "Line", "value": "single search parameter", "range": [ - 52355, - 52380 + 52351, + 52376 ], "loc": { "start": { @@ -182370,8 +182368,8 @@ "type": "Line", "value": "else single param", "range": [ - 52571, - 52590 + 52567, + 52586 ], "loc": { "start": { @@ -182388,8 +182386,8 @@ "type": "Line", "value": "for j", "range": [ - 52892, - 52899 + 52888, + 52895 ], "loc": { "start": { @@ -182406,8 +182404,8 @@ "type": "Line", "value": " for k", "range": [ - 53314, - 53322 + 53310, + 53318 ], "loc": { "start": { @@ -182424,8 +182422,8 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53430, - 53462 + 53426, + 53458 ], "loc": { "start": { @@ -182442,8 +182440,8 @@ "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": [ - 53618, - 54002 + 53614, + 53998 ], "loc": { "start": { @@ -182460,8 +182458,8 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54397, - 54452 + 54393, + 54448 ], "loc": { "start": { @@ -182478,8 +182476,8 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54649, - 54702 + 54645, + 54698 ], "loc": { "start": { @@ -182496,8 +182494,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 54778, - 54810 + 54774, + 54806 ], "loc": { "start": { @@ -182514,8 +182512,8 @@ "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": [ - 55439, - 55591 + 55435, + 55587 ], "loc": { "start": { @@ -182532,8 +182530,8 @@ "type": "Line", "value": "mutiple select", "range": [ - 56033, - 56049 + 56029, + 56045 ], "loc": { "start": { @@ -182550,8 +182548,8 @@ "type": "Line", "value": " TODO: extract a method in dropdown module from below", "range": [ - 56113, - 56168 + 56109, + 56164 ], "loc": { "start": { @@ -182568,8 +182566,8 @@ "type": "Line", "value": "return empty string if collection is empty", "range": [ - 56378, - 56422 + 56374, + 56418 ], "loc": { "start": { @@ -182586,8 +182584,8 @@ "type": "Line", "value": "checklist", "range": [ - 56503, - 56514 + 56499, + 56510 ], "loc": { "start": { @@ -182604,8 +182602,8 @@ "type": "Line", "value": " TODO: extract a method in checklist module from below", "range": [ - 56582, - 56638 + 56578, + 56634 ], "loc": { "start": { @@ -182622,8 +182620,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 56762, - 56788 + 56758, + 56784 ], "loc": { "start": { @@ -182640,8 +182638,8 @@ "type": "Line", "value": "convert || separated values into array", "range": [ - 56874, - 56914 + 56870, + 56910 ], "loc": { "start": { @@ -182658,8 +182656,8 @@ "type": "Line", "value": "return empty string if collection is empty", "range": [ - 57015, - 57059 + 57011, + 57055 ], "loc": { "start": { @@ -182676,8 +182674,8 @@ "type": "Line", "value": "return an empty string if collection contains a single empty string", "range": [ - 57140, - 57209 + 57136, + 57205 ], "loc": { "start": { @@ -182694,8 +182692,8 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 57379, - 57471 + 57375, + 57467 ], "loc": { "start": { @@ -182712,8 +182710,8 @@ "type": "Block", "value": "*\n * Return the ID of the filter of a specified column\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 57910, - 58078 + 57906, + 58074 ], "loc": { "start": { @@ -182730,8 +182728,8 @@ "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": [ - 58206, - 58607 + 58202, + 58603 ], "loc": { "start": { @@ -182748,8 +182746,8 @@ "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": [ - 59008, - 59154 + 59004, + 59150 ], "loc": { "start": { @@ -182766,8 +182764,8 @@ "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": [ - 59265, - 59431 + 59261, + 59427 ], "loc": { "start": { @@ -182784,8 +182782,8 @@ "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": [ - 59545, - 59776 + 59541, + 59772 ], "loc": { "start": { @@ -182802,8 +182800,8 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59996, - 60121 + 59992, + 60117 ], "loc": { "start": { @@ -182820,8 +182818,8 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 60187, - 60222 + 60183, + 60218 ], "loc": { "start": { @@ -182838,8 +182836,8 @@ "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": [ - 60446, - 60850 + 60442, + 60846 ], "loc": { "start": { @@ -182856,8 +182854,8 @@ "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": [ - 61747, - 62154 + 61743, + 62150 ], "loc": { "start": { @@ -182874,8 +182872,8 @@ "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": [ - 63213, - 63544 + 63209, + 63540 ], "loc": { "start": { @@ -182892,8 +182890,8 @@ "type": "Line", "value": "cols values of current row", "range": [ - 63934, - 63962 + 63930, + 63958 ], "loc": { "start": { @@ -182910,8 +182908,8 @@ "type": "Line", "value": "data of searched column", "range": [ - 64005, - 64030 + 64001, + 64026 ], "loc": { "start": { @@ -182928,8 +182926,8 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 64138, - 64287 + 64134, + 64283 ], "loc": { "start": { @@ -182946,8 +182944,8 @@ "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": [ - 64423, - 64596 + 64419, + 64592 ], "loc": { "start": { @@ -182964,8 +182962,8 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 64765, - 64797 + 64761, + 64793 ], "loc": { "start": { @@ -182982,8 +182980,8 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 65498, - 65545 + 65494, + 65541 ], "loc": { "start": { @@ -183000,8 +182998,8 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} searcharg Search term\n ", "range": [ - 65783, - 65939 + 65779, + 65935 ], "loc": { "start": { @@ -183018,8 +183016,8 @@ "type": "Line", "value": "multiple selects", "range": [ - 66485, - 66503 + 66481, + 66499 ], "loc": { "start": { @@ -183036,8 +183034,8 @@ "type": "Line", "value": "checklist", "range": [ - 66959, - 66970 + 66955, + 66966 ], "loc": { "start": { @@ -183054,8 +183052,8 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Number} rowIndex Optional row index to apply the widths to\n * @param {Element} tbl DOM element\n ", "range": [ - 67578, - 67756 + 67574, + 67752 ], "loc": { "start": { @@ -183072,8 +183070,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 68134, - 68160 + 68130, + 68156 ], "loc": { "start": { @@ -183090,8 +183088,8 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 68898, - 68950 + 68894, + 68946 ], "loc": { "start": { @@ -183108,8 +183106,8 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 69158, - 69187 + 69154, + 69183 ], "loc": { "start": { @@ -183126,8 +183124,8 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 69304, - 69352 + 69300, + 69348 ], "loc": { "start": { @@ -183144,8 +183142,8 @@ "type": "Line", "value": " if(this.linkedFilters){", "range": [ - 69723, - 69749 + 69719, + 69745 ], "loc": { "start": { @@ -183162,8 +183160,8 @@ "type": "Line", "value": " this.linkFilters();", "range": [ - 69758, - 69784 + 69754, + 69780 ], "loc": { "start": { @@ -183180,8 +183178,8 @@ "type": "Line", "value": " }", "range": [ - 69793, - 69797 + 69789, + 69793 ], "loc": { "start": { @@ -183198,8 +183196,8 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 69962, - 70040 + 69958, + 70036 ], "loc": { "start": { @@ -183216,8 +183214,8 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 70260, - 70355 + 70256, + 70351 ], "loc": { "start": { @@ -183234,8 +183232,8 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70831, - 70936 + 70827, + 70932 ], "loc": { "start": { @@ -183252,8 +183250,8 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71672, - 71715 + 71668, + 71711 ], "loc": { "start": { @@ -183270,8 +183268,8 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71728, - 71767 + 71724, + 71763 ], "loc": { "start": { @@ -183288,8 +183286,8 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 72356, - 72389 + 72352, + 72385 ], "loc": { "start": { @@ -183306,8 +183304,8 @@ "type": "Line", "value": " for i", "range": [ - 73075, - 73083 + 73071, + 73079 ], "loc": { "start": { @@ -183324,8 +183322,8 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 73095, - 73273 + 73091, + 73269 ], "loc": { "start": { @@ -183342,8 +183340,8 @@ "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": [ - 73476, - 73695 + 73472, + 73691 ], "loc": { "start": { @@ -183360,8 +183358,8 @@ "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": [ - 74217, - 74476 + 74213, + 74472 ], "loc": { "start": { @@ -183378,8 +183376,8 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 75202, - 75274 + 75198, + 75270 ], "loc": { "start": { @@ -183396,8 +183394,8 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75817, - 75892 + 75813, + 75888 ], "loc": { "start": { @@ -183414,8 +183412,8 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 75949, - 76028 + 75945, + 76024 ], "loc": { "start": { @@ -183432,8 +183430,8 @@ "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": [ - 76094, - 76270 + 76090, + 76266 ], "loc": { "start": { @@ -183450,8 +183448,8 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 76948, - 77038 + 76944, + 77034 ], "loc": { "start": { @@ -183468,8 +183466,8 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 77113, - 77188 + 77109, + 77184 ], "loc": { "start": { @@ -183486,8 +183484,8 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 77258, - 77385 + 77254, + 77381 ], "loc": { "start": { @@ -183504,8 +183502,8 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 77449, - 77521 + 77445, + 77517 ], "loc": { "start": { @@ -183522,8 +183520,8 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Object}\n ", "range": [ - 77588, - 77728 + 77584, + 77724 ], "loc": { "start": { @@ -183540,8 +183538,8 @@ "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": [ - 78343, - 78516 + 78339, + 78512 ], "loc": { "start": { @@ -183558,8 +183556,8 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 79029, - 79165 + 79025, + 79161 ], "loc": { "start": { @@ -183576,8 +183574,8 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 79319, - 79401 + 79315, + 79397 ], "loc": { "start": { @@ -183594,8 +183592,8 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 79478, - 79566 + 79474, + 79562 ], "loc": { "start": { diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 8caa6bbf..54719b27 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.1.10 API Document + Emitter | tablefilter v0.1.11 API Document diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 0cb82b3b..a257be7e 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.1.10 API Document + AdapterEzEditTable | tablefilter v0.1.11 API Document diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index 9e5caaca..ffe930a7 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.1.10 API Document + ColOps | tablefilter v0.1.11 API Document diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index baa37171..93b2b2f9 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.1.10 API Document + ColsVisibility | tablefilter v0.1.11 API Document diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index f4e92a99..5049dab0 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.1.10 API Document + FiltersVisibility | tablefilter v0.1.11 API Document diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index e6c34260..4a43fe97 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.1.10 API Document + AdapterSortableTable | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 08bd04ff..ef145d09 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.1.10 API Document + AlternateRows | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 17a3a75e..8a371b9f 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.1.10 API Document + CheckList | tablefilter v0.1.11 API Document @@ -68,13 +68,13 @@
-
import {CheckList} from 'tablefilter/src/modules/checkList.js'
+
import {CheckList} from 'tablefilter/src/modules/checkList.js'
public class - | source + | source
@@ -778,7 +778,7 @@ - source + source @@ -839,7 +839,7 @@ - source + source @@ -879,7 +879,7 @@ - source + source @@ -919,7 +919,7 @@ - source + source @@ -959,7 +959,7 @@ - source + source @@ -999,7 +999,7 @@ - source + source @@ -1039,7 +1039,7 @@ - source + source @@ -1079,7 +1079,7 @@ - source + source @@ -1119,7 +1119,7 @@ - source + source @@ -1159,7 +1159,7 @@ - source + source @@ -1199,7 +1199,7 @@ - source + source @@ -1239,7 +1239,7 @@ - source + source @@ -1279,7 +1279,7 @@ - source + source @@ -1319,7 +1319,7 @@ - source + source @@ -1359,7 +1359,7 @@ - source + source @@ -1402,7 +1402,7 @@ - source + source @@ -1467,7 +1467,7 @@ - source + source @@ -1542,7 +1542,7 @@ - source + source @@ -1614,7 +1614,7 @@ - source + source @@ -1654,7 +1654,7 @@ - source + source @@ -1726,7 +1726,7 @@ - source + source @@ -1782,7 +1782,7 @@ - source + source @@ -1838,7 +1838,7 @@ - source + source @@ -1894,7 +1894,7 @@ - source + source @@ -1959,7 +1959,7 @@ - source + source diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index 976ed1e0..050f1cc5 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.1.10 API Document + ClearButton | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 59cef4bc..86939116 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.1.10 API Document + Dropdown | tablefilter v0.1.11 API Document @@ -68,13 +68,13 @@
-
import {Dropdown} from 'tablefilter/src/modules/dropdown.js'
+
import {Dropdown} from 'tablefilter/src/modules/dropdown.js'
public class - | source + | source
@@ -627,7 +627,7 @@ - source + source @@ -688,7 +688,7 @@ - source + source @@ -728,7 +728,7 @@ - source + source @@ -768,7 +768,7 @@ - source + source @@ -808,7 +808,7 @@ - source + source @@ -848,7 +848,7 @@ - source + source @@ -888,7 +888,7 @@ - source + source @@ -928,7 +928,7 @@ - source + source @@ -968,7 +968,7 @@ - source + source @@ -1008,7 +1008,7 @@ - source + source @@ -1048,7 +1048,7 @@ - source + source @@ -1091,7 +1091,7 @@ - source + source @@ -1159,7 +1159,7 @@ - source + source @@ -1238,7 +1238,7 @@ - source + source @@ -1317,7 +1317,7 @@ - source + source @@ -1357,7 +1357,7 @@ - source + source @@ -1429,7 +1429,7 @@ - source + source @@ -1469,7 +1469,7 @@ - source + source @@ -1525,7 +1525,7 @@ - source + source diff --git a/docs/class/src/modules/feature.js~Feature.html b/docs/class/src/modules/feature.js~Feature.html index cba5d239..3d68bf99 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.1.10 API Document + Feature | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 33224a25..0873492b 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.1.10 API Document + GridLayout | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index f77bc305..f2b4ad7d 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.1.10 API Document + Help | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index 82b59e51..1165d0a6 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.1.10 API Document + HighlightKeyword | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index 17e506aa..54028c41 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.1.10 API Document + Loader | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index 68410176..a5eacfa2 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.1.10 API Document + NoResults | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index b23e8c4f..eab02472 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.1.10 API Document + Paging | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index 2854289a..956225f3 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.1.10 API Document + PopupFilter | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index 6eface77..32585c60 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.1.10 API Document + RowsCounter | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index e4141388..03c1c54c 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.1.10 API Document + StatusBar | tablefilter v0.1.11 API Document diff --git a/docs/class/src/modules/store.js~Store.html b/docs/class/src/modules/store.js~Store.html index b6f68ba3..0f2df7da 100644 --- a/docs/class/src/modules/store.js~Store.html +++ b/docs/class/src/modules/store.js~Store.html @@ -3,7 +3,7 @@ - Store | tablefilter v0.1.10 API Document + Store | tablefilter v0.1.11 API Document diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index 55fe614d..8bcfd6ff 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.1.10 API Document + TableFilter | tablefilter v0.1.11 API Document diff --git a/docs/dump.json b/docs/dump.json index dd981ea2..e6337f73 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -3907,7 +3907,27 @@ "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\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 = evt.target;\n let tf = this.tf;\n tf.activeFilterId = elm.getAttribute('id');\n tf.activeFlt = Dom.id(tf.activeFilterId);\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 * @param {Boolean} isExternal Render in external container\n * @param {String} extFltId External container id\n */\n build(colIndex, isExternal=false, extFltId=null){\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 divFltId = this.prfxCheckListDiv+colIndex+'_'+tf.id;\n if((!Dom.id(divFltId) && !isExternal) ||\n (!Dom.id(extFltId) && isExternal)){\n return;\n }\n\n let flt = !isExternal ? this.checkListDiv[colIndex] : Dom.id(extFltId);\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 activeFlt;\n if(tf.linkedFilters && tf.activeFilterId){\n activeFlt = tf.activeFilterId.split('_')[0];\n activeFlt = activeFlt.split(tf.prfxFlt)[1];\n }\n\n let filteredDataCol = [];\n if(tf.linkedFilters && tf.disableExcludedOptions){\n this.excludedOpts = [];\n }\n\n for(let k=tf.refRow; k 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 let tf = this.tf;\n let chkValue = o.value; //checked item value\n let chkIndex = parseInt(o.id.split('_')[2], 10);\n let filterTag = 'ul', itemTag = 'li';\n let n = o;\n\n //ul tag search\n while(Str.lower(n.nodeName)!==filterTag){\n n = n.parentNode;\n }\n\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 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';\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 = evt.target;\n let tf = this.tf;\n tf.activeFilterId = elm.getAttribute('id');\n tf.activeFlt = Dom.id(tf.activeFilterId);\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 * @param {Boolean} isExternal Render in external container\n * @param {String} extFltId External container id\n */\n build(colIndex, isExternal=false, extFltId=null){\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 divFltId = this.prfxCheckListDiv+colIndex+'_'+tf.id;\n if((!Dom.id(divFltId) && !isExternal) ||\n (!Dom.id(extFltId) && isExternal)){\n return;\n }\n\n let flt = !isExternal ? this.checkListDiv[colIndex] : Dom.id(extFltId);\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 activeFlt;\n if(tf.linkedFilters && tf.activeFilterId){\n activeFlt = tf.activeFilterId.split('_')[0];\n activeFlt = activeFlt.split(tf.prfxFlt)[1];\n }\n\n let filteredDataCol = [];\n if(tf.linkedFilters && tf.disableExcludedOptions){\n this.excludedOpts = [];\n }\n\n for(let k=tf.refRow; k 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 let tf = this.tf;\n let chkValue = o.value; //checked item value\n let chkIndex = parseInt(o.id.split('_')[2], 10);\n let filterTag = 'ul', itemTag = 'li';\n let n = o;\n\n //ul tag search\n while(Str.lower(n.nodeName)!==filterTag){\n n = n.parentNode;\n }\n\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 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" + }, + { + "kind": "variable", + "static": true, + "variation": null, + "name": "SORT_ERROR", + "memberof": "src/modules/checkList.js", + "longname": "src/modules/checkList.js~SORT_ERROR", + "access": null, + "export": false, + "importPath": "tablefilter/src/modules/checkList.js", + "importStyle": null, + "description": null, + "lineNumber": 8, + "undocument": true, + "type": { + "types": [ + "*" + ] + } }, { "kind": "class", @@ -3921,7 +3941,7 @@ "importPath": "tablefilter/src/modules/checkList.js", "importStyle": "{CheckList}", "description": null, - "lineNumber": 8, + "lineNumber": 11, "undocument": true, "interface": false, "extends": [ @@ -3937,7 +3957,7 @@ "longname": "src/modules/checkList.js~CheckList#constructor", "access": null, "description": "Checklist UI component", - "lineNumber": 14, + "lineNumber": 17, "params": [ { "nullable": null, @@ -3961,7 +3981,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListDiv", "access": null, "description": null, - "lineNumber": 20, + "lineNumber": 23, "undocument": true, "type": { "types": [ @@ -3978,7 +3998,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListDivCssClass", "access": null, "description": null, - "lineNumber": 22, + "lineNumber": 25, "undocument": true, "type": { "types": [ @@ -3995,7 +4015,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListCssClass", "access": null, "description": null, - "lineNumber": 25, + "lineNumber": 28, "undocument": true, "type": { "types": [ @@ -4012,7 +4032,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListItemCssClass", "access": null, "description": null, - "lineNumber": 27, + "lineNumber": 30, "undocument": true, "type": { "types": [ @@ -4029,7 +4049,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListSlcItemCssClass", "access": null, "description": null, - "lineNumber": 30, + "lineNumber": 33, "undocument": true, "type": { "types": [ @@ -4046,7 +4066,7 @@ "longname": "src/modules/checkList.js~CheckList#activateCheckListTxt", "access": null, "description": null, - "lineNumber": 33, + "lineNumber": 36, "undocument": true, "type": { "types": [ @@ -4063,7 +4083,7 @@ "longname": "src/modules/checkList.js~CheckList#checkListItemDisabledCssClass", "access": null, "description": null, - "lineNumber": 36, + "lineNumber": 39, "undocument": true, "type": { "types": [ @@ -4080,7 +4100,7 @@ "longname": "src/modules/checkList.js~CheckList#enableCheckListResetFilter", "access": null, "description": null, - "lineNumber": 39, + "lineNumber": 42, "undocument": true, "type": { "types": [ @@ -4097,7 +4117,7 @@ "longname": "src/modules/checkList.js~CheckList#prfxCheckListDiv", "access": null, "description": null, - "lineNumber": 42, + "lineNumber": 45, "undocument": true, "type": { "types": [ @@ -4114,7 +4134,7 @@ "longname": "src/modules/checkList.js~CheckList#isCustom", "access": null, "description": null, - "lineNumber": 44, + "lineNumber": 47, "undocument": true, "type": { "types": [ @@ -4131,7 +4151,7 @@ "longname": "src/modules/checkList.js~CheckList#opts", "access": null, "description": null, - "lineNumber": 45, + "lineNumber": 48, "undocument": true, "type": { "types": [ @@ -4148,7 +4168,7 @@ "longname": "src/modules/checkList.js~CheckList#optsTxt", "access": null, "description": null, - "lineNumber": 46, + "lineNumber": 49, "undocument": true, "type": { "types": [ @@ -4165,7 +4185,7 @@ "longname": "src/modules/checkList.js~CheckList#excludedOpts", "access": null, "description": null, - "lineNumber": 47, + "lineNumber": 50, "undocument": true, "type": { "types": [ @@ -4182,7 +4202,7 @@ "longname": "src/modules/checkList.js~CheckList#onChange", "access": null, "description": null, - "lineNumber": 50, + "lineNumber": 53, "undocument": true, "params": [ { @@ -4203,7 +4223,7 @@ "longname": "src/modules/checkList.js~CheckList#optionClick", "access": null, "description": null, - "lineNumber": 58, + "lineNumber": 61, "undocument": true, "params": [ { @@ -4224,7 +4244,7 @@ "longname": "src/modules/checkList.js~CheckList#onCheckListClick", "access": null, "description": null, - "lineNumber": 63, + "lineNumber": 66, "undocument": true, "params": [ { @@ -4245,7 +4265,7 @@ "longname": "src/modules/checkList.js~CheckList#init", "access": null, "description": "Initialize checklist filter", - "lineNumber": 79, + "lineNumber": 82, "params": [ { "nullable": null, @@ -4289,7 +4309,7 @@ "longname": "src/modules/checkList.js~CheckList#initialized", "access": null, "description": null, - "lineNumber": 117, + "lineNumber": 120, "undocument": true, "type": { "types": [ @@ -4306,7 +4326,7 @@ "longname": "src/modules/checkList.js~CheckList#build", "access": null, "description": "Build checklist UI", - "lineNumber": 126, + "lineNumber": 129, "params": [ { "nullable": null, @@ -4350,7 +4370,7 @@ "longname": "src/modules/checkList.js~CheckList#opts", "access": null, "description": null, - "lineNumber": 132, + "lineNumber": 135, "undocument": true, "type": { "types": [ @@ -4367,7 +4387,7 @@ "longname": "src/modules/checkList.js~CheckList#optsTxt", "access": null, "description": null, - "lineNumber": 133, + "lineNumber": 136, "undocument": true, "type": { "types": [ @@ -4384,7 +4404,7 @@ "longname": "src/modules/checkList.js~CheckList#isCustom", "access": null, "description": null, - "lineNumber": 148, + "lineNumber": 151, "undocument": true, "type": { "types": [ @@ -4401,7 +4421,7 @@ "longname": "src/modules/checkList.js~CheckList#excludedOpts", "access": null, "description": null, - "lineNumber": 158, + "lineNumber": 161, "undocument": true, "type": { "types": [ @@ -4418,7 +4438,7 @@ "longname": "src/modules/checkList.js~CheckList#opts", "access": null, "description": null, - "lineNumber": 211, + "lineNumber": 214, "undocument": true, "type": { "types": [ @@ -4435,7 +4455,7 @@ "longname": "src/modules/checkList.js~CheckList#optsTxt", "access": null, "description": null, - "lineNumber": 212, + "lineNumber": 215, "undocument": true, "type": { "types": [ @@ -4452,7 +4472,7 @@ "longname": "src/modules/checkList.js~CheckList#addChecks", "access": null, "description": "Add checklist options", - "lineNumber": 284, + "lineNumber": 278, "params": [ { "nullable": null, @@ -4486,7 +4506,7 @@ "longname": "src/modules/checkList.js~CheckList#addTChecks", "access": null, "description": "Add checklist header option", - "lineNumber": 317, + "lineNumber": 311, "params": [ { "nullable": null, @@ -4525,7 +4545,7 @@ "longname": "src/modules/checkList.js~CheckList#setCheckListValues", "access": null, "description": "Store checked options in DOM element attribute", - "lineNumber": 358, + "lineNumber": 352, "params": [ { "nullable": null, @@ -4549,7 +4569,7 @@ "longname": "src/modules/checkList.js~CheckList#selectOptions", "access": null, "description": "Select filter options programmatically", - "lineNumber": 441, + "lineNumber": 435, "params": [ { "nullable": null, @@ -4583,7 +4603,7 @@ "longname": "src/modules/checkList.js~CheckList#destroy", "access": null, "description": null, - "lineNumber": 470, + "lineNumber": 464, "undocument": true, "params": [], "generator": false @@ -4863,7 +4883,27 @@ "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\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 //sets select filling method: 'innerHTML' or 'createElement'\n this.slcFillingMethod = f.slc_filling_method || 'createElement';\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 tf.activeFilterId = elm.getAttribute('id');\n tf.activeFlt = Dom.id(tf.activeFilterId);\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, this);\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 * @param {Boolean} isExternal Render in external container\n * @param {String} extSlcId External container id\n */\n build(colIndex, isLinked=false, isExternal=false, extSlcId=null){\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 if((!Dom.id(slcId) && !isExternal) ||\n (!Dom.id(extSlcId) && isExternal)){\n return;\n }\n let slc = !isExternal ? Dom.id(slcId) : Dom.id(extSlcId),\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 activeFlt;\n if(isLinked && tf.activeFilterId){\n activeFlt = tf.activeFilterId.split('_')[0];\n activeFlt = activeFlt.split(tf.prfxFlt)[1];\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' +\n lbl+'';\n } else {\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 }\n }// for y\n\n if(fillMethod === 'innerhtml'){\n slc.innerHTML += this.slcInnerHtml;\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 fillMethod = Str.lower(this.slcFillingMethod);\n\n if(fillMethod === 'innerhtml'){\n this.slcInnerHtml += '';\n }\n else {\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 }\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 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';\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 //sets select filling method: 'innerHTML' or 'createElement'\n this.slcFillingMethod = f.slc_filling_method || 'createElement';\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 tf.activeFilterId = elm.getAttribute('id');\n tf.activeFlt = Dom.id(tf.activeFilterId);\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, this);\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 * @param {Boolean} isExternal Render in external container\n * @param {String} extSlcId External container id\n */\n build(colIndex, isLinked=false, isExternal=false, extSlcId=null){\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 if((!Dom.id(slcId) && !isExternal) ||\n (!Dom.id(extSlcId) && isExternal)){\n return;\n }\n let slc = !isExternal ? Dom.id(slcId) : Dom.id(extSlcId),\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 activeFlt;\n if(isLinked && tf.activeFilterId){\n activeFlt = tf.activeFilterId.split('_')[0];\n activeFlt = activeFlt.split(tf.prfxFlt)[1];\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' +\n lbl+'';\n } else {\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 }\n }// for y\n\n if(fillMethod === 'innerhtml'){\n slc.innerHTML += this.slcInnerHtml;\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 fillMethod = Str.lower(this.slcFillingMethod);\n\n if(fillMethod === 'innerhtml'){\n this.slcInnerHtml += '';\n }\n else {\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 }\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 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" + }, + { + "kind": "variable", + "static": true, + "variation": null, + "name": "SORT_ERROR", + "memberof": "src/modules/dropdown.js", + "longname": "src/modules/dropdown.js~SORT_ERROR", + "access": null, + "export": false, + "importPath": "tablefilter/src/modules/dropdown.js", + "importStyle": null, + "description": null, + "lineNumber": 8, + "undocument": true, + "type": { + "types": [ + "*" + ] + } }, { "kind": "class", @@ -4877,7 +4917,7 @@ "importPath": "tablefilter/src/modules/dropdown.js", "importStyle": "{Dropdown}", "description": null, - "lineNumber": 8, + "lineNumber": 11, "undocument": true, "interface": false, "extends": [ @@ -4893,7 +4933,7 @@ "longname": "src/modules/dropdown.js~Dropdown#constructor", "access": null, "description": "Dropdown UI component", - "lineNumber": 14, + "lineNumber": 17, "params": [ { "nullable": null, @@ -4917,7 +4957,7 @@ "longname": "src/modules/dropdown.js~Dropdown#enableSlcResetFilter", "access": null, "description": null, - "lineNumber": 20, + "lineNumber": 23, "undocument": true, "type": { "types": [ @@ -4934,7 +4974,7 @@ "longname": "src/modules/dropdown.js~Dropdown#nonEmptyText", "access": null, "description": null, - "lineNumber": 23, + "lineNumber": 26, "undocument": true, "type": { "types": [ @@ -4951,7 +4991,7 @@ "longname": "src/modules/dropdown.js~Dropdown#slcFillingMethod", "access": null, "description": null, - "lineNumber": 25, + "lineNumber": 28, "undocument": true, "type": { "types": [ @@ -4968,7 +5008,7 @@ "longname": "src/modules/dropdown.js~Dropdown#activateSlcTooltip", "access": null, "description": null, - "lineNumber": 27, + "lineNumber": 30, "undocument": true, "type": { "types": [ @@ -4985,7 +5025,7 @@ "longname": "src/modules/dropdown.js~Dropdown#multipleSlcTooltip", "access": null, "description": null, - "lineNumber": 30, + "lineNumber": 33, "undocument": true, "type": { "types": [ @@ -5002,7 +5042,7 @@ "longname": "src/modules/dropdown.js~Dropdown#isCustom", "access": null, "description": null, - "lineNumber": 33, + "lineNumber": 36, "undocument": true, "type": { "types": [ @@ -5019,7 +5059,7 @@ "longname": "src/modules/dropdown.js~Dropdown#opts", "access": null, "description": null, - "lineNumber": 34, + "lineNumber": 37, "undocument": true, "type": { "types": [ @@ -5036,7 +5076,7 @@ "longname": "src/modules/dropdown.js~Dropdown#optsTxt", "access": null, "description": null, - "lineNumber": 35, + "lineNumber": 38, "undocument": true, "type": { "types": [ @@ -5053,7 +5093,7 @@ "longname": "src/modules/dropdown.js~Dropdown#slcInnerHtml", "access": null, "description": null, - "lineNumber": 36, + "lineNumber": 39, "undocument": true, "type": { "types": [ @@ -5070,7 +5110,7 @@ "longname": "src/modules/dropdown.js~Dropdown#onSlcFocus", "access": null, "description": null, - "lineNumber": 39, + "lineNumber": 42, "undocument": true, "params": [ { @@ -5091,7 +5131,7 @@ "longname": "src/modules/dropdown.js~Dropdown#onSlcChange", "access": null, "description": null, - "lineNumber": 52, + "lineNumber": 55, "undocument": true, "params": [], "generator": false @@ -5105,7 +5145,7 @@ "longname": "src/modules/dropdown.js~Dropdown#init", "access": null, "description": "Initialize drop-down filter", - "lineNumber": 64, + "lineNumber": 67, "params": [ { "nullable": null, @@ -5149,7 +5189,7 @@ "longname": "src/modules/dropdown.js~Dropdown#initialized", "access": null, "description": null, - "lineNumber": 113, + "lineNumber": 116, "undocument": true, "type": { "types": [ @@ -5166,7 +5206,7 @@ "longname": "src/modules/dropdown.js~Dropdown#build", "access": null, "description": "Build drop-down filter UI", - "lineNumber": 123, + "lineNumber": 126, "params": [ { "nullable": null, @@ -5220,7 +5260,7 @@ "longname": "src/modules/dropdown.js~Dropdown#opts", "access": null, "description": null, - "lineNumber": 129, + "lineNumber": 132, "undocument": true, "type": { "types": [ @@ -5237,7 +5277,7 @@ "longname": "src/modules/dropdown.js~Dropdown#optsTxt", "access": null, "description": null, - "lineNumber": 130, + "lineNumber": 133, "undocument": true, "type": { "types": [ @@ -5254,7 +5294,7 @@ "longname": "src/modules/dropdown.js~Dropdown#slcInnerHtml", "access": null, "description": null, - "lineNumber": 131, + "lineNumber": 134, "undocument": true, "type": { "types": [ @@ -5271,7 +5311,7 @@ "longname": "src/modules/dropdown.js~Dropdown#isCustom", "access": null, "description": null, - "lineNumber": 143, + "lineNumber": 146, "undocument": true, "type": { "types": [ @@ -5288,7 +5328,7 @@ "longname": "src/modules/dropdown.js~Dropdown#opts", "access": null, "description": null, - "lineNumber": 215, + "lineNumber": 218, "undocument": true, "type": { "types": [ @@ -5305,7 +5345,7 @@ "longname": "src/modules/dropdown.js~Dropdown#optsTxt", "access": null, "description": null, - "lineNumber": 216, + "lineNumber": 219, "undocument": true, "type": { "types": [ @@ -5322,7 +5362,7 @@ "longname": "src/modules/dropdown.js~Dropdown#addOptions", "access": null, "description": "Add drop-down options", - "lineNumber": 285, + "lineNumber": 278, "params": [ { "nullable": null, @@ -5376,7 +5416,7 @@ "longname": "src/modules/dropdown.js~Dropdown#slcInnerHtml", "access": null, "description": null, - "lineNumber": 314, + "lineNumber": 307, "undocument": true, "type": { "types": [ @@ -5393,7 +5433,7 @@ "longname": "src/modules/dropdown.js~Dropdown#addFirstOption", "access": null, "description": "Add drop-down header option", - "lineNumber": 343, + "lineNumber": 336, "params": [ { "nullable": null, @@ -5422,7 +5462,7 @@ "longname": "src/modules/dropdown.js~Dropdown#slcInnerHtml", "access": null, "description": null, - "lineNumber": 348, + "lineNumber": 341, "undocument": true, "type": { "types": [ @@ -5439,7 +5479,7 @@ "longname": "src/modules/dropdown.js~Dropdown#selectOptions", "access": null, "description": "Select filter options programmatically", - "lineNumber": 375, + "lineNumber": 368, "params": [ { "nullable": null, @@ -5473,7 +5513,7 @@ "longname": "src/modules/dropdown.js~Dropdown#destroy", "access": null, "description": null, - "lineNumber": 396, + "lineNumber": 389, "undocument": true, "params": [], "generator": false @@ -11203,7 +11243,7 @@ "access": null, "description": null, "lineNumber": 1, - "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};\n" + "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" }, { "kind": "file", @@ -11227,7 +11267,7 @@ "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';\nimport {Emitter} from './emitter';\n\n// Features\nimport {Store} from './modules/store';\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';\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' || 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 //stores active filter element\n this.activeFlt = null;\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) : 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 : null;\n //enables/disables descending numeric options sorting\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : null;\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 //enables/disables auto filtering, table is filtered when user stops\n //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 /*** data types ***/\n //defines default date type (european DMY)\n this.defaultDateType = f.default_date_type || 'DMY';\n //defines default thousands separator\n //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\n /*** cookies ***/\n //remembers filters values on page load\n this.rememberGridValues = Boolean(f.remember_grid_values);\n //cookie storing filter values\n this.fltsValuesCookie = this.prfxCookieFltsValues + this.id;\n //remembers page nb on page load\n this.rememberPageNb = this.paging && f.remember_page_number;\n //cookie storing page nb\n this.pgNbCookie = this.prfxCookiePageNb + this.id;\n //remembers page length on page load\n this.rememberPageLen = this.paging && f.remember_page_length;\n //cookie storing page length\n this.pgLenCookie = this.prfxCookiePageLen + this.id;\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 // Features registry\n this.Mod = {};\n\n // Extensions registry\n this.ExtRegistry = {};\n\n /*** TF events ***/\n this.Evt = {\n // Detect key\n detectKey(e) {\n if(!this.enterKey){ return; }\n if(e){\n let key = Event.keyCode(e);\n if(key===13){\n this.filter();\n Event.cancel(e);\n Event.stop(e);\n } else {\n this.isUserTyping = true;\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n },\n // if auto-filter on, detect user is typing and filter columns\n onKeyUp(e) {\n if(!this.autoFilter){\n return;\n }\n let key = Event.keyCode(e);\n this.isUserTyping = false;\n\n function filter() {\n /*jshint validthis:true */\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!==13 && key!==9 && key!==27 && key!==38 && key!==40) {\n if(this.autoFilterTimer === null){\n this.autoFilterTimer = global.setInterval(\n filter.bind(this), this.autoFilterDelay);\n }\n } else {\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n },\n // if auto-filter on, detect user is typing\n onKeyDown() {\n if(!this.autoFilter) { return; }\n this.isUserTyping = true;\n },\n // if auto-filter on, clear interval on filter blur\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 // set focused text-box filter as active\n onInpFocus(e) {\n let elm = Event.target(e);\n this.activeFilterId = elm.getAttribute('id');\n this.activeFlt = Dom.id(this.activeFilterId);\n this.emitter.emit('filter-focus', this);\n }\n };\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 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){ this.loadThemes(); }\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.rememberGridValues || this.rememberPageNb ||\n this.rememberPageLen){\n if(!Mod.store){\n Mod.store = new Store(this);\n }\n Mod.store.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 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 if(this.rememberGridValues || this.rememberPageLen ||\n this.rememberPageNb){\n this.resetValues();\n }\n\n //TF css class is added to table\n if(!this.gridLayout){\n Dom.addClass(this.tbl, this.prfxTf);\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 * 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 if(this.headersRow > 1 && this.filtersRowIndex <= this.headersRow){\n this.headersRow++;\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', this.Evt.onInpFocus.bind(this));\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', this.Evt.detectKey.bind(this));\n Event.add(inp, 'keydown', this.Evt.onKeyDown.bind(this));\n Event.add(inp, 'keyup', this.Evt.onKeyUp.bind(this));\n Event.add(inp, 'blur', this.Evt.onInpBlur.bind(this));\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 {\n let inst = new mod.default(this, ext);\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';\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\n Dom.removeClass(this.tbl, this.prfxTf);\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.activeFlt = null;\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 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 {\n if(val !== ' '){\n this.setFilterValue(idx, val);\n }\n });\n this.filter();\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 var numCellData, nbFormat;\n var 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 /*jshint validthis:true */\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(\n 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(\n searchArg, cellData.length-1) > -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(e) { occurence = false; }\n } else {\n occurence = Str.contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n\n }//else\n return occurence;\n }//fn\n\n for(let k=this.refRow; k 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 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 0 ? fltValues : '';\n }\n //checklist\n else if(fltColType === this.fltTypeCheckList){\n // TODO: extract a method in checklist module from below\n if(flt.getAttribute('value') !== null){\n fltValues = flt.getAttribute('value');\n //removes last operator ||\n fltValues = fltValues.substr(0, fltValues.length-3);\n //convert || separated values into array\n fltValues = fltValues.split(' ' + this.orOperator + ' ');\n }\n //return empty string if collection is empty\n fltValue = fltValues.length > 0 ? fltValues : '';\n }\n //return an empty string if collection contains a single empty string\n if(Types.isArray(fltValue) && fltValue.length === 1 &&\n fltValue[0] === ''){\n fltValue = '';\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