From 626c295ecdedb5583816dcd5a2b08acf09302497 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sun, 6 Mar 2016 10:39:04 +0000 Subject: [PATCH] publish Docs to gh-pages (auto) branch: master SHA: fd5ae2e284bc1b52bda63f504e56867466e212c0 range SHA: a066aa977ebf...fd5ae2e284bc build id: 114025598 build number: 197 --- docs/ast/source/modules/gridLayout.js.json | 14564 ++++++++-------- 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 | 2 +- .../modules/clearButton.js~ClearButton.html | 2 +- .../src/modules/dropdown.js~Dropdown.html | 2 +- .../class/src/modules/feature.js~Feature.html | 2 +- .../src/modules/gridLayout.js~GridLayout.html | 101 +- 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/coverage.json | 37 +- docs/dump.json | 1426 +- 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 | 2 +- docs/file/src/modules/clearButton.js.html | 2 +- docs/file/src/modules/dropdown.js.html | 2 +- docs/file/src/modules/feature.js.html | 2 +- docs/file/src/modules/gridLayout.js.html | 19 +- 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 | 2 +- docs/file/src/string.js.html | 2 +- docs/file/src/tablefilter.js.html | 2 +- docs/file/src/types.js.html | 2 +- docs/identifiers.html | 2 +- docs/index.html | 2 +- docs/package.json | 2 +- docs/script/search_index.js | 6 + docs/source.html | 78 +- 63 files changed, 8502 insertions(+), 7841 deletions(-) diff --git a/docs/ast/source/modules/gridLayout.js.json b/docs/ast/source/modules/gridLayout.js.json index 4bd724b5..45411a16 100644 --- a/docs/ast/source/modules/gridLayout.js.json +++ b/docs/ast/source/modules/gridLayout.js.json @@ -2748,14 +2748,54 @@ } } } - ], - "trailingComments": [ - { - "type": "Line", - "value": "default col width", + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1517, + 1521 + ], + "loc": { + "start": { + "line": 38, + "column": 8 + }, + "end": { + "line": 38, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "noHeaders", + "range": [ + 1522, + 1531 + ], + "loc": { + "start": { + "line": 38, + "column": 13 + }, + "end": { + "line": 38, + "column": 22 + } + } + }, "range": [ 1517, - 1536 + 1531 ], "loc": { "start": { @@ -2764,6 +2804,145 @@ }, "end": { "line": 38, + "column": 22 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 1534, + 1541 + ], + "loc": { + "start": { + "line": 38, + "column": 25 + }, + "end": { + "line": 38, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 1542, + 1543 + ], + "loc": { + "start": { + "line": 38, + "column": 33 + }, + "end": { + "line": 38, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "grid_no_headers", + "range": [ + 1544, + 1559 + ], + "loc": { + "start": { + "line": 38, + "column": 35 + }, + "end": { + "line": 38, + "column": 50 + } + } + }, + "range": [ + 1542, + 1559 + ], + "loc": { + "start": { + "line": 38, + "column": 33 + }, + "end": { + "line": 38, + "column": 50 + } + } + } + ], + "range": [ + 1534, + 1560 + ], + "loc": { + "start": { + "line": 38, + "column": 25 + }, + "end": { + "line": 38, + "column": 51 + } + } + }, + "range": [ + 1517, + 1560 + ], + "loc": { + "start": { + "line": 38, + "column": 8 + }, + "end": { + "line": 38, + "column": 51 + } + } + }, + "range": [ + 1517, + 1561 + ], + "loc": { + "start": { + "line": 38, + "column": 8 + }, + "end": { + "line": 38, + "column": 52 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": "default col width", + "range": [ + 1570, + 1589 + ], + "loc": { + "start": { + "line": 39, + "column": 8 + }, + "end": { + "line": 39, "column": 27 } } @@ -2781,16 +2960,16 @@ "object": { "type": "ThisExpression", "range": [ - 1545, - 1549 + 1598, + 1602 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 12 } } @@ -2799,31 +2978,31 @@ "type": "Identifier", "name": "gridDefaultColWidth", "range": [ - 1550, - 1569 + 1603, + 1622 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 13 }, "end": { - "line": 39, + "line": 40, "column": 32 } } }, "range": [ - 1545, - 1569 + 1598, + 1622 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 32 } } @@ -2838,16 +3017,16 @@ "type": "Identifier", "name": "f", "range": [ - 1572, - 1573 + 1625, + 1626 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 35 }, "end": { - "line": 39, + "line": 40, "column": 36 } } @@ -2856,31 +3035,31 @@ "type": "Identifier", "name": "grid_default_col_width", "range": [ - 1574, - 1596 + 1627, + 1649 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 37 }, "end": { - "line": 39, + "line": 40, "column": 59 } } }, "range": [ - 1572, - 1596 + 1625, + 1649 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 35 }, "end": { - "line": 39, + "line": 40, "column": 59 } } @@ -2890,61 +3069,61 @@ "value": "100px", "raw": "'100px'", "range": [ - 1600, - 1607 + 1653, + 1660 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 63 }, "end": { - "line": 39, + "line": 40, "column": 70 } } }, "range": [ - 1572, - 1607 + 1625, + 1660 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 35 }, "end": { - "line": 39, + "line": 40, "column": 70 } } }, "range": [ - 1545, - 1607 + 1598, + 1660 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 70 } } }, "range": [ - 1545, - 1608 + 1598, + 1661 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 8 }, "end": { - "line": 39, + "line": 40, "column": 71 } }, @@ -2953,16 +3132,16 @@ "type": "Line", "value": "default col width", "range": [ - 1517, - 1536 + 1570, + 1589 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 27 } } @@ -2980,16 +3159,16 @@ "object": { "type": "ThisExpression", "range": [ - 1618, - 1622 + 1671, + 1675 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 12 } } @@ -2998,31 +3177,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 1623, - 1634 + 1676, + 1687 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 13 }, "end": { - "line": 41, + "line": 42, "column": 24 } } }, "range": [ - 1618, - 1634 + 1671, + 1687 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 24 } } @@ -3031,46 +3210,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1637, - 1639 + 1690, + 1692 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 27 }, "end": { - "line": 41, + "line": 42, "column": 29 } } }, "range": [ - 1618, - 1639 + 1671, + 1692 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 29 } } }, "range": [ - 1618, - 1640 + 1671, + 1693 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 30 } }, @@ -3079,16 +3258,16 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1650, - 1700 + 1703, + 1753 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 58 } } @@ -3106,16 +3285,16 @@ "object": { "type": "ThisExpression", "range": [ - 1709, - 1713 + 1762, + 1766 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 12 } } @@ -3124,31 +3303,31 @@ "type": "Identifier", "name": "prfxMainTblCont", "range": [ - 1714, - 1729 + 1767, + 1782 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 13 }, "end": { - "line": 44, + "line": 45, "column": 28 } } }, "range": [ - 1709, - 1729 + 1762, + 1782 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 28 } } @@ -3158,46 +3337,46 @@ "value": "gridCont_", "raw": "'gridCont_'", "range": [ - 1732, - 1743 + 1785, + 1796 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 31 }, "end": { - "line": 44, + "line": 45, "column": 42 } } }, "range": [ - 1709, - 1743 + 1762, + 1796 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 42 } } }, "range": [ - 1709, - 1744 + 1762, + 1797 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 43 } }, @@ -3206,16 +3385,16 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1650, - 1700 + 1703, + 1753 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 58 } } @@ -3226,16 +3405,16 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1753, - 1795 + 1806, + 1848 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 50 } } @@ -3253,16 +3432,16 @@ "object": { "type": "ThisExpression", "range": [ - 1804, - 1808 + 1857, + 1861 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 12 } } @@ -3271,31 +3450,31 @@ "type": "Identifier", "name": "prfxTblCont", "range": [ - 1809, - 1820 + 1862, + 1873 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 13 }, "end": { - "line": 46, + "line": 47, "column": 24 } } }, "range": [ - 1804, - 1820 + 1857, + 1873 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 24 } } @@ -3305,46 +3484,46 @@ "value": "tblCont_", "raw": "'tblCont_'", "range": [ - 1823, - 1833 + 1876, + 1886 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 27 }, "end": { - "line": 46, + "line": 47, "column": 37 } } }, "range": [ - 1804, - 1833 + 1857, + 1886 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 37 } } }, "range": [ - 1804, - 1834 + 1857, + 1887 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 38 } }, @@ -3353,16 +3532,16 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1753, - 1795 + 1806, + 1848 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 50 } } @@ -3373,16 +3552,16 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1843, - 1893 + 1896, + 1946 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 58 } } @@ -3400,16 +3579,16 @@ "object": { "type": "ThisExpression", "range": [ - 1902, - 1906 + 1955, + 1959 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 12 } } @@ -3418,31 +3597,31 @@ "type": "Identifier", "name": "prfxHeadTblCont", "range": [ - 1907, - 1922 + 1960, + 1975 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 13 }, "end": { - "line": 48, + "line": 49, "column": 28 } } }, "range": [ - 1902, - 1922 + 1955, + 1975 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 28 } } @@ -3452,46 +3631,46 @@ "value": "tblHeadCont_", "raw": "'tblHeadCont_'", "range": [ - 1925, - 1939 + 1978, + 1992 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 31 }, "end": { - "line": 48, + "line": 49, "column": 45 } } }, "range": [ - 1902, - 1939 + 1955, + 1992 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 45 } } }, "range": [ - 1902, - 1940 + 1955, + 1993 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 46 } }, @@ -3500,16 +3679,16 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1843, - 1893 + 1896, + 1946 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 58 } } @@ -3520,16 +3699,16 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 1949, - 1985 + 2002, + 2038 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 44 } } @@ -3547,16 +3726,16 @@ "object": { "type": "ThisExpression", "range": [ - 1994, - 1998 + 2047, + 2051 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 12 } } @@ -3565,31 +3744,31 @@ "type": "Identifier", "name": "prfxHeadTbl", "range": [ - 1999, - 2010 + 2052, + 2063 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 13 }, "end": { - "line": 50, + "line": 51, "column": 24 } } }, "range": [ - 1994, - 2010 + 2047, + 2063 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 24 } } @@ -3599,46 +3778,46 @@ "value": "tblHead_", "raw": "'tblHead_'", "range": [ - 2013, - 2023 + 2066, + 2076 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 27 }, "end": { - "line": 50, + "line": 51, "column": 37 } } }, "range": [ - 1994, - 2023 + 2047, + 2076 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 37 } } }, "range": [ - 1994, - 2024 + 2047, + 2077 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 38 } }, @@ -3647,16 +3826,16 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 1949, - 1985 + 2002, + 2038 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 44 } } @@ -3667,16 +3846,16 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2033, - 2085 + 2086, + 2138 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 60 } } @@ -3694,16 +3873,16 @@ "object": { "type": "ThisExpression", "range": [ - 2094, - 2098 + 2147, + 2151 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 12 } } @@ -3712,31 +3891,31 @@ "type": "Identifier", "name": "prfxGridFltTd", "range": [ - 2099, - 2112 + 2152, + 2165 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 13 }, "end": { - "line": 52, + "line": 53, "column": 26 } } }, "range": [ - 2094, - 2112 + 2147, + 2165 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 26 } } @@ -3746,46 +3925,46 @@ "value": "_td_", "raw": "'_td_'", "range": [ - 2115, - 2121 + 2168, + 2174 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 29 }, "end": { - "line": 52, + "line": 53, "column": 35 } } }, "range": [ - 2094, - 2121 + 2147, + 2174 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 35 } } }, "range": [ - 2094, - 2122 + 2147, + 2175 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 36 } }, @@ -3794,16 +3973,16 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2033, - 2085 + 2086, + 2138 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 60 } } @@ -3814,16 +3993,16 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2131, - 2186 + 2184, + 2239 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 63 } } @@ -3841,16 +4020,16 @@ "object": { "type": "ThisExpression", "range": [ - 2195, - 2199 + 2248, + 2252 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 12 } } @@ -3859,31 +4038,31 @@ "type": "Identifier", "name": "prfxGridTh", "range": [ - 2200, - 2210 + 2253, + 2263 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 13 }, "end": { - "line": 54, + "line": 55, "column": 23 } } }, "range": [ - 2195, - 2210 + 2248, + 2263 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 23 } } @@ -3893,46 +4072,46 @@ "value": "tblHeadTh_", "raw": "'tblHeadTh_'", "range": [ - 2213, - 2225 + 2266, + 2278 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 26 }, "end": { - "line": 54, + "line": 55, "column": 38 } } }, "range": [ - 2195, - 2225 + 2248, + 2278 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 38 } } }, "range": [ - 2195, - 2226 + 2248, + 2279 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 39 } }, @@ -3941,16 +4120,16 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2131, - 2186 + 2184, + 2239 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 63 } } @@ -3968,16 +4147,16 @@ "object": { "type": "ThisExpression", "range": [ - 2236, - 2240 + 2289, + 2293 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 12 } } @@ -3986,31 +4165,31 @@ "type": "Identifier", "name": "sourceTblHtml", "range": [ - 2241, - 2254 + 2294, + 2307 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 13 }, "end": { - "line": 56, + "line": 57, "column": 26 } } }, "range": [ - 2236, - 2254 + 2289, + 2307 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 26 } } @@ -4025,16 +4204,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2257, - 2259 + 2310, + 2312 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 29 }, "end": { - "line": 56, + "line": 57, "column": 31 } } @@ -4043,31 +4222,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2260, - 2263 + 2313, + 2316 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 32 }, "end": { - "line": 56, + "line": 57, "column": 35 } } }, "range": [ - 2257, - 2263 + 2310, + 2316 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 29 }, "end": { - "line": 56, + "line": 57, "column": 35 } } @@ -4076,61 +4255,61 @@ "type": "Identifier", "name": "outerHTML", "range": [ - 2264, - 2273 + 2317, + 2326 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 36 }, "end": { - "line": 56, + "line": 57, "column": 45 } } }, "range": [ - 2257, - 2273 + 2310, + 2326 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 29 }, "end": { - "line": 56, + "line": 57, "column": 45 } } }, "range": [ - 2236, - 2273 + 2289, + 2326 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 45 } } }, "range": [ - 2236, - 2274 + 2289, + 2327 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 56, + "line": 57, "column": 46 } }, @@ -4139,16 +4318,16 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2284, - 2311 + 2337, + 2364 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 35 } } @@ -4167,16 +4346,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2320, - 2322 + 2373, + 2375 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 10 } } @@ -4185,31 +4364,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 2323, - 2330 + 2376, + 2383 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 11 }, "end": { - "line": 59, + "line": 60, "column": 18 } } }, "range": [ - 2320, - 2330 + 2373, + 2383 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 18 } } @@ -4220,16 +4399,16 @@ "object": { "type": "ThisExpression", "range": [ - 2333, - 2337 + 2386, + 2390 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 21 }, "end": { - "line": 59, + "line": 60, "column": 25 } } @@ -4238,61 +4417,61 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 2338, - 2355 + 2391, + 2408 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 26 }, "end": { - "line": 59, + "line": 60, "column": 43 } } }, "range": [ - 2333, - 2355 + 2386, + 2408 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 21 }, "end": { - "line": 59, + "line": 60, "column": 43 } } }, "range": [ - 2320, - 2355 + 2373, + 2408 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 43 } } }, "range": [ - 2320, - 2356 + 2373, + 2409 ], "loc": { "start": { - "line": 59, + "line": 60, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 44 } }, @@ -4301,16 +4480,16 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2284, - 2311 + 2337, + 2364 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 35 } } @@ -4320,7 +4499,7 @@ ], "range": [ 320, - 2362 + 2415 ], "loc": { "start": { @@ -4328,7 +4507,7 @@ "column": 19 }, "end": { - "line": 60, + "line": 61, "column": 5 } } @@ -4337,7 +4516,7 @@ "expression": false, "range": [ 316, - 2362 + 2415 ], "loc": { "start": { @@ -4345,7 +4524,7 @@ "column": 15 }, "end": { - "line": 60, + "line": 61, "column": 5 } } @@ -4354,7 +4533,7 @@ "computed": false, "range": [ 305, - 2362 + 2415 ], "loc": { "start": { @@ -4362,7 +4541,7 @@ "column": 4 }, "end": { - "line": 60, + "line": 61, "column": 5 } }, @@ -4391,16 +4570,16 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2368, - 2422 + 2421, + 2475 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 4 }, "end": { - "line": 64, + "line": 65, "column": 7 } } @@ -4414,16 +4593,16 @@ "type": "Identifier", "name": "init", "range": [ - 2427, - 2431 + 2480, + 2484 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 4 }, "end": { - "line": 65, + "line": 66, "column": 8 } } @@ -4444,16 +4623,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2447, - 2449 + 2500, + 2502 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 12 }, "end": { - "line": 66, + "line": 67, "column": 14 } } @@ -4464,16 +4643,16 @@ "object": { "type": "ThisExpression", "range": [ - 2452, - 2456 + 2505, + 2509 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 17 }, "end": { - "line": 66, + "line": 67, "column": 21 } } @@ -4482,46 +4661,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2457, - 2459 + 2510, + 2512 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 22 }, "end": { - "line": 66, + "line": 67, "column": 24 } } }, "range": [ - 2452, - 2459 + 2505, + 2512 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 17 }, "end": { - "line": 66, + "line": 67, "column": 24 } } }, "range": [ - 2447, - 2459 + 2500, + 2512 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 12 }, "end": { - "line": 66, + "line": 67, "column": 24 } } @@ -4529,16 +4708,16 @@ ], "kind": "let", "range": [ - 2443, - 2460 + 2496, + 2513 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 25 } } @@ -4552,16 +4731,16 @@ "type": "Identifier", "name": "f", "range": [ - 2473, - 2474 + 2526, + 2527 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 13 } } @@ -4572,16 +4751,16 @@ "object": { "type": "ThisExpression", "range": [ - 2477, - 2481 + 2530, + 2534 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 16 }, "end": { - "line": 67, + "line": 68, "column": 20 } } @@ -4590,46 +4769,46 @@ "type": "Identifier", "name": "config", "range": [ - 2482, - 2488 + 2535, + 2541 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 21 }, "end": { - "line": 67, + "line": 68, "column": 27 } } }, "range": [ - 2477, - 2488 + 2530, + 2541 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 16 }, "end": { - "line": 67, + "line": 68, "column": 27 } } }, "range": [ - 2473, - 2488 + 2526, + 2541 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 12 }, "end": { - "line": 67, + "line": 68, "column": 27 } } @@ -4637,16 +4816,16 @@ ], "kind": "let", "range": [ - 2469, - 2489 + 2522, + 2542 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 28 } } @@ -4660,16 +4839,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 2502, - 2505 + 2555, + 2558 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 15 } } @@ -4681,16 +4860,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2508, - 2510 + 2561, + 2563 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 18 }, "end": { - "line": 68, + "line": 69, "column": 20 } } @@ -4699,46 +4878,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 2511, - 2514 + 2564, + 2567 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 21 }, "end": { - "line": 68, + "line": 69, "column": 24 } } }, "range": [ - 2508, - 2514 + 2561, + 2567 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 18 }, "end": { - "line": 68, + "line": 69, "column": 24 } } }, "range": [ - 2502, - 2514 + 2555, + 2567 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 24 } } @@ -4746,16 +4925,16 @@ ], "kind": "let", "range": [ - 2498, - 2515 + 2551, + 2568 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 25 } } @@ -4768,16 +4947,16 @@ "object": { "type": "ThisExpression", "range": [ - 2528, - 2532 + 2581, + 2585 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 11 }, "end": { - "line": 70, + "line": 71, "column": 15 } } @@ -4786,31 +4965,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 2533, - 2544 + 2586, + 2597 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 16 }, "end": { - "line": 70, + "line": 71, "column": 27 } } }, "range": [ - 2528, - 2544 + 2581, + 2597 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 11 }, "end": { - "line": 70, + "line": 71, "column": 27 } } @@ -4822,48 +5001,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2559, - 2566 + 2612, + 2619 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 19 } } } ], "range": [ - 2545, - 2576 + 2598, + 2629 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 28 }, "end": { - "line": 72, + "line": 73, "column": 9 } } }, "alternate": null, "range": [ - 2525, - 2576 + 2578, + 2629 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 9 } }, @@ -4872,16 +5051,16 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2586, - 2620 + 2639, + 2673 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 42 } } @@ -4900,16 +5079,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2629, - 2631 + 2682, + 2684 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 10 } } @@ -4918,31 +5097,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 2632, - 2638 + 2685, + 2691 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 11 }, "end": { - "line": 75, + "line": 76, "column": 17 } } }, "range": [ - 2629, - 2638 + 2682, + 2691 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 17 } } @@ -4958,16 +5137,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2641, - 2646 + 2694, + 2699 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 20 }, "end": { - "line": 75, + "line": 76, "column": 25 } } @@ -4976,31 +5155,31 @@ "type": "Identifier", "name": "isNull", "range": [ - 2647, - 2653 + 2700, + 2706 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 26 }, "end": { - "line": 75, + "line": 76, "column": 32 } } }, "range": [ - 2641, - 2653 + 2694, + 2706 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 20 }, "end": { - "line": 75, + "line": 76, "column": 32 } } @@ -5013,16 +5192,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2654, - 2656 + 2707, + 2709 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 33 }, "end": { - "line": 75, + "line": 76, "column": 35 } } @@ -5031,47 +5210,47 @@ "type": "Identifier", "name": "startRow", "range": [ - 2657, - 2665 + 2710, + 2718 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 36 }, "end": { - "line": 75, + "line": 76, "column": 44 } } }, "range": [ - 2654, - 2665 + 2707, + 2718 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 33 }, "end": { - "line": 75, + "line": 76, "column": 44 } } } ], "range": [ - 2641, - 2666 + 2694, + 2719 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 20 }, "end": { - "line": 75, + "line": 76, "column": 45 } } @@ -5081,16 +5260,16 @@ "value": 0, "raw": "0", "range": [ - 2669, - 2670 + 2722, + 2723 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 48 }, "end": { - "line": 75, + "line": 76, "column": 49 } } @@ -5102,16 +5281,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2673, - 2675 + 2726, + 2728 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 52 }, "end": { - "line": 75, + "line": 76, "column": 54 } } @@ -5120,76 +5299,76 @@ "type": "Identifier", "name": "startRow", "range": [ - 2676, - 2684 + 2729, + 2737 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 55 }, "end": { - "line": 75, + "line": 76, "column": 63 } } }, "range": [ - 2673, - 2684 + 2726, + 2737 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 52 }, "end": { - "line": 75, + "line": 76, "column": 63 } } }, "range": [ - 2641, - 2684 + 2694, + 2737 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 20 }, "end": { - "line": 75, + "line": 76, "column": 63 } } }, "range": [ - 2629, - 2684 + 2682, + 2737 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 63 } } }, "range": [ - 2629, - 2685 + 2682, + 2738 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 64 } }, @@ -5198,16 +5377,16 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2586, - 2620 + 2639, + 2673 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 42 } } @@ -5226,16 +5405,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2694, - 2696 + 2747, + 2749 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 10 } } @@ -5244,31 +5423,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 2697, - 2707 + 2750, + 2760 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 11 }, "end": { - "line": 76, + "line": 77, "column": 21 } } }, "range": [ - 2694, - 2707 + 2747, + 2760 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 21 } } @@ -5278,46 +5457,46 @@ "value": 0, "raw": "0", "range": [ - 2710, - 2711 + 2763, + 2764 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 24 }, "end": { - "line": 76, + "line": 77, "column": 25 } } }, "range": [ - 2694, - 2711 + 2747, + 2764 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 25 } } }, "range": [ - 2694, - 2712 + 2747, + 2765 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 26 } } @@ -5334,16 +5513,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2721, - 2723 + 2774, + 2776 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 10 } } @@ -5352,31 +5531,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 2724, - 2739 + 2777, + 2792 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 11 }, "end": { - "line": 77, + "line": 78, "column": 26 } } }, "range": [ - 2721, - 2739 + 2774, + 2792 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 26 } } @@ -5386,46 +5565,46 @@ "value": 1, "raw": "1", "range": [ - 2742, - 2743 + 2795, + 2796 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 29 }, "end": { - "line": 77, + "line": 78, "column": 30 } } }, "range": [ - 2721, - 2743 + 2774, + 2796 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 30 } } }, "range": [ - 2721, - 2744 + 2774, + 2797 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 31 } } @@ -5442,16 +5621,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2754, - 2756 + 2807, + 2809 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 10 } } @@ -5460,31 +5639,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 2757, - 2770 + 2810, + 2823 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 11 }, "end": { - "line": 79, + "line": 80, "column": 24 } } }, "range": [ - 2754, - 2770 + 2807, + 2823 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 24 } } @@ -5494,46 +5673,46 @@ "value": true, "raw": "true", "range": [ - 2773, - 2777 + 2826, + 2830 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 27 }, "end": { - "line": 79, + "line": 80, "column": 31 } } }, "range": [ - 2754, - 2777 + 2807, + 2830 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 31 } } }, "range": [ - 2754, - 2778 + 2807, + 2831 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 32 } }, @@ -5542,16 +5721,16 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2788, - 2838 + 2841, + 2891 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 58 } } @@ -5570,16 +5749,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2851, - 2853 + 2904, + 2906 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 12 }, "end": { - "line": 82, + "line": 83, "column": 14 } } @@ -5588,47 +5767,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 2854, - 2866 + 2907, + 2919 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 15 }, "end": { - "line": 82, + "line": 83, "column": 27 } } }, "range": [ - 2851, - 2866 + 2904, + 2919 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 12 }, "end": { - "line": 82, + "line": 83, "column": 27 } } }, "prefix": true, "range": [ - 2850, - 2866 + 2903, + 2919 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 11 }, "end": { - "line": 82, + "line": 83, "column": 27 } } @@ -5648,16 +5827,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2881, - 2883 + 2934, + 2936 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 14 } } @@ -5666,31 +5845,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 2884, - 2893 + 2937, + 2946 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 15 }, "end": { - "line": 83, + "line": 84, "column": 24 } } }, "range": [ - 2881, - 2893 + 2934, + 2946 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 24 } } @@ -5699,46 +5878,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 2896, - 2898 + 2949, + 2951 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 27 }, "end": { - "line": 83, + "line": 84, "column": 29 } } }, "range": [ - 2881, - 2898 + 2934, + 2951 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 29 } } }, "range": [ - 2881, - 2899 + 2934, + 2952 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 30 } } @@ -5754,16 +5933,16 @@ "type": "Identifier", "name": "k", "range": [ - 2920, - 2921 + 2973, + 2974 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 20 }, "end": { - "line": 84, + "line": 85, "column": 21 } } @@ -5773,31 +5952,31 @@ "value": 0, "raw": "0", "range": [ - 2922, - 2923 + 2975, + 2976 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 22 }, "end": { - "line": 84, + "line": 85, "column": 23 } } }, "range": [ - 2920, - 2923 + 2973, + 2976 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 20 }, "end": { - "line": 84, + "line": 85, "column": 23 } } @@ -5805,16 +5984,16 @@ ], "kind": "let", "range": [ - 2916, - 2923 + 2969, + 2976 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 16 }, "end": { - "line": 84, + "line": 85, "column": 23 } } @@ -5826,16 +6005,16 @@ "type": "Identifier", "name": "k", "range": [ - 2925, - 2926 + 2978, + 2979 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 25 }, "end": { - "line": 84, + "line": 85, "column": 26 } } @@ -5847,16 +6026,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2927, - 2929 + 2980, + 2982 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 27 }, "end": { - "line": 84, + "line": 85, "column": 29 } } @@ -5865,46 +6044,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 2930, - 2937 + 2983, + 2990 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 30 }, "end": { - "line": 84, + "line": 85, "column": 37 } } }, "range": [ - 2927, - 2937 + 2980, + 2990 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 27 }, "end": { - "line": 84, + "line": 85, "column": 37 } } }, "range": [ - 2925, - 2937 + 2978, + 2990 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 25 }, "end": { - "line": 84, + "line": 85, "column": 37 } } @@ -5916,32 +6095,32 @@ "type": "Identifier", "name": "k", "range": [ - 2939, - 2940 + 2992, + 2993 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 39 }, "end": { - "line": 84, + "line": 85, "column": 40 } } }, "prefix": false, "range": [ - 2939, - 2942 + 2992, + 2995 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 39 }, "end": { - "line": 84, + "line": 85, "column": 42 } } @@ -5958,32 +6137,32 @@ "type": "Identifier", "name": "colW", "range": [ - 2965, - 2969 + 3018, + 3022 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 20 }, "end": { - "line": 85, + "line": 86, "column": 24 } } }, "init": null, "range": [ - 2965, - 2969 + 3018, + 3022 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 20 }, "end": { - "line": 85, + "line": 86, "column": 24 } } @@ -5994,16 +6173,16 @@ "type": "Identifier", "name": "cell", "range": [ - 2991, - 2995 + 3044, + 3048 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 20 }, "end": { - "line": 86, + "line": 87, "column": 24 } } @@ -6024,16 +6203,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 2998, - 3001 + 3051, + 3054 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 27 }, "end": { - "line": 86, + "line": 87, "column": 30 } } @@ -6042,31 +6221,31 @@ "type": "Identifier", "name": "rows", "range": [ - 3002, - 3006 + 3055, + 3059 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 31 }, "end": { - "line": 86, + "line": 87, "column": 35 } } }, "range": [ - 2998, - 3006 + 3051, + 3059 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 27 }, "end": { - "line": 86, + "line": 87, "column": 35 } } @@ -6077,16 +6256,16 @@ "object": { "type": "ThisExpression", "range": [ - 3007, - 3011 + 3060, + 3064 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 36 }, "end": { - "line": 86, + "line": 87, "column": 40 } } @@ -6095,46 +6274,46 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 3012, - 3028 + 3065, + 3081 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 41 }, "end": { - "line": 86, + "line": 87, "column": 57 } } }, "range": [ - 3007, - 3028 + 3060, + 3081 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 36 }, "end": { - "line": 86, + "line": 87, "column": 57 } } }, "range": [ - 2998, - 3029 + 3051, + 3082 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 27 }, "end": { - "line": 86, + "line": 87, "column": 58 } } @@ -6143,31 +6322,31 @@ "type": "Identifier", "name": "cells", "range": [ - 3030, - 3035 + 3083, + 3088 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 59 }, "end": { - "line": 86, + "line": 87, "column": 64 } } }, "range": [ - 2998, - 3035 + 3051, + 3088 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 27 }, "end": { - "line": 86, + "line": 87, "column": 64 } } @@ -6176,46 +6355,46 @@ "type": "Identifier", "name": "k", "range": [ - 3036, - 3037 + 3089, + 3090 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 65 }, "end": { - "line": 86, + "line": 87, "column": 66 } } }, "range": [ - 2998, - 3038 + 3051, + 3091 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 27 }, "end": { - "line": 86, + "line": 87, "column": 67 } } }, "range": [ - 2991, - 3038 + 3044, + 3091 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 20 }, "end": { - "line": 86, + "line": 87, "column": 67 } } @@ -6223,16 +6402,16 @@ ], "kind": "let", "range": [ - 2961, - 3039 + 3014, + 3092 ], "loc": { "start": { - "line": 85, + "line": 86, "column": 16 }, "end": { - "line": 86, + "line": 87, "column": 68 } } @@ -6249,16 +6428,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3059, - 3063 + 3112, + 3116 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 19 }, "end": { - "line": 87, + "line": 88, "column": 23 } } @@ -6267,31 +6446,31 @@ "type": "Identifier", "name": "width", "range": [ - 3064, - 3069 + 3117, + 3122 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 24 }, "end": { - "line": 87, + "line": 88, "column": 29 } } }, "range": [ - 3059, - 3069 + 3112, + 3122 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 19 }, "end": { - "line": 87, + "line": 88, "column": 29 } } @@ -6301,31 +6480,31 @@ "value": "", "raw": "''", "range": [ - 3074, - 3076 + 3127, + 3129 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 34 }, "end": { - "line": 87, + "line": 88, "column": 36 } } }, "range": [ - 3059, - 3076 + 3112, + 3129 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 19 }, "end": { - "line": 87, + "line": 88, "column": 36 } } @@ -6342,16 +6521,16 @@ "type": "Identifier", "name": "colW", "range": [ - 3099, - 3103 + 3152, + 3156 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 20 }, "end": { - "line": 88, + "line": 89, "column": 24 } } @@ -6363,16 +6542,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3106, - 3110 + 3159, + 3163 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 27 }, "end": { - "line": 88, + "line": 89, "column": 31 } } @@ -6381,77 +6560,77 @@ "type": "Identifier", "name": "width", "range": [ - 3111, - 3116 + 3164, + 3169 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 32 }, "end": { - "line": 88, + "line": 89, "column": 37 } } }, "range": [ - 3106, - 3116 + 3159, + 3169 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 27 }, "end": { - "line": 88, + "line": 89, "column": 37 } } }, "range": [ - 3099, - 3116 + 3152, + 3169 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 20 }, "end": { - "line": 88, + "line": 89, "column": 37 } } }, "range": [ - 3099, - 3117 + 3152, + 3170 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 20 }, "end": { - "line": 88, + "line": 89, "column": 38 } } } ], "range": [ - 3077, - 3135 + 3130, + 3188 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 37 }, "end": { - "line": 89, + "line": 90, "column": 17 } } @@ -6471,16 +6650,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3144, - 3148 + 3197, + 3201 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 26 }, "end": { - "line": 89, + "line": 90, "column": 30 } } @@ -6489,31 +6668,31 @@ "type": "Identifier", "name": "style", "range": [ - 3149, - 3154 + 3202, + 3207 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 31 }, "end": { - "line": 89, + "line": 90, "column": 36 } } }, "range": [ - 3144, - 3154 + 3197, + 3207 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 26 }, "end": { - "line": 89, + "line": 90, "column": 36 } } @@ -6522,31 +6701,31 @@ "type": "Identifier", "name": "width", "range": [ - 3155, - 3160 + 3208, + 3213 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 37 }, "end": { - "line": 89, + "line": 90, "column": 42 } } }, "range": [ - 3144, - 3160 + 3197, + 3213 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 26 }, "end": { - "line": 89, + "line": 90, "column": 42 } } @@ -6556,31 +6735,31 @@ "value": "", "raw": "''", "range": [ - 3165, - 3167 + 3218, + 3220 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 47 }, "end": { - "line": 89, + "line": 90, "column": 49 } } }, "range": [ - 3144, - 3167 + 3197, + 3220 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 26 }, "end": { - "line": 89, + "line": 90, "column": 49 } } @@ -6597,16 +6776,16 @@ "type": "Identifier", "name": "colW", "range": [ - 3190, - 3194 + 3243, + 3247 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 20 }, "end": { - "line": 90, + "line": 91, "column": 24 } } @@ -6617,16 +6796,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3197, - 3205 + 3250, + 3258 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 27 }, "end": { - "line": 90, + "line": 91, "column": 35 } } @@ -6642,16 +6821,16 @@ "type": "Identifier", "name": "cell", "range": [ - 3206, - 3210 + 3259, + 3263 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 36 }, "end": { - "line": 90, + "line": 91, "column": 40 } } @@ -6660,31 +6839,31 @@ "type": "Identifier", "name": "style", "range": [ - 3211, - 3216 + 3264, + 3269 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 41 }, "end": { - "line": 90, + "line": 91, "column": 46 } } }, "range": [ - 3206, - 3216 + 3259, + 3269 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 36 }, "end": { - "line": 90, + "line": 91, "column": 46 } } @@ -6693,31 +6872,31 @@ "type": "Identifier", "name": "width", "range": [ - 3217, - 3222 + 3270, + 3275 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 47 }, "end": { - "line": 90, + "line": 91, "column": 52 } } }, "range": [ - 3206, - 3222 + 3259, + 3275 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 36 }, "end": { - "line": 90, + "line": 91, "column": 52 } } @@ -6727,78 +6906,78 @@ "value": 10, "raw": "10", "range": [ - 3224, - 3226 + 3277, + 3279 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 54 }, "end": { - "line": 90, + "line": 91, "column": 56 } } } ], "range": [ - 3197, - 3227 + 3250, + 3280 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 27 }, "end": { - "line": 90, + "line": 91, "column": 57 } } }, "range": [ - 3190, - 3227 + 3243, + 3280 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 20 }, "end": { - "line": 90, + "line": 91, "column": 57 } } }, "range": [ - 3190, - 3228 + 3243, + 3281 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 20 }, "end": { - "line": 90, + "line": 91, "column": 58 } } } ], "range": [ - 3168, - 3246 + 3221, + 3299 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 50 }, "end": { - "line": 91, + "line": 92, "column": 17 } } @@ -6815,16 +6994,16 @@ "type": "Identifier", "name": "colW", "range": [ - 3274, - 3278 + 3327, + 3331 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 20 }, "end": { - "line": 92, + "line": 93, "column": 24 } } @@ -6835,16 +7014,16 @@ "object": { "type": "ThisExpression", "range": [ - 3281, - 3285 + 3334, + 3338 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 27 }, "end": { - "line": 92, + "line": 93, "column": 31 } } @@ -6853,107 +7032,107 @@ "type": "Identifier", "name": "gridDefaultColWidth", "range": [ - 3286, - 3305 + 3339, + 3358 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 32 }, "end": { - "line": 92, + "line": 93, "column": 51 } } }, "range": [ - 3281, - 3305 + 3334, + 3358 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 27 }, "end": { - "line": 92, + "line": 93, "column": 51 } } }, "range": [ - 3274, - 3305 + 3327, + 3358 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 20 }, "end": { - "line": 92, + "line": 93, "column": 51 } } }, "range": [ - 3274, - 3306 + 3327, + 3359 ], "loc": { "start": { - "line": 92, + "line": 93, "column": 20 }, "end": { - "line": 92, + "line": 93, "column": 52 } } } ], "range": [ - 3252, - 3324 + 3305, + 3377 ], "loc": { "start": { - "line": 91, + "line": 92, "column": 23 }, "end": { - "line": 93, + "line": 94, "column": 17 } } }, "range": [ - 3141, - 3324 + 3194, + 3377 ], "loc": { "start": { - "line": 89, + "line": 90, "column": 23 }, "end": { - "line": 93, + "line": 94, "column": 17 } } }, "range": [ - 3056, - 3324 + 3109, + 3377 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 16 }, "end": { - "line": 93, + "line": 94, "column": 17 } } @@ -6973,16 +7152,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3341, - 3343 + 3394, + 3396 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 18 } } @@ -6991,31 +7170,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 3344, - 3353 + 3397, + 3406 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 19 }, "end": { - "line": 94, + "line": 95, "column": 28 } } }, "range": [ - 3341, - 3353 + 3394, + 3406 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 28 } } @@ -7024,31 +7203,31 @@ "type": "Identifier", "name": "k", "range": [ - 3354, - 3355 + 3407, + 3408 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 29 }, "end": { - "line": 94, + "line": 95, "column": 30 } } }, "range": [ - 3341, - 3356 + 3394, + 3409 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 31 } } @@ -7057,77 +7236,77 @@ "type": "Identifier", "name": "colW", "range": [ - 3359, - 3363 + 3412, + 3416 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 34 }, "end": { - "line": 94, + "line": 95, "column": 38 } } }, "range": [ - 3341, - 3363 + 3394, + 3416 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 38 } } }, "range": [ - 3341, - 3364 + 3394, + 3417 ], "loc": { "start": { - "line": 94, + "line": 95, "column": 16 }, "end": { - "line": 94, + "line": 95, "column": 39 } } } ], "range": [ - 2943, - 3378 + 2996, + 3431 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 43 }, "end": { - "line": 95, + "line": 96, "column": 13 } } }, "range": [ - 2912, - 3378 + 2965, + 3431 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 95, + "line": 96, "column": 13 } } @@ -7144,16 +7323,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3391, - 3393 + 3444, + 3446 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 14 } } @@ -7162,31 +7341,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 3394, - 3406 + 3447, + 3459 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 15 }, "end": { - "line": 96, + "line": 97, "column": 27 } } }, "range": [ - 3391, - 3406 + 3444, + 3459 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 27 } } @@ -7196,78 +7375,78 @@ "value": true, "raw": "true", "range": [ - 3409, - 3413 + 3462, + 3466 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 30 }, "end": { - "line": 96, + "line": 97, "column": 34 } } }, "range": [ - 3391, - 3413 + 3444, + 3466 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 34 } } }, "range": [ - 3391, - 3414 + 3444, + 3467 ], "loc": { "start": { - "line": 96, + "line": 97, "column": 12 }, "end": { - "line": 96, + "line": 97, "column": 35 } } } ], "range": [ - 2867, - 3424 + 2920, + 3477 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 28 }, "end": { - "line": 97, + "line": 98, "column": 9 } } }, "alternate": null, "range": [ - 2847, - 3424 + 2900, + 3477 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 8 }, "end": { - "line": 97, + "line": 98, "column": 9 } }, @@ -7276,16 +7455,16 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2788, - 2838 + 2841, + 2891 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 58 } } @@ -7303,16 +7482,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3433, - 3435 + 3486, + 3488 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 10 } } @@ -7321,62 +7500,62 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 3436, - 3448 + 3489, + 3501 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 11 }, "end": { - "line": 98, + "line": 99, "column": 23 } } }, "range": [ - 3433, - 3448 + 3486, + 3501 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 23 } } }, "arguments": [], "range": [ - 3433, - 3450 + 3486, + 3503 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 25 } } }, "range": [ - 3433, - 3451 + 3486, + 3504 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 98, + "line": 99, "column": 26 } } @@ -7390,32 +7569,32 @@ "type": "Identifier", "name": "tblW", "range": [ - 3465, - 3469 + 3518, + 3522 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 12 }, "end": { - "line": 100, + "line": 101, "column": 16 } } }, "init": null, "range": [ - 3465, - 3469 + 3518, + 3522 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 12 }, "end": { - "line": 100, + "line": 101, "column": 16 } } @@ -7423,16 +7602,16 @@ ], "kind": "let", "range": [ - 3461, - 3470 + 3514, + 3523 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 17 } }, @@ -7441,16 +7620,16 @@ "type": "Line", "value": "initial table width", "range": [ - 3470, - 3491 + 3523, + 3544 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 17 }, "end": { - "line": 100, + "line": 101, "column": 38 } } @@ -7469,16 +7648,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3503, - 3506 + 3556, + 3559 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 11 }, "end": { - "line": 101, + "line": 102, "column": 14 } } @@ -7487,31 +7666,31 @@ "type": "Identifier", "name": "width", "range": [ - 3507, - 3512 + 3560, + 3565 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 15 }, "end": { - "line": 101, + "line": 102, "column": 20 } } }, "range": [ - 3503, - 3512 + 3556, + 3565 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 11 }, "end": { - "line": 101, + "line": 102, "column": 20 } } @@ -7521,31 +7700,31 @@ "value": "", "raw": "''", "range": [ - 3517, - 3519 + 3570, + 3572 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 25 }, "end": { - "line": 101, + "line": 102, "column": 27 } } }, "range": [ - 3503, - 3519 + 3556, + 3572 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 11 }, "end": { - "line": 101, + "line": 102, "column": 27 } } @@ -7562,16 +7741,16 @@ "type": "Identifier", "name": "tblW", "range": [ - 3534, - 3538 + 3587, + 3591 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 16 } } @@ -7583,16 +7762,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3541, - 3544 + 3594, + 3597 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 19 }, "end": { - "line": 102, + "line": 103, "column": 22 } } @@ -7601,77 +7780,77 @@ "type": "Identifier", "name": "width", "range": [ - 3545, - 3550 + 3598, + 3603 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 23 }, "end": { - "line": 102, + "line": 103, "column": 28 } } }, "range": [ - 3541, - 3550 + 3594, + 3603 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 19 }, "end": { - "line": 102, + "line": 103, "column": 28 } } }, "range": [ - 3534, - 3550 + 3587, + 3603 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 28 } } }, "range": [ - 3534, - 3551 + 3587, + 3604 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 103, "column": 29 } } } ], "range": [ - 3520, - 3561 + 3573, + 3614 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 28 }, "end": { - "line": 103, + "line": 104, "column": 9 } } @@ -7691,16 +7870,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3578, - 3581 + 3631, + 3634 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 19 } } @@ -7709,31 +7888,31 @@ "type": "Identifier", "name": "style", "range": [ - 3582, - 3587 + 3635, + 3640 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 20 }, "end": { - "line": 104, + "line": 105, "column": 25 } } }, "range": [ - 3578, - 3587 + 3631, + 3640 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 25 } } @@ -7742,31 +7921,31 @@ "type": "Identifier", "name": "width", "range": [ - 3588, - 3593 + 3641, + 3646 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 26 }, "end": { - "line": 104, + "line": 105, "column": 31 } } }, "range": [ - 3578, - 3593 + 3631, + 3646 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 31 } } @@ -7776,31 +7955,31 @@ "value": "", "raw": "''", "range": [ - 3598, - 3600 + 3651, + 3653 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 36 }, "end": { - "line": 104, + "line": 105, "column": 38 } } }, "range": [ - 3578, - 3600 + 3631, + 3653 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 16 }, "end": { - "line": 104, + "line": 105, "column": 38 } } @@ -7817,16 +7996,16 @@ "type": "Identifier", "name": "tblW", "range": [ - 3615, - 3619 + 3668, + 3672 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 16 } } @@ -7837,16 +8016,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3622, - 3630 + 3675, + 3683 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 19 }, "end": { - "line": 105, + "line": 106, "column": 27 } } @@ -7862,16 +8041,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3631, - 3634 + 3684, + 3687 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 28 }, "end": { - "line": 105, + "line": 106, "column": 31 } } @@ -7880,31 +8059,31 @@ "type": "Identifier", "name": "style", "range": [ - 3635, - 3640 + 3688, + 3693 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 32 }, "end": { - "line": 105, + "line": 106, "column": 37 } } }, "range": [ - 3631, - 3640 + 3684, + 3693 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 28 }, "end": { - "line": 105, + "line": 106, "column": 37 } } @@ -7913,31 +8092,31 @@ "type": "Identifier", "name": "width", "range": [ - 3641, - 3646 + 3694, + 3699 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 38 }, "end": { - "line": 105, + "line": 106, "column": 43 } } }, "range": [ - 3631, - 3646 + 3684, + 3699 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 28 }, "end": { - "line": 105, + "line": 106, "column": 43 } } @@ -7947,78 +8126,78 @@ "value": 10, "raw": "10", "range": [ - 3648, - 3650 + 3701, + 3703 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 45 }, "end": { - "line": 105, + "line": 106, "column": 47 } } } ], "range": [ - 3622, - 3651 + 3675, + 3704 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 19 }, "end": { - "line": 105, + "line": 106, "column": 48 } } }, "range": [ - 3615, - 3651 + 3668, + 3704 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 48 } } }, "range": [ - 3615, - 3652 + 3668, + 3705 ], "loc": { "start": { - "line": 105, + "line": 106, "column": 12 }, "end": { - "line": 105, + "line": 106, "column": 49 } } } ], "range": [ - 3601, - 3662 + 3654, + 3715 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 39 }, "end": { - "line": 106, + "line": 107, "column": 9 } } @@ -8035,16 +8214,16 @@ "type": "Identifier", "name": "tblW", "range": [ - 3682, - 3686 + 3735, + 3739 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 16 } } @@ -8056,16 +8235,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 3689, - 3692 + 3742, + 3745 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 19 }, "end": { - "line": 107, + "line": 108, "column": 22 } } @@ -8074,107 +8253,107 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 3693, - 3704 + 3746, + 3757 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 23 }, "end": { - "line": 107, + "line": 108, "column": 34 } } }, "range": [ - 3689, - 3704 + 3742, + 3757 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 19 }, "end": { - "line": 107, + "line": 108, "column": 34 } } }, "range": [ - 3682, - 3704 + 3735, + 3757 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 34 } } }, "range": [ - 3682, - 3705 + 3735, + 3758 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 12 }, "end": { - "line": 107, + "line": 108, "column": 35 } } } ], "range": [ - 3668, - 3715 + 3721, + 3768 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 15 }, "end": { - "line": 108, + "line": 109, "column": 9 } } }, "range": [ - 3575, - 3715 + 3628, + 3768 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 13 }, "end": { - "line": 108, + "line": 109, "column": 9 } } }, "range": [ - 3500, - 3715 + 3553, + 3768 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 9 } }, @@ -8183,16 +8362,16 @@ "type": "Line", "value": "initial table width", "range": [ - 3470, - 3491 + 3523, + 3544 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 17 }, "end": { - "line": 100, + "line": 101, "column": 38 } } @@ -8203,16 +8382,16 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3725, - 3775 + 3778, + 3828 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 58 } } @@ -8230,16 +8409,16 @@ "object": { "type": "ThisExpression", "range": [ - 3784, - 3788 + 3837, + 3841 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 12 } } @@ -8248,31 +8427,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 3789, - 3800 + 3842, + 3853 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 13 }, "end": { - "line": 111, + "line": 112, "column": 24 } } }, "range": [ - 3784, - 3800 + 3837, + 3853 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 111, + "line": 112, "column": 24 } } @@ -8286,16 +8465,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3803, - 3806 + 3856, + 3859 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 27 }, "end": { - "line": 111, + "line": 112, "column": 30 } } @@ -8304,31 +8483,31 @@ "type": "Identifier", "name": "create", "range": [ - 3807, - 3813 + 3860, + 3866 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 31 }, "end": { - "line": 111, + "line": 112, "column": 37 } } }, "range": [ - 3803, - 3813 + 3856, + 3866 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 27 }, "end": { - "line": 111, + "line": 112, "column": 37 } } @@ -8339,16 +8518,16 @@ "value": "div", "raw": "'div'", "range": [ - 3814, - 3819 + 3867, + 3872 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 38 }, "end": { - "line": 111, + "line": 112, "column": 43 } } @@ -8361,16 +8540,16 @@ "value": "id", "raw": "'id'", "range": [ - 3834, - 3838 + 3887, + 3891 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 13 }, "end": { - "line": 112, + "line": 113, "column": 17 } } @@ -8384,16 +8563,16 @@ "object": { "type": "ThisExpression", "range": [ - 3840, - 3844 + 3893, + 3897 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 19 }, "end": { - "line": 112, + "line": 113, "column": 23 } } @@ -8402,31 +8581,31 @@ "type": "Identifier", "name": "prfxMainTblCont", "range": [ - 3845, - 3860 + 3898, + 3913 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 24 }, "end": { - "line": 112, + "line": 113, "column": 39 } } }, "range": [ - 3840, - 3860 + 3893, + 3913 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 19 }, "end": { - "line": 112, + "line": 113, "column": 39 } } @@ -8438,16 +8617,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3863, - 3865 + 3916, + 3918 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 42 }, "end": { - "line": 112, + "line": 113, "column": 44 } } @@ -8456,108 +8635,108 @@ "type": "Identifier", "name": "id", "range": [ - 3866, - 3868 + 3919, + 3921 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 45 }, "end": { - "line": 112, + "line": 113, "column": 47 } } }, "range": [ - 3863, - 3868 + 3916, + 3921 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 42 }, "end": { - "line": 112, + "line": 113, "column": 47 } } }, "range": [ - 3840, - 3868 + 3893, + 3921 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 19 }, "end": { - "line": 112, + "line": 113, "column": 47 } } } ], "range": [ - 3833, - 3869 + 3886, + 3922 ], "loc": { "start": { - "line": 112, + "line": 113, "column": 12 }, "end": { - "line": 112, + "line": 113, "column": 48 } } } ], "range": [ - 3803, - 3870 + 3856, + 3923 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 27 }, "end": { - "line": 112, + "line": 113, "column": 49 } } }, "range": [ - 3784, - 3870 + 3837, + 3923 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 49 } } }, "range": [ - 3784, - 3871 + 3837, + 3924 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 50 } }, @@ -8566,16 +8745,16 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3725, - 3775 + 3778, + 3828 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 58 } } @@ -8596,16 +8775,16 @@ "object": { "type": "ThisExpression", "range": [ - 3880, - 3884 + 3933, + 3937 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 12 } } @@ -8614,31 +8793,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 3885, - 3896 + 3938, + 3949 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 13 }, "end": { - "line": 113, + "line": 114, "column": 24 } } }, "range": [ - 3880, - 3896 + 3933, + 3949 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 24 } } @@ -8647,31 +8826,31 @@ "type": "Identifier", "name": "className", "range": [ - 3897, - 3906 + 3950, + 3959 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 25 }, "end": { - "line": 113, + "line": 114, "column": 34 } } }, "range": [ - 3880, - 3906 + 3933, + 3959 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 34 } } @@ -8682,16 +8861,16 @@ "object": { "type": "ThisExpression", "range": [ - 3909, - 3913 + 3962, + 3966 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 37 }, "end": { - "line": 113, + "line": 114, "column": 41 } } @@ -8700,61 +8879,61 @@ "type": "Identifier", "name": "gridMainContCssClass", "range": [ - 3914, - 3934 + 3967, + 3987 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 42 }, "end": { - "line": 113, + "line": 114, "column": 62 } } }, "range": [ - 3909, - 3934 + 3962, + 3987 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 37 }, "end": { - "line": 113, + "line": 114, "column": 62 } } }, "range": [ - 3880, - 3934 + 3933, + 3987 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 62 } } }, "range": [ - 3880, - 3935 + 3933, + 3988 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 63 } } @@ -8767,16 +8946,16 @@ "object": { "type": "ThisExpression", "range": [ - 3947, - 3951 + 4000, + 4004 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 11 }, "end": { - "line": 114, + "line": 115, "column": 15 } } @@ -8785,31 +8964,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 3952, - 3961 + 4005, + 4014 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 16 }, "end": { - "line": 114, + "line": 115, "column": 25 } } }, "range": [ - 3947, - 3961 + 4000, + 4014 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 11 }, "end": { - "line": 114, + "line": 115, "column": 25 } } @@ -8834,16 +9013,16 @@ "object": { "type": "ThisExpression", "range": [ - 3976, - 3980 + 4029, + 4033 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 16 } } @@ -8852,31 +9031,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 3981, - 3992 + 4034, + 4045 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 17 }, "end": { - "line": 115, + "line": 116, "column": 28 } } }, "range": [ - 3976, - 3992 + 4029, + 4045 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 28 } } @@ -8885,31 +9064,31 @@ "type": "Identifier", "name": "style", "range": [ - 3993, - 3998 + 4046, + 4051 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 29 }, "end": { - "line": 115, + "line": 116, "column": 34 } } }, "range": [ - 3976, - 3998 + 4029, + 4051 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 34 } } @@ -8918,31 +9097,31 @@ "type": "Identifier", "name": "width", "range": [ - 3999, - 4004 + 4052, + 4057 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 35 }, "end": { - "line": 115, + "line": 116, "column": 40 } } }, "range": [ - 3976, - 4004 + 4029, + 4057 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 40 } } @@ -8953,16 +9132,16 @@ "object": { "type": "ThisExpression", "range": [ - 4007, - 4011 + 4060, + 4064 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 43 }, "end": { - "line": 115, + "line": 116, "column": 47 } } @@ -8971,93 +9150,93 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4012, - 4021 + 4065, + 4074 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 48 }, "end": { - "line": 115, + "line": 116, "column": 57 } } }, "range": [ - 4007, - 4021 + 4060, + 4074 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 43 }, "end": { - "line": 115, + "line": 116, "column": 57 } } }, "range": [ - 3976, - 4021 + 4029, + 4074 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 57 } } }, "range": [ - 3976, - 4022 + 4029, + 4075 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 58 } } } ], "range": [ - 3962, - 4032 + 4015, + 4085 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 26 }, "end": { - "line": 116, + "line": 117, "column": 9 } } }, "alternate": null, "range": [ - 3944, - 4032 + 3997, + 4085 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 9 } } @@ -9076,16 +9255,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4041, - 4044 + 4094, + 4097 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 11 } } @@ -9094,31 +9273,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4045, - 4055 + 4098, + 4108 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 12 }, "end": { - "line": 117, + "line": 118, "column": 22 } } }, "range": [ - 4041, - 4055 + 4094, + 4108 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 22 } } @@ -9127,31 +9306,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 4056, - 4068 + 4109, + 4121 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 23 }, "end": { - "line": 117, + "line": 118, "column": 35 } } }, "range": [ - 4041, - 4068 + 4094, + 4121 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 35 } } @@ -9163,16 +9342,16 @@ "object": { "type": "ThisExpression", "range": [ - 4069, - 4073 + 4122, + 4126 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 36 }, "end": { - "line": 117, + "line": 118, "column": 40 } } @@ -9181,31 +9360,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 4074, - 4085 + 4127, + 4138 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 41 }, "end": { - "line": 117, + "line": 118, "column": 52 } } }, "range": [ - 4069, - 4085 + 4122, + 4138 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 36 }, "end": { - "line": 117, + "line": 118, "column": 52 } } @@ -9214,47 +9393,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 4087, - 4090 + 4140, + 4143 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 54 }, "end": { - "line": 117, + "line": 118, "column": 57 } } } ], "range": [ - 4041, - 4091 + 4094, + 4144 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 58 } } }, "range": [ - 4041, - 4092 + 4094, + 4145 ], "loc": { "start": { - "line": 117, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 118, "column": 59 } }, @@ -9263,16 +9442,16 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4102, - 4147 + 4155, + 4200 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 53 } } @@ -9290,16 +9469,16 @@ "object": { "type": "ThisExpression", "range": [ - 4156, - 4160 + 4209, + 4213 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 12 } } @@ -9308,31 +9487,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4161, - 4168 + 4214, + 4221 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 13 }, "end": { - "line": 120, + "line": 121, "column": 20 } } }, "range": [ - 4156, - 4168 + 4209, + 4221 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 20 } } @@ -9346,16 +9525,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4171, - 4174 + 4224, + 4227 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 23 }, "end": { - "line": 120, + "line": 121, "column": 26 } } @@ -9364,31 +9543,31 @@ "type": "Identifier", "name": "create", "range": [ - 4175, - 4181 + 4228, + 4234 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 27 }, "end": { - "line": 120, + "line": 121, "column": 33 } } }, "range": [ - 4171, - 4181 + 4224, + 4234 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 23 }, "end": { - "line": 120, + "line": 121, "column": 33 } } @@ -9399,16 +9578,16 @@ "value": "div", "raw": "'div'", "range": [ - 4182, - 4187 + 4235, + 4240 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 34 }, "end": { - "line": 120, + "line": 121, "column": 39 } } @@ -9421,17 +9600,17 @@ "value": "id", "raw": "'id'", "range": [ - 4189, - 4193 + 4243, + 4247 ], "loc": { "start": { - "line": 120, - "column": 41 + "line": 121, + "column": 42 }, "end": { - "line": 120, - "column": 45 + "line": 121, + "column": 46 } } }, @@ -9444,17 +9623,17 @@ "object": { "type": "ThisExpression", "range": [ - 4195, - 4199 + 4249, + 4253 ], "loc": { "start": { - "line": 120, - "column": 47 + "line": 121, + "column": 48 }, "end": { - "line": 120, - "column": 51 + "line": 121, + "column": 52 } } }, @@ -9462,32 +9641,32 @@ "type": "Identifier", "name": "prfxTblCont", "range": [ - 4200, - 4211 + 4254, + 4265 ], "loc": { "start": { - "line": 120, - "column": 52 + "line": 121, + "column": 53 }, "end": { - "line": 120, - "column": 63 + "line": 121, + "column": 64 } } }, "range": [ - 4195, - 4211 + 4249, + 4265 ], "loc": { "start": { - "line": 120, - "column": 47 + "line": 121, + "column": 48 }, "end": { - "line": 120, - "column": 63 + "line": 121, + "column": 64 } } }, @@ -9498,17 +9677,17 @@ "type": "Identifier", "name": "tf", "range": [ - 4214, - 4216 + 4268, + 4270 ], "loc": { "start": { - "line": 120, - "column": 66 + "line": 121, + "column": 67 }, "end": { - "line": 120, - "column": 68 + "line": 121, + "column": 69 } } }, @@ -9516,109 +9695,109 @@ "type": "Identifier", "name": "id", "range": [ - 4217, - 4219 + 4271, + 4273 ], "loc": { "start": { - "line": 120, - "column": 69 + "line": 121, + "column": 70 }, "end": { - "line": 120, - "column": 71 + "line": 121, + "column": 72 } } }, "range": [ - 4214, - 4219 + 4268, + 4273 ], "loc": { "start": { - "line": 120, - "column": 66 + "line": 121, + "column": 67 }, "end": { - "line": 120, - "column": 71 + "line": 121, + "column": 72 } } }, "range": [ - 4195, - 4219 + 4249, + 4273 ], "loc": { "start": { - "line": 120, - "column": 47 + "line": 121, + "column": 48 }, "end": { - "line": 120, - "column": 71 + "line": 121, + "column": 72 } } } ], "range": [ - 4188, - 4220 + 4242, + 4274 ], "loc": { "start": { - "line": 120, - "column": 40 + "line": 121, + "column": 41 }, "end": { - "line": 120, - "column": 72 + "line": 121, + "column": 73 } } } ], "range": [ - 4171, - 4221 + 4224, + 4275 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 23 }, "end": { - "line": 120, - "column": 73 + "line": 121, + "column": 74 } } }, "range": [ - 4156, - 4221 + 4209, + 4275 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, - "column": 73 + "line": 121, + "column": 74 } } }, "range": [ - 4156, - 4222 + 4209, + 4276 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, - "column": 74 + "line": 121, + "column": 75 } }, "leadingComments": [ @@ -9626,16 +9805,16 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4102, - 4147 + 4155, + 4200 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 53 } } @@ -9656,16 +9835,16 @@ "object": { "type": "ThisExpression", "range": [ - 4231, - 4235 + 4285, + 4289 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 12 } } @@ -9674,31 +9853,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4236, - 4243 + 4290, + 4297 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 13 }, "end": { - "line": 121, + "line": 122, "column": 20 } } }, "range": [ - 4231, - 4243 + 4285, + 4297 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 20 } } @@ -9707,31 +9886,31 @@ "type": "Identifier", "name": "className", "range": [ - 4244, - 4253 + 4298, + 4307 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 21 }, "end": { - "line": 121, + "line": 122, "column": 30 } } }, "range": [ - 4231, - 4253 + 4285, + 4307 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 30 } } @@ -9742,16 +9921,16 @@ "object": { "type": "ThisExpression", "range": [ - 4256, - 4260 + 4310, + 4314 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 33 }, "end": { - "line": 121, + "line": 122, "column": 37 } } @@ -9760,61 +9939,61 @@ "type": "Identifier", "name": "gridContCssClass", "range": [ - 4261, - 4277 + 4315, + 4331 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 38 }, "end": { - "line": 121, + "line": 122, "column": 54 } } }, "range": [ - 4256, - 4277 + 4310, + 4331 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 33 }, "end": { - "line": 121, + "line": 122, "column": 54 } } }, "range": [ - 4231, - 4277 + 4285, + 4331 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 54 } } }, "range": [ - 4231, - 4278 + 4285, + 4332 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 55 } } @@ -9827,16 +10006,16 @@ "object": { "type": "ThisExpression", "range": [ - 4290, - 4294 + 4344, + 4348 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 11 }, "end": { - "line": 122, + "line": 123, "column": 15 } } @@ -9845,31 +10024,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4295, - 4304 + 4349, + 4358 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 25 } } }, "range": [ - 4290, - 4304 + 4344, + 4358 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 11 }, "end": { - "line": 122, + "line": 123, "column": 25 } } @@ -9893,16 +10072,16 @@ "object": { "type": "ThisExpression", "range": [ - 4322, - 4326 + 4376, + 4380 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 15 }, "end": { - "line": 123, + "line": 124, "column": 19 } } @@ -9911,31 +10090,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4327, - 4336 + 4381, + 4390 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 20 }, "end": { - "line": 123, + "line": 124, "column": 29 } } }, "range": [ - 4322, - 4336 + 4376, + 4390 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 15 }, "end": { - "line": 123, + "line": 124, "column": 29 } } @@ -9944,31 +10123,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 4337, - 4344 + 4391, + 4398 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 30 }, "end": { - "line": 123, + "line": 124, "column": 37 } } }, "range": [ - 4322, - 4344 + 4376, + 4398 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 15 }, "end": { - "line": 123, + "line": 124, "column": 37 } } @@ -9979,32 +10158,32 @@ "value": "%", "raw": "'%'", "range": [ - 4345, - 4348 + 4399, + 4402 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 38 }, "end": { - "line": 123, + "line": 124, "column": 41 } } } ], "range": [ - 4322, - 4349 + 4376, + 4403 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 15 }, "end": { - "line": 123, + "line": 124, "column": 42 } } @@ -10017,47 +10196,47 @@ "value": 1, "raw": "1", "range": [ - 4354, - 4355 + 4408, + 4409 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 47 }, "end": { - "line": 123, + "line": 124, "column": 48 } } }, "prefix": true, "range": [ - 4353, - 4355 + 4407, + 4409 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 46 }, "end": { - "line": 123, + "line": 124, "column": 48 } } }, "range": [ - 4322, - 4355 + 4376, + 4409 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 15 }, "end": { - "line": 123, + "line": 124, "column": 48 } } @@ -10082,16 +10261,16 @@ "object": { "type": "ThisExpression", "range": [ - 4374, - 4378 + 4428, + 4432 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 20 } } @@ -10100,31 +10279,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4379, - 4386 + 4433, + 4440 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 21 }, "end": { - "line": 124, + "line": 125, "column": 28 } } }, "range": [ - 4374, - 4386 + 4428, + 4440 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 28 } } @@ -10133,31 +10312,31 @@ "type": "Identifier", "name": "style", "range": [ - 4387, - 4392 + 4441, + 4446 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 29 }, "end": { - "line": 124, + "line": 125, "column": 34 } } }, "range": [ - 4374, - 4392 + 4428, + 4446 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 34 } } @@ -10166,31 +10345,31 @@ "type": "Identifier", "name": "width", "range": [ - 4393, - 4398 + 4447, + 4452 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 35 }, "end": { - "line": 124, + "line": 125, "column": 40 } } }, "range": [ - 4374, - 4398 + 4428, + 4452 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 40 } } @@ -10200,62 +10379,62 @@ "value": "100%", "raw": "'100%'", "range": [ - 4401, - 4407 + 4455, + 4461 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 43 }, "end": { - "line": 124, + "line": 125, "column": 49 } } }, "range": [ - 4374, - 4407 + 4428, + 4461 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 49 } } }, "range": [ - 4374, - 4408 + 4428, + 4462 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 50 } } } ], "range": [ - 4356, - 4422 + 4410, + 4476 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 49 }, "end": { - "line": 125, + "line": 126, "column": 13 } } @@ -10280,16 +10459,16 @@ "object": { "type": "ThisExpression", "range": [ - 4446, - 4450 + 4500, + 4504 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 20 } } @@ -10298,31 +10477,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4451, - 4458 + 4505, + 4512 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 21 }, "end": { - "line": 126, + "line": 127, "column": 28 } } }, "range": [ - 4446, - 4458 + 4500, + 4512 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 28 } } @@ -10331,31 +10510,31 @@ "type": "Identifier", "name": "style", "range": [ - 4459, - 4464 + 4513, + 4518 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 29 }, "end": { - "line": 126, + "line": 127, "column": 34 } } }, "range": [ - 4446, - 4464 + 4500, + 4518 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 34 } } @@ -10364,31 +10543,31 @@ "type": "Identifier", "name": "width", "range": [ - 4465, - 4470 + 4519, + 4524 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 35 }, "end": { - "line": 126, + "line": 127, "column": 40 } } }, "range": [ - 4446, - 4470 + 4500, + 4524 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 40 } } @@ -10399,16 +10578,16 @@ "object": { "type": "ThisExpression", "range": [ - 4473, - 4477 + 4527, + 4531 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 43 }, "end": { - "line": 126, + "line": 127, "column": 47 } } @@ -10417,124 +10596,124 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4478, - 4487 + 4532, + 4541 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 48 }, "end": { - "line": 126, + "line": 127, "column": 57 } } }, "range": [ - 4473, - 4487 + 4527, + 4541 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 43 }, "end": { - "line": 126, + "line": 127, "column": 57 } } }, "range": [ - 4446, - 4487 + 4500, + 4541 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 57 } } }, "range": [ - 4446, - 4488 + 4500, + 4542 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 58 } } } ], "range": [ - 4428, - 4502 + 4482, + 4556 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 19 }, "end": { - "line": 127, + "line": 128, "column": 13 } } }, "range": [ - 4319, - 4502 + 4373, + 4556 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 12 }, "end": { - "line": 127, + "line": 128, "column": 13 } } } ], "range": [ - 4305, - 4512 + 4359, + 4566 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 26 }, "end": { - "line": 128, + "line": 129, "column": 9 } } }, "alternate": null, "range": [ - 4287, - 4512 + 4341, + 4566 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 9 } } @@ -10547,16 +10726,16 @@ "object": { "type": "ThisExpression", "range": [ - 4524, - 4528 + 4578, + 4582 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 11 }, "end": { - "line": 129, + "line": 130, "column": 15 } } @@ -10565,31 +10744,31 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 4529, - 4539 + 4583, + 4593 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 26 } } }, "range": [ - 4524, - 4539 + 4578, + 4593 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 11 }, "end": { - "line": 129, + "line": 130, "column": 26 } } @@ -10614,16 +10793,16 @@ "object": { "type": "ThisExpression", "range": [ - 4554, - 4558 + 4608, + 4612 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 16 } } @@ -10632,31 +10811,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4559, - 4566 + 4613, + 4620 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 17 }, "end": { - "line": 130, + "line": 131, "column": 24 } } }, "range": [ - 4554, - 4566 + 4608, + 4620 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 24 } } @@ -10665,31 +10844,31 @@ "type": "Identifier", "name": "style", "range": [ - 4567, - 4572 + 4621, + 4626 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 25 }, "end": { - "line": 130, + "line": 131, "column": 30 } } }, "range": [ - 4554, - 4572 + 4608, + 4626 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 30 } } @@ -10698,31 +10877,31 @@ "type": "Identifier", "name": "height", "range": [ - 4573, - 4579 + 4627, + 4633 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 31 }, "end": { - "line": 130, + "line": 131, "column": 37 } } }, "range": [ - 4554, - 4579 + 4608, + 4633 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 37 } } @@ -10733,16 +10912,16 @@ "object": { "type": "ThisExpression", "range": [ - 4582, - 4586 + 4636, + 4640 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 40 }, "end": { - "line": 130, + "line": 131, "column": 44 } } @@ -10751,93 +10930,93 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 4587, - 4597 + 4641, + 4651 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 45 }, "end": { - "line": 130, + "line": 131, "column": 55 } } }, "range": [ - 4582, - 4597 + 4636, + 4651 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 40 }, "end": { - "line": 130, + "line": 131, "column": 55 } } }, "range": [ - 4554, - 4597 + 4608, + 4651 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 55 } } }, "range": [ - 4554, - 4598 + 4608, + 4652 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 56 } } } ], "range": [ - 4540, - 4608 + 4594, + 4662 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 27 }, "end": { - "line": 131, + "line": 132, "column": 9 } } }, "alternate": null, "range": [ - 4521, - 4608 + 4575, + 4662 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 9 } } @@ -10856,16 +11035,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4617, - 4620 + 4671, + 4674 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 8 }, "end": { - "line": 132, + "line": 133, "column": 11 } } @@ -10874,31 +11053,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4621, - 4631 + 4675, + 4685 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 12 }, "end": { - "line": 132, + "line": 133, "column": 22 } } }, "range": [ - 4617, - 4631 + 4671, + 4685 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 8 }, "end": { - "line": 132, + "line": 133, "column": 22 } } @@ -10907,31 +11086,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 4632, - 4644 + 4686, + 4698 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 23 }, "end": { - "line": 132, + "line": 133, "column": 35 } } }, "range": [ - 4617, - 4644 + 4671, + 4698 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 8 }, "end": { - "line": 132, + "line": 133, "column": 35 } } @@ -10943,16 +11122,16 @@ "object": { "type": "ThisExpression", "range": [ - 4645, - 4649 + 4699, + 4703 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 36 }, "end": { - "line": 132, + "line": 133, "column": 40 } } @@ -10961,31 +11140,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4650, - 4657 + 4704, + 4711 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 41 }, "end": { - "line": 132, + "line": 133, "column": 48 } } }, "range": [ - 4645, - 4657 + 4699, + 4711 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 36 }, "end": { - "line": 132, + "line": 133, "column": 48 } } @@ -10994,47 +11173,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 4659, - 4662 + 4713, + 4716 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 50 }, "end": { - "line": 132, + "line": 133, "column": 53 } } } ], "range": [ - 4617, - 4663 + 4671, + 4717 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 8 }, "end": { - "line": 132, + "line": 133, "column": 54 } } }, "range": [ - 4617, - 4664 + 4671, + 4718 ], "loc": { "start": { - "line": 132, + "line": 133, "column": 8 }, "end": { - "line": 132, + "line": 133, "column": 55 } } @@ -11048,16 +11227,16 @@ "type": "Identifier", "name": "t", "range": [ - 4677, - 4678 + 4731, + 4732 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 13 } } @@ -11071,16 +11250,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4681, - 4684 + 4735, + 4738 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 16 }, "end": { - "line": 133, + "line": 134, "column": 19 } } @@ -11089,31 +11268,31 @@ "type": "Identifier", "name": "remove", "range": [ - 4685, - 4691 + 4739, + 4745 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 20 }, "end": { - "line": 133, + "line": 134, "column": 26 } } }, "range": [ - 4681, - 4691 + 4735, + 4745 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 16 }, "end": { - "line": 133, + "line": 134, "column": 26 } } @@ -11123,47 +11302,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 4692, - 4695 + 4746, + 4749 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 27 }, "end": { - "line": 133, + "line": 134, "column": 30 } } } ], "range": [ - 4681, - 4696 + 4735, + 4750 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 16 }, "end": { - "line": 133, + "line": 134, "column": 31 } } }, "range": [ - 4677, - 4696 + 4731, + 4750 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 31 } } @@ -11171,16 +11350,16 @@ ], "kind": "let", "range": [ - 4673, - 4697 + 4727, + 4751 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 32 } } @@ -11198,16 +11377,16 @@ "object": { "type": "ThisExpression", "range": [ - 4706, - 4710 + 4760, + 4764 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 12 } } @@ -11216,31 +11395,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4711, - 4718 + 4765, + 4772 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 13 }, "end": { - "line": 134, + "line": 135, "column": 20 } } }, "range": [ - 4706, - 4718 + 4760, + 4772 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 20 } } @@ -11249,31 +11428,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 4719, - 4730 + 4773, + 4784 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 21 }, "end": { - "line": 134, + "line": 135, "column": 32 } } }, "range": [ - 4706, - 4730 + 4760, + 4784 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 32 } } @@ -11283,47 +11462,47 @@ "type": "Identifier", "name": "t", "range": [ - 4731, - 4732 + 4785, + 4786 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 33 }, "end": { - "line": 134, + "line": 135, "column": 34 } } } ], "range": [ - 4706, - 4733 + 4760, + 4787 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 35 } } }, "range": [ - 4706, - 4734 + 4760, + 4788 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 8 }, "end": { - "line": 134, + "line": 135, "column": 36 } }, @@ -11332,16 +11511,16 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4744, - 4783 + 4798, + 4837 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 47 } } @@ -11363,16 +11542,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4795, - 4798 + 4849, + 4852 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 11 }, "end": { - "line": 137, + "line": 138, "column": 14 } } @@ -11381,31 +11560,31 @@ "type": "Identifier", "name": "style", "range": [ - 4799, - 4804 + 4853, + 4858 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 15 }, "end": { - "line": 137, + "line": 138, "column": 20 } } }, "range": [ - 4795, - 4804 + 4849, + 4858 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 11 }, "end": { - "line": 137, + "line": 138, "column": 20 } } @@ -11414,31 +11593,31 @@ "type": "Identifier", "name": "width", "range": [ - 4805, - 4810 + 4859, + 4864 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 21 }, "end": { - "line": 137, + "line": 138, "column": 26 } } }, "range": [ - 4795, - 4810 + 4849, + 4864 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 11 }, "end": { - "line": 137, + "line": 138, "column": 26 } } @@ -11448,31 +11627,31 @@ "value": "", "raw": "''", "range": [ - 4815, - 4817 + 4869, + 4871 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 31 }, "end": { - "line": 137, + "line": 138, "column": 33 } } }, "range": [ - 4795, - 4817 + 4849, + 4871 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 11 }, "end": { - "line": 137, + "line": 138, "column": 33 } } @@ -11495,16 +11674,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4832, - 4835 + 4886, + 4889 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 12 }, "end": { - "line": 138, + "line": 139, "column": 15 } } @@ -11513,31 +11692,31 @@ "type": "Identifier", "name": "style", "range": [ - 4836, - 4841 + 4890, + 4895 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 16 }, "end": { - "line": 138, + "line": 139, "column": 21 } } }, "range": [ - 4832, - 4841 + 4886, + 4895 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 12 }, "end": { - "line": 138, + "line": 139, "column": 21 } } @@ -11546,31 +11725,31 @@ "type": "Identifier", "name": "width", "range": [ - 4842, - 4847 + 4896, + 4901 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 22 }, "end": { - "line": 138, + "line": 139, "column": 27 } } }, "range": [ - 4832, - 4847 + 4886, + 4901 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 12 }, "end": { - "line": 138, + "line": 139, "column": 27 } } @@ -11589,16 +11768,16 @@ "type": "Identifier", "name": "Str", "range": [ - 4851, - 4854 + 4905, + 4908 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 31 }, "end": { - "line": 138, + "line": 139, "column": 34 } } @@ -11607,31 +11786,31 @@ "type": "Identifier", "name": "contains", "range": [ - 4855, - 4863 + 4909, + 4917 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 35 }, "end": { - "line": 138, + "line": 139, "column": 43 } } }, "range": [ - 4851, - 4863 + 4905, + 4917 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 31 }, "end": { - "line": 138, + "line": 139, "column": 43 } } @@ -11642,16 +11821,16 @@ "value": "%", "raw": "'%'", "range": [ - 4864, - 4867 + 4918, + 4921 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 44 }, "end": { - "line": 138, + "line": 139, "column": 47 } } @@ -11660,32 +11839,32 @@ "type": "Identifier", "name": "tblW", "range": [ - 4869, - 4873 + 4923, + 4927 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 49 }, "end": { - "line": 138, + "line": 139, "column": 53 } } } ], "range": [ - 4851, - 4874 + 4905, + 4928 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 31 }, "end": { - "line": 138, + "line": 139, "column": 54 } } @@ -11697,16 +11876,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 4893, - 4896 + 4947, + 4950 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 16 }, "end": { - "line": 139, + "line": 140, "column": 19 } } @@ -11715,31 +11894,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 4897, - 4908 + 4951, + 4962 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 20 }, "end": { - "line": 139, + "line": 140, "column": 31 } } }, "range": [ - 4893, - 4908 + 4947, + 4962 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 16 }, "end": { - "line": 139, + "line": 140, "column": 31 } } @@ -11748,31 +11927,31 @@ "type": "Identifier", "name": "tblW", "range": [ - 4911, - 4915 + 4965, + 4969 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 34 }, "end": { - "line": 139, + "line": 140, "column": 38 } } }, "range": [ - 4851, - 4915 + 4905, + 4969 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 31 }, "end": { - "line": 139, + "line": 140, "column": 38 } } @@ -11782,93 +11961,93 @@ "value": "px", "raw": "'px'", "range": [ - 4919, - 4923 + 4973, + 4977 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 42 }, "end": { - "line": 139, + "line": 140, "column": 46 } } }, "range": [ - 4850, - 4923 + 4904, + 4977 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 30 }, "end": { - "line": 139, + "line": 140, "column": 46 } } }, "range": [ - 4832, - 4923 + 4886, + 4977 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 46 } } }, "range": [ - 4832, - 4924 + 4886, + 4978 ], "loc": { "start": { - "line": 138, + "line": 139, "column": 12 }, "end": { - "line": 139, + "line": 140, "column": 47 } } } ], "range": [ - 4818, - 4934 + 4872, + 4988 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 34 }, "end": { - "line": 140, + "line": 141, "column": 9 } } }, "alternate": null, "range": [ - 4792, - 4934 + 4846, + 4988 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 9 } }, @@ -11877,16 +12056,16 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4744, - 4783 + 4798, + 4837 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 47 } } @@ -11902,16 +12081,16 @@ "type": "Identifier", "name": "d", "range": [ - 4948, - 4949 + 5002, + 5003 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 13 } } @@ -11925,16 +12104,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 4952, - 4955 + 5006, + 5009 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 16 }, "end": { - "line": 142, + "line": 143, "column": 19 } } @@ -11943,31 +12122,31 @@ "type": "Identifier", "name": "remove", "range": [ - 4956, - 4962 + 5010, + 5016 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 20 }, "end": { - "line": 142, + "line": 143, "column": 26 } } }, "range": [ - 4952, - 4962 + 5006, + 5016 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 16 }, "end": { - "line": 142, + "line": 143, "column": 26 } } @@ -11979,16 +12158,16 @@ "object": { "type": "ThisExpression", "range": [ - 4963, - 4967 + 5017, + 5021 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 27 }, "end": { - "line": 142, + "line": 143, "column": 31 } } @@ -11997,62 +12176,62 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4968, - 4975 + 5022, + 5029 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 32 }, "end": { - "line": 142, + "line": 143, "column": 39 } } }, "range": [ - 4963, - 4975 + 5017, + 5029 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 27 }, "end": { - "line": 142, + "line": 143, "column": 39 } } } ], "range": [ - 4952, - 4976 + 5006, + 5030 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 16 }, "end": { - "line": 142, + "line": 143, "column": 40 } } }, "range": [ - 4948, - 4976 + 5002, + 5030 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 40 } } @@ -12060,16 +12239,16 @@ ], "kind": "let", "range": [ - 4944, - 4977 + 4998, + 5031 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 142, + "line": 143, "column": 41 } } @@ -12087,16 +12266,16 @@ "object": { "type": "ThisExpression", "range": [ - 4986, - 4990 + 5040, + 5044 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 12 } } @@ -12105,31 +12284,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 4991, - 5002 + 5045, + 5056 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 13 }, "end": { - "line": 143, + "line": 144, "column": 24 } } }, "range": [ - 4986, - 5002 + 5040, + 5056 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 24 } } @@ -12138,31 +12317,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 5003, - 5014 + 5057, + 5068 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 25 }, "end": { - "line": 143, + "line": 144, "column": 36 } } }, "range": [ - 4986, - 5014 + 5040, + 5068 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 36 } } @@ -12172,47 +12351,47 @@ "type": "Identifier", "name": "d", "range": [ - 5015, - 5016 + 5069, + 5070 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 37 }, "end": { - "line": 143, + "line": 144, "column": 38 } } } ], "range": [ - 4986, - 5017 + 5040, + 5071 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 39 } } }, "range": [ - 4986, - 5018 + 5040, + 5072 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 40 } }, @@ -12221,16 +12400,16 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5028, - 5081 + 5082, + 5135 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 61 } } @@ -12248,16 +12427,16 @@ "object": { "type": "ThisExpression", "range": [ - 5090, - 5094 + 5144, + 5148 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 12 } } @@ -12266,31 +12445,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5095, - 5106 + 5149, + 5160 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 13 }, "end": { - "line": 146, + "line": 147, "column": 24 } } }, "range": [ - 5090, - 5106 + 5144, + 5160 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 24 } } @@ -12304,16 +12483,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 5109, - 5112 + 5163, + 5166 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 27 }, "end": { - "line": 146, + "line": 147, "column": 30 } } @@ -12322,31 +12501,31 @@ "type": "Identifier", "name": "create", "range": [ - 5113, - 5119 + 5167, + 5173 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 31 }, "end": { - "line": 146, + "line": 147, "column": 37 } } }, "range": [ - 5109, - 5119 + 5163, + 5173 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 27 }, "end": { - "line": 146, + "line": 147, "column": 37 } } @@ -12357,16 +12536,16 @@ "value": "div", "raw": "'div'", "range": [ - 5133, - 5138 + 5187, + 5192 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 17 } } @@ -12379,16 +12558,16 @@ "value": "id", "raw": "'id'", "range": [ - 5140, - 5144 + 5194, + 5198 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 19 }, "end": { - "line": 147, + "line": 148, "column": 23 } } @@ -12402,16 +12581,16 @@ "object": { "type": "ThisExpression", "range": [ - 5146, - 5150 + 5200, + 5204 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 25 }, "end": { - "line": 147, + "line": 148, "column": 29 } } @@ -12420,31 +12599,31 @@ "type": "Identifier", "name": "prfxHeadTblCont", "range": [ - 5151, - 5166 + 5205, + 5220 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 30 }, "end": { - "line": 147, + "line": 148, "column": 45 } } }, "range": [ - 5146, - 5166 + 5200, + 5220 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 25 }, "end": { - "line": 147, + "line": 148, "column": 45 } } @@ -12456,16 +12635,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5169, - 5171 + 5223, + 5225 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 48 }, "end": { - "line": 147, + "line": 148, "column": 50 } } @@ -12474,108 +12653,108 @@ "type": "Identifier", "name": "id", "range": [ - 5172, - 5174 + 5226, + 5228 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 51 }, "end": { - "line": 147, + "line": 148, "column": 53 } } }, "range": [ - 5169, - 5174 + 5223, + 5228 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 48 }, "end": { - "line": 147, + "line": 148, "column": 53 } } }, "range": [ - 5146, - 5174 + 5200, + 5228 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 25 }, "end": { - "line": 147, + "line": 148, "column": 53 } } } ], "range": [ - 5139, - 5175 + 5193, + 5229 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 18 }, "end": { - "line": 147, + "line": 148, "column": 54 } } } ], "range": [ - 5109, - 5176 + 5163, + 5230 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 27 }, "end": { - "line": 147, + "line": 148, "column": 55 } } }, "range": [ - 5090, - 5176 + 5144, + 5230 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 147, + "line": 148, "column": 55 } } }, "range": [ - 5090, - 5177 + 5144, + 5231 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 147, + "line": 148, "column": 56 } }, @@ -12584,16 +12763,16 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5028, - 5081 + 5082, + 5135 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 61 } } @@ -12614,16 +12793,16 @@ "object": { "type": "ThisExpression", "range": [ - 5186, - 5190 + 5240, + 5244 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 12 } } @@ -12632,31 +12811,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5191, - 5202 + 5245, + 5256 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 13 }, "end": { - "line": 148, + "line": 149, "column": 24 } } }, "range": [ - 5186, - 5202 + 5240, + 5256 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 24 } } @@ -12665,31 +12844,31 @@ "type": "Identifier", "name": "className", "range": [ - 5203, - 5212 + 5257, + 5266 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 25 }, "end": { - "line": 148, + "line": 149, "column": 34 } } }, "range": [ - 5186, - 5212 + 5240, + 5266 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 34 } } @@ -12700,16 +12879,16 @@ "object": { "type": "ThisExpression", "range": [ - 5215, - 5219 + 5269, + 5273 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 37 }, "end": { - "line": 148, + "line": 149, "column": 41 } } @@ -12718,61 +12897,61 @@ "type": "Identifier", "name": "gridHeadContCssClass", "range": [ - 5220, - 5240 + 5274, + 5294 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 42 }, "end": { - "line": 148, + "line": 149, "column": 62 } } }, "range": [ - 5215, - 5240 + 5269, + 5294 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 37 }, "end": { - "line": 148, + "line": 149, "column": 62 } } }, "range": [ - 5186, - 5240 + 5240, + 5294 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 62 } } }, "range": [ - 5186, - 5241 + 5240, + 5295 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 63 } } @@ -12785,16 +12964,16 @@ "object": { "type": "ThisExpression", "range": [ - 5253, - 5257 + 5307, + 5311 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 11 }, "end": { - "line": 149, + "line": 150, "column": 15 } } @@ -12803,31 +12982,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5258, - 5267 + 5312, + 5321 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 16 }, "end": { - "line": 149, + "line": 150, "column": 25 } } }, "range": [ - 5253, - 5267 + 5307, + 5321 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 11 }, "end": { - "line": 149, + "line": 150, "column": 25 } } @@ -12851,16 +13030,16 @@ "object": { "type": "ThisExpression", "range": [ - 5285, - 5289 + 5339, + 5343 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 15 }, "end": { - "line": 150, + "line": 151, "column": 19 } } @@ -12869,31 +13048,31 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5290, - 5299 + 5344, + 5353 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 20 }, "end": { - "line": 150, + "line": 151, "column": 29 } } }, "range": [ - 5285, - 5299 + 5339, + 5353 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 15 }, "end": { - "line": 150, + "line": 151, "column": 29 } } @@ -12902,31 +13081,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5300, - 5307 + 5354, + 5361 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 30 }, "end": { - "line": 150, + "line": 151, "column": 37 } } }, "range": [ - 5285, - 5307 + 5339, + 5361 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 15 }, "end": { - "line": 150, + "line": 151, "column": 37 } } @@ -12937,32 +13116,32 @@ "value": "%", "raw": "'%'", "range": [ - 5308, - 5311 + 5362, + 5365 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 38 }, "end": { - "line": 150, + "line": 151, "column": 41 } } } ], "range": [ - 5285, - 5312 + 5339, + 5366 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 15 }, "end": { - "line": 150, + "line": 151, "column": 42 } } @@ -12975,47 +13154,47 @@ "value": 1, "raw": "1", "range": [ - 5317, - 5318 + 5371, + 5372 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 47 }, "end": { - "line": 150, + "line": 151, "column": 48 } } }, "prefix": true, "range": [ - 5316, - 5318 + 5370, + 5372 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 46 }, "end": { - "line": 150, + "line": 151, "column": 48 } } }, "range": [ - 5285, - 5318 + 5339, + 5372 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 15 }, "end": { - "line": 150, + "line": 151, "column": 48 } } @@ -13040,16 +13219,16 @@ "object": { "type": "ThisExpression", "range": [ - 5337, - 5341 + 5391, + 5395 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 16 }, "end": { - "line": 151, + "line": 152, "column": 20 } } @@ -13058,31 +13237,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5342, - 5353 + 5396, + 5407 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 21 }, "end": { - "line": 151, + "line": 152, "column": 32 } } }, "range": [ - 5337, - 5353 + 5391, + 5407 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 16 }, "end": { - "line": 151, + "line": 152, "column": 32 } } @@ -13091,31 +13270,31 @@ "type": "Identifier", "name": "style", "range": [ - 5354, - 5359 + 5408, + 5413 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 33 }, "end": { - "line": 151, + "line": 152, "column": 38 } } }, "range": [ - 5337, - 5359 + 5391, + 5413 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 16 }, "end": { - "line": 151, + "line": 152, "column": 38 } } @@ -13124,31 +13303,31 @@ "type": "Identifier", "name": "width", "range": [ - 5360, - 5365 + 5414, + 5419 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 39 }, "end": { - "line": 151, + "line": 152, "column": 44 } } }, "range": [ - 5337, - 5365 + 5391, + 5419 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 16 }, "end": { - "line": 151, + "line": 152, "column": 44 } } @@ -13158,62 +13337,62 @@ "value": "100%", "raw": "'100%'", "range": [ - 5368, - 5374 + 5422, + 5428 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 47 }, "end": { - "line": 151, + "line": 152, "column": 53 } } }, "range": [ - 5337, - 5374 + 5391, + 5428 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 16 }, "end": { - "line": 151, + "line": 152, "column": 53 } } }, "range": [ - 5337, - 5375 + 5391, + 5429 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 16 }, "end": { - "line": 151, + "line": 152, "column": 54 } } } ], "range": [ - 5319, - 5389 + 5373, + 5443 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 49 }, "end": { - "line": 152, + "line": 153, "column": 13 } } @@ -13238,16 +13417,16 @@ "object": { "type": "ThisExpression", "range": [ - 5413, - 5417 + 5467, + 5471 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 20 } } @@ -13256,31 +13435,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5418, - 5429 + 5472, + 5483 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 21 }, "end": { - "line": 153, + "line": 154, "column": 32 } } }, "range": [ - 5413, - 5429 + 5467, + 5483 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 32 } } @@ -13289,31 +13468,31 @@ "type": "Identifier", "name": "style", "range": [ - 5430, - 5435 + 5484, + 5489 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 33 }, "end": { - "line": 153, + "line": 154, "column": 38 } } }, "range": [ - 5413, - 5435 + 5467, + 5489 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 38 } } @@ -13322,31 +13501,31 @@ "type": "Identifier", "name": "width", "range": [ - 5436, - 5441 + 5490, + 5495 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 39 }, "end": { - "line": 153, + "line": 154, "column": 44 } } }, "range": [ - 5413, - 5441 + 5467, + 5495 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 44 } } @@ -13357,16 +13536,16 @@ "object": { "type": "ThisExpression", "range": [ - 5444, - 5448 + 5498, + 5502 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 47 }, "end": { - "line": 153, + "line": 154, "column": 51 } } @@ -13375,124 +13554,124 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5449, - 5458 + 5503, + 5512 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 52 }, "end": { - "line": 153, + "line": 154, "column": 61 } } }, "range": [ - 5444, - 5458 + 5498, + 5512 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 47 }, "end": { - "line": 153, + "line": 154, "column": 61 } } }, "range": [ - 5413, - 5458 + 5467, + 5512 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 61 } } }, "range": [ - 5413, - 5459 + 5467, + 5513 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 16 }, "end": { - "line": 153, + "line": 154, "column": 62 } } } ], "range": [ - 5395, - 5473 + 5449, + 5527 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 19 }, "end": { - "line": 154, + "line": 155, "column": 13 } } }, "range": [ - 5282, - 5473 + 5336, + 5527 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 12 }, "end": { - "line": 154, + "line": 155, "column": 13 } } } ], "range": [ - 5268, - 5483 + 5322, + 5537 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 26 }, "end": { - "line": 155, + "line": 156, "column": 9 } } }, "alternate": null, "range": [ - 5250, - 5483 + 5304, + 5537 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 9 } }, @@ -13501,16 +13680,16 @@ "type": "Line", "value": "Headers table", "range": [ - 5493, - 5508 + 5547, + 5562 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 23 } } @@ -13528,16 +13707,16 @@ "object": { "type": "ThisExpression", "range": [ - 5517, - 5521 + 5571, + 5575 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 12 } } @@ -13546,31 +13725,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 5522, - 5529 + 5576, + 5583 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 13 }, "end": { - "line": 158, + "line": 159, "column": 20 } } }, "range": [ - 5517, - 5529 + 5571, + 5583 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 20 } } @@ -13584,16 +13763,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 5532, - 5535 + 5586, + 5589 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 23 }, "end": { - "line": 158, + "line": 159, "column": 26 } } @@ -13602,31 +13781,31 @@ "type": "Identifier", "name": "create", "range": [ - 5536, - 5542 + 5590, + 5596 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 27 }, "end": { - "line": 158, + "line": 159, "column": 33 } } }, "range": [ - 5532, - 5542 + 5586, + 5596 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 23 }, "end": { - "line": 158, + "line": 159, "column": 33 } } @@ -13637,16 +13816,16 @@ "value": "table", "raw": "'table'", "range": [ - 5543, - 5550 + 5597, + 5604 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 34 }, "end": { - "line": 158, + "line": 159, "column": 41 } } @@ -13659,16 +13838,16 @@ "value": "id", "raw": "'id'", "range": [ - 5553, - 5557 + 5607, + 5611 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 44 }, "end": { - "line": 158, + "line": 159, "column": 48 } } @@ -13682,16 +13861,16 @@ "object": { "type": "ThisExpression", "range": [ - 5559, - 5563 + 5613, + 5617 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 50 }, "end": { - "line": 158, + "line": 159, "column": 54 } } @@ -13700,31 +13879,31 @@ "type": "Identifier", "name": "prfxHeadTbl", "range": [ - 5564, - 5575 + 5618, + 5629 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 55 }, "end": { - "line": 158, + "line": 159, "column": 66 } } }, "range": [ - 5559, - 5575 + 5613, + 5629 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 50 }, "end": { - "line": 158, + "line": 159, "column": 66 } } @@ -13736,16 +13915,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5578, - 5580 + 5632, + 5634 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 69 }, "end": { - "line": 158, + "line": 159, "column": 71 } } @@ -13754,108 +13933,108 @@ "type": "Identifier", "name": "id", "range": [ - 5581, - 5583 + 5635, + 5637 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 72 }, "end": { - "line": 158, + "line": 159, "column": 74 } } }, "range": [ - 5578, - 5583 + 5632, + 5637 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 69 }, "end": { - "line": 158, + "line": 159, "column": 74 } } }, "range": [ - 5559, - 5583 + 5613, + 5637 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 50 }, "end": { - "line": 158, + "line": 159, "column": 74 } } } ], "range": [ - 5552, - 5584 + 5606, + 5638 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 43 }, "end": { - "line": 158, + "line": 159, "column": 75 } } } ], "range": [ - 5532, - 5585 + 5586, + 5639 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 23 }, "end": { - "line": 158, + "line": 159, "column": 76 } } }, "range": [ - 5517, - 5585 + 5571, + 5639 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 76 } } }, "range": [ - 5517, - 5586 + 5571, + 5640 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 77 } }, @@ -13864,16 +14043,16 @@ "type": "Line", "value": "Headers table", "range": [ - 5493, - 5508 + 5547, + 5562 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 23 } } @@ -13889,16 +14068,16 @@ "type": "Identifier", "name": "tH", "range": [ - 5599, - 5601 + 5653, + 5655 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 12 }, "end": { - "line": 159, + "line": 160, "column": 14 } } @@ -13912,16 +14091,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 5604, - 5607 + 5658, + 5661 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 17 }, "end": { - "line": 159, + "line": 160, "column": 20 } } @@ -13930,31 +14109,31 @@ "type": "Identifier", "name": "create", "range": [ - 5608, - 5614 + 5662, + 5668 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 21 }, "end": { - "line": 159, + "line": 160, "column": 27 } } }, "range": [ - 5604, - 5614 + 5658, + 5668 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 17 }, "end": { - "line": 159, + "line": 160, "column": 27 } } @@ -13965,47 +14144,47 @@ "value": "tHead", "raw": "'tHead'", "range": [ - 5615, - 5622 + 5669, + 5676 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 28 }, "end": { - "line": 159, + "line": 160, "column": 35 } } } ], "range": [ - 5604, - 5623 + 5658, + 5677 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 17 }, "end": { - "line": 159, + "line": 160, "column": 36 } } }, "range": [ - 5599, - 5623 + 5653, + 5677 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 12 }, "end": { - "line": 159, + "line": 160, "column": 36 } } @@ -14013,16 +14192,16 @@ ], "kind": "let", "range": [ - 5595, - 5624 + 5649, + 5678 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 37 } }, @@ -14031,16 +14210,16 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5634, - 5691 + 5688, + 5745 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 161, + "line": 162, "column": 65 } } @@ -14049,16 +14228,16 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5700, - 5740 + 5754, + 5794 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 162, + "line": 163, "column": 48 } } @@ -14074,16 +14253,16 @@ "type": "Identifier", "name": "hRow", "range": [ - 5753, - 5757 + 5807, + 5811 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 12 }, "end": { - "line": 163, + "line": 164, "column": 16 } } @@ -14098,16 +14277,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 5760, - 5763 + 5814, + 5817 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 19 }, "end": { - "line": 163, + "line": 164, "column": 22 } } @@ -14116,31 +14295,31 @@ "type": "Identifier", "name": "rows", "range": [ - 5764, - 5768 + 5818, + 5822 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 23 }, "end": { - "line": 163, + "line": 164, "column": 27 } } }, "range": [ - 5760, - 5768 + 5814, + 5822 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 19 }, "end": { - "line": 163, + "line": 164, "column": 27 } } @@ -14151,16 +14330,16 @@ "object": { "type": "ThisExpression", "range": [ - 5769, - 5773 + 5823, + 5827 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 28 }, "end": { - "line": 163, + "line": 164, "column": 32 } } @@ -14169,61 +14348,61 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 5774, - 5790 + 5828, + 5844 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 33 }, "end": { - "line": 163, + "line": 164, "column": 49 } } }, "range": [ - 5769, - 5790 + 5823, + 5844 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 28 }, "end": { - "line": 163, + "line": 164, "column": 49 } } }, "range": [ - 5760, - 5791 + 5814, + 5845 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 19 }, "end": { - "line": 163, + "line": 164, "column": 50 } } }, "range": [ - 5753, - 5791 + 5807, + 5845 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 12 }, "end": { - "line": 163, + "line": 164, "column": 50 } } @@ -14231,16 +14410,16 @@ ], "kind": "let", "range": [ - 5749, - 5792 + 5803, + 5846 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 51 } }, @@ -14249,16 +14428,16 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5634, - 5691 + 5688, + 5745 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 161, + "line": 162, "column": 65 } } @@ -14267,16 +14446,16 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5700, - 5740 + 5754, + 5794 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 162, + "line": 163, "column": 48 } } @@ -14292,16 +14471,16 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 5805, - 5817 + 5859, + 5871 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 12 }, "end": { - "line": 164, + "line": 165, "column": 24 } } @@ -14310,31 +14489,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5820, - 5822 + 5874, + 5876 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 27 }, "end": { - "line": 164, + "line": 165, "column": 29 } } }, "range": [ - 5805, - 5822 + 5859, + 5876 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 12 }, "end": { - "line": 164, + "line": 165, "column": 29 } } @@ -14342,16 +14521,16 @@ ], "kind": "let", "range": [ - 5801, - 5823 + 5855, + 5877 ], "loc": { "start": { - "line": 164, + "line": 165, "column": 8 }, "end": { - "line": 164, + "line": 165, "column": 30 } } @@ -14367,16 +14546,16 @@ "type": "Identifier", "name": "n", "range": [ - 5840, - 5841 + 5894, + 5895 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 16 }, "end": { - "line": 165, + "line": 166, "column": 17 } } @@ -14386,31 +14565,31 @@ "value": 0, "raw": "0", "range": [ - 5842, - 5843 + 5896, + 5897 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 18 }, "end": { - "line": 165, + "line": 166, "column": 19 } } }, "range": [ - 5840, - 5843 + 5894, + 5897 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 16 }, "end": { - "line": 165, + "line": 166, "column": 19 } } @@ -14418,16 +14597,16 @@ ], "kind": "let", "range": [ - 5836, - 5843 + 5890, + 5897 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 12 }, "end": { - "line": 165, + "line": 166, "column": 19 } } @@ -14439,16 +14618,16 @@ "type": "Identifier", "name": "n", "range": [ - 5845, - 5846 + 5899, + 5900 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 21 }, "end": { - "line": 165, + "line": 166, "column": 22 } } @@ -14460,16 +14639,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5847, - 5849 + 5901, + 5903 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 23 }, "end": { - "line": 165, + "line": 166, "column": 25 } } @@ -14478,46 +14657,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5850, - 5857 + 5904, + 5911 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 26 }, "end": { - "line": 165, + "line": 166, "column": 33 } } }, "range": [ - 5847, - 5857 + 5901, + 5911 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 23 }, "end": { - "line": 165, + "line": 166, "column": 33 } } }, "range": [ - 5845, - 5857 + 5899, + 5911 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 21 }, "end": { - "line": 165, + "line": 166, "column": 33 } } @@ -14529,32 +14708,32 @@ "type": "Identifier", "name": "n", "range": [ - 5859, - 5860 + 5913, + 5914 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 35 }, "end": { - "line": 165, + "line": 166, "column": 36 } } }, "prefix": false, "range": [ - 5859, - 5862 + 5913, + 5916 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 35 }, "end": { - "line": 165, + "line": 166, "column": 38 } } @@ -14571,16 +14750,16 @@ "type": "Identifier", "name": "c", "range": [ - 5881, - 5882 + 5935, + 5936 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 16 }, "end": { - "line": 166, + "line": 167, "column": 17 } } @@ -14595,16 +14774,16 @@ "type": "Identifier", "name": "hRow", "range": [ - 5885, - 5889 + 5939, + 5943 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 20 }, "end": { - "line": 166, + "line": 167, "column": 24 } } @@ -14613,31 +14792,31 @@ "type": "Identifier", "name": "cells", "range": [ - 5890, - 5895 + 5944, + 5949 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 25 }, "end": { - "line": 166, + "line": 167, "column": 30 } } }, "range": [ - 5885, - 5895 + 5939, + 5949 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 20 }, "end": { - "line": 166, + "line": 167, "column": 30 } } @@ -14646,46 +14825,46 @@ "type": "Identifier", "name": "n", "range": [ - 5896, - 5897 + 5950, + 5951 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 31 }, "end": { - "line": 166, + "line": 167, "column": 32 } } }, "range": [ - 5885, - 5898 + 5939, + 5952 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 20 }, "end": { - "line": 166, + "line": 167, "column": 33 } } }, "range": [ - 5881, - 5898 + 5935, + 5952 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 16 }, "end": { - "line": 166, + "line": 167, "column": 33 } } @@ -14693,16 +14872,16 @@ ], "kind": "let", "range": [ - 5877, - 5899 + 5931, + 5953 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 167, "column": 34 } } @@ -14716,16 +14895,16 @@ "type": "Identifier", "name": "thId", "range": [ - 5916, - 5920 + 5970, + 5974 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 16 }, "end": { - "line": 167, + "line": 168, "column": 20 } } @@ -14739,16 +14918,16 @@ "type": "Identifier", "name": "c", "range": [ - 5923, - 5924 + 5977, + 5978 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 23 }, "end": { - "line": 167, + "line": 168, "column": 24 } } @@ -14757,31 +14936,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 5925, - 5937 + 5979, + 5991 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 25 }, "end": { - "line": 167, + "line": 168, "column": 37 } } }, "range": [ - 5923, - 5937 + 5977, + 5991 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 23 }, "end": { - "line": 167, + "line": 168, "column": 37 } } @@ -14792,47 +14971,47 @@ "value": "id", "raw": "'id'", "range": [ - 5938, - 5942 + 5992, + 5996 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 38 }, "end": { - "line": 167, + "line": 168, "column": 42 } } } ], "range": [ - 5923, - 5943 + 5977, + 5997 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 23 }, "end": { - "line": 167, + "line": 168, "column": 43 } } }, "range": [ - 5916, - 5943 + 5970, + 5997 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 16 }, "end": { - "line": 167, + "line": 168, "column": 43 } } @@ -14840,16 +15019,16 @@ ], "kind": "let", "range": [ - 5912, - 5944 + 5966, + 5998 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 44 } } @@ -14866,32 +15045,32 @@ "type": "Identifier", "name": "thId", "range": [ - 5961, - 5965 + 6015, + 6019 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 16 }, "end": { - "line": 168, + "line": 169, "column": 20 } } }, "prefix": true, "range": [ - 5960, - 5965 + 6014, + 6019 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 15 }, "end": { - "line": 168, + "line": 169, "column": 20 } } @@ -14903,16 +15082,16 @@ "type": "Identifier", "name": "thId", "range": [ - 5969, - 5973 + 6023, + 6027 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 24 }, "end": { - "line": 168, + "line": 169, "column": 28 } } @@ -14922,46 +15101,46 @@ "value": "", "raw": "''", "range": [ - 5976, - 5978 + 6030, + 6032 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 31 }, "end": { - "line": 168, + "line": 169, "column": 33 } } }, "range": [ - 5969, - 5978 + 6023, + 6032 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 24 }, "end": { - "line": 168, + "line": 169, "column": 33 } } }, "range": [ - 5960, - 5978 + 6014, + 6032 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 15 }, "end": { - "line": 168, + "line": 169, "column": 33 } } @@ -14978,16 +15157,16 @@ "type": "Identifier", "name": "thId", "range": [ - 5997, - 6001 + 6051, + 6055 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 20 } } @@ -15007,16 +15186,16 @@ "object": { "type": "ThisExpression", "range": [ - 6004, - 6008 + 6058, + 6062 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 27 } } @@ -15025,31 +15204,31 @@ "type": "Identifier", "name": "prfxGridTh", "range": [ - 6009, - 6019 + 6063, + 6073 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 28 }, "end": { - "line": 169, + "line": 170, "column": 38 } } }, "range": [ - 6004, - 6019 + 6058, + 6073 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 38 } } @@ -15058,31 +15237,31 @@ "type": "Identifier", "name": "n", "range": [ - 6020, - 6021 + 6074, + 6075 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 39 }, "end": { - "line": 169, + "line": 170, "column": 40 } } }, "range": [ - 6004, - 6021 + 6058, + 6075 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 40 } } @@ -15092,31 +15271,31 @@ "value": "_", "raw": "'_'", "range": [ - 6022, - 6025 + 6076, + 6079 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 41 }, "end": { - "line": 169, + "line": 170, "column": 44 } } }, "range": [ - 6004, - 6025 + 6058, + 6079 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 44 } } @@ -15128,16 +15307,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6026, - 6028 + 6080, + 6082 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 45 }, "end": { - "line": 169, + "line": 170, "column": 47 } } @@ -15146,76 +15325,76 @@ "type": "Identifier", "name": "id", "range": [ - 6029, - 6031 + 6083, + 6085 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 48 }, "end": { - "line": 169, + "line": 170, "column": 50 } } }, "range": [ - 6026, - 6031 + 6080, + 6085 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 45 }, "end": { - "line": 169, + "line": 170, "column": 50 } } }, "range": [ - 6004, - 6031 + 6058, + 6085 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 50 } } }, "range": [ - 5997, - 6031 + 6051, + 6085 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 50 } } }, "range": [ - 5997, - 6032 + 6051, + 6086 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 16 }, "end": { - "line": 169, + "line": 170, "column": 51 } } @@ -15231,16 +15410,16 @@ "type": "Identifier", "name": "c", "range": [ - 6049, - 6050 + 6103, + 6104 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 17 } } @@ -15249,31 +15428,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 6051, - 6063 + 6105, + 6117 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 18 }, "end": { - "line": 170, + "line": 171, "column": 30 } } }, "range": [ - 6049, - 6063 + 6103, + 6117 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 30 } } @@ -15284,16 +15463,16 @@ "value": "id", "raw": "'id'", "range": [ - 6064, - 6068 + 6118, + 6122 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 31 }, "end": { - "line": 170, + "line": 171, "column": 35 } } @@ -15302,79 +15481,79 @@ "type": "Identifier", "name": "thId", "range": [ - 6070, - 6074 + 6124, + 6128 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 37 }, "end": { - "line": 170, + "line": 171, "column": 41 } } } ], "range": [ - 6049, - 6075 + 6103, + 6129 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 42 } } }, "range": [ - 6049, - 6076 + 6103, + 6130 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 16 }, "end": { - "line": 170, + "line": 171, "column": 43 } } } ], "range": [ - 5979, - 6090 + 6033, + 6144 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 34 }, "end": { - "line": 171, + "line": 172, "column": 13 } } }, "alternate": null, "range": [ - 5957, - 6090 + 6011, + 6144 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 171, + "line": 172, "column": 13 } } @@ -15390,16 +15569,16 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 6103, - 6115 + 6157, + 6169 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 24 } } @@ -15408,31 +15587,31 @@ "type": "Identifier", "name": "push", "range": [ - 6116, - 6120 + 6170, + 6174 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 25 }, "end": { - "line": 172, + "line": 173, "column": 29 } } }, "range": [ - 6103, - 6120 + 6157, + 6174 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 29 } } @@ -15442,78 +15621,78 @@ "type": "Identifier", "name": "thId", "range": [ - 6121, - 6125 + 6175, + 6179 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 30 }, "end": { - "line": 172, + "line": 173, "column": 34 } } } ], "range": [ - 6103, - 6126 + 6157, + 6180 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 35 } } }, "range": [ - 6103, - 6127 + 6157, + 6181 ], "loc": { "start": { - "line": 172, + "line": 173, "column": 12 }, "end": { - "line": 172, + "line": 173, "column": 36 } } } ], "range": [ - 5863, - 6137 + 5917, + 6191 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 39 }, "end": { - "line": 173, + "line": 174, "column": 9 } } }, "range": [ - 5832, - 6137 + 5886, + 6191 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 173, + "line": 174, "column": 9 } }, @@ -15522,16 +15701,16 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6147, - 6171 + 6201, + 6225 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 32 } } @@ -15547,16 +15726,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 6184, - 6194 + 6238, + 6248 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 12 }, "end": { - "line": 176, + "line": 177, "column": 22 } } @@ -15570,16 +15749,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6197, - 6200 + 6251, + 6254 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 25 }, "end": { - "line": 176, + "line": 177, "column": 28 } } @@ -15588,31 +15767,31 @@ "type": "Identifier", "name": "create", "range": [ - 6201, - 6207 + 6255, + 6261 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 29 }, "end": { - "line": 176, + "line": 177, "column": 35 } } }, "range": [ - 6197, - 6207 + 6251, + 6261 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 25 }, "end": { - "line": 176, + "line": 177, "column": 35 } } @@ -15623,47 +15802,47 @@ "value": "tr", "raw": "'tr'", "range": [ - 6208, - 6212 + 6262, + 6266 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 36 }, "end": { - "line": 176, + "line": 177, "column": 40 } } } ], "range": [ - 6197, - 6213 + 6251, + 6267 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 25 }, "end": { - "line": 176, + "line": 177, "column": 41 } } }, "range": [ - 6184, - 6213 + 6238, + 6267 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 12 }, "end": { - "line": 176, + "line": 177, "column": 41 } } @@ -15671,16 +15850,16 @@ ], "kind": "let", "range": [ - 6180, - 6214 + 6234, + 6268 ], "loc": { "start": { - "line": 176, + "line": 177, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 42 } }, @@ -15689,16 +15868,16 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6147, - 6171 + 6201, + 6225 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 32 } } @@ -15716,16 +15895,16 @@ "object": { "type": "ThisExpression", "range": [ - 6226, - 6230 + 6280, + 6284 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 11 }, "end": { - "line": 177, + "line": 178, "column": 15 } } @@ -15734,31 +15913,31 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 6231, - 6248 + 6285, + 6302 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 16 }, "end": { - "line": 177, + "line": 178, "column": 33 } } }, "range": [ - 6226, - 6248 + 6280, + 6302 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 11 }, "end": { - "line": 177, + "line": 178, "column": 33 } } @@ -15770,16 +15949,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6252, - 6254 + 6306, + 6308 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 37 }, "end": { - "line": 177, + "line": 178, "column": 39 } } @@ -15788,46 +15967,46 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 6255, - 6262 + 6309, + 6316 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 40 }, "end": { - "line": 177, + "line": 178, "column": 47 } } }, "range": [ - 6252, - 6262 + 6306, + 6316 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 37 }, "end": { - "line": 177, + "line": 178, "column": 47 } } }, "range": [ - 6226, - 6262 + 6280, + 6316 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 11 }, "end": { - "line": 177, + "line": 178, "column": 47 } } @@ -15847,16 +16026,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6277, - 6279 + 6331, + 6333 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 14 } } @@ -15865,31 +16044,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 6280, - 6297 + 6334, + 6351 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 15 }, "end": { - "line": 178, + "line": 179, "column": 32 } } }, "range": [ - 6277, - 6297 + 6331, + 6351 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 32 } } @@ -15898,46 +16077,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 6300, - 6302 + 6354, + 6356 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 35 }, "end": { - "line": 178, + "line": 179, "column": 37 } } }, "range": [ - 6277, - 6302 + 6331, + 6356 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 37 } } }, "range": [ - 6277, - 6303 + 6331, + 6357 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 38 } } @@ -15953,16 +16132,16 @@ "type": "Identifier", "name": "j", "range": [ - 6324, - 6325 + 6378, + 6379 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 20 }, "end": { - "line": 179, + "line": 180, "column": 21 } } @@ -15972,31 +16151,31 @@ "value": 0, "raw": "0", "range": [ - 6326, - 6327 + 6380, + 6381 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 22 }, "end": { - "line": 179, + "line": 180, "column": 23 } } }, "range": [ - 6324, - 6327 + 6378, + 6381 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 20 }, "end": { - "line": 179, + "line": 180, "column": 23 } } @@ -16004,16 +16183,16 @@ ], "kind": "let", "range": [ - 6320, - 6327 + 6374, + 6381 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 16 }, "end": { - "line": 179, + "line": 180, "column": 23 } } @@ -16025,16 +16204,16 @@ "type": "Identifier", "name": "j", "range": [ - 6329, - 6330 + 6383, + 6384 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 25 }, "end": { - "line": 179, + "line": 180, "column": 26 } } @@ -16046,16 +16225,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6331, - 6333 + 6385, + 6387 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 27 }, "end": { - "line": 179, + "line": 180, "column": 29 } } @@ -16064,46 +16243,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 6334, - 6341 + 6388, + 6395 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 30 }, "end": { - "line": 179, + "line": 180, "column": 37 } } }, "range": [ - 6331, - 6341 + 6385, + 6395 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 27 }, "end": { - "line": 179, + "line": 180, "column": 37 } } }, "range": [ - 6329, - 6341 + 6383, + 6395 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 25 }, "end": { - "line": 179, + "line": 180, "column": 37 } } @@ -16115,32 +16294,32 @@ "type": "Identifier", "name": "j", "range": [ - 6343, - 6344 + 6397, + 6398 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 39 }, "end": { - "line": 179, + "line": 180, "column": 40 } } }, "prefix": false, "range": [ - 6343, - 6346 + 6397, + 6400 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 39 }, "end": { - "line": 179, + "line": 180, "column": 42 } } @@ -16157,16 +16336,16 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6369, - 6376 + 6423, + 6430 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 20 }, "end": { - "line": 180, + "line": 181, "column": 27 } } @@ -16187,16 +16366,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6379, - 6381 + 6433, + 6435 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 30 }, "end": { - "line": 180, + "line": 181, "column": 32 } } @@ -16205,31 +16384,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 6382, - 6389 + 6436, + 6443 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 33 }, "end": { - "line": 180, + "line": 181, "column": 40 } } }, "range": [ - 6379, - 6389 + 6433, + 6443 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 30 }, "end": { - "line": 180, + "line": 181, "column": 40 } } @@ -16238,31 +16417,31 @@ "type": "Identifier", "name": "j", "range": [ - 6390, - 6391 + 6444, + 6445 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 41 }, "end": { - "line": 180, + "line": 181, "column": 42 } } }, "range": [ - 6379, - 6391 + 6433, + 6445 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 30 }, "end": { - "line": 180, + "line": 181, "column": 42 } } @@ -16273,16 +16452,16 @@ "object": { "type": "ThisExpression", "range": [ - 6393, - 6397 + 6447, + 6451 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 44 }, "end": { - "line": 180, + "line": 181, "column": 48 } } @@ -16291,46 +16470,46 @@ "type": "Identifier", "name": "prfxGridFltTd", "range": [ - 6398, - 6411 + 6452, + 6465 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 49 }, "end": { - "line": 180, + "line": 181, "column": 62 } } }, "range": [ - 6393, - 6411 + 6447, + 6465 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 44 }, "end": { - "line": 180, + "line": 181, "column": 62 } } }, "range": [ - 6379, - 6411 + 6433, + 6465 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 30 }, "end": { - "line": 180, + "line": 181, "column": 62 } } @@ -16342,16 +16521,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6413, - 6415 + 6467, + 6469 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 64 }, "end": { - "line": 180, + "line": 181, "column": 66 } } @@ -16360,61 +16539,61 @@ "type": "Identifier", "name": "id", "range": [ - 6416, - 6418 + 6470, + 6472 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 67 }, "end": { - "line": 180, + "line": 181, "column": 69 } } }, "range": [ - 6413, - 6418 + 6467, + 6472 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 64 }, "end": { - "line": 180, + "line": 181, "column": 69 } } }, "range": [ - 6379, - 6418 + 6433, + 6472 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 30 }, "end": { - "line": 180, + "line": 181, "column": 69 } } }, "range": [ - 6369, - 6418 + 6423, + 6472 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 20 }, "end": { - "line": 180, + "line": 181, "column": 69 } } @@ -16422,16 +16601,16 @@ ], "kind": "let", "range": [ - 6365, - 6419 + 6419, + 6473 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 16 }, "end": { - "line": 180, + "line": 181, "column": 70 } } @@ -16445,16 +16624,16 @@ "type": "Identifier", "name": "cl", "range": [ - 6440, - 6442 + 6494, + 6496 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 22 } } @@ -16468,16 +16647,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6445, - 6448 + 6499, + 6502 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 25 }, "end": { - "line": 181, + "line": 182, "column": 28 } } @@ -16486,31 +16665,31 @@ "type": "Identifier", "name": "create", "range": [ - 6449, - 6455 + 6503, + 6509 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 29 }, "end": { - "line": 181, + "line": 182, "column": 35 } } }, "range": [ - 6445, - 6455 + 6499, + 6509 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 25 }, "end": { - "line": 181, + "line": 182, "column": 35 } } @@ -16523,16 +16702,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6456, - 6458 + 6510, + 6512 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 38 } } @@ -16541,31 +16720,31 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 6459, - 6469 + 6513, + 6523 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 39 }, "end": { - "line": 181, + "line": 182, "column": 49 } } }, "range": [ - 6456, - 6469 + 6510, + 6523 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 36 }, "end": { - "line": 181, + "line": 182, "column": 49 } } @@ -16578,16 +16757,16 @@ "value": "id", "raw": "'id'", "range": [ - 6472, - 6476 + 6526, + 6530 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 52 }, "end": { - "line": 181, + "line": 182, "column": 56 } } @@ -16596,63 +16775,63 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6478, - 6485 + 6532, + 6539 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 58 }, "end": { - "line": 181, + "line": 182, "column": 65 } } } ], "range": [ - 6471, - 6486 + 6525, + 6540 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 51 }, "end": { - "line": 181, + "line": 182, "column": 66 } } } ], "range": [ - 6445, - 6487 + 6499, + 6541 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 25 }, "end": { - "line": 181, + "line": 182, "column": 67 } } }, "range": [ - 6440, - 6487 + 6494, + 6541 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 20 }, "end": { - "line": 181, + "line": 182, "column": 67 } } @@ -16660,16 +16839,16 @@ ], "kind": "let", "range": [ - 6436, - 6488 + 6490, + 6542 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 16 }, "end": { - "line": 181, + "line": 182, "column": 68 } } @@ -16685,16 +16864,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 6505, - 6515 + 6559, + 6569 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 16 }, "end": { - "line": 182, + "line": 183, "column": 26 } } @@ -16703,31 +16882,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6516, - 6527 + 6570, + 6581 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 27 }, "end": { - "line": 182, + "line": 183, "column": 38 } } }, "range": [ - 6505, - 6527 + 6559, + 6581 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 16 }, "end": { - "line": 182, + "line": 183, "column": 38 } } @@ -16737,47 +16916,47 @@ "type": "Identifier", "name": "cl", "range": [ - 6528, - 6530 + 6582, + 6584 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 39 }, "end": { - "line": 182, + "line": 183, "column": 41 } } } ], "range": [ - 6505, - 6531 + 6559, + 6585 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 16 }, "end": { - "line": 182, + "line": 183, "column": 42 } } }, "range": [ - 6505, - 6532 + 6559, + 6586 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 16 }, "end": { - "line": 182, + "line": 183, "column": 43 } } @@ -16797,16 +16976,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6549, - 6551 + 6603, + 6605 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 18 } } @@ -16815,31 +16994,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 6552, - 6569 + 6606, + 6623 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 19 }, "end": { - "line": 183, + "line": 184, "column": 36 } } }, "range": [ - 6549, - 6569 + 6603, + 6623 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 36 } } @@ -16848,31 +17027,31 @@ "type": "Identifier", "name": "j", "range": [ - 6570, - 6571 + 6624, + 6625 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 37 }, "end": { - "line": 183, + "line": 184, "column": 38 } } }, "range": [ - 6549, - 6572 + 6603, + 6626 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 39 } } @@ -16881,109 +17060,109 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6575, - 6582 + 6629, + 6636 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 42 }, "end": { - "line": 183, + "line": 184, "column": 49 } } }, "range": [ - 6549, - 6582 + 6603, + 6636 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 49 } } }, "range": [ - 6549, - 6583 + 6603, + 6637 ], "loc": { "start": { - "line": 183, + "line": 184, "column": 16 }, "end": { - "line": 183, + "line": 184, "column": 50 } } } ], "range": [ - 6347, - 6597 + 6401, + 6651 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 43 }, "end": { - "line": 184, + "line": 185, "column": 13 } } }, "range": [ - 6316, - 6597 + 6370, + 6651 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 184, + "line": 185, "column": 13 } } } ], "range": [ - 6263, - 6607 + 6317, + 6661 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 48 }, "end": { - "line": 185, + "line": 186, "column": 9 } } }, "alternate": null, "range": [ - 6223, - 6607 + 6277, + 6661 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 9 } }, @@ -16992,872 +17171,93 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6616, - 6675 + 6671, + 6730 ], "loc": { "start": { - "line": 186, + "line": 188, "column": 8 }, "end": { - "line": 186, + "line": 188, "column": 67 } } } ] }, - { - "type": "ForStatement", - "init": { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "i", - "range": [ - 6692, - 6693 - ], - "loc": { - "start": { - "line": 187, - "column": 16 - }, - "end": { - "line": 187, - "column": 17 - } - } - }, - "init": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 6694, - 6695 - ], - "loc": { - "start": { - "line": 187, - "column": 18 - }, - "end": { - "line": 187, - "column": 19 - } - } - }, - "range": [ - 6692, - 6695 - ], - "loc": { - "start": { - "line": 187, - "column": 16 - }, - "end": { - "line": 187, - "column": 19 - } - } - } - ], - "kind": "let", - "range": [ - 6688, - 6695 - ], - "loc": { - "start": { - "line": 187, - "column": 12 - }, - "end": { - "line": 187, - "column": 19 - } - } - }, - "test": { - "type": "BinaryExpression", - "operator": "<", - "left": { - "type": "Identifier", - "name": "i", - "range": [ - 6697, - 6698 - ], - "loc": { - "start": { - "line": 187, - "column": 21 - }, - "end": { - "line": 187, - "column": 22 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 6699, - 6703 - ], - "loc": { - "start": { - "line": 187, - "column": 23 - }, - "end": { - "line": 187, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridHeadRows", - "range": [ - 6704, - 6716 - ], - "loc": { - "start": { - "line": 187, - "column": 28 - }, - "end": { - "line": 187, - "column": 40 - } - } - }, - "range": [ - 6699, - 6716 - ], - "loc": { - "start": { - "line": 187, - "column": 23 - }, - "end": { - "line": 187, - "column": 40 - } - } - }, - "property": { - "type": "Identifier", - "name": "length", - "range": [ - 6717, - 6723 - ], - "loc": { - "start": { - "line": 187, - "column": 41 - }, - "end": { - "line": 187, - "column": 47 - } - } - }, - "range": [ - 6699, - 6723 - ], - "loc": { - "start": { - "line": 187, - "column": 23 - }, - "end": { - "line": 187, - "column": 47 - } - } - }, - "range": [ - 6697, - 6723 - ], - "loc": { - "start": { - "line": 187, - "column": 21 - }, - "end": { - "line": 187, - "column": 47 - } - } - }, - "update": { - "type": "UpdateExpression", - "operator": "++", - "argument": { - "type": "Identifier", - "name": "i", - "range": [ - 6725, - 6726 - ], - "loc": { - "start": { - "line": 187, - "column": 49 - }, - "end": { - "line": 187, - "column": 50 - } - } - }, - "prefix": false, - "range": [ - 6725, - 6728 - ], - "loc": { - "start": { - "line": 187, - "column": 49 - }, - "end": { - "line": 187, - "column": 52 - } - } - }, - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "headRow", - "range": [ - 6747, - 6754 - ], - "loc": { - "start": { - "line": 188, - "column": 16 - }, - "end": { - "line": 188, - "column": 23 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tbl", - "range": [ - 6757, - 6760 - ], - "loc": { - "start": { - "line": 188, - "column": 26 - }, - "end": { - "line": 188, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "rows", - "range": [ - 6761, - 6765 - ], - "loc": { - "start": { - "line": 188, - "column": 30 - }, - "end": { - "line": 188, - "column": 34 - } - } - }, - "range": [ - 6757, - 6765 - ], - "loc": { - "start": { - "line": 188, - "column": 26 - }, - "end": { - "line": 188, - "column": 34 - } - } - }, - "property": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 6766, - 6770 - ], - "loc": { - "start": { - "line": 188, - "column": 35 - }, - "end": { - "line": 188, - "column": 39 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridHeadRows", - "range": [ - 6771, - 6783 - ], - "loc": { - "start": { - "line": 188, - "column": 40 - }, - "end": { - "line": 188, - "column": 52 - } - } - }, - "range": [ - 6766, - 6783 - ], - "loc": { - "start": { - "line": 188, - "column": 35 - }, - "end": { - "line": 188, - "column": 52 - } - } - }, - "property": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 6784, - 6785 - ], - "loc": { - "start": { - "line": 188, - "column": 53 - }, - "end": { - "line": 188, - "column": 54 - } - } - }, - "range": [ - 6766, - 6786 - ], - "loc": { - "start": { - "line": 188, - "column": 35 - }, - "end": { - "line": 188, - "column": 55 - } - } - }, - "range": [ - 6757, - 6787 - ], - "loc": { - "start": { - "line": 188, - "column": 26 - }, - "end": { - "line": 188, - "column": 56 - } - } - }, - "range": [ - 6747, - 6787 - ], - "loc": { - "start": { - "line": 188, - "column": 16 - }, - "end": { - "line": 188, - "column": 56 - } - } - } - ], - "kind": "let", - "range": [ - 6743, - 6788 - ], - "loc": { - "start": { - "line": 188, - "column": 12 - }, - "end": { - "line": 188, - "column": 57 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tH", - "range": [ - 6801, - 6803 - ], - "loc": { - "start": { - "line": 189, - "column": 12 - }, - "end": { - "line": 189, - "column": 14 - } - } - }, - "property": { - "type": "Identifier", - "name": "appendChild", - "range": [ - 6804, - 6815 - ], - "loc": { - "start": { - "line": 189, - "column": 15 - }, - "end": { - "line": 189, - "column": 26 - } - } - }, - "range": [ - 6801, - 6815 - ], - "loc": { - "start": { - "line": 189, - "column": 12 - }, - "end": { - "line": 189, - "column": 26 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "headRow", - "range": [ - 6816, - 6823 - ], - "loc": { - "start": { - "line": 189, - "column": 27 - }, - "end": { - "line": 189, - "column": 34 - } - } - } - ], - "range": [ - 6801, - 6824 - ], - "loc": { - "start": { - "line": 189, - "column": 12 - }, - "end": { - "line": 189, - "column": 35 - } - } - }, - "range": [ - 6801, - 6825 - ], - "loc": { - "start": { - "line": 189, - "column": 12 - }, - "end": { - "line": 189, - "column": 36 - } - } - } - ], - "range": [ - 6729, - 6835 - ], - "loc": { - "start": { - "line": 187, - "column": 53 - }, - "end": { - "line": 190, - "column": 9 - } - } - }, - "range": [ - 6684, - 6835 - ], - "loc": { - "start": { - "line": 187, - "column": 8 - }, - "end": { - "line": 190, - "column": 9 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "Headers row are moved from content table to headers table", - "range": [ - 6616, - 6675 - ], - "loc": { - "start": { - "line": 186, - "column": 8 - }, - "end": { - "line": 186, - "column": 67 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 6844, - 6848 - ], - "loc": { - "start": { - "line": 191, - "column": 8 - }, - "end": { - "line": 191, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "headTbl", - "range": [ - 6849, - 6856 - ], - "loc": { - "start": { - "line": 191, - "column": 13 - }, - "end": { - "line": 191, - "column": 20 - } - } - }, - "range": [ - 6844, - 6856 - ], - "loc": { - "start": { - "line": 191, - "column": 8 - }, - "end": { - "line": 191, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "appendChild", - "range": [ - 6857, - 6868 - ], - "loc": { - "start": { - "line": 191, - "column": 21 - }, - "end": { - "line": 191, - "column": 32 - } - } - }, - "range": [ - 6844, - 6868 - ], - "loc": { - "start": { - "line": 191, - "column": 8 - }, - "end": { - "line": 191, - "column": 32 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "tH", - "range": [ - 6869, - 6871 - ], - "loc": { - "start": { - "line": 191, - "column": 33 - }, - "end": { - "line": 191, - "column": 35 - } - } - } - ], - "range": [ - 6844, - 6872 - ], - "loc": { - "start": { - "line": 191, - "column": 8 - }, - "end": { - "line": 191, - "column": 36 - } - } - }, - "range": [ - 6844, - 6873 - ], - "loc": { - "start": { - "line": 191, - "column": 8 - }, - "end": { - "line": 191, - "column": 37 - } - } - }, { "type": "IfStatement", "test": { - "type": "BinaryExpression", - "operator": "===", - "left": { + "type": "UnaryExpression", + "operator": "!", + "argument": { "type": "MemberExpression", "computed": false, "object": { - "type": "Identifier", - "name": "tf", + "type": "ThisExpression", "range": [ - 6885, - 6887 + 6743, + 6747 ], "loc": { "start": { - "line": 192, - "column": 11 + "line": 189, + "column": 12 }, "end": { - "line": 192, - "column": 13 + "line": 189, + "column": 16 } } }, "property": { "type": "Identifier", - "name": "filtersRowIndex", + "name": "noHeaders", "range": [ - 6888, - 6903 + 6748, + 6757 ], "loc": { "start": { - "line": 192, - "column": 14 + "line": 189, + "column": 17 }, "end": { - "line": 192, - "column": 29 + "line": 189, + "column": 26 } } }, "range": [ - 6885, - 6903 + 6743, + 6757 ], "loc": { "start": { - "line": 192, - "column": 11 + "line": 189, + "column": 12 }, "end": { - "line": 192, - "column": 29 - } - } - }, - "right": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 6908, - 6909 - ], - "loc": { - "start": { - "line": 192, - "column": 34 - }, - "end": { - "line": 192, - "column": 35 + "line": 189, + "column": 26 } } }, + "prefix": true, "range": [ - 6885, - 6909 + 6742, + 6757 ], "loc": { "start": { - "line": 192, + "line": 189, "column": 11 }, "end": { - "line": 192, - "column": 35 + "line": 189, + "column": 26 } } }, @@ -17865,140 +17265,611 @@ "type": "BlockStatement", "body": [ { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tH", + "type": "ForStatement", + "init": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "i", + "range": [ + 6781, + 6782 + ], + "loc": { + "start": { + "line": 190, + "column": 20 + }, + "end": { + "line": 190, + "column": 21 + } + } + }, + "init": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 6783, + 6784 + ], + "loc": { + "start": { + "line": 190, + "column": 22 + }, + "end": { + "line": 190, + "column": 23 + } + } + }, "range": [ - 6924, - 6926 + 6781, + 6784 ], "loc": { "start": { - "line": 193, - "column": 12 + "line": 190, + "column": 20 }, "end": { - "line": 193, - "column": 14 + "line": 190, + "column": 23 + } + } + } + ], + "kind": "let", + "range": [ + 6777, + 6784 + ], + "loc": { + "start": { + "line": 190, + "column": 16 + }, + "end": { + "line": 190, + "column": 23 + } + } + }, + "test": { + "type": "BinaryExpression", + "operator": "<", + "left": { + "type": "Identifier", + "name": "i", + "range": [ + 6786, + 6787 + ], + "loc": { + "start": { + "line": 190, + "column": 25 + }, + "end": { + "line": 190, + "column": 26 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 6788, + 6792 + ], + "loc": { + "start": { + "line": 190, + "column": 27 + }, + "end": { + "line": 190, + "column": 31 + } + } + }, + "property": { + "type": "Identifier", + "name": "gridHeadRows", + "range": [ + 6793, + 6805 + ], + "loc": { + "start": { + "line": 190, + "column": 32 + }, + "end": { + "line": 190, + "column": 44 + } + } + }, + "range": [ + 6788, + 6805 + ], + "loc": { + "start": { + "line": 190, + "column": 27 + }, + "end": { + "line": 190, + "column": 44 } } }, "property": { "type": "Identifier", - "name": "insertBefore", + "name": "length", "range": [ - 6927, - 6939 + 6806, + 6812 ], "loc": { "start": { - "line": 193, - "column": 15 + "line": 190, + "column": 45 }, "end": { - "line": 193, - "column": 27 + "line": 190, + "column": 51 } } }, "range": [ - 6924, - 6939 + 6788, + 6812 ], "loc": { "start": { - "line": 193, - "column": 12 + "line": 190, + "column": 27 }, "end": { - "line": 193, - "column": 27 + "line": 190, + "column": 51 } } }, - "arguments": [ + "range": [ + 6786, + 6812 + ], + "loc": { + "start": { + "line": 190, + "column": 25 + }, + "end": { + "line": 190, + "column": 51 + } + } + }, + "update": { + "type": "UpdateExpression", + "operator": "++", + "argument": { + "type": "Identifier", + "name": "i", + "range": [ + 6814, + 6815 + ], + "loc": { + "start": { + "line": 190, + "column": 53 + }, + "end": { + "line": 190, + "column": 54 + } + } + }, + "prefix": false, + "range": [ + 6814, + 6817 + ], + "loc": { + "start": { + "line": 190, + "column": 53 + }, + "end": { + "line": 190, + "column": 56 + } + } + }, + "body": { + "type": "BlockStatement", + "body": [ { - "type": "Identifier", - "name": "filtersRow", + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "headRow", + "range": [ + 6840, + 6847 + ], + "loc": { + "start": { + "line": 191, + "column": 20 + }, + "end": { + "line": 191, + "column": 27 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tbl", + "range": [ + 6850, + 6853 + ], + "loc": { + "start": { + "line": 191, + "column": 30 + }, + "end": { + "line": 191, + "column": 33 + } + } + }, + "property": { + "type": "Identifier", + "name": "rows", + "range": [ + 6854, + 6858 + ], + "loc": { + "start": { + "line": 191, + "column": 34 + }, + "end": { + "line": 191, + "column": 38 + } + } + }, + "range": [ + 6850, + 6858 + ], + "loc": { + "start": { + "line": 191, + "column": 30 + }, + "end": { + "line": 191, + "column": 38 + } + } + }, + "property": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 6859, + 6863 + ], + "loc": { + "start": { + "line": 191, + "column": 39 + }, + "end": { + "line": 191, + "column": 43 + } + } + }, + "property": { + "type": "Identifier", + "name": "gridHeadRows", + "range": [ + 6864, + 6876 + ], + "loc": { + "start": { + "line": 191, + "column": 44 + }, + "end": { + "line": 191, + "column": 56 + } + } + }, + "range": [ + 6859, + 6876 + ], + "loc": { + "start": { + "line": 191, + "column": 39 + }, + "end": { + "line": 191, + "column": 56 + } + } + }, + "property": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 6877, + 6878 + ], + "loc": { + "start": { + "line": 191, + "column": 57 + }, + "end": { + "line": 191, + "column": 58 + } + } + }, + "range": [ + 6859, + 6879 + ], + "loc": { + "start": { + "line": 191, + "column": 39 + }, + "end": { + "line": 191, + "column": 59 + } + } + }, + "range": [ + 6850, + 6880 + ], + "loc": { + "start": { + "line": 191, + "column": 30 + }, + "end": { + "line": 191, + "column": 60 + } + } + }, + "range": [ + 6840, + 6880 + ], + "loc": { + "start": { + "line": 191, + "column": 20 + }, + "end": { + "line": 191, + "column": 60 + } + } + } + ], + "kind": "let", "range": [ - 6940, - 6950 + 6836, + 6881 ], "loc": { "start": { - "line": 193, - "column": 28 + "line": 191, + "column": 16 }, "end": { - "line": 193, - "column": 38 + "line": 191, + "column": 61 } } }, { - "type": "Identifier", - "name": "hRow", + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tH", + "range": [ + 6898, + 6900 + ], + "loc": { + "start": { + "line": 192, + "column": 16 + }, + "end": { + "line": 192, + "column": 18 + } + } + }, + "property": { + "type": "Identifier", + "name": "appendChild", + "range": [ + 6901, + 6912 + ], + "loc": { + "start": { + "line": 192, + "column": 19 + }, + "end": { + "line": 192, + "column": 30 + } + } + }, + "range": [ + 6898, + 6912 + ], + "loc": { + "start": { + "line": 192, + "column": 16 + }, + "end": { + "line": 192, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "headRow", + "range": [ + 6913, + 6920 + ], + "loc": { + "start": { + "line": 192, + "column": 31 + }, + "end": { + "line": 192, + "column": 38 + } + } + } + ], + "range": [ + 6898, + 6921 + ], + "loc": { + "start": { + "line": 192, + "column": 16 + }, + "end": { + "line": 192, + "column": 39 + } + } + }, "range": [ - 6952, - 6956 + 6898, + 6922 ], "loc": { "start": { - "line": 193, - "column": 40 + "line": 192, + "column": 16 }, "end": { - "line": 193, - "column": 44 + "line": 192, + "column": 40 } } } ], "range": [ - 6924, - 6957 + 6818, + 6936 ], "loc": { "start": { - "line": 193, - "column": 12 + "line": 190, + "column": 57 }, "end": { "line": 193, - "column": 45 + "column": 13 } } }, "range": [ - 6924, - 6958 + 6773, + 6936 ], "loc": { "start": { - "line": 193, + "line": 190, "column": 12 }, "end": { "line": 193, - "column": 46 + "column": 13 } } } ], "range": [ - 6910, - 6968 + 6759, + 6946 ], "loc": { "start": { - "line": 192, - "column": 36 + "line": 189, + "column": 28 }, "end": { "line": 194, @@ -18020,16 +17891,16 @@ "type": "Identifier", "name": "tH", "range": [ - 6988, - 6990 + 7061, + 7063 ], "loc": { "start": { - "line": 195, + "line": 197, "column": 12 }, "end": { - "line": 195, + "line": 197, "column": 14 } } @@ -18038,23 +17909,165 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6991, - 7002 + 7064, + 7075 ], "loc": { "start": { - "line": 195, + "line": 197, "column": 15 }, "end": { - "line": 195, + "line": 197, "column": 26 } } }, "range": [ - 6988, - 7002 + 7061, + 7075 + ], + "loc": { + "start": { + "line": 197, + "column": 12 + }, + "end": { + "line": 197, + "column": 26 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Dom", + "range": [ + 7076, + 7079 + ], + "loc": { + "start": { + "line": 197, + "column": 27 + }, + "end": { + "line": 197, + "column": 30 + } + } + }, + "property": { + "type": "Identifier", + "name": "create", + "range": [ + 7080, + 7086 + ], + "loc": { + "start": { + "line": 197, + "column": 31 + }, + "end": { + "line": 197, + "column": 37 + } + } + }, + "range": [ + 7076, + 7086 + ], + "loc": { + "start": { + "line": 197, + "column": 27 + }, + "end": { + "line": 197, + "column": 37 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "tr", + "raw": "'tr'", + "range": [ + 7087, + 7091 + ], + "loc": { + "start": { + "line": 197, + "column": 38 + }, + "end": { + "line": 197, + "column": 42 + } + } + } + ], + "range": [ + 7076, + 7092 + ], + "loc": { + "start": { + "line": 197, + "column": 27 + }, + "end": { + "line": 197, + "column": 43 + } + } + } + ], + "range": [ + 7061, + 7093 + ], + "loc": { + "start": { + "line": 197, + "column": 12 + }, + "end": { + "line": 197, + "column": 44 + } + } + }, + "range": [ + 7061, + 7094 + ], + "loc": { + "start": { + "line": 197, + "column": 12 + }, + "end": { + "line": 197, + "column": 45 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Handle table with no headers, assuming here headers do not", + "range": [ + 6966, + 7027 ], "loc": { "start": { @@ -18063,6 +18076,519 @@ }, "end": { "line": 195, + "column": 73 + } + } + }, + { + "type": "Line", + "value": " exist", + "range": [ + 7040, + 7048 + ], + "loc": { + "start": { + "line": 196, + "column": 12 + }, + "end": { + "line": 196, + "column": 20 + } + } + } + ] + } + ], + "range": [ + 6952, + 7104 + ], + "loc": { + "start": { + "line": 194, + "column": 15 + }, + "end": { + "line": 198, + "column": 9 + } + } + }, + "range": [ + 6739, + 7104 + ], + "loc": { + "start": { + "line": 189, + "column": 8 + }, + "end": { + "line": 198, + "column": 9 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "Headers row are moved from content table to headers table", + "range": [ + 6671, + 6730 + ], + "loc": { + "start": { + "line": 188, + "column": 8 + }, + "end": { + "line": 188, + "column": 67 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 7114, + 7118 + ], + "loc": { + "start": { + "line": 200, + "column": 8 + }, + "end": { + "line": 200, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "headTbl", + "range": [ + 7119, + 7126 + ], + "loc": { + "start": { + "line": 200, + "column": 13 + }, + "end": { + "line": 200, + "column": 20 + } + } + }, + "range": [ + 7114, + 7126 + ], + "loc": { + "start": { + "line": 200, + "column": 8 + }, + "end": { + "line": 200, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "appendChild", + "range": [ + 7127, + 7138 + ], + "loc": { + "start": { + "line": 200, + "column": 21 + }, + "end": { + "line": 200, + "column": 32 + } + } + }, + "range": [ + 7114, + 7138 + ], + "loc": { + "start": { + "line": 200, + "column": 8 + }, + "end": { + "line": 200, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "tH", + "range": [ + 7139, + 7141 + ], + "loc": { + "start": { + "line": 200, + "column": 33 + }, + "end": { + "line": 200, + "column": 35 + } + } + } + ], + "range": [ + 7114, + 7142 + ], + "loc": { + "start": { + "line": 200, + "column": 8 + }, + "end": { + "line": 200, + "column": 36 + } + } + }, + "range": [ + 7114, + 7143 + ], + "loc": { + "start": { + "line": 200, + "column": 8 + }, + "end": { + "line": 200, + "column": 37 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 7155, + 7157 + ], + "loc": { + "start": { + "line": 201, + "column": 11 + }, + "end": { + "line": 201, + "column": 13 + } + } + }, + "property": { + "type": "Identifier", + "name": "filtersRowIndex", + "range": [ + 7158, + 7173 + ], + "loc": { + "start": { + "line": 201, + "column": 14 + }, + "end": { + "line": 201, + "column": 29 + } + } + }, + "range": [ + 7155, + 7173 + ], + "loc": { + "start": { + "line": 201, + "column": 11 + }, + "end": { + "line": 201, + "column": 29 + } + } + }, + "right": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 7178, + 7179 + ], + "loc": { + "start": { + "line": 201, + "column": 34 + }, + "end": { + "line": 201, + "column": 35 + } + } + }, + "range": [ + 7155, + 7179 + ], + "loc": { + "start": { + "line": 201, + "column": 11 + }, + "end": { + "line": 201, + "column": 35 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tH", + "range": [ + 7194, + 7196 + ], + "loc": { + "start": { + "line": 202, + "column": 12 + }, + "end": { + "line": 202, + "column": 14 + } + } + }, + "property": { + "type": "Identifier", + "name": "insertBefore", + "range": [ + 7197, + 7209 + ], + "loc": { + "start": { + "line": 202, + "column": 15 + }, + "end": { + "line": 202, + "column": 27 + } + } + }, + "range": [ + 7194, + 7209 + ], + "loc": { + "start": { + "line": 202, + "column": 12 + }, + "end": { + "line": 202, + "column": 27 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "filtersRow", + "range": [ + 7210, + 7220 + ], + "loc": { + "start": { + "line": 202, + "column": 28 + }, + "end": { + "line": 202, + "column": 38 + } + } + }, + { + "type": "Identifier", + "name": "hRow", + "range": [ + 7222, + 7226 + ], + "loc": { + "start": { + "line": 202, + "column": 40 + }, + "end": { + "line": 202, + "column": 44 + } + } + } + ], + "range": [ + 7194, + 7227 + ], + "loc": { + "start": { + "line": 202, + "column": 12 + }, + "end": { + "line": 202, + "column": 45 + } + } + }, + "range": [ + 7194, + 7228 + ], + "loc": { + "start": { + "line": 202, + "column": 12 + }, + "end": { + "line": 202, + "column": 46 + } + } + } + ], + "range": [ + 7180, + 7238 + ], + "loc": { + "start": { + "line": 201, + "column": 36 + }, + "end": { + "line": 203, + "column": 9 + } + } + }, + "alternate": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tH", + "range": [ + 7258, + 7260 + ], + "loc": { + "start": { + "line": 204, + "column": 12 + }, + "end": { + "line": 204, + "column": 14 + } + } + }, + "property": { + "type": "Identifier", + "name": "appendChild", + "range": [ + 7261, + 7272 + ], + "loc": { + "start": { + "line": 204, + "column": 15 + }, + "end": { + "line": 204, + "column": 26 + } + } + }, + "range": [ + 7258, + 7272 + ], + "loc": { + "start": { + "line": 204, + "column": 12 + }, + "end": { + "line": 204, "column": 26 } } @@ -18072,78 +18598,78 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 7003, - 7013 + 7273, + 7283 ], "loc": { "start": { - "line": 195, + "line": 204, "column": 27 }, "end": { - "line": 195, + "line": 204, "column": 37 } } } ], "range": [ - 6988, - 7014 + 7258, + 7284 ], "loc": { "start": { - "line": 195, + "line": 204, "column": 12 }, "end": { - "line": 195, + "line": 204, "column": 38 } } }, "range": [ - 6988, - 7015 + 7258, + 7285 ], "loc": { "start": { - "line": 195, + "line": 204, "column": 12 }, "end": { - "line": 195, + "line": 204, "column": 39 } } } ], "range": [ - 6974, - 7025 + 7244, + 7295 ], "loc": { "start": { - "line": 194, + "line": 203, "column": 15 }, "end": { - "line": 196, + "line": 205, "column": 9 } } }, "range": [ - 6882, - 7025 + 7152, + 7295 ], "loc": { "start": { - "line": 192, + "line": 201, "column": 8 }, "end": { - "line": 196, + "line": 205, "column": 9 } } @@ -18161,16 +18687,16 @@ "object": { "type": "ThisExpression", "range": [ - 7035, - 7039 + 7305, + 7309 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 8 }, "end": { - "line": 198, + "line": 207, "column": 12 } } @@ -18179,31 +18705,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 7040, - 7051 + 7310, + 7321 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 13 }, "end": { - "line": 198, + "line": 207, "column": 24 } } }, "range": [ - 7035, - 7051 + 7305, + 7321 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 8 }, "end": { - "line": 198, + "line": 207, "column": 24 } } @@ -18212,31 +18738,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7052, - 7063 + 7322, + 7333 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 25 }, "end": { - "line": 198, + "line": 207, "column": 36 } } }, "range": [ - 7035, - 7063 + 7305, + 7333 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 8 }, "end": { - "line": 198, + "line": 207, "column": 36 } } @@ -18248,16 +18774,16 @@ "object": { "type": "ThisExpression", "range": [ - 7064, - 7068 + 7334, + 7338 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 37 }, "end": { - "line": 198, + "line": 207, "column": 41 } } @@ -18266,62 +18792,62 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7069, - 7076 + 7339, + 7346 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 42 }, "end": { - "line": 198, + "line": 207, "column": 49 } } }, "range": [ - 7064, - 7076 + 7334, + 7346 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 37 }, "end": { - "line": 198, + "line": 207, "column": 49 } } } ], "range": [ - 7035, - 7077 + 7305, + 7347 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 8 }, "end": { - "line": 198, + "line": 207, "column": 50 } } }, "range": [ - 7035, - 7078 + 7305, + 7348 ], "loc": { "start": { - "line": 198, + "line": 207, "column": 8 }, "end": { - "line": 198, + "line": 207, "column": 51 } } @@ -18342,16 +18868,16 @@ "object": { "type": "ThisExpression", "range": [ - 7087, - 7091 + 7357, + 7361 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 8 }, "end": { - "line": 199, + "line": 208, "column": 12 } } @@ -18360,31 +18886,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 7092, - 7099 + 7362, + 7369 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 13 }, "end": { - "line": 199, + "line": 208, "column": 20 } } }, "range": [ - 7087, - 7099 + 7357, + 7369 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 8 }, "end": { - "line": 199, + "line": 208, "column": 20 } } @@ -18393,31 +18919,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 7100, - 7110 + 7370, + 7380 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 21 }, "end": { - "line": 199, + "line": 208, "column": 31 } } }, "range": [ - 7087, - 7110 + 7357, + 7380 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 8 }, "end": { - "line": 199, + "line": 208, "column": 31 } } @@ -18426,31 +18952,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 7111, - 7123 + 7381, + 7393 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 32 }, "end": { - "line": 199, + "line": 208, "column": 44 } } }, "range": [ - 7087, - 7123 + 7357, + 7393 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 8 }, "end": { - "line": 199, + "line": 208, "column": 44 } } @@ -18462,16 +18988,16 @@ "object": { "type": "ThisExpression", "range": [ - 7124, - 7128 + 7394, + 7398 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 45 }, "end": { - "line": 199, + "line": 208, "column": 49 } } @@ -18480,31 +19006,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 7129, - 7140 + 7399, + 7410 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 50 }, "end": { - "line": 199, + "line": 208, "column": 61 } } }, "range": [ - 7124, - 7140 + 7394, + 7410 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 45 }, "end": { - "line": 199, + "line": 208, "column": 61 } } @@ -18515,16 +19041,16 @@ "object": { "type": "ThisExpression", "range": [ - 7142, - 7146 + 7412, + 7416 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 63 }, "end": { - "line": 199, + "line": 208, "column": 67 } } @@ -18533,62 +19059,62 @@ "type": "Identifier", "name": "tblCont", "range": [ - 7147, - 7154 + 7417, + 7424 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 68 }, "end": { - "line": 199, + "line": 208, "column": 75 } } }, "range": [ - 7142, - 7154 + 7412, + 7424 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 63 }, "end": { - "line": 199, + "line": 208, "column": 75 } } } ], "range": [ - 7087, - 7155 + 7357, + 7425 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 8 }, "end": { - "line": 199, + "line": 208, "column": 76 } } }, "range": [ - 7087, - 7156 + 7357, + 7426 ], "loc": { "start": { - "line": 199, + "line": 208, "column": 8 }, "end": { - "line": 199, + "line": 208, "column": 77 } }, @@ -18597,16 +19123,16 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7166, - 7227 + 7436, + 7497 ], "loc": { "start": { - "line": 201, + "line": 210, "column": 8 }, "end": { - "line": 201, + "line": 210, "column": 69 } } @@ -18622,16 +19148,16 @@ "type": "Identifier", "name": "thead", "range": [ - 7240, - 7245 + 7510, + 7515 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 12 }, "end": { - "line": 202, + "line": 211, "column": 17 } } @@ -18645,16 +19171,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7248, - 7251 + 7518, + 7521 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 20 }, "end": { - "line": 202, + "line": 211, "column": 23 } } @@ -18663,31 +19189,31 @@ "type": "Identifier", "name": "tag", "range": [ - 7252, - 7255 + 7522, + 7525 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 24 }, "end": { - "line": 202, + "line": 211, "column": 27 } } }, "range": [ - 7248, - 7255 + 7518, + 7525 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 20 }, "end": { - "line": 202, + "line": 211, "column": 27 } } @@ -18697,16 +19223,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7256, - 7259 + 7526, + 7529 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 28 }, "end": { - "line": 202, + "line": 211, "column": 31 } } @@ -18716,47 +19242,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 7261, - 7268 + 7531, + 7538 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 33 }, "end": { - "line": 202, + "line": 211, "column": 40 } } } ], "range": [ - 7248, - 7269 + 7518, + 7539 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 20 }, "end": { - "line": 202, + "line": 211, "column": 41 } } }, "range": [ - 7240, - 7269 + 7510, + 7539 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 12 }, "end": { - "line": 202, + "line": 211, "column": 41 } } @@ -18764,16 +19290,16 @@ ], "kind": "let", "range": [ - 7236, - 7270 + 7506, + 7540 ], "loc": { "start": { - "line": 202, + "line": 211, "column": 8 }, "end": { - "line": 202, + "line": 211, "column": 42 } }, @@ -18782,16 +19308,16 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7166, - 7227 + 7436, + 7497 ], "loc": { "start": { - "line": 201, + "line": 210, "column": 8 }, "end": { - "line": 201, + "line": 210, "column": 69 } } @@ -18810,16 +19336,16 @@ "type": "Identifier", "name": "thead", "range": [ - 7282, - 7287 + 7552, + 7557 ], "loc": { "start": { - "line": 203, + "line": 212, "column": 11 }, "end": { - "line": 203, + "line": 212, "column": 16 } } @@ -18828,31 +19354,31 @@ "type": "Identifier", "name": "length", "range": [ - 7288, - 7294 + 7558, + 7564 ], "loc": { "start": { - "line": 203, + "line": 212, "column": 17 }, "end": { - "line": 203, + "line": 212, "column": 23 } } }, "range": [ - 7282, - 7294 + 7552, + 7564 ], "loc": { "start": { - "line": 203, + "line": 212, "column": 11 }, "end": { - "line": 203, + "line": 212, "column": 23 } } @@ -18862,31 +19388,31 @@ "value": 0, "raw": "0", "range": [ - 7295, - 7296 + 7565, + 7566 ], "loc": { "start": { - "line": 203, + "line": 212, "column": 24 }, "end": { - "line": 203, + "line": 212, "column": 25 } } }, "range": [ - 7282, - 7296 + 7552, + 7566 ], "loc": { "start": { - "line": 203, + "line": 212, "column": 11 }, "end": { - "line": 203, + "line": 212, "column": 25 } } @@ -18905,16 +19431,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7311, - 7314 + 7581, + 7584 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 12 }, "end": { - "line": 204, + "line": 213, "column": 15 } } @@ -18923,31 +19449,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 7315, - 7326 + 7585, + 7596 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 16 }, "end": { - "line": 204, + "line": 213, "column": 27 } } }, "range": [ - 7311, - 7326 + 7581, + 7596 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 12 }, "end": { - "line": 204, + "line": 213, "column": 27 } } @@ -18960,16 +19486,16 @@ "type": "Identifier", "name": "thead", "range": [ - 7327, - 7332 + 7597, + 7602 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 28 }, "end": { - "line": 204, + "line": 213, "column": 33 } } @@ -18979,94 +19505,94 @@ "value": 0, "raw": "0", "range": [ - 7333, - 7334 + 7603, + 7604 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 34 }, "end": { - "line": 204, + "line": 213, "column": 35 } } }, "range": [ - 7327, - 7335 + 7597, + 7605 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 28 }, "end": { - "line": 204, + "line": 213, "column": 36 } } } ], "range": [ - 7311, - 7336 + 7581, + 7606 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 12 }, "end": { - "line": 204, + "line": 213, "column": 37 } } }, "range": [ - 7311, - 7337 + 7581, + 7607 ], "loc": { "start": { - "line": 204, + "line": 213, "column": 12 }, "end": { - "line": 204, + "line": 213, "column": 38 } } } ], "range": [ - 7297, - 7347 + 7567, + 7617 ], "loc": { "start": { - "line": 203, + "line": 212, "column": 26 }, "end": { - "line": 205, + "line": 214, "column": 9 } } }, "alternate": null, "range": [ - 7279, - 7347 + 7549, + 7617 ], "loc": { "start": { - "line": 203, + "line": 212, "column": 8 }, "end": { - "line": 205, + "line": 214, "column": 9 } }, @@ -19075,16 +19601,16 @@ "type": "Line", "value": "Headers table style", "range": [ - 7357, - 7378 + 7627, + 7648 ], "loc": { "start": { - "line": 207, + "line": 216, "column": 8 }, "end": { - "line": 207, + "line": 216, "column": 29 } } @@ -19108,16 +19634,16 @@ "object": { "type": "ThisExpression", "range": [ - 7387, - 7391 + 7657, + 7661 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 8 }, "end": { - "line": 208, + "line": 217, "column": 12 } } @@ -19126,31 +19652,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7392, - 7399 + 7662, + 7669 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 13 }, "end": { - "line": 208, + "line": 217, "column": 20 } } }, "range": [ - 7387, - 7399 + 7657, + 7669 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 8 }, "end": { - "line": 208, + "line": 217, "column": 20 } } @@ -19159,31 +19685,31 @@ "type": "Identifier", "name": "style", "range": [ - 7400, - 7405 + 7670, + 7675 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 21 }, "end": { - "line": 208, + "line": 217, "column": 26 } } }, "range": [ - 7387, - 7405 + 7657, + 7675 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 8 }, "end": { - "line": 208, + "line": 217, "column": 26 } } @@ -19192,31 +19718,31 @@ "type": "Identifier", "name": "tableLayout", "range": [ - 7406, - 7417 + 7676, + 7687 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 27 }, "end": { - "line": 208, + "line": 217, "column": 38 } } }, "range": [ - 7387, - 7417 + 7657, + 7687 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 8 }, "end": { - "line": 208, + "line": 217, "column": 38 } } @@ -19226,46 +19752,46 @@ "value": "fixed", "raw": "'fixed'", "range": [ - 7420, - 7427 + 7690, + 7697 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 41 }, "end": { - "line": 208, + "line": 217, "column": 48 } } }, "range": [ - 7387, - 7427 + 7657, + 7697 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 8 }, "end": { - "line": 208, + "line": 217, "column": 48 } } }, "range": [ - 7387, - 7428 + 7657, + 7698 ], "loc": { "start": { - "line": 208, + "line": 217, "column": 8 }, "end": { - "line": 208, + "line": 217, "column": 49 } }, @@ -19274,16 +19800,16 @@ "type": "Line", "value": "Headers table style", "range": [ - 7357, - 7378 + 7627, + 7648 ], "loc": { "start": { - "line": 207, + "line": 216, "column": 8 }, "end": { - "line": 207, + "line": 216, "column": 29 } } @@ -19305,16 +19831,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7437, - 7440 + 7707, + 7710 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 8 }, "end": { - "line": 209, + "line": 218, "column": 11 } } @@ -19323,31 +19849,31 @@ "type": "Identifier", "name": "style", "range": [ - 7441, - 7446 + 7711, + 7716 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 12 }, "end": { - "line": 209, + "line": 218, "column": 17 } } }, "range": [ - 7437, - 7446 + 7707, + 7716 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 8 }, "end": { - "line": 209, + "line": 218, "column": 17 } } @@ -19356,31 +19882,31 @@ "type": "Identifier", "name": "tableLayout", "range": [ - 7447, - 7458 + 7717, + 7728 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 18 }, "end": { - "line": 209, + "line": 218, "column": 29 } } }, "range": [ - 7437, - 7458 + 7707, + 7728 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 8 }, "end": { - "line": 209, + "line": 218, "column": 29 } } @@ -19390,46 +19916,46 @@ "value": "fixed", "raw": "'fixed'", "range": [ - 7461, - 7468 + 7731, + 7738 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 32 }, "end": { - "line": 209, + "line": 218, "column": 39 } } }, "range": [ - 7437, - 7468 + 7707, + 7738 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 8 }, "end": { - "line": 209, + "line": 218, "column": 39 } } }, "range": [ - 7437, - 7469 + 7707, + 7739 ], "loc": { "start": { - "line": 209, + "line": 218, "column": 8 }, "end": { - "line": 209, + "line": 218, "column": 40 } } @@ -19448,16 +19974,16 @@ "object": { "type": "ThisExpression", "range": [ - 7478, - 7482 + 7748, + 7752 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 8 }, "end": { - "line": 210, + "line": 219, "column": 12 } } @@ -19466,31 +19992,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7483, - 7490 + 7753, + 7760 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 13 }, "end": { - "line": 210, + "line": 219, "column": 20 } } }, "range": [ - 7478, - 7490 + 7748, + 7760 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 8 }, "end": { - "line": 210, + "line": 219, "column": 20 } } @@ -19499,31 +20025,31 @@ "type": "Identifier", "name": "cellPadding", "range": [ - 7491, - 7502 + 7761, + 7772 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 21 }, "end": { - "line": 210, + "line": 219, "column": 32 } } }, "range": [ - 7478, - 7502 + 7748, + 7772 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 8 }, "end": { - "line": 210, + "line": 219, "column": 32 } } @@ -19535,16 +20061,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7505, - 7508 + 7775, + 7778 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 35 }, "end": { - "line": 210, + "line": 219, "column": 38 } } @@ -19553,61 +20079,61 @@ "type": "Identifier", "name": "cellPadding", "range": [ - 7509, - 7520 + 7779, + 7790 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 39 }, "end": { - "line": 210, + "line": 219, "column": 50 } } }, "range": [ - 7505, - 7520 + 7775, + 7790 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 35 }, "end": { - "line": 210, + "line": 219, "column": 50 } } }, "range": [ - 7478, - 7520 + 7748, + 7790 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 8 }, "end": { - "line": 210, + "line": 219, "column": 50 } } }, "range": [ - 7478, - 7521 + 7748, + 7791 ], "loc": { "start": { - "line": 210, + "line": 219, "column": 8 }, "end": { - "line": 210, + "line": 219, "column": 51 } } @@ -19626,16 +20152,16 @@ "object": { "type": "ThisExpression", "range": [ - 7530, - 7534 + 7800, + 7804 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 8 }, "end": { - "line": 211, + "line": 220, "column": 12 } } @@ -19644,31 +20170,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7535, - 7542 + 7805, + 7812 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 13 }, "end": { - "line": 211, + "line": 220, "column": 20 } } }, "range": [ - 7530, - 7542 + 7800, + 7812 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 8 }, "end": { - "line": 211, + "line": 220, "column": 20 } } @@ -19677,31 +20203,31 @@ "type": "Identifier", "name": "cellSpacing", "range": [ - 7543, - 7554 + 7813, + 7824 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 21 }, "end": { - "line": 211, + "line": 220, "column": 32 } } }, "range": [ - 7530, - 7554 + 7800, + 7824 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 8 }, "end": { - "line": 211, + "line": 220, "column": 32 } } @@ -19713,16 +20239,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7557, - 7560 + 7827, + 7830 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 35 }, "end": { - "line": 211, + "line": 220, "column": 38 } } @@ -19731,61 +20257,61 @@ "type": "Identifier", "name": "cellSpacing", "range": [ - 7561, - 7572 + 7831, + 7842 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 39 }, "end": { - "line": 211, + "line": 220, "column": 50 } } }, "range": [ - 7557, - 7572 + 7827, + 7842 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 35 }, "end": { - "line": 211, + "line": 220, "column": 50 } } }, "range": [ - 7530, - 7572 + 7800, + 7842 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 8 }, "end": { - "line": 211, + "line": 220, "column": 50 } } }, "range": [ - 7530, - 7573 + 7800, + 7843 ], "loc": { "start": { - "line": 211, + "line": 220, "column": 8 }, "end": { - "line": 211, + "line": 220, "column": 51 } }, @@ -19794,16 +20320,16 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7582, - 7628 + 7852, + 7898 ], "loc": { "start": { - "line": 212, + "line": 221, "column": 8 }, "end": { - "line": 212, + "line": 221, "column": 54 } } @@ -19812,16 +20338,16 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7638, - 7698 + 7908, + 7968 ], "loc": { "start": { - "line": 214, + "line": 223, "column": 8 }, "end": { - "line": 214, + "line": 223, "column": 68 } } @@ -19839,16 +20365,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7707, - 7709 + 7977, + 7979 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 8 }, "end": { - "line": 215, + "line": 224, "column": 10 } } @@ -19857,31 +20383,31 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 7710, - 7722 + 7980, + 7992 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 11 }, "end": { - "line": 215, + "line": 224, "column": 23 } } }, "range": [ - 7707, - 7722 + 7977, + 7992 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 8 }, "end": { - "line": 215, + "line": 224, "column": 23 } } @@ -19893,16 +20419,16 @@ "object": { "type": "ThisExpression", "range": [ - 7723, - 7727 + 7993, + 7997 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 24 }, "end": { - "line": 215, + "line": 224, "column": 28 } } @@ -19911,62 +20437,62 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7728, - 7735 + 7998, + 8005 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 29 }, "end": { - "line": 215, + "line": 224, "column": 36 } } }, "range": [ - 7723, - 7735 + 7993, + 8005 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 24 }, "end": { - "line": 215, + "line": 224, "column": 36 } } } ], "range": [ - 7707, - 7736 + 7977, + 8006 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 8 }, "end": { - "line": 215, + "line": 224, "column": 37 } } }, "range": [ - 7707, - 7737 + 7977, + 8007 ], "loc": { "start": { - "line": 215, + "line": 224, "column": 8 }, "end": { - "line": 215, + "line": 224, "column": 38 } }, @@ -19975,16 +20501,16 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7582, - 7628 + 7852, + 7898 ], "loc": { "start": { - "line": 212, + "line": 221, "column": 8 }, "end": { - "line": 212, + "line": 221, "column": 54 } } @@ -19993,16 +20519,16 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7638, - 7698 + 7908, + 7968 ], "loc": { "start": { - "line": 214, + "line": 223, "column": 8 }, "end": { - "line": 214, + "line": 223, "column": 68 } } @@ -20013,16 +20539,16 @@ "type": "Line", "value": "Headers container width", "range": [ - 7747, - 7772 + 8017, + 8042 ], "loc": { "start": { - "line": 217, + "line": 226, "column": 8 }, "end": { - "line": 217, + "line": 226, "column": 33 } } @@ -20031,16 +20557,16 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 7781, - 7845 + 8051, + 8115 ], "loc": { "start": { - "line": 218, + "line": 227, "column": 8 }, "end": { - "line": 218, + "line": 227, "column": 72 } } @@ -20062,16 +20588,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7855, - 7858 + 8125, + 8128 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 8 }, "end": { - "line": 220, + "line": 229, "column": 11 } } @@ -20080,31 +20606,31 @@ "type": "Identifier", "name": "style", "range": [ - 7859, - 7864 + 8129, + 8134 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 12 }, "end": { - "line": 220, + "line": 229, "column": 17 } } }, "range": [ - 7855, - 7864 + 8125, + 8134 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 8 }, "end": { - "line": 220, + "line": 229, "column": 17 } } @@ -20113,31 +20639,31 @@ "type": "Identifier", "name": "width", "range": [ - 7865, - 7870 + 8135, + 8140 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 18 }, "end": { - "line": 220, + "line": 229, "column": 23 } } }, "range": [ - 7855, - 7870 + 8125, + 8140 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 8 }, "end": { - "line": 220, + "line": 229, "column": 23 } } @@ -20147,46 +20673,46 @@ "value": "", "raw": "''", "range": [ - 7873, - 7875 + 8143, + 8145 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 26 }, "end": { - "line": 220, + "line": 229, "column": 28 } } }, "range": [ - 7855, - 7875 + 8125, + 8145 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 8 }, "end": { - "line": 220, + "line": 229, "column": 28 } } }, "range": [ - 7855, - 7876 + 8125, + 8146 ], "loc": { "start": { - "line": 220, + "line": 229, "column": 8 }, "end": { - "line": 220, + "line": 229, "column": 29 } }, @@ -20195,16 +20721,16 @@ "type": "Line", "value": "Headers container width", "range": [ - 7747, - 7772 + 8017, + 8042 ], "loc": { "start": { - "line": 217, + "line": 226, "column": 8 }, "end": { - "line": 217, + "line": 226, "column": 33 } } @@ -20213,16 +20739,16 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 7781, - 7845 + 8051, + 8115 ], "loc": { "start": { - "line": 218, + "line": 227, "column": 8 }, "end": { - "line": 218, + "line": 227, "column": 72 } } @@ -20233,16 +20759,16 @@ "type": "Line", "value": "", "range": [ - 7885, - 7887 + 8155, + 8157 ], "loc": { "start": { - "line": 221, + "line": 230, "column": 8 }, "end": { - "line": 221, + "line": 230, "column": 10 } } @@ -20266,16 +20792,16 @@ "object": { "type": "ThisExpression", "range": [ - 7896, - 7900 + 8166, + 8170 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 8 }, "end": { - "line": 222, + "line": 231, "column": 12 } } @@ -20284,31 +20810,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7901, - 7908 + 8171, + 8178 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 13 }, "end": { - "line": 222, + "line": 231, "column": 20 } } }, "range": [ - 7896, - 7908 + 8166, + 8178 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 8 }, "end": { - "line": 222, + "line": 231, "column": 20 } } @@ -20317,31 +20843,31 @@ "type": "Identifier", "name": "style", "range": [ - 7909, - 7914 + 8179, + 8184 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 21 }, "end": { - "line": 222, + "line": 231, "column": 26 } } }, "range": [ - 7896, - 7914 + 8166, + 8184 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 8 }, "end": { - "line": 222, + "line": 231, "column": 26 } } @@ -20350,31 +20876,31 @@ "type": "Identifier", "name": "width", "range": [ - 7915, - 7920 + 8185, + 8190 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 27 }, "end": { - "line": 222, + "line": 231, "column": 32 } } }, "range": [ - 7896, - 7920 + 8166, + 8190 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 8 }, "end": { - "line": 222, + "line": 231, "column": 32 } } @@ -20389,16 +20915,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 7923, - 7926 + 8193, + 8196 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 35 }, "end": { - "line": 222, + "line": 231, "column": 38 } } @@ -20407,31 +20933,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 7927, - 7938 + 8197, + 8208 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 39 }, "end": { - "line": 222, + "line": 231, "column": 50 } } }, "range": [ - 7923, - 7938 + 8193, + 8208 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 35 }, "end": { - "line": 222, + "line": 231, "column": 50 } } @@ -20441,61 +20967,61 @@ "value": "px", "raw": "'px'", "range": [ - 7941, - 7945 + 8211, + 8215 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 53 }, "end": { - "line": 222, + "line": 231, "column": 57 } } }, "range": [ - 7923, - 7945 + 8193, + 8215 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 35 }, "end": { - "line": 222, + "line": 231, "column": 57 } } }, "range": [ - 7896, - 7945 + 8166, + 8215 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 8 }, "end": { - "line": 222, + "line": 231, "column": 57 } } }, "range": [ - 7896, - 7946 + 8166, + 8216 ], "loc": { "start": { - "line": 222, + "line": 231, "column": 8 }, "end": { - "line": 222, + "line": 231, "column": 58 } }, @@ -20504,16 +21030,16 @@ "type": "Line", "value": "", "range": [ - 7885, - 7887 + 8155, + 8157 ], "loc": { "start": { - "line": 221, + "line": 230, "column": 8 }, "end": { - "line": 221, + "line": 230, "column": 10 } } @@ -20524,16 +21050,16 @@ "type": "Line", "value": "", "range": [ - 7955, - 7957 + 8225, + 8227 ], "loc": { "start": { - "line": 223, + "line": 232, "column": 8 }, "end": { - "line": 223, + "line": 232, "column": 10 } } @@ -20542,16 +21068,16 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 7967, - 7991 + 8237, + 8261 ], "loc": { "start": { - "line": 225, + "line": 234, "column": 8 }, "end": { - "line": 225, + "line": 234, "column": 32 } } @@ -20569,16 +21095,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8000, - 8005 + 8270, + 8275 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 8 }, "end": { - "line": 226, + "line": 235, "column": 13 } } @@ -20587,31 +21113,31 @@ "type": "Identifier", "name": "add", "range": [ - 8006, - 8009 + 8276, + 8279 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 14 }, "end": { - "line": 226, + "line": 235, "column": 17 } } }, "range": [ - 8000, - 8009 + 8270, + 8279 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 8 }, "end": { - "line": 226, + "line": 235, "column": 17 } } @@ -20623,16 +21149,16 @@ "object": { "type": "ThisExpression", "range": [ - 8010, - 8014 + 8280, + 8284 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 18 }, "end": { - "line": 226, + "line": 235, "column": 22 } } @@ -20641,31 +21167,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 8015, - 8022 + 8285, + 8292 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 23 }, "end": { - "line": 226, + "line": 235, "column": 30 } } }, "range": [ - 8010, - 8022 + 8280, + 8292 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 18 }, "end": { - "line": 226, + "line": 235, "column": 30 } } @@ -20675,16 +21201,16 @@ "value": "scroll", "raw": "'scroll'", "range": [ - 8024, - 8032 + 8294, + 8302 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 32 }, "end": { - "line": 226, + "line": 235, "column": 40 } } @@ -20697,16 +21223,16 @@ "type": "Identifier", "name": "evt", "range": [ - 8035, - 8038 + 8305, + 8308 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 43 }, "end": { - "line": 226, + "line": 235, "column": 46 } } @@ -20724,16 +21250,16 @@ "type": "Identifier", "name": "elm", "range": [ - 8060, - 8063 + 8330, + 8333 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 16 }, "end": { - "line": 227, + "line": 236, "column": 19 } } @@ -20747,16 +21273,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8066, - 8071 + 8336, + 8341 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 22 }, "end": { - "line": 227, + "line": 236, "column": 27 } } @@ -20765,31 +21291,31 @@ "type": "Identifier", "name": "target", "range": [ - 8072, - 8078 + 8342, + 8348 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 28 }, "end": { - "line": 227, + "line": 236, "column": 34 } } }, "range": [ - 8066, - 8078 + 8336, + 8348 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 22 }, "end": { - "line": 227, + "line": 236, "column": 34 } } @@ -20799,47 +21325,47 @@ "type": "Identifier", "name": "evt", "range": [ - 8079, - 8082 + 8349, + 8352 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 35 }, "end": { - "line": 227, + "line": 236, "column": 38 } } } ], "range": [ - 8066, - 8083 + 8336, + 8353 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 22 }, "end": { - "line": 227, + "line": 236, "column": 39 } } }, "range": [ - 8060, - 8083 + 8330, + 8353 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 16 }, "end": { - "line": 227, + "line": 236, "column": 39 } } @@ -20847,16 +21373,16 @@ ], "kind": "let", "range": [ - 8056, - 8084 + 8326, + 8354 ], "loc": { "start": { - "line": 227, + "line": 236, "column": 12 }, "end": { - "line": 227, + "line": 236, "column": 40 } } @@ -20870,16 +21396,16 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8101, - 8111 + 8371, + 8381 ], "loc": { "start": { - "line": 228, + "line": 237, "column": 16 }, "end": { - "line": 228, + "line": 237, "column": 26 } } @@ -20891,16 +21417,16 @@ "type": "Identifier", "name": "elm", "range": [ - 8114, - 8117 + 8384, + 8387 ], "loc": { "start": { - "line": 228, + "line": 237, "column": 29 }, "end": { - "line": 228, + "line": 237, "column": 32 } } @@ -20909,46 +21435,46 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8118, - 8128 + 8388, + 8398 ], "loc": { "start": { - "line": 228, + "line": 237, "column": 33 }, "end": { - "line": 228, + "line": 237, "column": 43 } } }, "range": [ - 8114, - 8128 + 8384, + 8398 ], "loc": { "start": { - "line": 228, + "line": 237, "column": 29 }, "end": { - "line": 228, + "line": 237, "column": 43 } } }, "range": [ - 8101, - 8128 + 8371, + 8398 ], "loc": { "start": { - "line": 228, + "line": 237, "column": 16 }, "end": { - "line": 228, + "line": 237, "column": 43 } } @@ -20956,16 +21482,16 @@ ], "kind": "let", "range": [ - 8097, - 8129 + 8367, + 8399 ], "loc": { "start": { - "line": 228, + "line": 237, "column": 12 }, "end": { - "line": 228, + "line": 237, "column": 44 } } @@ -20984,16 +21510,16 @@ "object": { "type": "ThisExpression", "range": [ - 8142, - 8146 + 8412, + 8416 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 12 }, "end": { - "line": 229, + "line": 238, "column": 16 } } @@ -21002,31 +21528,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 8147, - 8158 + 8417, + 8428 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 17 }, "end": { - "line": 229, + "line": 238, "column": 28 } } }, "range": [ - 8142, - 8158 + 8412, + 8428 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 12 }, "end": { - "line": 229, + "line": 238, "column": 28 } } @@ -21035,31 +21561,31 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8159, - 8169 + 8429, + 8439 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 29 }, "end": { - "line": 229, + "line": 238, "column": 39 } } }, "range": [ - 8142, - 8169 + 8412, + 8439 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 12 }, "end": { - "line": 229, + "line": 238, "column": 39 } } @@ -21068,46 +21594,46 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8172, - 8182 + 8442, + 8452 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 42 }, "end": { - "line": 229, + "line": 238, "column": 52 } } }, "range": [ - 8142, - 8182 + 8412, + 8452 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 12 }, "end": { - "line": 229, + "line": 238, "column": 52 } } }, "range": [ - 8142, - 8183 + 8412, + 8453 ], "loc": { "start": { - "line": 229, + "line": 238, "column": 12 }, "end": { - "line": 229, + "line": 238, "column": 53 } }, @@ -21116,16 +21642,16 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8196, - 8246 + 8466, + 8516 ], "loc": { "start": { - "line": 230, + "line": 239, "column": 12 }, "end": { - "line": 230, + "line": 239, "column": 62 } } @@ -21134,16 +21660,16 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8259, - 8291 + 8529, + 8561 ], "loc": { "start": { - "line": 231, + "line": 240, "column": 12 }, "end": { - "line": 231, + "line": 240, "column": 44 } } @@ -21152,16 +21678,16 @@ "type": "Line", "value": " try{", "range": [ - 8304, - 8315 + 8574, + 8585 ], "loc": { "start": { - "line": 232, + "line": 241, "column": 12 }, "end": { - "line": 232, + "line": 241, "column": 23 } } @@ -21170,16 +21696,16 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8328, - 8370 + 8598, + 8640 ], "loc": { "start": { - "line": 233, + "line": 242, "column": 12 }, "end": { - "line": 233, + "line": 242, "column": 54 } } @@ -21188,16 +21714,16 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8383, - 8426 + 8653, + 8696 ], "loc": { "start": { - "line": 234, + "line": 243, "column": 12 }, "end": { - "line": 234, + "line": 243, "column": 55 } } @@ -21206,16 +21732,16 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8439, - 8503 + 8709, + 8773 ], "loc": { "start": { - "line": 235, + "line": 244, "column": 12 }, "end": { - "line": 235, + "line": 244, "column": 76 } } @@ -21224,16 +21750,16 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8516, - 8546 + 8786, + 8816 ], "loc": { "start": { - "line": 236, + "line": 245, "column": 12 }, "end": { - "line": 236, + "line": 245, "column": 42 } } @@ -21242,16 +21768,16 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8559, - 8606 + 8829, + 8876 ], "loc": { "start": { - "line": 237, + "line": 246, "column": 12 }, "end": { - "line": 237, + "line": 246, "column": 59 } } @@ -21260,16 +21786,16 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8619, - 8665 + 8889, + 8935 ], "loc": { "start": { - "line": 238, + "line": 247, "column": 12 }, "end": { - "line": 238, + "line": 247, "column": 58 } } @@ -21278,16 +21804,16 @@ "type": "Line", "value": " };", "range": [ - 8678, - 8691 + 8948, + 8961 ], "loc": { "start": { - "line": 239, + "line": 248, "column": 12 }, "end": { - "line": 239, + "line": 248, "column": 25 } } @@ -21296,16 +21822,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 8704, - 8746 + 8974, + 9016 ], "loc": { "start": { - "line": 240, + "line": 249, "column": 12 }, "end": { - "line": 240, + "line": 249, "column": 54 } } @@ -21314,16 +21840,16 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 8759, - 8780 + 9029, + 9050 ], "loc": { "start": { - "line": 241, + "line": 250, "column": 12 }, "end": { - "line": 241, + "line": 250, "column": 33 } } @@ -21332,16 +21858,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 8793, - 8836 + 9063, + 9106 ], "loc": { "start": { - "line": 242, + "line": 251, "column": 12 }, "end": { - "line": 242, + "line": 251, "column": 55 } } @@ -21350,16 +21876,16 @@ "type": "Line", "value": " }", "range": [ - 8849, - 8857 + 9119, + 9127 ], "loc": { "start": { - "line": 243, + "line": 252, "column": 12 }, "end": { - "line": 243, + "line": 252, "column": 20 } } @@ -21368,16 +21894,16 @@ "type": "Line", "value": " }", "range": [ - 8870, - 8874 + 9140, + 9144 ], "loc": { "start": { - "line": 244, + "line": 253, "column": 12 }, "end": { - "line": 244, + "line": 253, "column": 16 } } @@ -21386,16 +21912,16 @@ } ], "range": [ - 8042, - 8884 + 8312, + 9154 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 50 }, "end": { - "line": 245, + "line": 254, "column": 9 } } @@ -21403,47 +21929,47 @@ "generator": false, "expression": false, "range": [ - 8034, - 8884 + 8304, + 9154 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 42 }, "end": { - "line": 245, + "line": 254, "column": 9 } } } ], "range": [ - 8000, - 8885 + 8270, + 9155 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 8 }, "end": { - "line": 245, + "line": 254, "column": 10 } } }, "range": [ - 8000, - 8886 + 8270, + 9156 ], "loc": { "start": { - "line": 226, + "line": 235, "column": 8 }, "end": { - "line": 245, + "line": 254, "column": 11 } }, @@ -21452,16 +21978,16 @@ "type": "Line", "value": "", "range": [ - 7955, - 7957 + 8225, + 8227 ], "loc": { "start": { - "line": 223, + "line": 232, "column": 8 }, "end": { - "line": 223, + "line": 232, "column": 10 } } @@ -21470,16 +21996,16 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 7967, - 7991 + 8237, + 8261 ], "loc": { "start": { - "line": 225, + "line": 234, "column": 8 }, "end": { - "line": 225, + "line": 234, "column": 32 } } @@ -21490,16 +22016,16 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 8896, - 8929 + 9166, + 9199 ], "loc": { "start": { - "line": 247, + "line": 256, "column": 8 }, "end": { - "line": 247, + "line": 256, "column": 41 } } @@ -21515,16 +22041,16 @@ "type": "Identifier", "name": "sort", "range": [ - 8942, - 8946 + 9212, + 9216 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 12 }, "end": { - "line": 248, + "line": 257, "column": 16 } } @@ -21544,16 +22070,16 @@ "type": "Identifier", "name": "f", "range": [ - 8950, - 8951 + 9220, + 9221 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 20 }, "end": { - "line": 248, + "line": 257, "column": 21 } } @@ -21562,31 +22088,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 8952, - 8962 + 9222, + 9232 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 22 }, "end": { - "line": 248, + "line": 257, "column": 32 } } }, "range": [ - 8950, - 8962 + 9220, + 9232 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 20 }, "end": { - "line": 248, + "line": 257, "column": 32 } } @@ -21595,31 +22121,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8966, - 8968 + 9236, + 9238 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 36 }, "end": { - "line": 248, + "line": 257, "column": 38 } } }, "range": [ - 8950, - 8968 + 9220, + 9238 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 20 }, "end": { - "line": 248, + "line": 257, "column": 38 } } @@ -21628,31 +22154,31 @@ "type": "Identifier", "name": "filter", "range": [ - 8970, - 8976 + 9240, + 9246 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 40 }, "end": { - "line": 248, + "line": 257, "column": 46 } } }, "range": [ - 8949, - 8976 + 9219, + 9246 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 19 }, "end": { - "line": 248, + "line": 257, "column": 46 } } @@ -21666,16 +22192,16 @@ "type": "Identifier", "name": "itm", "range": [ - 8986, - 8989 + 9256, + 9259 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 56 }, "end": { - "line": 248, + "line": 257, "column": 59 } } @@ -21696,16 +22222,16 @@ "type": "Identifier", "name": "itm", "range": [ - 9011, - 9014 + 9281, + 9284 ], "loc": { "start": { - "line": 249, + "line": 258, "column": 19 }, "end": { - "line": 249, + "line": 258, "column": 22 } } @@ -21714,31 +22240,31 @@ "type": "Identifier", "name": "name", "range": [ - 9015, - 9019 + 9285, + 9289 ], "loc": { "start": { - "line": 249, + "line": 258, "column": 23 }, "end": { - "line": 249, + "line": 258, "column": 27 } } }, "range": [ - 9011, - 9019 + 9281, + 9289 ], "loc": { "start": { - "line": 249, + "line": 258, "column": 19 }, "end": { - "line": 249, + "line": 258, "column": 27 } } @@ -21748,62 +22274,62 @@ "value": "sort", "raw": "'sort'", "range": [ - 9024, - 9030 + 9294, + 9300 ], "loc": { "start": { - "line": 249, + "line": 258, "column": 32 }, "end": { - "line": 249, + "line": 258, "column": 38 } } }, "range": [ - 9011, - 9030 + 9281, + 9300 ], "loc": { "start": { - "line": 249, + "line": 258, "column": 19 }, "end": { - "line": 249, + "line": 258, "column": 38 } } }, "range": [ - 9004, - 9031 + 9274, + 9301 ], "loc": { "start": { - "line": 249, + "line": 258, "column": 12 }, "end": { - "line": 249, + "line": 258, "column": 39 } } } ], "range": [ - 8990, - 9041 + 9260, + 9311 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 60 }, "end": { - "line": 250, + "line": 259, "column": 9 } } @@ -21811,47 +22337,47 @@ "generator": false, "expression": false, "range": [ - 8977, - 9041 + 9247, + 9311 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 47 }, "end": { - "line": 250, + "line": 259, "column": 9 } } } ], "range": [ - 8949, - 9042 + 9219, + 9312 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 19 }, "end": { - "line": 250, + "line": 259, "column": 10 } } }, "range": [ - 8942, - 9042 + 9212, + 9312 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 12 }, "end": { - "line": 250, + "line": 259, "column": 10 } } @@ -21859,16 +22385,16 @@ ], "kind": "let", "range": [ - 8938, - 9043 + 9208, + 9313 ], "loc": { "start": { - "line": 248, + "line": 257, "column": 8 }, "end": { - "line": 250, + "line": 259, "column": 11 } }, @@ -21877,16 +22403,16 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8196, - 8246 + 8466, + 8516 ], "loc": { "start": { - "line": 230, + "line": 239, "column": 12 }, "end": { - "line": 230, + "line": 239, "column": 62 } } @@ -21895,16 +22421,16 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8259, - 8291 + 8529, + 8561 ], "loc": { "start": { - "line": 231, + "line": 240, "column": 12 }, "end": { - "line": 231, + "line": 240, "column": 44 } } @@ -21913,16 +22439,16 @@ "type": "Line", "value": " try{", "range": [ - 8304, - 8315 + 8574, + 8585 ], "loc": { "start": { - "line": 232, + "line": 241, "column": 12 }, "end": { - "line": 232, + "line": 241, "column": 23 } } @@ -21931,16 +22457,16 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8328, - 8370 + 8598, + 8640 ], "loc": { "start": { - "line": 233, + "line": 242, "column": 12 }, "end": { - "line": 233, + "line": 242, "column": 54 } } @@ -21949,16 +22475,16 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8383, - 8426 + 8653, + 8696 ], "loc": { "start": { - "line": 234, + "line": 243, "column": 12 }, "end": { - "line": 234, + "line": 243, "column": 55 } } @@ -21967,16 +22493,16 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8439, - 8503 + 8709, + 8773 ], "loc": { "start": { - "line": 235, + "line": 244, "column": 12 }, "end": { - "line": 235, + "line": 244, "column": 76 } } @@ -21985,16 +22511,16 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8516, - 8546 + 8786, + 8816 ], "loc": { "start": { - "line": 236, + "line": 245, "column": 12 }, "end": { - "line": 236, + "line": 245, "column": 42 } } @@ -22003,16 +22529,16 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8559, - 8606 + 8829, + 8876 ], "loc": { "start": { - "line": 237, + "line": 246, "column": 12 }, "end": { - "line": 237, + "line": 246, "column": 59 } } @@ -22021,16 +22547,16 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8619, - 8665 + 8889, + 8935 ], "loc": { "start": { - "line": 238, + "line": 247, "column": 12 }, "end": { - "line": 238, + "line": 247, "column": 58 } } @@ -22039,16 +22565,16 @@ "type": "Line", "value": " };", "range": [ - 8678, - 8691 + 8948, + 8961 ], "loc": { "start": { - "line": 239, + "line": 248, "column": 12 }, "end": { - "line": 239, + "line": 248, "column": 25 } } @@ -22057,16 +22583,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 8704, - 8746 + 8974, + 9016 ], "loc": { "start": { - "line": 240, + "line": 249, "column": 12 }, "end": { - "line": 240, + "line": 249, "column": 54 } } @@ -22075,16 +22601,16 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 8759, - 8780 + 9029, + 9050 ], "loc": { "start": { - "line": 241, + "line": 250, "column": 12 }, "end": { - "line": 241, + "line": 250, "column": 33 } } @@ -22093,16 +22619,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 8793, - 8836 + 9063, + 9106 ], "loc": { "start": { - "line": 242, + "line": 251, "column": 12 }, "end": { - "line": 242, + "line": 251, "column": 55 } } @@ -22111,16 +22637,16 @@ "type": "Line", "value": " }", "range": [ - 8849, - 8857 + 9119, + 9127 ], "loc": { "start": { - "line": 243, + "line": 252, "column": 12 }, "end": { - "line": 243, + "line": 252, "column": 20 } } @@ -22129,16 +22655,16 @@ "type": "Line", "value": " }", "range": [ - 8870, - 8874 + 9140, + 9144 ], "loc": { "start": { - "line": 244, + "line": 253, "column": 12 }, "end": { - "line": 244, + "line": 253, "column": 16 } } @@ -22147,16 +22673,16 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 8896, - 8929 + 9166, + 9199 ], "loc": { "start": { - "line": 247, + "line": 256, "column": 8 }, "end": { - "line": 247, + "line": 256, "column": 41 } } @@ -22175,16 +22701,16 @@ "type": "Identifier", "name": "sort", "range": [ - 9055, - 9059 + 9325, + 9329 ], "loc": { "start": { - "line": 251, + "line": 260, "column": 11 }, "end": { - "line": 251, + "line": 260, "column": 15 } } @@ -22193,31 +22719,31 @@ "type": "Identifier", "name": "length", "range": [ - 9060, - 9066 + 9330, + 9336 ], "loc": { "start": { - "line": 251, + "line": 260, "column": 16 }, "end": { - "line": 251, + "line": 260, "column": 22 } } }, "range": [ - 9055, - 9066 + 9325, + 9336 ], "loc": { "start": { - "line": 251, + "line": 260, "column": 11 }, "end": { - "line": 251, + "line": 260, "column": 22 } } @@ -22227,31 +22753,31 @@ "value": 1, "raw": "1", "range": [ - 9071, - 9072 + 9341, + 9342 ], "loc": { "start": { - "line": 251, + "line": 260, "column": 27 }, "end": { - "line": 251, + "line": 260, "column": 28 } } }, "range": [ - 9055, - 9072 + 9325, + 9342 ], "loc": { "start": { - "line": 251, + "line": 260, "column": 11 }, "end": { - "line": 251, + "line": 260, "column": 28 } } @@ -22274,16 +22800,16 @@ "type": "Identifier", "name": "sort", "range": [ - 9087, - 9091 + 9357, + 9361 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 12 }, "end": { - "line": 252, + "line": 261, "column": 16 } } @@ -22293,31 +22819,31 @@ "value": 0, "raw": "0", "range": [ - 9092, - 9093 + 9362, + 9363 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 17 }, "end": { - "line": 252, + "line": 261, "column": 18 } } }, "range": [ - 9087, - 9094 + 9357, + 9364 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 12 }, "end": { - "line": 252, + "line": 261, "column": 19 } } @@ -22326,31 +22852,31 @@ "type": "Identifier", "name": "async_sort", "range": [ - 9095, - 9105 + 9365, + 9375 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 20 }, "end": { - "line": 252, + "line": 261, "column": 30 } } }, "range": [ - 9087, - 9105 + 9357, + 9375 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 12 }, "end": { - "line": 252, + "line": 261, "column": 30 } } @@ -22360,46 +22886,46 @@ "value": true, "raw": "true", "range": [ - 9108, - 9112 + 9378, + 9382 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 33 }, "end": { - "line": 252, + "line": 261, "column": 37 } } }, "range": [ - 9087, - 9112 + 9357, + 9382 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 12 }, "end": { - "line": 252, + "line": 261, "column": 37 } } }, "range": [ - 9087, - 9113 + 9357, + 9383 ], "loc": { "start": { - "line": 252, + "line": 261, "column": 12 }, "end": { - "line": 252, + "line": 261, "column": 38 } } @@ -22419,16 +22945,16 @@ "type": "Identifier", "name": "sort", "range": [ - 9126, - 9130 + 9396, + 9400 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 12 }, "end": { - "line": 253, + "line": 262, "column": 16 } } @@ -22438,31 +22964,31 @@ "value": 0, "raw": "0", "range": [ - 9131, - 9132 + 9401, + 9402 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 17 }, "end": { - "line": 253, + "line": 262, "column": 18 } } }, "range": [ - 9126, - 9133 + 9396, + 9403 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 12 }, "end": { - "line": 253, + "line": 262, "column": 19 } } @@ -22471,31 +22997,31 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 9134, - 9145 + 9404, + 9415 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 20 }, "end": { - "line": 253, + "line": 262, "column": 31 } } }, "range": [ - 9126, - 9145 + 9396, + 9415 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 12 }, "end": { - "line": 253, + "line": 262, "column": 31 } } @@ -22504,78 +23030,78 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 9148, - 9160 + 9418, + 9430 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 34 }, "end": { - "line": 253, + "line": 262, "column": 46 } } }, "range": [ - 9126, - 9160 + 9396, + 9430 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 12 }, "end": { - "line": 253, + "line": 262, "column": 46 } } }, "range": [ - 9126, - 9161 + 9396, + 9431 ], "loc": { "start": { - "line": 253, + "line": 262, "column": 12 }, "end": { - "line": 253, + "line": 262, "column": 47 } } } ], "range": [ - 9073, - 9171 + 9343, + 9441 ], "loc": { "start": { - "line": 251, + "line": 260, "column": 29 }, "end": { - "line": 254, + "line": 263, "column": 9 } } }, "alternate": null, "range": [ - 9052, - 9171 + 9322, + 9441 ], "loc": { "start": { - "line": 251, + "line": 260, "column": 8 }, "end": { - "line": 254, + "line": 263, "column": 9 } }, @@ -22584,16 +23110,16 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9181, - 9230 + 9451, + 9500 ], "loc": { "start": { - "line": 256, + "line": 265, "column": 8 }, "end": { - "line": 256, + "line": 265, "column": 57 } } @@ -22611,16 +23137,16 @@ "object": { "type": "ThisExpression", "range": [ - 9239, - 9243 + 9509, + 9513 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 8 }, "end": { - "line": 257, + "line": 266, "column": 12 } } @@ -22629,31 +23155,31 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 9244, - 9256 + 9514, + 9526 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 13 }, "end": { - "line": 257, + "line": 266, "column": 25 } } }, "range": [ - 9239, - 9256 + 9509, + 9526 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 8 }, "end": { - "line": 257, + "line": 266, "column": 25 } } @@ -22675,16 +23201,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9259, - 9262 + 9529, + 9532 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 28 }, "end": { - "line": 257, + "line": 266, "column": 31 } } @@ -22693,31 +23219,31 @@ "type": "Identifier", "name": "tag", "range": [ - 9263, - 9266 + 9533, + 9536 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 32 }, "end": { - "line": 257, + "line": 266, "column": 35 } } }, "range": [ - 9259, - 9266 + 9529, + 9536 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 28 }, "end": { - "line": 257, + "line": 266, "column": 35 } } @@ -22727,16 +23253,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9267, - 9270 + 9537, + 9540 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 36 }, "end": { - "line": 257, + "line": 266, "column": 39 } } @@ -22746,32 +23272,32 @@ "value": "col", "raw": "'col'", "range": [ - 9272, - 9277 + 9542, + 9547 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 41 }, "end": { - "line": 257, + "line": 266, "column": 46 } } } ], "range": [ - 9259, - 9278 + 9529, + 9548 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 28 }, "end": { - "line": 257, + "line": 266, "column": 47 } } @@ -22780,31 +23306,31 @@ "type": "Identifier", "name": "length", "range": [ - 9279, - 9285 + 9549, + 9555 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 48 }, "end": { - "line": 257, + "line": 266, "column": 54 } } }, "range": [ - 9259, - 9285 + 9529, + 9555 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 28 }, "end": { - "line": 257, + "line": 266, "column": 54 } } @@ -22814,31 +23340,31 @@ "value": 0, "raw": "0", "range": [ - 9288, - 9289 + 9558, + 9559 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 57 }, "end": { - "line": 257, + "line": 266, "column": 58 } } }, "range": [ - 9259, - 9289 + 9529, + 9559 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 28 }, "end": { - "line": 257, + "line": 266, "column": 58 } } @@ -22848,16 +23374,16 @@ "value": true, "raw": "true", "range": [ - 9292, - 9296 + 9562, + 9566 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 61 }, "end": { - "line": 257, + "line": 266, "column": 65 } } @@ -22867,61 +23393,61 @@ "value": false, "raw": "false", "range": [ - 9299, - 9304 + 9569, + 9574 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 68 }, "end": { - "line": 257, + "line": 266, "column": 73 } } }, "range": [ - 9259, - 9304 + 9529, + 9574 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 28 }, "end": { - "line": 257, + "line": 266, "column": 73 } } }, "range": [ - 9239, - 9304 + 9509, + 9574 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 8 }, "end": { - "line": 257, + "line": 266, "column": 73 } } }, "range": [ - 9239, - 9305 + 9509, + 9575 ], "loc": { "start": { - "line": 257, + "line": 266, "column": 8 }, "end": { - "line": 257, + "line": 266, "column": 74 } }, @@ -22930,16 +23456,16 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9181, - 9230 + 9451, + 9500 ], "loc": { "start": { - "line": 256, + "line": 265, "column": 8 }, "end": { - "line": 256, + "line": 265, "column": 57 } } @@ -22950,16 +23476,16 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9315, - 9380 + 9585, + 9650 ], "loc": { "start": { - "line": 259, + "line": 268, "column": 8 }, "end": { - "line": 259, + "line": 268, "column": 73 } } @@ -22968,16 +23494,16 @@ "type": "Line", "value": "filtering", "range": [ - 9389, - 9400 + 9659, + 9670 ], "loc": { "start": { - "line": 260, + "line": 269, "column": 8 }, "end": { - "line": 260, + "line": 269, "column": 19 } } @@ -22993,16 +23519,16 @@ "type": "Identifier", "name": "createColTags", "range": [ - 9413, - 9426 + 9683, + 9696 ], "loc": { "start": { - "line": 261, + "line": 270, "column": 12 }, "end": { - "line": 261, + "line": 270, "column": 25 } } @@ -23025,16 +23551,16 @@ "type": "Identifier", "name": "k", "range": [ - 9461, - 9462 + 9731, + 9732 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 20 }, "end": { - "line": 262, + "line": 271, "column": 21 } } @@ -23049,16 +23575,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9464, - 9466 + 9734, + 9736 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 23 }, "end": { - "line": 262, + "line": 271, "column": 25 } } @@ -23067,31 +23593,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 9467, - 9474 + 9737, + 9744 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 26 }, "end": { - "line": 262, + "line": 271, "column": 33 } } }, "range": [ - 9464, - 9474 + 9734, + 9744 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 23 }, "end": { - "line": 262, + "line": 271, "column": 33 } } @@ -23101,46 +23627,46 @@ "value": 1, "raw": "1", "range": [ - 9475, - 9476 + 9745, + 9746 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 34 }, "end": { - "line": 262, + "line": 271, "column": 35 } } }, "range": [ - 9464, - 9476 + 9734, + 9746 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 23 }, "end": { - "line": 262, + "line": 271, "column": 35 } } }, "range": [ - 9461, - 9477 + 9731, + 9747 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 20 }, "end": { - "line": 262, + "line": 271, "column": 36 } } @@ -23148,16 +23674,16 @@ ], "kind": "let", "range": [ - 9457, - 9477 + 9727, + 9747 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 16 }, "end": { - "line": 262, + "line": 271, "column": 36 } } @@ -23169,16 +23695,16 @@ "type": "Identifier", "name": "k", "range": [ - 9479, - 9480 + 9749, + 9750 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 38 }, "end": { - "line": 262, + "line": 271, "column": 39 } } @@ -23188,31 +23714,31 @@ "value": 0, "raw": "0", "range": [ - 9482, - 9483 + 9752, + 9753 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 41 }, "end": { - "line": 262, + "line": 271, "column": 42 } } }, "range": [ - 9479, - 9483 + 9749, + 9753 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 38 }, "end": { - "line": 262, + "line": 271, "column": 42 } } @@ -23224,32 +23750,32 @@ "type": "Identifier", "name": "k", "range": [ - 9485, - 9486 + 9755, + 9756 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 44 }, "end": { - "line": 262, + "line": 271, "column": 45 } } }, "prefix": false, "range": [ - 9485, - 9488 + 9755, + 9758 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 44 }, "end": { - "line": 262, + "line": 271, "column": 47 } } @@ -23266,16 +23792,16 @@ "type": "Identifier", "name": "col", "range": [ - 9511, - 9514 + 9781, + 9784 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 20 }, "end": { - "line": 263, + "line": 272, "column": 23 } } @@ -23289,16 +23815,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9517, - 9520 + 9787, + 9790 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 26 }, "end": { - "line": 263, + "line": 272, "column": 29 } } @@ -23307,31 +23833,31 @@ "type": "Identifier", "name": "create", "range": [ - 9521, - 9527 + 9791, + 9797 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 30 }, "end": { - "line": 263, + "line": 272, "column": 36 } } }, "range": [ - 9517, - 9527 + 9787, + 9797 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 26 }, "end": { - "line": 263, + "line": 272, "column": 36 } } @@ -23342,16 +23868,16 @@ "value": "col", "raw": "'col'", "range": [ - 9528, - 9533 + 9798, + 9803 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 37 }, "end": { - "line": 263, + "line": 272, "column": 42 } } @@ -23364,16 +23890,16 @@ "value": "id", "raw": "'id'", "range": [ - 9536, - 9540 + 9806, + 9810 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 45 }, "end": { - "line": 263, + "line": 272, "column": 49 } } @@ -23391,16 +23917,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9542, - 9544 + 9812, + 9814 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 51 }, "end": { - "line": 263, + "line": 272, "column": 53 } } @@ -23409,31 +23935,31 @@ "type": "Identifier", "name": "id", "range": [ - 9545, - 9547 + 9815, + 9817 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 54 }, "end": { - "line": 263, + "line": 272, "column": 56 } } }, "range": [ - 9542, - 9547 + 9812, + 9817 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 51 }, "end": { - "line": 263, + "line": 272, "column": 56 } } @@ -23443,31 +23969,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 9548, - 9555 + 9818, + 9825 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 57 }, "end": { - "line": 263, + "line": 272, "column": 64 } } }, "range": [ - 9542, - 9555 + 9812, + 9825 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 51 }, "end": { - "line": 263, + "line": 272, "column": 64 } } @@ -23476,78 +24002,78 @@ "type": "Identifier", "name": "k", "range": [ - 9556, - 9557 + 9826, + 9827 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 65 }, "end": { - "line": 263, + "line": 272, "column": 66 } } }, "range": [ - 9542, - 9557 + 9812, + 9827 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 51 }, "end": { - "line": 263, + "line": 272, "column": 66 } } } ], "range": [ - 9535, - 9558 + 9805, + 9828 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 44 }, "end": { - "line": 263, + "line": 272, "column": 67 } } } ], "range": [ - 9517, - 9559 + 9787, + 9829 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 26 }, "end": { - "line": 263, + "line": 272, "column": 68 } } }, "range": [ - 9511, - 9559 + 9781, + 9829 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 20 }, "end": { - "line": 263, + "line": 272, "column": 68 } } @@ -23555,16 +24081,16 @@ ], "kind": "let", "range": [ - 9507, - 9560 + 9777, + 9830 ], "loc": { "start": { - "line": 263, + "line": 272, "column": 16 }, "end": { - "line": 263, + "line": 272, "column": 69 } } @@ -23580,16 +24106,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9577, - 9580 + 9847, + 9850 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 16 }, "end": { - "line": 264, + "line": 273, "column": 19 } } @@ -23598,31 +24124,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 9581, - 9593 + 9851, + 9863 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 20 }, "end": { - "line": 264, + "line": 273, "column": 32 } } }, "range": [ - 9577, - 9593 + 9847, + 9863 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 16 }, "end": { - "line": 264, + "line": 273, "column": 32 } } @@ -23632,16 +24158,16 @@ "type": "Identifier", "name": "col", "range": [ - 9594, - 9597 + 9864, + 9867 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 33 }, "end": { - "line": 264, + "line": 273, "column": 36 } } @@ -23653,16 +24179,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9599, - 9602 + 9869, + 9872 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 38 }, "end": { - "line": 264, + "line": 273, "column": 41 } } @@ -23671,62 +24197,62 @@ "type": "Identifier", "name": "firstChild", "range": [ - 9603, - 9613 + 9873, + 9883 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 42 }, "end": { - "line": 264, + "line": 273, "column": 52 } } }, "range": [ - 9599, - 9613 + 9869, + 9883 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 38 }, "end": { - "line": 264, + "line": 273, "column": 52 } } } ], "range": [ - 9577, - 9614 + 9847, + 9884 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 16 }, "end": { - "line": 264, + "line": 273, "column": 53 } } }, "range": [ - 9577, - 9615 + 9847, + 9885 ], "loc": { "start": { - "line": 264, + "line": 273, "column": 16 }, "end": { - "line": 264, + "line": 273, "column": 54 } } @@ -23746,16 +24272,16 @@ "type": "Identifier", "name": "col", "range": [ - 9632, - 9635 + 9902, + 9905 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 16 }, "end": { - "line": 265, + "line": 274, "column": 19 } } @@ -23764,31 +24290,31 @@ "type": "Identifier", "name": "style", "range": [ - 9636, - 9641 + 9906, + 9911 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 20 }, "end": { - "line": 265, + "line": 274, "column": 25 } } }, "range": [ - 9632, - 9641 + 9902, + 9911 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 16 }, "end": { - "line": 265, + "line": 274, "column": 25 } } @@ -23797,31 +24323,31 @@ "type": "Identifier", "name": "width", "range": [ - 9642, - 9647 + 9912, + 9917 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 26 }, "end": { - "line": 265, + "line": 274, "column": 31 } } }, "range": [ - 9632, - 9647 + 9902, + 9917 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 16 }, "end": { - "line": 265, + "line": 274, "column": 31 } } @@ -23836,16 +24362,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9650, - 9652 + 9920, + 9922 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 34 }, "end": { - "line": 265, + "line": 274, "column": 36 } } @@ -23854,31 +24380,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 9653, - 9662 + 9923, + 9932 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 37 }, "end": { - "line": 265, + "line": 274, "column": 46 } } }, "range": [ - 9650, - 9662 + 9920, + 9932 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 34 }, "end": { - "line": 265, + "line": 274, "column": 46 } } @@ -23887,61 +24413,61 @@ "type": "Identifier", "name": "k", "range": [ - 9663, - 9664 + 9933, + 9934 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 47 }, "end": { - "line": 265, + "line": 274, "column": 48 } } }, "range": [ - 9650, - 9665 + 9920, + 9935 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 34 }, "end": { - "line": 265, + "line": 274, "column": 49 } } }, "range": [ - 9632, - 9665 + 9902, + 9935 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 16 }, "end": { - "line": 265, + "line": 274, "column": 49 } } }, "range": [ - 9632, - 9666 + 9902, + 9936 ], "loc": { "start": { - "line": 265, + "line": 274, "column": 16 }, "end": { - "line": 265, + "line": 274, "column": 50 } } @@ -23960,16 +24486,16 @@ "object": { "type": "ThisExpression", "range": [ - 9683, - 9687 + 9953, + 9957 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 16 }, "end": { - "line": 266, + "line": 275, "column": 20 } } @@ -23978,31 +24504,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 9688, - 9699 + 9958, + 9969 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 21 }, "end": { - "line": 266, + "line": 275, "column": 32 } } }, "range": [ - 9683, - 9699 + 9953, + 9969 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 16 }, "end": { - "line": 266, + "line": 275, "column": 32 } } @@ -24011,31 +24537,31 @@ "type": "Identifier", "name": "k", "range": [ - 9700, - 9701 + 9970, + 9971 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 33 }, "end": { - "line": 266, + "line": 275, "column": 34 } } }, "range": [ - 9683, - 9702 + 9953, + 9972 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 16 }, "end": { - "line": 266, + "line": 275, "column": 35 } } @@ -24044,77 +24570,77 @@ "type": "Identifier", "name": "col", "range": [ - 9705, - 9708 + 9975, + 9978 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 38 }, "end": { - "line": 266, + "line": 275, "column": 41 } } }, "range": [ - 9683, - 9708 + 9953, + 9978 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 16 }, "end": { - "line": 266, + "line": 275, "column": 41 } } }, "range": [ - 9683, - 9709 + 9953, + 9979 ], "loc": { "start": { - "line": 266, + "line": 275, "column": 16 }, "end": { - "line": 266, + "line": 275, "column": 42 } } } ], "range": [ - 9489, - 9723 + 9759, + 9993 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 48 }, "end": { - "line": 267, + "line": 276, "column": 13 } } }, "range": [ - 9453, - 9723 + 9723, + 9993 ], "loc": { "start": { - "line": 262, + "line": 271, "column": 12 }, "end": { - "line": 267, + "line": 276, "column": 13 } } @@ -24130,16 +24656,16 @@ "object": { "type": "ThisExpression", "range": [ - 9736, - 9740 + 10006, + 10010 ], "loc": { "start": { - "line": 268, + "line": 277, "column": 12 }, "end": { - "line": 268, + "line": 277, "column": 16 } } @@ -24148,31 +24674,31 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 9741, - 9753 + 10011, + 10023 ], "loc": { "start": { - "line": 268, + "line": 277, "column": 17 }, "end": { - "line": 268, + "line": 277, "column": 29 } } }, "range": [ - 9736, - 9753 + 10006, + 10023 ], "loc": { "start": { - "line": 268, + "line": 277, "column": 12 }, "end": { - "line": 268, + "line": 277, "column": 29 } } @@ -24182,62 +24708,62 @@ "value": true, "raw": "true", "range": [ - 9756, - 9760 + 10026, + 10030 ], "loc": { "start": { - "line": 268, + "line": 277, "column": 32 }, "end": { - "line": 268, + "line": 277, "column": 36 } } }, "range": [ - 9736, - 9760 + 10006, + 10030 ], "loc": { "start": { - "line": 268, + "line": 277, "column": 12 }, "end": { - "line": 268, + "line": 277, "column": 36 } } }, "range": [ - 9736, - 9761 + 10006, + 10031 ], "loc": { "start": { - "line": 268, + "line": 277, "column": 12 }, "end": { - "line": 268, + "line": 277, "column": 37 } } } ], "range": [ - 9439, - 9771 + 9709, + 10041 ], "loc": { "start": { - "line": 261, + "line": 270, "column": 38 }, "end": { - "line": 269, + "line": 278, "column": 9 } } @@ -24245,31 +24771,31 @@ "generator": false, "expression": false, "range": [ - 9429, - 9771 + 9699, + 10041 ], "loc": { "start": { - "line": 261, + "line": 270, "column": 28 }, "end": { - "line": 269, + "line": 278, "column": 9 } } }, "range": [ - 9413, - 9771 + 9683, + 10041 ], "loc": { "start": { - "line": 261, + "line": 270, "column": 12 }, "end": { - "line": 269, + "line": 278, "column": 9 } } @@ -24277,16 +24803,16 @@ ], "kind": "let", "range": [ - 9409, - 9772 + 9679, + 10042 ], "loc": { "start": { - "line": 261, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 278, "column": 10 } }, @@ -24295,16 +24821,16 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9315, - 9380 + 9585, + 9650 ], "loc": { "start": { - "line": 259, + "line": 268, "column": 8 }, "end": { - "line": 259, + "line": 268, "column": 73 } } @@ -24313,16 +24839,16 @@ "type": "Line", "value": "filtering", "range": [ - 9389, - 9400 + 9659, + 9670 ], "loc": { "start": { - "line": 260, + "line": 269, "column": 8 }, "end": { - "line": 260, + "line": 269, "column": 19 } } @@ -24340,16 +24866,16 @@ "object": { "type": "ThisExpression", "range": [ - 9786, - 9790 + 10056, + 10060 ], "loc": { "start": { - "line": 271, + "line": 280, "column": 12 }, "end": { - "line": 271, + "line": 280, "column": 16 } } @@ -24358,47 +24884,47 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 9791, - 9803 + 10061, + 10073 ], "loc": { "start": { - "line": 271, + "line": 280, "column": 17 }, "end": { - "line": 271, + "line": 280, "column": 29 } } }, "range": [ - 9786, - 9803 + 10056, + 10073 ], "loc": { "start": { - "line": 271, + "line": 280, "column": 12 }, "end": { - "line": 271, + "line": 280, "column": 29 } } }, "prefix": true, "range": [ - 9785, - 9803 + 10055, + 10073 ], "loc": { "start": { - "line": 271, + "line": 280, "column": 11 }, "end": { - "line": 271, + "line": 280, "column": 29 } } @@ -24417,16 +24943,16 @@ "type": "Identifier", "name": "createColTags", "range": [ - 9818, - 9831 + 10088, + 10101 ], "loc": { "start": { - "line": 272, + "line": 281, "column": 12 }, "end": { - "line": 272, + "line": 281, "column": 25 } } @@ -24435,31 +24961,31 @@ "type": "Identifier", "name": "call", "range": [ - 9832, - 9836 + 10102, + 10106 ], "loc": { "start": { - "line": 272, + "line": 281, "column": 26 }, "end": { - "line": 272, + "line": 281, "column": 30 } } }, "range": [ - 9818, - 9836 + 10088, + 10106 ], "loc": { "start": { - "line": 272, + "line": 281, "column": 12 }, "end": { - "line": 272, + "line": 281, "column": 30 } } @@ -24468,63 +24994,63 @@ { "type": "ThisExpression", "range": [ - 9837, - 9841 + 10107, + 10111 ], "loc": { "start": { - "line": 272, + "line": 281, "column": 31 }, "end": { - "line": 272, + "line": 281, "column": 35 } } } ], "range": [ - 9818, - 9842 + 10088, + 10112 ], "loc": { "start": { - "line": 272, + "line": 281, "column": 12 }, "end": { - "line": 272, + "line": 281, "column": 36 } } }, "range": [ - 9818, - 9843 + 10088, + 10113 ], "loc": { "start": { - "line": 272, + "line": 281, "column": 12 }, "end": { - "line": 272, + "line": 281, "column": 37 } } } ], "range": [ - 9804, - 9853 + 10074, + 10123 ], "loc": { "start": { - "line": 271, + "line": 280, "column": 30 }, "end": { - "line": 273, + "line": 282, "column": 9 } } @@ -24541,16 +25067,16 @@ "type": "Identifier", "name": "cols", "range": [ - 9877, - 9881 + 10147, + 10151 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 16 }, "end": { - "line": 274, + "line": 283, "column": 20 } } @@ -24564,16 +25090,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9884, - 9887 + 10154, + 10157 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 23 }, "end": { - "line": 274, + "line": 283, "column": 26 } } @@ -24582,31 +25108,31 @@ "type": "Identifier", "name": "tag", "range": [ - 9888, - 9891 + 10158, + 10161 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 27 }, "end": { - "line": 274, + "line": 283, "column": 30 } } }, "range": [ - 9884, - 9891 + 10154, + 10161 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 23 }, "end": { - "line": 274, + "line": 283, "column": 30 } } @@ -24616,16 +25142,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9892, - 9895 + 10162, + 10165 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 31 }, "end": { - "line": 274, + "line": 283, "column": 34 } } @@ -24635,47 +25161,47 @@ "value": "col", "raw": "'col'", "range": [ - 9897, - 9902 + 10167, + 10172 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 36 }, "end": { - "line": 274, + "line": 283, "column": 41 } } } ], "range": [ - 9884, - 9903 + 10154, + 10173 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 23 }, "end": { - "line": 274, + "line": 283, "column": 42 } } }, "range": [ - 9877, - 9903 + 10147, + 10173 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 16 }, "end": { - "line": 274, + "line": 283, "column": 42 } } @@ -24683,16 +25209,16 @@ ], "kind": "let", "range": [ - 9873, - 9904 + 10143, + 10174 ], "loc": { "start": { - "line": 274, + "line": 283, "column": 12 }, "end": { - "line": 274, + "line": 283, "column": 43 } } @@ -24708,16 +25234,16 @@ "type": "Identifier", "name": "ii", "range": [ - 9925, - 9927 + 10195, + 10197 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 20 }, "end": { - "line": 275, + "line": 284, "column": 22 } } @@ -24727,31 +25253,31 @@ "value": 0, "raw": "0", "range": [ - 9928, - 9929 + 10198, + 10199 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 23 }, "end": { - "line": 275, + "line": 284, "column": 24 } } }, "range": [ - 9925, - 9929 + 10195, + 10199 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 20 }, "end": { - "line": 275, + "line": 284, "column": 24 } } @@ -24759,16 +25285,16 @@ ], "kind": "let", "range": [ - 9921, - 9929 + 10191, + 10199 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 16 }, "end": { - "line": 275, + "line": 284, "column": 24 } } @@ -24780,16 +25306,16 @@ "type": "Identifier", "name": "ii", "range": [ - 9931, - 9933 + 10201, + 10203 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 26 }, "end": { - "line": 275, + "line": 284, "column": 28 } } @@ -24801,16 +25327,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9934, - 9936 + 10204, + 10206 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 29 }, "end": { - "line": 275, + "line": 284, "column": 31 } } @@ -24819,46 +25345,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 9937, - 9944 + 10207, + 10214 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 32 }, "end": { - "line": 275, + "line": 284, "column": 39 } } }, "range": [ - 9934, - 9944 + 10204, + 10214 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 29 }, "end": { - "line": 275, + "line": 284, "column": 39 } } }, "range": [ - 9931, - 9944 + 10201, + 10214 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 26 }, "end": { - "line": 275, + "line": 284, "column": 39 } } @@ -24870,32 +25396,32 @@ "type": "Identifier", "name": "ii", "range": [ - 9946, - 9948 + 10216, + 10218 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 41 }, "end": { - "line": 275, + "line": 284, "column": 43 } } }, "prefix": false, "range": [ - 9946, - 9950 + 10216, + 10220 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 41 }, "end": { - "line": 275, + "line": 284, "column": 45 } } @@ -24917,16 +25443,16 @@ "type": "Identifier", "name": "cols", "range": [ - 9969, - 9973 + 10239, + 10243 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 16 }, "end": { - "line": 276, + "line": 285, "column": 20 } } @@ -24935,31 +25461,31 @@ "type": "Identifier", "name": "ii", "range": [ - 9974, - 9976 + 10244, + 10246 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 21 }, "end": { - "line": 276, + "line": 285, "column": 23 } } }, "range": [ - 9969, - 9977 + 10239, + 10247 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 16 }, "end": { - "line": 276, + "line": 285, "column": 24 } } @@ -24968,31 +25494,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 9978, - 9990 + 10248, + 10260 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 25 }, "end": { - "line": 276, + "line": 285, "column": 37 } } }, "range": [ - 9969, - 9990 + 10239, + 10260 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 16 }, "end": { - "line": 276, + "line": 285, "column": 37 } } @@ -25003,16 +25529,16 @@ "value": "id", "raw": "'id'", "range": [ - 9991, - 9995 + 10261, + 10265 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 38 }, "end": { - "line": 276, + "line": 285, "column": 42 } } @@ -25030,16 +25556,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9997, - 9999 + 10267, + 10269 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 44 }, "end": { - "line": 276, + "line": 285, "column": 46 } } @@ -25048,31 +25574,31 @@ "type": "Identifier", "name": "id", "range": [ - 10000, - 10002 + 10270, + 10272 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 47 }, "end": { - "line": 276, + "line": 285, "column": 49 } } }, "range": [ - 9997, - 10002 + 10267, + 10272 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 44 }, "end": { - "line": 276, + "line": 285, "column": 49 } } @@ -25082,31 +25608,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 10003, - 10010 + 10273, + 10280 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 50 }, "end": { - "line": 276, + "line": 285, "column": 57 } } }, "range": [ - 9997, - 10010 + 10267, + 10280 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 44 }, "end": { - "line": 276, + "line": 285, "column": 57 } } @@ -25115,62 +25641,62 @@ "type": "Identifier", "name": "ii", "range": [ - 10011, - 10013 + 10281, + 10283 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 58 }, "end": { - "line": 276, + "line": 285, "column": 60 } } }, "range": [ - 9997, - 10013 + 10267, + 10283 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 44 }, "end": { - "line": 276, + "line": 285, "column": 60 } } } ], "range": [ - 9969, - 10014 + 10239, + 10284 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 16 }, "end": { - "line": 276, + "line": 285, "column": 61 } } }, "range": [ - 9969, - 10015 + 10239, + 10285 ], "loc": { "start": { - "line": 276, + "line": 285, "column": 16 }, "end": { - "line": 276, + "line": 285, "column": 62 } } @@ -25193,16 +25719,16 @@ "type": "Identifier", "name": "cols", "range": [ - 10032, - 10036 + 10302, + 10306 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 16 }, "end": { - "line": 277, + "line": 286, "column": 20 } } @@ -25211,31 +25737,31 @@ "type": "Identifier", "name": "ii", "range": [ - 10037, - 10039 + 10307, + 10309 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 21 }, "end": { - "line": 277, + "line": 286, "column": 23 } } }, "range": [ - 10032, - 10040 + 10302, + 10310 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 16 }, "end": { - "line": 277, + "line": 286, "column": 24 } } @@ -25244,31 +25770,31 @@ "type": "Identifier", "name": "style", "range": [ - 10041, - 10046 + 10311, + 10316 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 25 }, "end": { - "line": 277, + "line": 286, "column": 30 } } }, "range": [ - 10032, - 10046 + 10302, + 10316 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 16 }, "end": { - "line": 277, + "line": 286, "column": 30 } } @@ -25277,31 +25803,31 @@ "type": "Identifier", "name": "width", "range": [ - 10047, - 10052 + 10317, + 10322 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 31 }, "end": { - "line": 277, + "line": 286, "column": 36 } } }, "range": [ - 10032, - 10052 + 10302, + 10322 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 16 }, "end": { - "line": 277, + "line": 286, "column": 36 } } @@ -25316,16 +25842,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10055, - 10057 + 10325, + 10327 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 39 }, "end": { - "line": 277, + "line": 286, "column": 41 } } @@ -25334,31 +25860,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 10058, - 10067 + 10328, + 10337 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 42 }, "end": { - "line": 277, + "line": 286, "column": 51 } } }, "range": [ - 10055, - 10067 + 10325, + 10337 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 39 }, "end": { - "line": 277, + "line": 286, "column": 51 } } @@ -25367,61 +25893,61 @@ "type": "Identifier", "name": "ii", "range": [ - 10068, - 10070 + 10338, + 10340 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 52 }, "end": { - "line": 277, + "line": 286, "column": 54 } } }, "range": [ - 10055, - 10071 + 10325, + 10341 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 39 }, "end": { - "line": 277, + "line": 286, "column": 55 } } }, "range": [ - 10032, - 10071 + 10302, + 10341 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 16 }, "end": { - "line": 277, + "line": 286, "column": 55 } } }, "range": [ - 10032, - 10072 + 10302, + 10342 ], "loc": { "start": { - "line": 277, + "line": 286, "column": 16 }, "end": { - "line": 277, + "line": 286, "column": 56 } } @@ -25439,16 +25965,16 @@ "object": { "type": "ThisExpression", "range": [ - 10089, - 10093 + 10359, + 10363 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 16 }, "end": { - "line": 278, + "line": 287, "column": 20 } } @@ -25457,31 +25983,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 10094, - 10105 + 10364, + 10375 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 21 }, "end": { - "line": 278, + "line": 287, "column": 32 } } }, "range": [ - 10089, - 10105 + 10359, + 10375 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 16 }, "end": { - "line": 278, + "line": 287, "column": 32 } } @@ -25490,31 +26016,31 @@ "type": "Identifier", "name": "push", "range": [ - 10106, - 10110 + 10376, + 10380 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 33 }, "end": { - "line": 278, + "line": 287, "column": 37 } } }, "range": [ - 10089, - 10110 + 10359, + 10380 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 16 }, "end": { - "line": 278, + "line": 287, "column": 37 } } @@ -25527,16 +26053,16 @@ "type": "Identifier", "name": "cols", "range": [ - 10111, - 10115 + 10381, + 10385 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 38 }, "end": { - "line": 278, + "line": 287, "column": 42 } } @@ -25545,124 +26071,124 @@ "type": "Identifier", "name": "ii", "range": [ - 10116, - 10118 + 10386, + 10388 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 43 }, "end": { - "line": 278, + "line": 287, "column": 45 } } }, "range": [ - 10111, - 10119 + 10381, + 10389 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 38 }, "end": { - "line": 278, + "line": 287, "column": 46 } } } ], "range": [ - 10089, - 10120 + 10359, + 10390 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 16 }, "end": { - "line": 278, + "line": 287, "column": 47 } } }, "range": [ - 10089, - 10121 + 10359, + 10391 ], "loc": { "start": { - "line": 278, + "line": 287, "column": 16 }, "end": { - "line": 278, + "line": 287, "column": 48 } } } ], "range": [ - 9951, - 10135 + 10221, + 10405 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 46 }, "end": { - "line": 279, + "line": 288, "column": 13 } } }, "range": [ - 9917, - 10135 + 10187, + 10405 ], "loc": { "start": { - "line": 275, + "line": 284, "column": 12 }, "end": { - "line": 279, + "line": 288, "column": 13 } } } ], "range": [ - 9859, - 10145 + 10129, + 10415 ], "loc": { "start": { - "line": 273, + "line": 282, "column": 15 }, "end": { - "line": 280, + "line": 289, "column": 9 } } }, "range": [ - 9782, - 10145 + 10052, + 10415 ], "loc": { "start": { - "line": 271, + "line": 280, "column": 8 }, "end": { - "line": 280, + "line": 289, "column": 9 } } @@ -25676,16 +26202,16 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 10159, - 10176 + 10429, + 10446 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 12 }, "end": { - "line": 282, + "line": 291, "column": 29 } } @@ -25701,16 +26227,16 @@ "type": "Identifier", "name": "Types", "range": [ - 10179, - 10184 + 10449, + 10454 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 32 }, "end": { - "line": 282, + "line": 291, "column": 37 } } @@ -25719,31 +26245,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 10185, - 10189 + 10455, + 10459 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 38 }, "end": { - "line": 282, + "line": 291, "column": 42 } } }, "range": [ - 10179, - 10189 + 10449, + 10459 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 32 }, "end": { - "line": 282, + "line": 291, "column": 42 } } @@ -25756,16 +26282,16 @@ "type": "Identifier", "name": "f", "range": [ - 10190, - 10191 + 10460, + 10461 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 43 }, "end": { - "line": 282, + "line": 291, "column": 44 } } @@ -25774,47 +26300,47 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10192, - 10212 + 10462, + 10482 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 45 }, "end": { - "line": 282, + "line": 291, "column": 65 } } }, "range": [ - 10190, - 10212 + 10460, + 10482 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 43 }, "end": { - "line": 282, + "line": 291, "column": 65 } } } ], "range": [ - 10179, - 10213 + 10449, + 10483 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 32 }, "end": { - "line": 282, + "line": 291, "column": 66 } } @@ -25826,16 +26352,16 @@ "type": "Identifier", "name": "f", "range": [ - 10228, - 10229 + 10498, + 10499 ], "loc": { "start": { - "line": 283, + "line": 292, "column": 12 }, "end": { - "line": 283, + "line": 292, "column": 13 } } @@ -25844,31 +26370,31 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10230, - 10250 + 10500, + 10520 ], "loc": { "start": { - "line": 283, + "line": 292, "column": 14 }, "end": { - "line": 283, + "line": 292, "column": 34 } } }, "range": [ - 10228, - 10250 + 10498, + 10520 ], "loc": { "start": { - "line": 283, + "line": 292, "column": 12 }, "end": { - "line": 283, + "line": 292, "column": 34 } } @@ -25878,46 +26404,46 @@ "value": null, "raw": "null", "range": [ - 10253, - 10257 + 10523, + 10527 ], "loc": { "start": { - "line": 283, + "line": 292, "column": 37 }, "end": { - "line": 283, + "line": 292, "column": 41 } } }, "range": [ - 10179, - 10257 + 10449, + 10527 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 32 }, "end": { - "line": 283, + "line": 292, "column": 41 } } }, "range": [ - 10159, - 10257 + 10429, + 10527 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 12 }, "end": { - "line": 283, + "line": 292, "column": 41 } } @@ -25925,16 +26451,16 @@ ], "kind": "let", "range": [ - 10155, - 10258 + 10425, + 10528 ], "loc": { "start": { - "line": 282, + "line": 291, "column": 8 }, "end": { - "line": 283, + "line": 292, "column": 42 } } @@ -25951,16 +26477,16 @@ "type": "Identifier", "name": "f", "range": [ - 10267, - 10268 + 10537, + 10538 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 8 }, "end": { - "line": 284, + "line": 293, "column": 9 } } @@ -25969,31 +26495,31 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10269, - 10289 + 10539, + 10559 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 10 }, "end": { - "line": 284, + "line": 293, "column": 30 } } }, "range": [ - 10267, - 10289 + 10537, + 10559 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 8 }, "end": { - "line": 284, + "line": 293, "column": 30 } } @@ -26006,16 +26532,16 @@ "type": "Identifier", "name": "o", "range": [ - 10301, - 10302 + 10571, + 10572 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 42 }, "end": { - "line": 284, + "line": 293, "column": 43 } } @@ -26024,16 +26550,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10304, - 10312 + 10574, + 10582 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 45 }, "end": { - "line": 284, + "line": 293, "column": 53 } } @@ -26051,32 +26577,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10331, - 10339 + 10601, + 10609 ], "loc": { "start": { - "line": 285, + "line": 294, "column": 16 }, "end": { - "line": 285, + "line": 294, "column": 24 } } }, "prefix": true, "range": [ - 10330, - 10339 + 10600, + 10609 ], "loc": { "start": { - "line": 285, + "line": 294, "column": 15 }, "end": { - "line": 285, + "line": 294, "column": 24 } } @@ -26088,48 +26614,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 10358, - 10365 + 10628, + 10635 ], "loc": { "start": { - "line": 286, + "line": 295, "column": 16 }, "end": { - "line": 286, + "line": 295, "column": 23 } } } ], "range": [ - 10340, - 10379 + 10610, + 10649 ], "loc": { "start": { - "line": 285, + "line": 294, "column": 25 }, "end": { - "line": 287, + "line": 296, "column": 13 } } }, "alternate": null, "range": [ - 10327, - 10379 + 10597, + 10649 ], "loc": { "start": { - "line": 285, + "line": 294, "column": 12 }, "end": { - "line": 287, + "line": 296, "column": 13 } } @@ -26143,16 +26669,16 @@ "type": "Identifier", "name": "w", "range": [ - 10396, - 10397 + 10666, + 10667 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 16 }, "end": { - "line": 288, + "line": 297, "column": 17 } } @@ -26176,16 +26702,16 @@ "type": "Identifier", "name": "o", "range": [ - 10400, - 10401 + 10670, + 10671 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 20 }, "end": { - "line": 288, + "line": 297, "column": 21 } } @@ -26194,31 +26720,31 @@ "type": "Identifier", "name": "crWColsRow", "range": [ - 10402, - 10412 + 10672, + 10682 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 22 }, "end": { - "line": 288, + "line": 297, "column": 32 } } }, "range": [ - 10400, - 10412 + 10670, + 10682 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 20 }, "end": { - "line": 288, + "line": 297, "column": 32 } } @@ -26227,31 +26753,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10413, - 10418 + 10683, + 10688 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 33 }, "end": { - "line": 288, + "line": 297, "column": 38 } } }, "range": [ - 10400, - 10418 + 10670, + 10688 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 20 }, "end": { - "line": 288, + "line": 297, "column": 38 } } @@ -26260,31 +26786,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10419, - 10427 + 10689, + 10697 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 39 }, "end": { - "line": 288, + "line": 297, "column": 47 } } }, "range": [ - 10400, - 10428 + 10670, + 10698 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 20 }, "end": { - "line": 288, + "line": 297, "column": 48 } } @@ -26293,31 +26819,31 @@ "type": "Identifier", "name": "style", "range": [ - 10429, - 10434 + 10699, + 10704 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 49 }, "end": { - "line": 288, + "line": 297, "column": 54 } } }, "range": [ - 10400, - 10434 + 10670, + 10704 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 20 }, "end": { - "line": 288, + "line": 297, "column": 54 } } @@ -26326,46 +26852,46 @@ "type": "Identifier", "name": "width", "range": [ - 10435, - 10440 + 10705, + 10710 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 55 }, "end": { - "line": 288, + "line": 297, "column": 60 } } }, "range": [ - 10400, - 10440 + 10670, + 10710 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 20 }, "end": { - "line": 288, + "line": 297, "column": 60 } } }, "range": [ - 10396, - 10440 + 10666, + 10710 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 16 }, "end": { - "line": 288, + "line": 297, "column": 60 } } @@ -26373,16 +26899,16 @@ ], "kind": "let", "range": [ - 10392, - 10441 + 10662, + 10711 ], "loc": { "start": { - "line": 288, + "line": 297, "column": 12 }, "end": { - "line": 288, + "line": 297, "column": 61 } } @@ -26396,16 +26922,16 @@ "type": "Identifier", "name": "col", "range": [ - 10458, - 10461 + 10728, + 10731 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 16 }, "end": { - "line": 289, + "line": 298, "column": 19 } } @@ -26420,16 +26946,16 @@ "type": "Identifier", "name": "o", "range": [ - 10464, - 10465 + 10734, + 10735 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 22 }, "end": { - "line": 289, + "line": 298, "column": 23 } } @@ -26438,31 +26964,31 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 10466, - 10477 + 10736, + 10747 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 24 }, "end": { - "line": 289, + "line": 298, "column": 35 } } }, "range": [ - 10464, - 10477 + 10734, + 10747 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 22 }, "end": { - "line": 289, + "line": 298, "column": 35 } } @@ -26471,46 +26997,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10478, - 10486 + 10748, + 10756 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 36 }, "end": { - "line": 289, + "line": 298, "column": 44 } } }, "range": [ - 10464, - 10487 + 10734, + 10757 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 22 }, "end": { - "line": 289, + "line": 298, "column": 45 } } }, "range": [ - 10458, - 10487 + 10728, + 10757 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 16 }, "end": { - "line": 289, + "line": 298, "column": 45 } } @@ -26518,16 +27044,16 @@ ], "kind": "let", "range": [ - 10454, - 10488 + 10724, + 10758 ], "loc": { "start": { - "line": 289, + "line": 298, "column": 12 }, "end": { - "line": 289, + "line": 298, "column": 46 } } @@ -26547,16 +27073,16 @@ "type": "Identifier", "name": "col", "range": [ - 10501, - 10504 + 10771, + 10774 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 12 }, "end": { - "line": 290, + "line": 299, "column": 15 } } @@ -26565,31 +27091,31 @@ "type": "Identifier", "name": "style", "range": [ - 10505, - 10510 + 10775, + 10780 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 16 }, "end": { - "line": 290, + "line": 299, "column": 21 } } }, "range": [ - 10501, - 10510 + 10771, + 10780 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 12 }, "end": { - "line": 290, + "line": 299, "column": 21 } } @@ -26598,31 +27124,31 @@ "type": "Identifier", "name": "width", "range": [ - 10511, - 10516 + 10781, + 10786 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 22 }, "end": { - "line": 290, + "line": 299, "column": 27 } } }, "range": [ - 10501, - 10516 + 10771, + 10786 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 12 }, "end": { - "line": 290, + "line": 299, "column": 27 } } @@ -26631,46 +27157,46 @@ "type": "Identifier", "name": "w", "range": [ - 10519, - 10520 + 10789, + 10790 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 30 }, "end": { - "line": 290, + "line": 299, "column": 31 } } }, "range": [ - 10501, - 10520 + 10771, + 10790 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 12 }, "end": { - "line": 290, + "line": 299, "column": 31 } } }, "range": [ - 10501, - 10521 + 10771, + 10791 ], "loc": { "start": { - "line": 290, + "line": 299, "column": 12 }, "end": { - "line": 290, + "line": 299, "column": 32 } } @@ -26684,16 +27210,16 @@ "type": "Identifier", "name": "thCW", "range": [ - 10539, - 10543 + 10809, + 10813 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 16 }, "end": { - "line": 292, + "line": 301, "column": 20 } } @@ -26714,16 +27240,16 @@ "type": "Identifier", "name": "o", "range": [ - 10546, - 10547 + 10816, + 10817 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 23 }, "end": { - "line": 292, + "line": 301, "column": 24 } } @@ -26732,31 +27258,31 @@ "type": "Identifier", "name": "crWColsRow", "range": [ - 10548, - 10558 + 10818, + 10828 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 25 }, "end": { - "line": 292, + "line": 301, "column": 35 } } }, "range": [ - 10546, - 10558 + 10816, + 10828 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 23 }, "end": { - "line": 292, + "line": 301, "column": 35 } } @@ -26765,31 +27291,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10559, - 10564 + 10829, + 10834 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 36 }, "end": { - "line": 292, + "line": 301, "column": 41 } } }, "range": [ - 10546, - 10564 + 10816, + 10834 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 23 }, "end": { - "line": 292, + "line": 301, "column": 41 } } @@ -26798,31 +27324,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10565, - 10573 + 10835, + 10843 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 42 }, "end": { - "line": 292, + "line": 301, "column": 50 } } }, "range": [ - 10546, - 10574 + 10816, + 10844 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 23 }, "end": { - "line": 292, + "line": 301, "column": 51 } } @@ -26831,46 +27357,46 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10575, - 10586 + 10845, + 10856 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 52 }, "end": { - "line": 292, + "line": 301, "column": 63 } } }, "range": [ - 10546, - 10586 + 10816, + 10856 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 23 }, "end": { - "line": 292, + "line": 301, "column": 63 } } }, "range": [ - 10539, - 10586 + 10809, + 10856 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 16 }, "end": { - "line": 292, + "line": 301, "column": 63 } } @@ -26878,16 +27404,16 @@ ], "kind": "let", "range": [ - 10535, - 10587 + 10805, + 10857 ], "loc": { "start": { - "line": 292, + "line": 301, "column": 12 }, "end": { - "line": 292, + "line": 301, "column": 64 } } @@ -26901,16 +27427,16 @@ "type": "Identifier", "name": "tdCW", "range": [ - 10604, - 10608 + 10874, + 10878 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 16 }, "end": { - "line": 293, + "line": 302, "column": 20 } } @@ -26931,16 +27457,16 @@ "type": "Identifier", "name": "o", "range": [ - 10611, - 10612 + 10881, + 10882 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 23 }, "end": { - "line": 293, + "line": 302, "column": 24 } } @@ -26949,31 +27475,31 @@ "type": "Identifier", "name": "crWRowDataTbl", "range": [ - 10613, - 10626 + 10883, + 10896 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 25 }, "end": { - "line": 293, + "line": 302, "column": 38 } } }, "range": [ - 10611, - 10626 + 10881, + 10896 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 23 }, "end": { - "line": 293, + "line": 302, "column": 38 } } @@ -26982,31 +27508,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10627, - 10632 + 10897, + 10902 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 39 }, "end": { - "line": 293, + "line": 302, "column": 44 } } }, "range": [ - 10611, - 10632 + 10881, + 10902 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 23 }, "end": { - "line": 293, + "line": 302, "column": 44 } } @@ -27015,31 +27541,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10633, - 10641 + 10903, + 10911 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 45 }, "end": { - "line": 293, + "line": 302, "column": 53 } } }, "range": [ - 10611, - 10642 + 10881, + 10912 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 23 }, "end": { - "line": 293, + "line": 302, "column": 54 } } @@ -27048,46 +27574,46 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10643, - 10654 + 10913, + 10924 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 55 }, "end": { - "line": 293, + "line": 302, "column": 66 } } }, "range": [ - 10611, - 10654 + 10881, + 10924 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 23 }, "end": { - "line": 293, + "line": 302, "column": 66 } } }, "range": [ - 10604, - 10654 + 10874, + 10924 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 16 }, "end": { - "line": 293, + "line": 302, "column": 66 } } @@ -27095,16 +27621,16 @@ ], "kind": "let", "range": [ - 10600, - 10655 + 10870, + 10925 ], "loc": { "start": { - "line": 293, + "line": 302, "column": 12 }, "end": { - "line": 293, + "line": 302, "column": 67 } } @@ -27118,16 +27644,16 @@ "type": "Identifier", "name": "thCW", "range": [ - 10672, - 10676 + 10942, + 10946 ], "loc": { "start": { - "line": 295, + "line": 304, "column": 15 }, "end": { - "line": 295, + "line": 304, "column": 19 } } @@ -27136,31 +27662,31 @@ "type": "Identifier", "name": "tdCW", "range": [ - 10680, - 10684 + 10950, + 10954 ], "loc": { "start": { - "line": 295, + "line": 304, "column": 23 }, "end": { - "line": 295, + "line": 304, "column": 27 } } }, "range": [ - 10672, - 10684 + 10942, + 10954 ], "loc": { "start": { - "line": 295, + "line": 304, "column": 15 }, "end": { - "line": 295, + "line": 304, "column": 27 } } @@ -27186,16 +27712,16 @@ "type": "Identifier", "name": "o", "range": [ - 10703, - 10704 + 10973, + 10974 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 16 }, "end": { - "line": 296, + "line": 305, "column": 17 } } @@ -27204,31 +27730,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 10705, - 10712 + 10975, + 10982 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 18 }, "end": { - "line": 296, + "line": 305, "column": 25 } } }, "range": [ - 10703, - 10712 + 10973, + 10982 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 16 }, "end": { - "line": 296, + "line": 305, "column": 25 } } @@ -27237,31 +27763,31 @@ "type": "Identifier", "name": "style", "range": [ - 10713, - 10718 + 10983, + 10988 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 26 }, "end": { - "line": 296, + "line": 305, "column": 31 } } }, "range": [ - 10703, - 10718 + 10973, + 10988 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 16 }, "end": { - "line": 296, + "line": 305, "column": 31 } } @@ -27270,31 +27796,31 @@ "type": "Identifier", "name": "width", "range": [ - 10719, - 10724 + 10989, + 10994 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 32 }, "end": { - "line": 296, + "line": 305, "column": 37 } } }, "range": [ - 10703, - 10724 + 10973, + 10994 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 16 }, "end": { - "line": 296, + "line": 305, "column": 37 } } @@ -27309,16 +27835,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 10727, - 10730 + 10997, + 11000 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 40 }, "end": { - "line": 296, + "line": 305, "column": 43 } } @@ -27327,31 +27853,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10731, - 10742 + 11001, + 11012 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 44 }, "end": { - "line": 296, + "line": 305, "column": 55 } } }, "range": [ - 10727, - 10742 + 10997, + 11012 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 40 }, "end": { - "line": 296, + "line": 305, "column": 55 } } @@ -27361,93 +27887,93 @@ "value": "px", "raw": "'px'", "range": [ - 10743, - 10747 + 11013, + 11017 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 56 }, "end": { - "line": 296, + "line": 305, "column": 60 } } }, "range": [ - 10727, - 10747 + 10997, + 11017 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 40 }, "end": { - "line": 296, + "line": 305, "column": 60 } } }, "range": [ - 10703, - 10747 + 10973, + 11017 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 16 }, "end": { - "line": 296, + "line": 305, "column": 60 } } }, "range": [ - 10703, - 10748 + 10973, + 11018 ], "loc": { "start": { - "line": 296, + "line": 305, "column": 16 }, "end": { - "line": 296, + "line": 305, "column": 61 } } } ], "range": [ - 10685, - 10762 + 10955, + 11032 ], "loc": { "start": { - "line": 295, + "line": 304, "column": 28 }, "end": { - "line": 297, + "line": 306, "column": 13 } } }, "alternate": null, "range": [ - 10669, - 10762 + 10939, + 11032 ], "loc": { "start": { - "line": 295, + "line": 304, "column": 12 }, "end": { - "line": 297, + "line": 306, "column": 13 } } @@ -27458,16 +27984,16 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 10779, - 10796 + 11049, + 11066 ], "loc": { "start": { - "line": 299, + "line": 308, "column": 15 }, "end": { - "line": 299, + "line": 308, "column": 32 } } @@ -27486,16 +28012,16 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 10815, - 10832 + 11085, + 11102 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 16 }, "end": { - "line": 300, + "line": 309, "column": 33 } } @@ -27504,31 +28030,31 @@ "type": "Identifier", "name": "call", "range": [ - 10833, - 10837 + 11103, + 11107 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 34 }, "end": { - "line": 300, + "line": 309, "column": 38 } } }, "range": [ - 10815, - 10837 + 11085, + 11107 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 16 }, "end": { - "line": 300, + "line": 309, "column": 38 } } @@ -27539,16 +28065,16 @@ "value": null, "raw": "null", "range": [ - 10838, - 10842 + 11108, + 11112 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 39 }, "end": { - "line": 300, + "line": 309, "column": 43 } } @@ -27557,16 +28083,16 @@ "type": "Identifier", "name": "o", "range": [ - 10844, - 10845 + 11114, + 11115 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 45 }, "end": { - "line": 300, + "line": 309, "column": 46 } } @@ -27575,95 +28101,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10847, - 10855 + 11117, + 11125 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 48 }, "end": { - "line": 300, + "line": 309, "column": 56 } } } ], "range": [ - 10815, - 10856 + 11085, + 11126 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 16 }, "end": { - "line": 300, + "line": 309, "column": 57 } } }, "range": [ - 10815, - 10857 + 11085, + 11127 ], "loc": { "start": { - "line": 300, + "line": 309, "column": 16 }, "end": { - "line": 300, + "line": 309, "column": 58 } } } ], "range": [ - 10797, - 10871 + 11067, + 11141 ], "loc": { "start": { - "line": 299, + "line": 308, "column": 33 }, "end": { - "line": 301, + "line": 310, "column": 13 } } }, "alternate": null, "range": [ - 10776, - 10871 + 11046, + 11141 ], "loc": { "start": { - "line": 299, + "line": 308, "column": 12 }, "end": { - "line": 301, + "line": 310, "column": 13 } } } ], "range": [ - 10313, - 10881 + 10583, + 11151 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 54 }, "end": { - "line": 302, + "line": 311, "column": 9 } } @@ -27671,46 +28197,46 @@ "generator": false, "expression": false, "range": [ - 10292, - 10881 + 10562, + 11151 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 33 }, "end": { - "line": 302, + "line": 311, "column": 9 } } }, "range": [ - 10267, - 10881 + 10537, + 11151 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 8 }, "end": { - "line": 302, + "line": 311, "column": 9 } } }, "range": [ - 10267, - 10882 + 10537, + 11152 ], "loc": { "start": { - "line": 284, + "line": 293, "column": 8 }, "end": { - "line": 302, + "line": 311, "column": 10 } } @@ -27724,16 +28250,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10895, - 10897 + 11165, + 11167 ], "loc": { "start": { - "line": 304, + "line": 313, "column": 11 }, "end": { - "line": 304, + "line": 313, "column": 13 } } @@ -27742,31 +28268,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 10898, - 10910 + 11168, + 11180 ], "loc": { "start": { - "line": 304, + "line": 313, "column": 14 }, "end": { - "line": 304, + "line": 313, "column": 26 } } }, "range": [ - 10895, - 10910 + 11165, + 11180 ], "loc": { "start": { - "line": 304, + "line": 313, "column": 11 }, "end": { - "line": 304, + "line": 313, "column": 26 } } @@ -27789,16 +28315,16 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 10925, - 10935 + 11195, + 11205 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 12 }, "end": { - "line": 305, + "line": 314, "column": 22 } } @@ -27807,31 +28333,31 @@ "type": "Identifier", "name": "style", "range": [ - 10936, - 10941 + 11206, + 11211 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 23 }, "end": { - "line": 305, + "line": 314, "column": 28 } } }, "range": [ - 10925, - 10941 + 11195, + 11211 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 12 }, "end": { - "line": 305, + "line": 314, "column": 28 } } @@ -27840,31 +28366,31 @@ "type": "Identifier", "name": "display", "range": [ - 10942, - 10949 + 11212, + 11219 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 29 }, "end": { - "line": 305, + "line": 314, "column": 36 } } }, "range": [ - 10925, - 10949 + 11195, + 11219 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 12 }, "end": { - "line": 305, + "line": 314, "column": 36 } } @@ -27874,78 +28400,78 @@ "value": "none", "raw": "'none'", "range": [ - 10952, - 10958 + 11222, + 11228 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 39 }, "end": { - "line": 305, + "line": 314, "column": 45 } } }, "range": [ - 10925, - 10958 + 11195, + 11228 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 12 }, "end": { - "line": 305, + "line": 314, "column": 45 } } }, "range": [ - 10925, - 10959 + 11195, + 11229 ], "loc": { "start": { - "line": 305, + "line": 314, "column": 12 }, "end": { - "line": 305, + "line": 314, "column": 46 } } } ], "range": [ - 10911, - 10969 + 11181, + 11239 ], "loc": { "start": { - "line": 304, + "line": 313, "column": 27 }, "end": { - "line": 306, + "line": 315, "column": 9 } } }, "alternate": null, "range": [ - 10892, - 10969 + 11162, + 11239 ], "loc": { "start": { - "line": 304, + "line": 313, "column": 8 }, "end": { - "line": 306, + "line": 315, "column": 9 } } @@ -27962,16 +28488,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 10982, - 10985 + 11252, + 11255 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 11 }, "end": { - "line": 308, + "line": 317, "column": 14 } } @@ -27980,31 +28506,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10986, - 10997 + 11256, + 11267 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 15 }, "end": { - "line": 308, + "line": 317, "column": 26 } } }, "range": [ - 10982, - 10997 + 11252, + 11267 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 11 }, "end": { - "line": 308, + "line": 317, "column": 26 } } @@ -28018,16 +28544,16 @@ "object": { "type": "ThisExpression", "range": [ - 11002, - 11006 + 11272, + 11276 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 31 }, "end": { - "line": 308, + "line": 317, "column": 35 } } @@ -28036,31 +28562,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11007, - 11014 + 11277, + 11284 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 36 }, "end": { - "line": 308, + "line": 317, "column": 43 } } }, "range": [ - 11002, - 11014 + 11272, + 11284 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 31 }, "end": { - "line": 308, + "line": 317, "column": 43 } } @@ -28069,46 +28595,46 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11015, - 11026 + 11285, + 11296 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 44 }, "end": { - "line": 308, + "line": 317, "column": 55 } } }, "range": [ - 11002, - 11026 + 11272, + 11296 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 31 }, "end": { - "line": 308, + "line": 317, "column": 55 } } }, "range": [ - 10982, - 11026 + 11252, + 11296 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 11 }, "end": { - "line": 308, + "line": 317, "column": 55 } } @@ -28131,16 +28657,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 11041, - 11044 + 11311, + 11314 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 12 }, "end": { - "line": 309, + "line": 318, "column": 15 } } @@ -28149,31 +28675,31 @@ "type": "Identifier", "name": "style", "range": [ - 11045, - 11050 + 11315, + 11320 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 16 }, "end": { - "line": 309, + "line": 318, "column": 21 } } }, "range": [ - 11041, - 11050 + 11311, + 11320 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 12 }, "end": { - "line": 309, + "line": 318, "column": 21 } } @@ -28182,31 +28708,31 @@ "type": "Identifier", "name": "width", "range": [ - 11051, - 11056 + 11321, + 11326 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 22 }, "end": { - "line": 309, + "line": 318, "column": 27 } } }, "range": [ - 11041, - 11056 + 11311, + 11326 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 12 }, "end": { - "line": 309, + "line": 318, "column": 27 } } @@ -28223,16 +28749,16 @@ "object": { "type": "ThisExpression", "range": [ - 11059, - 11063 + 11329, + 11333 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 30 }, "end": { - "line": 309, + "line": 318, "column": 34 } } @@ -28241,31 +28767,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11064, - 11071 + 11334, + 11341 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 35 }, "end": { - "line": 309, + "line": 318, "column": 42 } } }, "range": [ - 11059, - 11071 + 11329, + 11341 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 30 }, "end": { - "line": 309, + "line": 318, "column": 42 } } @@ -28274,31 +28800,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11072, - 11083 + 11342, + 11353 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 43 }, "end": { - "line": 309, + "line": 318, "column": 54 } } }, "range": [ - 11059, - 11083 + 11329, + 11353 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 30 }, "end": { - "line": 309, + "line": 318, "column": 54 } } @@ -28308,93 +28834,93 @@ "value": "px", "raw": "'px'", "range": [ - 11084, - 11088 + 11354, + 11358 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 55 }, "end": { - "line": 309, + "line": 318, "column": 59 } } }, "range": [ - 11059, - 11088 + 11329, + 11358 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 30 }, "end": { - "line": 309, + "line": 318, "column": 59 } } }, "range": [ - 11041, - 11088 + 11311, + 11358 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 12 }, "end": { - "line": 309, + "line": 318, "column": 59 } } }, "range": [ - 11041, - 11089 + 11311, + 11359 ], "loc": { "start": { - "line": 309, + "line": 318, "column": 12 }, "end": { - "line": 309, + "line": 318, "column": 60 } } } ], "range": [ - 11027, - 11099 + 11297, + 11369 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 56 }, "end": { - "line": 310, + "line": 319, "column": 9 } } }, "alternate": null, "range": [ - 10979, - 11099 + 11249, + 11369 ], "loc": { "start": { - "line": 308, + "line": 317, "column": 8 }, "end": { - "line": 310, + "line": 319, "column": 9 } } @@ -28410,16 +28936,16 @@ "object": { "type": "ThisExpression", "range": [ - 11109, - 11113 + 11379, + 11383 ], "loc": { "start": { - "line": 312, + "line": 321, "column": 8 }, "end": { - "line": 312, + "line": 321, "column": 12 } } @@ -28428,31 +28954,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 11114, - 11125 + 11384, + 11395 ], "loc": { "start": { - "line": 312, + "line": 321, "column": 13 }, "end": { - "line": 312, + "line": 321, "column": 24 } } }, "range": [ - 11109, - 11125 + 11379, + 11395 ], "loc": { "start": { - "line": 312, + "line": 321, "column": 8 }, "end": { - "line": 312, + "line": 321, "column": 24 } } @@ -28462,62 +28988,62 @@ "value": true, "raw": "true", "range": [ - 11128, - 11132 + 11398, + 11402 ], "loc": { "start": { - "line": 312, + "line": 321, "column": 27 }, "end": { - "line": 312, + "line": 321, "column": 31 } } }, "range": [ - 11109, - 11132 + 11379, + 11402 ], "loc": { "start": { - "line": 312, + "line": 321, "column": 8 }, "end": { - "line": 312, + "line": 321, "column": 31 } } }, "range": [ - 11109, - 11133 + 11379, + 11403 ], "loc": { "start": { - "line": 312, + "line": 321, "column": 8 }, "end": { - "line": 312, + "line": 321, "column": 32 } } } ], "range": [ - 2433, - 11139 + 2486, + 11409 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 10 }, "end": { - "line": 313, + "line": 322, "column": 5 } } @@ -28525,16 +29051,16 @@ "generator": false, "expression": false, "range": [ - 2431, - 11139 + 2484, + 11409 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 8 }, "end": { - "line": 313, + "line": 322, "column": 5 } } @@ -28542,16 +29068,16 @@ "kind": "method", "computed": false, "range": [ - 2427, - 11139 + 2480, + 11409 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 4 }, "end": { - "line": 313, + "line": 322, "column": 5 } }, @@ -28560,16 +29086,16 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2368, - 2422 + 2421, + 2475 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 4 }, "end": { - "line": 64, + "line": 65, "column": 7 } } @@ -28580,16 +29106,16 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11145, - 11187 + 11415, + 11457 ], "loc": { "start": { - "line": 315, + "line": 324, "column": 4 }, "end": { - "line": 317, + "line": 326, "column": 7 } } @@ -28603,16 +29129,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 11192, - 11199 + 11462, + 11469 ], "loc": { "start": { - "line": 318, + "line": 327, "column": 4 }, "end": { - "line": 318, + "line": 327, "column": 11 } } @@ -28633,16 +29159,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11215, - 11217 + 11485, + 11487 ], "loc": { "start": { - "line": 319, + "line": 328, "column": 12 }, "end": { - "line": 319, + "line": 328, "column": 14 } } @@ -28653,16 +29179,16 @@ "object": { "type": "ThisExpression", "range": [ - 11220, - 11224 + 11490, + 11494 ], "loc": { "start": { - "line": 319, + "line": 328, "column": 17 }, "end": { - "line": 319, + "line": 328, "column": 21 } } @@ -28671,46 +29197,46 @@ "type": "Identifier", "name": "tf", "range": [ - 11225, - 11227 + 11495, + 11497 ], "loc": { "start": { - "line": 319, + "line": 328, "column": 22 }, "end": { - "line": 319, + "line": 328, "column": 24 } } }, "range": [ - 11220, - 11227 + 11490, + 11497 ], "loc": { "start": { - "line": 319, + "line": 328, "column": 17 }, "end": { - "line": 319, + "line": 328, "column": 24 } } }, "range": [ - 11215, - 11227 + 11485, + 11497 ], "loc": { "start": { - "line": 319, + "line": 328, "column": 12 }, "end": { - "line": 319, + "line": 328, "column": 24 } } @@ -28718,16 +29244,16 @@ ], "kind": "let", "range": [ - 11211, - 11228 + 11481, + 11498 ], "loc": { "start": { - "line": 319, + "line": 328, "column": 8 }, "end": { - "line": 319, + "line": 328, "column": 25 } } @@ -28741,16 +29267,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 11241, - 11244 + 11511, + 11514 ], "loc": { "start": { - "line": 320, + "line": 329, "column": 12 }, "end": { - "line": 320, + "line": 329, "column": 15 } } @@ -28762,16 +29288,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11247, - 11249 + 11517, + 11519 ], "loc": { "start": { - "line": 320, + "line": 329, "column": 18 }, "end": { - "line": 320, + "line": 329, "column": 20 } } @@ -28780,46 +29306,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 11250, - 11253 + 11520, + 11523 ], "loc": { "start": { - "line": 320, + "line": 329, "column": 21 }, "end": { - "line": 320, + "line": 329, "column": 24 } } }, "range": [ - 11247, - 11253 + 11517, + 11523 ], "loc": { "start": { - "line": 320, + "line": 329, "column": 18 }, "end": { - "line": 320, + "line": 329, "column": 24 } } }, "range": [ - 11241, - 11253 + 11511, + 11523 ], "loc": { "start": { - "line": 320, + "line": 329, "column": 12 }, "end": { - "line": 320, + "line": 329, "column": 24 } } @@ -28827,16 +29353,16 @@ ], "kind": "let", "range": [ - 11237, - 11254 + 11507, + 11524 ], "loc": { "start": { - "line": 320, + "line": 329, "column": 8 }, "end": { - "line": 320, + "line": 329, "column": 25 } } @@ -28852,16 +29378,16 @@ "object": { "type": "ThisExpression", "range": [ - 11268, - 11272 + 11538, + 11542 ], "loc": { "start": { - "line": 322, + "line": 331, "column": 12 }, "end": { - "line": 322, + "line": 331, "column": 16 } } @@ -28870,47 +29396,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 11273, - 11284 + 11543, + 11554 ], "loc": { "start": { - "line": 322, + "line": 331, "column": 17 }, "end": { - "line": 322, + "line": 331, "column": 28 } } }, "range": [ - 11268, - 11284 + 11538, + 11554 ], "loc": { "start": { - "line": 322, + "line": 331, "column": 12 }, "end": { - "line": 322, + "line": 331, "column": 28 } } }, "prefix": true, "range": [ - 11267, - 11284 + 11537, + 11554 ], "loc": { "start": { - "line": 322, + "line": 331, "column": 11 }, "end": { - "line": 322, + "line": 331, "column": 28 } } @@ -28922,48 +29448,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 11299, - 11306 + 11569, + 11576 ], "loc": { "start": { - "line": 323, + "line": 332, "column": 12 }, "end": { - "line": 323, + "line": 332, "column": 19 } } } ], "range": [ - 11285, - 11316 + 11555, + 11586 ], "loc": { "start": { - "line": 322, + "line": 331, "column": 29 }, "end": { - "line": 324, + "line": 333, "column": 9 } } }, "alternate": null, "range": [ - 11264, - 11316 + 11534, + 11586 ], "loc": { "start": { - "line": 322, + "line": 331, "column": 8 }, "end": { - "line": 324, + "line": 333, "column": 9 } } @@ -28977,16 +29503,16 @@ "type": "Identifier", "name": "t", "range": [ - 11329, - 11330 + 11599, + 11600 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 12 }, "end": { - "line": 325, + "line": 334, "column": 13 } } @@ -29000,16 +29526,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11333, - 11336 + 11603, + 11606 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 16 }, "end": { - "line": 325, + "line": 334, "column": 19 } } @@ -29018,31 +29544,31 @@ "type": "Identifier", "name": "remove", "range": [ - 11337, - 11343 + 11607, + 11613 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 20 }, "end": { - "line": 325, + "line": 334, "column": 26 } } }, "range": [ - 11333, - 11343 + 11603, + 11613 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 16 }, "end": { - "line": 325, + "line": 334, "column": 26 } } @@ -29052,47 +29578,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 11344, - 11347 + 11614, + 11617 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 27 }, "end": { - "line": 325, + "line": 334, "column": 30 } } } ], "range": [ - 11333, - 11348 + 11603, + 11618 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 16 }, "end": { - "line": 325, + "line": 334, "column": 31 } } }, "range": [ - 11329, - 11348 + 11599, + 11618 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 12 }, "end": { - "line": 325, + "line": 334, "column": 31 } } @@ -29100,16 +29626,16 @@ ], "kind": "let", "range": [ - 11325, - 11349 + 11595, + 11619 ], "loc": { "start": { - "line": 325, + "line": 334, "column": 8 }, "end": { - "line": 325, + "line": 334, "column": 32 } } @@ -29130,16 +29656,16 @@ "object": { "type": "ThisExpression", "range": [ - 11358, - 11362 + 11628, + 11632 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 8 }, "end": { - "line": 326, + "line": 335, "column": 12 } } @@ -29148,31 +29674,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11363, - 11374 + 11633, + 11644 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 13 }, "end": { - "line": 326, + "line": 335, "column": 24 } } }, "range": [ - 11358, - 11374 + 11628, + 11644 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 8 }, "end": { - "line": 326, + "line": 335, "column": 24 } } @@ -29181,31 +29707,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 11375, - 11385 + 11645, + 11655 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 25 }, "end": { - "line": 326, + "line": 335, "column": 35 } } }, "range": [ - 11358, - 11385 + 11628, + 11655 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 8 }, "end": { - "line": 326, + "line": 335, "column": 35 } } @@ -29214,31 +29740,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 11386, - 11398 + 11656, + 11668 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 36 }, "end": { - "line": 326, + "line": 335, "column": 48 } } }, "range": [ - 11358, - 11398 + 11628, + 11668 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 8 }, "end": { - "line": 326, + "line": 335, "column": 48 } } @@ -29248,16 +29774,16 @@ "type": "Identifier", "name": "t", "range": [ - 11399, - 11400 + 11669, + 11670 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 49 }, "end": { - "line": 326, + "line": 335, "column": 50 } } @@ -29268,16 +29794,16 @@ "object": { "type": "ThisExpression", "range": [ - 11402, - 11406 + 11672, + 11676 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 52 }, "end": { - "line": 326, + "line": 335, "column": 56 } } @@ -29286,62 +29812,62 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11407, - 11418 + 11677, + 11688 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 57 }, "end": { - "line": 326, + "line": 335, "column": 68 } } }, "range": [ - 11402, - 11418 + 11672, + 11688 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 52 }, "end": { - "line": 326, + "line": 335, "column": 68 } } } ], "range": [ - 11358, - 11419 + 11628, + 11689 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 8 }, "end": { - "line": 326, + "line": 335, "column": 69 } } }, "range": [ - 11358, - 11420 + 11628, + 11690 ], "loc": { "start": { - "line": 326, + "line": 335, "column": 8 }, "end": { - "line": 326, + "line": 335, "column": 70 } } @@ -29357,16 +29883,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11429, - 11432 + 11699, + 11702 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 8 }, "end": { - "line": 327, + "line": 336, "column": 11 } } @@ -29375,31 +29901,31 @@ "type": "Identifier", "name": "remove", "range": [ - 11433, - 11439 + 11703, + 11709 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 12 }, "end": { - "line": 327, + "line": 336, "column": 18 } } }, "range": [ - 11429, - 11439 + 11699, + 11709 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 8 }, "end": { - "line": 327, + "line": 336, "column": 18 } } @@ -29411,16 +29937,16 @@ "object": { "type": "ThisExpression", "range": [ - 11440, - 11444 + 11710, + 11714 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 19 }, "end": { - "line": 327, + "line": 336, "column": 23 } } @@ -29429,62 +29955,62 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11445, - 11456 + 11715, + 11726 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 24 }, "end": { - "line": 327, + "line": 336, "column": 35 } } }, "range": [ - 11440, - 11456 + 11710, + 11726 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 19 }, "end": { - "line": 327, + "line": 336, "column": 35 } } } ], "range": [ - 11429, - 11457 + 11699, + 11727 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 8 }, "end": { - "line": 327, + "line": 336, "column": 36 } } }, "range": [ - 11429, - 11458 + 11699, + 11728 ], "loc": { "start": { - "line": 327, + "line": 336, "column": 8 }, "end": { - "line": 327, + "line": 336, "column": 37 } } @@ -29500,16 +30026,16 @@ "object": { "type": "ThisExpression", "range": [ - 11468, - 11472 + 11738, + 11742 ], "loc": { "start": { - "line": 329, + "line": 338, "column": 8 }, "end": { - "line": 329, + "line": 338, "column": 12 } } @@ -29518,31 +30044,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11473, - 11484 + 11743, + 11754 ], "loc": { "start": { - "line": 329, + "line": 338, "column": 13 }, "end": { - "line": 329, + "line": 338, "column": 24 } } }, "range": [ - 11468, - 11484 + 11738, + 11754 ], "loc": { "start": { - "line": 329, + "line": 338, "column": 8 }, "end": { - "line": 329, + "line": 338, "column": 24 } } @@ -29552,46 +30078,46 @@ "value": null, "raw": "null", "range": [ - 11487, - 11491 + 11757, + 11761 ], "loc": { "start": { - "line": 329, + "line": 338, "column": 27 }, "end": { - "line": 329, + "line": 338, "column": 31 } } }, "range": [ - 11468, - 11491 + 11738, + 11761 ], "loc": { "start": { - "line": 329, + "line": 338, "column": 8 }, "end": { - "line": 329, + "line": 338, "column": 31 } } }, "range": [ - 11468, - 11492 + 11738, + 11762 ], "loc": { "start": { - "line": 329, + "line": 338, "column": 8 }, "end": { - "line": 329, + "line": 338, "column": 32 } } @@ -29607,16 +30133,16 @@ "object": { "type": "ThisExpression", "range": [ - 11501, - 11505 + 11771, + 11775 ], "loc": { "start": { - "line": 330, + "line": 339, "column": 8 }, "end": { - "line": 330, + "line": 339, "column": 12 } } @@ -29625,31 +30151,31 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 11506, - 11517 + 11776, + 11787 ], "loc": { "start": { - "line": 330, + "line": 339, "column": 13 }, "end": { - "line": 330, + "line": 339, "column": 24 } } }, "range": [ - 11501, - 11517 + 11771, + 11787 ], "loc": { "start": { - "line": 330, + "line": 339, "column": 8 }, "end": { - "line": 330, + "line": 339, "column": 24 } } @@ -29659,46 +30185,46 @@ "value": null, "raw": "null", "range": [ - 11520, - 11524 + 11790, + 11794 ], "loc": { "start": { - "line": 330, + "line": 339, "column": 27 }, "end": { - "line": 330, + "line": 339, "column": 31 } } }, "range": [ - 11501, - 11524 + 11771, + 11794 ], "loc": { "start": { - "line": 330, + "line": 339, "column": 8 }, "end": { - "line": 330, + "line": 339, "column": 31 } } }, "range": [ - 11501, - 11525 + 11771, + 11795 ], "loc": { "start": { - "line": 330, + "line": 339, "column": 8 }, "end": { - "line": 330, + "line": 339, "column": 32 } } @@ -29714,16 +30240,16 @@ "object": { "type": "ThisExpression", "range": [ - 11534, - 11538 + 11804, + 11808 ], "loc": { "start": { - "line": 331, + "line": 340, "column": 8 }, "end": { - "line": 331, + "line": 340, "column": 12 } } @@ -29732,31 +30258,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11539, - 11546 + 11809, + 11816 ], "loc": { "start": { - "line": 331, + "line": 340, "column": 13 }, "end": { - "line": 331, + "line": 340, "column": 20 } } }, "range": [ - 11534, - 11546 + 11804, + 11816 ], "loc": { "start": { - "line": 331, + "line": 340, "column": 8 }, "end": { - "line": 331, + "line": 340, "column": 20 } } @@ -29766,46 +30292,46 @@ "value": null, "raw": "null", "range": [ - 11549, - 11553 + 11819, + 11823 ], "loc": { "start": { - "line": 331, + "line": 340, "column": 23 }, "end": { - "line": 331, + "line": 340, "column": 27 } } }, "range": [ - 11534, - 11553 + 11804, + 11823 ], "loc": { "start": { - "line": 331, + "line": 340, "column": 8 }, "end": { - "line": 331, + "line": 340, "column": 27 } } }, "range": [ - 11534, - 11554 + 11804, + 11824 ], "loc": { "start": { - "line": 331, + "line": 340, "column": 8 }, "end": { - "line": 331, + "line": 340, "column": 28 } } @@ -29821,16 +30347,16 @@ "object": { "type": "ThisExpression", "range": [ - 11563, - 11567 + 11833, + 11837 ], "loc": { "start": { - "line": 332, + "line": 341, "column": 8 }, "end": { - "line": 332, + "line": 341, "column": 12 } } @@ -29839,31 +30365,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 11568, - 11575 + 11838, + 11845 ], "loc": { "start": { - "line": 332, + "line": 341, "column": 13 }, "end": { - "line": 332, + "line": 341, "column": 20 } } }, "range": [ - 11563, - 11575 + 11833, + 11845 ], "loc": { "start": { - "line": 332, + "line": 341, "column": 8 }, "end": { - "line": 332, + "line": 341, "column": 20 } } @@ -29873,46 +30399,46 @@ "value": null, "raw": "null", "range": [ - 11578, - 11582 + 11848, + 11852 ], "loc": { "start": { - "line": 332, + "line": 341, "column": 23 }, "end": { - "line": 332, + "line": 341, "column": 27 } } }, "range": [ - 11563, - 11582 + 11833, + 11852 ], "loc": { "start": { - "line": 332, + "line": 341, "column": 8 }, "end": { - "line": 332, + "line": 341, "column": 27 } } }, "range": [ - 11563, - 11583 + 11833, + 11853 ], "loc": { "start": { - "line": 332, + "line": 341, "column": 8 }, "end": { - "line": 332, + "line": 341, "column": 28 } } @@ -29929,16 +30455,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 11593, - 11596 + 11863, + 11866 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 8 }, "end": { - "line": 334, + "line": 343, "column": 11 } } @@ -29947,31 +30473,31 @@ "type": "Identifier", "name": "outerHTML", "range": [ - 11597, - 11606 + 11867, + 11876 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 12 }, "end": { - "line": 334, + "line": 343, "column": 21 } } }, "range": [ - 11593, - 11606 + 11863, + 11876 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 8 }, "end": { - "line": 334, + "line": 343, "column": 21 } } @@ -29982,16 +30508,16 @@ "object": { "type": "ThisExpression", "range": [ - 11609, - 11613 + 11879, + 11883 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 24 }, "end": { - "line": 334, + "line": 343, "column": 28 } } @@ -30000,61 +30526,61 @@ "type": "Identifier", "name": "sourceTblHtml", "range": [ - 11614, - 11627 + 11884, + 11897 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 29 }, "end": { - "line": 334, + "line": 343, "column": 42 } } }, "range": [ - 11609, - 11627 + 11879, + 11897 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 24 }, "end": { - "line": 334, + "line": 343, "column": 42 } } }, "range": [ - 11593, - 11627 + 11863, + 11897 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 8 }, "end": { - "line": 334, + "line": 343, "column": 42 } } }, "range": [ - 11593, - 11628 + 11863, + 11898 ], "loc": { "start": { - "line": 334, + "line": 343, "column": 8 }, "end": { - "line": 334, + "line": 343, "column": 43 } }, @@ -30063,16 +30589,16 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11637, - 11697 + 11907, + 11967 ], "loc": { "start": { - "line": 335, + "line": 344, "column": 8 }, "end": { - "line": 335, + "line": 344, "column": 68 } } @@ -30093,16 +30619,16 @@ "object": { "type": "ThisExpression", "range": [ - 11706, - 11710 + 11976, + 11980 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 8 }, "end": { - "line": 336, + "line": 345, "column": 12 } } @@ -30111,31 +30637,31 @@ "type": "Identifier", "name": "tf", "range": [ - 11711, - 11713 + 11981, + 11983 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 13 }, "end": { - "line": 336, + "line": 345, "column": 15 } } }, "range": [ - 11706, - 11713 + 11976, + 11983 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 8 }, "end": { - "line": 336, + "line": 345, "column": 15 } } @@ -30144,31 +30670,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 11714, - 11717 + 11984, + 11987 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 16 }, "end": { - "line": 336, + "line": 345, "column": 19 } } }, "range": [ - 11706, - 11717 + 11976, + 11987 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 8 }, "end": { - "line": 336, + "line": 345, "column": 19 } } @@ -30182,16 +30708,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11720, - 11723 + 11990, + 11993 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 22 }, "end": { - "line": 336, + "line": 345, "column": 25 } } @@ -30200,31 +30726,31 @@ "type": "Identifier", "name": "id", "range": [ - 11724, - 11726 + 11994, + 11996 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 26 }, "end": { - "line": 336, + "line": 345, "column": 28 } } }, "range": [ - 11720, - 11726 + 11990, + 11996 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 22 }, "end": { - "line": 336, + "line": 345, "column": 28 } } @@ -30237,16 +30763,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11727, - 11729 + 11997, + 11999 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 29 }, "end": { - "line": 336, + "line": 345, "column": 31 } } @@ -30255,77 +30781,77 @@ "type": "Identifier", "name": "id", "range": [ - 11730, - 11732 + 12000, + 12002 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 32 }, "end": { - "line": 336, + "line": 345, "column": 34 } } }, "range": [ - 11727, - 11732 + 11997, + 12002 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 29 }, "end": { - "line": 336, + "line": 345, "column": 34 } } } ], "range": [ - 11720, - 11733 + 11990, + 12003 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 22 }, "end": { - "line": 336, + "line": 345, "column": 35 } } }, "range": [ - 11706, - 11733 + 11976, + 12003 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 8 }, "end": { - "line": 336, + "line": 345, "column": 35 } } }, "range": [ - 11706, - 11734 + 11976, + 12004 ], "loc": { "start": { - "line": 336, + "line": 345, "column": 8 }, "end": { - "line": 336, + "line": 345, "column": 36 } }, @@ -30334,16 +30860,16 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11637, - 11697 + 11907, + 11967 ], "loc": { "start": { - "line": 335, + "line": 344, "column": 8 }, "end": { - "line": 335, + "line": 344, "column": 68 } } @@ -30361,16 +30887,16 @@ "object": { "type": "ThisExpression", "range": [ - 11744, - 11748 + 12014, + 12018 ], "loc": { "start": { - "line": 338, + "line": 347, "column": 8 }, "end": { - "line": 338, + "line": 347, "column": 12 } } @@ -30379,31 +30905,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 11749, - 11760 + 12019, + 12030 ], "loc": { "start": { - "line": 338, + "line": 347, "column": 13 }, "end": { - "line": 338, + "line": 347, "column": 24 } } }, "range": [ - 11744, - 11760 + 12014, + 12030 ], "loc": { "start": { - "line": 338, + "line": 347, "column": 8 }, "end": { - "line": 338, + "line": 347, "column": 24 } } @@ -30413,62 +30939,62 @@ "value": false, "raw": "false", "range": [ - 11763, - 11768 + 12033, + 12038 ], "loc": { "start": { - "line": 338, + "line": 347, "column": 27 }, "end": { - "line": 338, + "line": 347, "column": 32 } } }, "range": [ - 11744, - 11768 + 12014, + 12038 ], "loc": { "start": { - "line": 338, + "line": 347, "column": 8 }, "end": { - "line": 338, + "line": 347, "column": 32 } } }, "range": [ - 11744, - 11769 + 12014, + 12039 ], "loc": { "start": { - "line": 338, + "line": 347, "column": 8 }, "end": { - "line": 338, + "line": 347, "column": 33 } } } ], "range": [ - 11201, - 11775 + 11471, + 12045 ], "loc": { "start": { - "line": 318, + "line": 327, "column": 13 }, "end": { - "line": 339, + "line": 348, "column": 5 } } @@ -30476,16 +31002,16 @@ "generator": false, "expression": false, "range": [ - 11199, - 11775 + 11469, + 12045 ], "loc": { "start": { - "line": 318, + "line": 327, "column": 11 }, "end": { - "line": 339, + "line": 348, "column": 5 } } @@ -30493,16 +31019,16 @@ "kind": "method", "computed": false, "range": [ - 11192, - 11775 + 11462, + 12045 ], "loc": { "start": { - "line": 318, + "line": 327, "column": 4 }, "end": { - "line": 339, + "line": 348, "column": 5 } }, @@ -30511,16 +31037,16 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11145, - 11187 + 11415, + 11457 ], "loc": { "start": { - "line": 315, + "line": 324, "column": 4 }, "end": { - "line": 317, + "line": 326, "column": 7 } } @@ -30531,7 +31057,7 @@ ], "range": [ 190, - 11777 + 12047 ], "loc": { "start": { @@ -30539,14 +31065,14 @@ "column": 39 }, "end": { - "line": 340, + "line": 349, "column": 1 } } }, "range": [ 158, - 11777 + 12047 ], "loc": { "start": { @@ -30554,7 +31080,7 @@ "column": 7 }, "end": { - "line": 340, + "line": 349, "column": 1 } }, @@ -30565,7 +31091,7 @@ "source": null, "range": [ 151, - 11777 + 12047 ], "loc": { "start": { @@ -30573,7 +31099,7 @@ "column": 0 }, "end": { - "line": 340, + "line": 349, "column": 1 } } @@ -30582,7 +31108,7 @@ "sourceType": "module", "range": [ 0, - 11777 + 12047 ], "loc": { "start": { @@ -30590,7 +31116,7 @@ "column": 0 }, "end": { - "line": 340, + "line": 349, "column": 1 } }, @@ -30779,16 +31305,16 @@ "type": "Line", "value": "default col width", "range": [ - 1517, - 1536 + 1570, + 1589 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 27 } } @@ -30797,16 +31323,16 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1650, - 1700 + 1703, + 1753 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 58 } } @@ -30815,16 +31341,16 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1753, - 1795 + 1806, + 1848 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 8 }, "end": { - "line": 45, + "line": 46, "column": 50 } } @@ -30833,16 +31359,16 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1843, - 1893 + 1896, + 1946 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 48, "column": 58 } } @@ -30851,16 +31377,16 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 1949, - 1985 + 2002, + 2038 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 44 } } @@ -30869,16 +31395,16 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2033, - 2085 + 2086, + 2138 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 60 } } @@ -30887,16 +31413,16 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2131, - 2186 + 2184, + 2239 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 63 } } @@ -30905,16 +31431,16 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2284, - 2311 + 2337, + 2364 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 35 } } @@ -30923,16 +31449,16 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2368, - 2422 + 2421, + 2475 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 4 }, "end": { - "line": 64, + "line": 65, "column": 7 } } @@ -30941,16 +31467,16 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2586, - 2620 + 2639, + 2673 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 42 } } @@ -30959,16 +31485,16 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2788, - 2838 + 2841, + 2891 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 58 } } @@ -30977,16 +31503,16 @@ "type": "Line", "value": "initial table width", "range": [ - 3470, - 3491 + 3523, + 3544 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 17 }, "end": { - "line": 100, + "line": 101, "column": 38 } } @@ -30995,16 +31521,16 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3725, - 3775 + 3778, + 3828 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 111, "column": 58 } } @@ -31013,16 +31539,16 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4102, - 4147 + 4155, + 4200 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 53 } } @@ -31031,16 +31557,16 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4744, - 4783 + 4798, + 4837 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 136, + "line": 137, "column": 47 } } @@ -31049,16 +31575,16 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5028, - 5081 + 5082, + 5135 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 61 } } @@ -31067,16 +31593,16 @@ "type": "Line", "value": "Headers table", "range": [ - 5493, - 5508 + 5547, + 5562 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 23 } } @@ -31085,16 +31611,16 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5634, - 5691 + 5688, + 5745 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 161, + "line": 162, "column": 65 } } @@ -31103,16 +31629,16 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5700, - 5740 + 5754, + 5794 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 8 }, "end": { - "line": 162, + "line": 163, "column": 48 } } @@ -31121,16 +31647,16 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6147, - 6171 + 6201, + 6225 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 32 } } @@ -31139,34 +31665,70 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6616, - 6675 + 6671, + 6730 ], "loc": { "start": { - "line": 186, + "line": 188, "column": 8 }, "end": { - "line": 186, + "line": 188, "column": 67 } } }, + { + "type": "Line", + "value": " Handle table with no headers, assuming here headers do not", + "range": [ + 6966, + 7027 + ], + "loc": { + "start": { + "line": 195, + "column": 12 + }, + "end": { + "line": 195, + "column": 73 + } + } + }, + { + "type": "Line", + "value": " exist", + "range": [ + 7040, + 7048 + ], + "loc": { + "start": { + "line": 196, + "column": 12 + }, + "end": { + "line": 196, + "column": 20 + } + } + }, { "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7166, - 7227 + 7436, + 7497 ], "loc": { "start": { - "line": 201, + "line": 210, "column": 8 }, "end": { - "line": 201, + "line": 210, "column": 69 } } @@ -31175,16 +31737,16 @@ "type": "Line", "value": "Headers table style", "range": [ - 7357, - 7378 + 7627, + 7648 ], "loc": { "start": { - "line": 207, + "line": 216, "column": 8 }, "end": { - "line": 207, + "line": 216, "column": 29 } } @@ -31193,16 +31755,16 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7582, - 7628 + 7852, + 7898 ], "loc": { "start": { - "line": 212, + "line": 221, "column": 8 }, "end": { - "line": 212, + "line": 221, "column": 54 } } @@ -31211,16 +31773,16 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7638, - 7698 + 7908, + 7968 ], "loc": { "start": { - "line": 214, + "line": 223, "column": 8 }, "end": { - "line": 214, + "line": 223, "column": 68 } } @@ -31229,16 +31791,16 @@ "type": "Line", "value": "Headers container width", "range": [ - 7747, - 7772 + 8017, + 8042 ], "loc": { "start": { - "line": 217, + "line": 226, "column": 8 }, "end": { - "line": 217, + "line": 226, "column": 33 } } @@ -31247,16 +31809,16 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 7781, - 7845 + 8051, + 8115 ], "loc": { "start": { - "line": 218, + "line": 227, "column": 8 }, "end": { - "line": 218, + "line": 227, "column": 72 } } @@ -31265,16 +31827,16 @@ "type": "Line", "value": "", "range": [ - 7885, - 7887 + 8155, + 8157 ], "loc": { "start": { - "line": 221, + "line": 230, "column": 8 }, "end": { - "line": 221, + "line": 230, "column": 10 } } @@ -31283,16 +31845,16 @@ "type": "Line", "value": "", "range": [ - 7955, - 7957 + 8225, + 8227 ], "loc": { "start": { - "line": 223, + "line": 232, "column": 8 }, "end": { - "line": 223, + "line": 232, "column": 10 } } @@ -31301,16 +31863,16 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 7967, - 7991 + 8237, + 8261 ], "loc": { "start": { - "line": 225, + "line": 234, "column": 8 }, "end": { - "line": 225, + "line": 234, "column": 32 } } @@ -31319,16 +31881,16 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8196, - 8246 + 8466, + 8516 ], "loc": { "start": { - "line": 230, + "line": 239, "column": 12 }, "end": { - "line": 230, + "line": 239, "column": 62 } } @@ -31337,16 +31899,16 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8259, - 8291 + 8529, + 8561 ], "loc": { "start": { - "line": 231, + "line": 240, "column": 12 }, "end": { - "line": 231, + "line": 240, "column": 44 } } @@ -31355,16 +31917,16 @@ "type": "Line", "value": " try{", "range": [ - 8304, - 8315 + 8574, + 8585 ], "loc": { "start": { - "line": 232, + "line": 241, "column": 12 }, "end": { - "line": 232, + "line": 241, "column": 23 } } @@ -31373,16 +31935,16 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8328, - 8370 + 8598, + 8640 ], "loc": { "start": { - "line": 233, + "line": 242, "column": 12 }, "end": { - "line": 233, + "line": 242, "column": 54 } } @@ -31391,16 +31953,16 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8383, - 8426 + 8653, + 8696 ], "loc": { "start": { - "line": 234, + "line": 243, "column": 12 }, "end": { - "line": 234, + "line": 243, "column": 55 } } @@ -31409,16 +31971,16 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8439, - 8503 + 8709, + 8773 ], "loc": { "start": { - "line": 235, + "line": 244, "column": 12 }, "end": { - "line": 235, + "line": 244, "column": 76 } } @@ -31427,16 +31989,16 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8516, - 8546 + 8786, + 8816 ], "loc": { "start": { - "line": 236, + "line": 245, "column": 12 }, "end": { - "line": 236, + "line": 245, "column": 42 } } @@ -31445,16 +32007,16 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8559, - 8606 + 8829, + 8876 ], "loc": { "start": { - "line": 237, + "line": 246, "column": 12 }, "end": { - "line": 237, + "line": 246, "column": 59 } } @@ -31463,16 +32025,16 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8619, - 8665 + 8889, + 8935 ], "loc": { "start": { - "line": 238, + "line": 247, "column": 12 }, "end": { - "line": 238, + "line": 247, "column": 58 } } @@ -31481,16 +32043,16 @@ "type": "Line", "value": " };", "range": [ - 8678, - 8691 + 8948, + 8961 ], "loc": { "start": { - "line": 239, + "line": 248, "column": 12 }, "end": { - "line": 239, + "line": 248, "column": 25 } } @@ -31499,16 +32061,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 8704, - 8746 + 8974, + 9016 ], "loc": { "start": { - "line": 240, + "line": 249, "column": 12 }, "end": { - "line": 240, + "line": 249, "column": 54 } } @@ -31517,16 +32079,16 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 8759, - 8780 + 9029, + 9050 ], "loc": { "start": { - "line": 241, + "line": 250, "column": 12 }, "end": { - "line": 241, + "line": 250, "column": 33 } } @@ -31535,16 +32097,16 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 8793, - 8836 + 9063, + 9106 ], "loc": { "start": { - "line": 242, + "line": 251, "column": 12 }, "end": { - "line": 242, + "line": 251, "column": 55 } } @@ -31553,16 +32115,16 @@ "type": "Line", "value": " }", "range": [ - 8849, - 8857 + 9119, + 9127 ], "loc": { "start": { - "line": 243, + "line": 252, "column": 12 }, "end": { - "line": 243, + "line": 252, "column": 20 } } @@ -31571,16 +32133,16 @@ "type": "Line", "value": " }", "range": [ - 8870, - 8874 + 9140, + 9144 ], "loc": { "start": { - "line": 244, + "line": 253, "column": 12 }, "end": { - "line": 244, + "line": 253, "column": 16 } } @@ -31589,16 +32151,16 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 8896, - 8929 + 9166, + 9199 ], "loc": { "start": { - "line": 247, + "line": 256, "column": 8 }, "end": { - "line": 247, + "line": 256, "column": 41 } } @@ -31607,16 +32169,16 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9181, - 9230 + 9451, + 9500 ], "loc": { "start": { - "line": 256, + "line": 265, "column": 8 }, "end": { - "line": 256, + "line": 265, "column": 57 } } @@ -31625,16 +32187,16 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9315, - 9380 + 9585, + 9650 ], "loc": { "start": { - "line": 259, + "line": 268, "column": 8 }, "end": { - "line": 259, + "line": 268, "column": 73 } } @@ -31643,16 +32205,16 @@ "type": "Line", "value": "filtering", "range": [ - 9389, - 9400 + 9659, + 9670 ], "loc": { "start": { - "line": 260, + "line": 269, "column": 8 }, "end": { - "line": 260, + "line": 269, "column": 19 } } @@ -31661,16 +32223,16 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11145, - 11187 + 11415, + 11457 ], "loc": { "start": { - "line": 315, + "line": 324, "column": 4 }, "end": { - "line": 317, + "line": 326, "column": 7 } } @@ -31679,16 +32241,16 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11637, - 11697 + 11907, + 11967 ], "loc": { "start": { - "line": 335, + "line": 344, "column": 8 }, "end": { - "line": 335, + "line": 344, "column": 68 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index fbe901fe..1533d76b 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.16 API Document + Emitter | tablefilter v0.1.17 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 aeb4e64e..dd55763b 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.16 API Document + AdapterEzEditTable | tablefilter v0.1.17 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 c62a9cb3..70c2f0de 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.16 API Document + ColOps | tablefilter v0.1.17 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 00a34d50..bf80b37b 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.16 API Document + ColsVisibility | tablefilter v0.1.17 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 2da19cdd..aafa6061 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.16 API Document + FiltersVisibility | tablefilter v0.1.17 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 fbe0b0e8..c71140fe 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.16 API Document + AdapterSortableTable | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 04ac4e50..9c0c1ad9 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.16 API Document + AlternateRows | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 2f41c897..78ae534c 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.16 API Document + CheckList | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index e0817e41..6239627f 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.16 API Document + ClearButton | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 397c7c19..d315f46c 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.16 API Document + Dropdown | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/feature.js~Feature.html b/docs/class/src/modules/feature.js~Feature.html index 277a13c8..4be31692 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.16 API Document + Feature | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index b1a41db4..95f20a3d 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.16 API Document + GridLayout | tablefilter v0.1.17 API Document @@ -491,6 +491,31 @@ + + + +
+

+ noHeaders: * +

+
+
+ + + +
+ + + + + + + + + public + + + @@ -1182,7 +1207,7 @@ - source + source @@ -1262,7 +1287,7 @@ - source + source @@ -1622,7 +1647,7 @@ - source + source @@ -1662,7 +1687,7 @@ - source + source @@ -1702,7 +1727,7 @@ - source + source @@ -1730,6 +1755,46 @@ + +
+

+ public + + + + + noHeaders: * + + + + source + +

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

@@ -1742,7 +1807,7 @@ - source + source

@@ -1782,7 +1847,7 @@ - source + source @@ -1822,7 +1887,7 @@ - source + source @@ -1862,7 +1927,7 @@ - source + source @@ -1902,7 +1967,7 @@ - source + source @@ -1942,7 +2007,7 @@ - source + source @@ -1982,7 +2047,7 @@ - source + source @@ -2022,7 +2087,7 @@ - source + source @@ -2062,7 +2127,7 @@ - source + source @@ -2102,7 +2167,7 @@ - source + source @@ -2145,7 +2210,7 @@ - source + source @@ -2186,7 +2251,7 @@ - source + source diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index c0b1327e..c75c6d06 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.16 API Document + Help | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index a8c59894..c395bf65 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.16 API Document + HighlightKeyword | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index 7f0263f9..af402d08 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.16 API Document + Loader | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index e4436d8e..fc6b197f 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.16 API Document + NoResults | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index 78023a66..e68b0983 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.16 API Document + Paging | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index 1418448f..41c8c2d7 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.16 API Document + PopupFilter | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index 0ce60ae7..1f8d5a22 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.16 API Document + RowsCounter | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 4c6d937a..4d2e9631 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.16 API Document + StatusBar | tablefilter v0.1.17 API Document diff --git a/docs/class/src/modules/store.js~Store.html b/docs/class/src/modules/store.js~Store.html index c16b4674..eae1ebe1 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.16 API Document + Store | tablefilter v0.1.17 API Document diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index 8634c494..53629f04 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.16 API Document + TableFilter | tablefilter v0.1.17 API Document diff --git a/docs/coverage.json b/docs/coverage.json index 959fbf7d..66274d54 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,6 +1,6 @@ { - "coverage": "24.89%", - "expectCount": 703, + "coverage": "24.85%", + "expectCount": 704, "actualCount": 175, "files": { "src/extensions/advancedGrid/adapterEzEditTable.js": { @@ -404,13 +404,13 @@ ] }, "src/modules/gridLayout.js": { - "expectCount": 28, + "expectCount": 29, "actualCount": 3, "undocumentLines": [ 7, - 41, + 42, 25, - 39, + 40, 36, 27, 32, @@ -419,19 +419,20 @@ 30, 23, 19, - 158, - 146, - 312, - 52, - 54, - 50, - 48, - 44, - 46, - 56, - 120, - 257, - 111 + 159, + 147, + 321, + 38, + 53, + 55, + 51, + 49, + 45, + 47, + 57, + 121, + 266, + 112 ] }, "src/modules/help.js": { diff --git a/docs/dump.json b/docs/dump.json index bc21afe9..2f0894ab 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -6099,7 +6099,7 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\nimport Event from '../event';\nimport Str from '../string';\n\nexport class GridLayout extends Feature{\n\n /**\n * Grid layout, table with fixed headers\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'gridLayout');\n\n let f = this.config;\n\n //defines grid width\n this.gridWidth = f.grid_width || null;\n //defines grid height\n this.gridHeight = f.grid_height || null;\n //defines css class for main container\n this.gridMainContCssClass = f.grid_cont_css_class || 'grd_Cont';\n //defines css class for div containing table\n this.gridContCssClass = f.grid_tbl_cont_css_class || 'grd_tblCont';\n //defines css class for div containing headers' table\n this.gridHeadContCssClass = f.grid_tblHead_cont_css_class ||\n 'grd_headTblCont';\n //defines css class for div containing rows counter, paging etc.\n this.gridInfDivCssClass = f.grid_inf_grid_css_class || 'grd_inf';\n //defines which row contains column headers\n this.gridHeadRowIndex = f.grid_headers_row_index || 0;\n //array of headers row indexes to be placed in header table\n this.gridHeadRows = f.grid_headers_rows || [0];\n //generate filters in table headers\n this.gridEnableFilters = f.grid_enable_default_filters!==undefined ?\n f.grid_enable_default_filters : true;\n //default col width\n this.gridDefaultColWidth = f.grid_default_col_width || '100px';\n\n this.gridColElms = [];\n\n //div containing grid elements if grid_layout true\n this.prfxMainTblCont = 'gridCont_';\n //div containing table if grid_layout true\n this.prfxTblCont = 'tblCont_';\n //div containing headers table if grid_layout true\n this.prfxHeadTblCont = 'tblHeadCont_';\n //headers' table if grid_layout true\n this.prfxHeadTbl = 'tblHead_';\n //id of td containing the filter if grid_layout true\n this.prfxGridFltTd = '_td_';\n //id of th containing column header if grid_layout true\n this.prfxGridTh = 'tblHeadTh_';\n\n this.sourceTblHtml = tf.tbl.outerHTML;\n\n // filters flag at TF level\n tf.fltGrid = this.gridEnableFilters;\n }\n\n /**\n * Generates a grid with fixed headers\n */\n init(){\n let tf = this.tf;\n let f = this.config;\n let tbl = tf.tbl;\n\n if(this.initialized){\n return;\n }\n\n // Override reference rows indexes\n tf.refRow = Types.isNull(tf.startRow) ? 0 : tf.startRow;\n tf.headersRow = 0;\n tf.filtersRowIndex = 1;\n\n tf.isExternalFlt = true;\n\n // default width of 100px if column widths not set\n if(!tf.hasColWidths){\n tf.colWidths = [];\n for(let k=0; k0){\n tbl.removeChild(thead[0]);\n }\n\n //Headers table style\n this.headTbl.style.tableLayout = 'fixed';\n tbl.style.tableLayout = 'fixed';\n this.headTbl.cellPadding = tbl.cellPadding;\n this.headTbl.cellSpacing = tbl.cellSpacing;\n // this.headTbl.style.width = tbl.style.width;\n\n //content table without headers needs col widths to be reset\n tf.setColWidths(this.headTbl);\n\n //Headers container width\n // this.headTblCont.style.width = this.tblCont.clientWidth+'px';\n\n tbl.style.width = '';\n //\n this.headTbl.style.width = tbl.clientWidth + 'px';\n //\n\n //scroll synchronisation\n Event.add(this.tblCont, 'scroll', (evt)=> {\n let elm = Event.target(evt);\n let scrollLeft = elm.scrollLeft;\n this.headTblCont.scrollLeft = scrollLeft;\n //New pointerX calc taking into account scrollLeft\n // if(!o.isPointerXOverwritten){\n // try{\n // o.Evt.pointerX = function(evt){\n // let e = evt || global.event;\n // let bdScrollLeft = tf_StandardBody().scrollLeft +\n // scrollLeft;\n // return (e.pageX + scrollLeft) ||\n // (e.clientX + bdScrollLeft);\n // };\n // o.isPointerXOverwritten = true;\n // } catch(err) {\n // o.isPointerXOverwritten = false;\n // }\n // }\n });\n\n //Configure sort extension if any\n let sort = (f.extensions || []).filter(function(itm){\n return itm.name === 'sort';\n });\n if(sort.length === 1){\n sort[0].async_sort = true;\n sort[0].trigger_ids = sortTriggers;\n }\n\n //Cols generation for all browsers excepted IE<=7\n this.tblHasColTag = Dom.tag(tbl, 'col').length > 0 ? true : false;\n\n //Col elements are enough to keep column widths after sorting and\n //filtering\n let createColTags = function(){\n for(let k=(tf.nbCells-1); k>=0; k--){\n let col = Dom.create('col', ['id', tf.id+'_col_'+k]);\n tbl.insertBefore(col, tbl.firstChild);\n col.style.width = tf.colWidths[k];\n this.gridColElms[k] = col;\n }\n this.tblHasColTag = true;\n };\n\n if(!this.tblHasColTag){\n createColTags.call(this);\n } else {\n let cols = Dom.tag(tbl, 'col');\n for(let ii=0; ii0){\n tbl.removeChild(thead[0]);\n }\n\n //Headers table style\n this.headTbl.style.tableLayout = 'fixed';\n tbl.style.tableLayout = 'fixed';\n this.headTbl.cellPadding = tbl.cellPadding;\n this.headTbl.cellSpacing = tbl.cellSpacing;\n // this.headTbl.style.width = tbl.style.width;\n\n //content table without headers needs col widths to be reset\n tf.setColWidths(this.headTbl);\n\n //Headers container width\n // this.headTblCont.style.width = this.tblCont.clientWidth+'px';\n\n tbl.style.width = '';\n //\n this.headTbl.style.width = tbl.clientWidth + 'px';\n //\n\n //scroll synchronisation\n Event.add(this.tblCont, 'scroll', (evt)=> {\n let elm = Event.target(evt);\n let scrollLeft = elm.scrollLeft;\n this.headTblCont.scrollLeft = scrollLeft;\n //New pointerX calc taking into account scrollLeft\n // if(!o.isPointerXOverwritten){\n // try{\n // o.Evt.pointerX = function(evt){\n // let e = evt || global.event;\n // let bdScrollLeft = tf_StandardBody().scrollLeft +\n // scrollLeft;\n // return (e.pageX + scrollLeft) ||\n // (e.clientX + bdScrollLeft);\n // };\n // o.isPointerXOverwritten = true;\n // } catch(err) {\n // o.isPointerXOverwritten = false;\n // }\n // }\n });\n\n //Configure sort extension if any\n let sort = (f.extensions || []).filter(function(itm){\n return itm.name === 'sort';\n });\n if(sort.length === 1){\n sort[0].async_sort = true;\n sort[0].trigger_ids = sortTriggers;\n }\n\n //Cols generation for all browsers excepted IE<=7\n this.tblHasColTag = Dom.tag(tbl, 'col').length > 0 ? true : false;\n\n //Col elements are enough to keep column widths after sorting and\n //filtering\n let createColTags = function(){\n for(let k=(tf.nbCells-1); k>=0; k--){\n let col = Dom.create('col', ['id', tf.id+'_col_'+k]);\n tbl.insertBefore(col, tbl.firstChild);\n col.style.width = tf.colWidths[k];\n this.gridColElms[k] = col;\n }\n this.tblHasColTag = true;\n };\n\n if(!this.tblHasColTag){\n createColTags.call(this);\n } else {\n let cols = Dom.tag(tbl, 'col');\n for(let ii=0; ii<, <=, >, ' +\n '>=, =, *, !, {, }, ' +\n '||,&&, [empty], [nonempty], ' +\n 'rgx:
' +\n 'Learn more
';\n //defines help innerHtml\n this.instrHtml = f.help_instructions_html || null;\n //defines reset button text\n this.btnText = f.help_instructions_btn_text || '?';\n //defines reset button innerHtml\n this.btnHtml = f.help_instructions_btn_html || null;\n //defines css class for help button\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n //defines css class for help container\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n //help button element\n this.btn = null;\n //help content div\n this.cont = null;\n this.defaultHtml = '

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

' +\n ''+ WEBSITE_URL +''+\n '
©2015-'+ tf.year +' {AUTHOR}' +\n '
' +\n 'Close
';\n\n //id prefix for help elements\n this.prfxHelpSpan = 'helpSpan_';\n //id prefix for help elements\n this.prfxHelpDiv = 'helpDiv_';\n\n this.emitter.on(['init-help'], ()=> this.init());\n }\n\n init(){\n if(this.initialized){\n return;\n }\n\n var tf = this.tf;\n\n var helpspan = Dom.create('span', ['id', this.prfxHelpSpan+tf.id]);\n var helpdiv = Dom.create('div', ['id', this.prfxHelpDiv+tf.id]);\n\n //help button is added to defined element\n if(!this.tgtId){\n tf.setToolbar();\n }\n var targetEl = !this.tgtId ? tf.rDiv : Dom.id(this.tgtId);\n targetEl.appendChild(helpspan);\n\n var divContainer = !this.contTgtId ? helpspan : Dom.id(this.contTgtId);\n\n if(!this.btnHtml){\n divContainer.appendChild(helpdiv);\n var helplink = Dom.create('a', ['href', 'javascript:void(0);']);\n helplink.className = this.btnCssClass;\n helplink.appendChild(Dom.text(this.btnText));\n helpspan.appendChild(helplink);\n Event.add(helplink, 'click', () => { this.toggle(); });\n } else {\n helpspan.innerHTML = this.btnHtml;\n var helpEl = helpspan.firstChild;\n Event.add(helpEl, 'click', () => { this.toggle(); });\n divContainer.appendChild(helpdiv);\n }\n\n if(!this.instrHtml){\n helpdiv.innerHTML = this.instrText;\n helpdiv.className = this.contCssClass;\n Event.add(helpdiv, 'dblclick', () => { this.toggle(); });\n } else {\n if(this.contTgtId){\n divContainer.appendChild(helpdiv);\n }\n helpdiv.innerHTML = this.instrHtml;\n if(!this.contTgtId){\n helpdiv.className = this.contCssClass;\n Event.add(helpdiv, 'dblclick', () => { this.toggle(); });\n }\n }\n helpdiv.innerHTML += this.defaultHtml;\n Event.add(helpdiv, 'click', () => { this.toggle(); });\n\n this.cont = helpdiv;\n this.btn = helpspan;\n this.initialized = true;\n }\n\n /**\n * Toggle help pop-up\n */\n toggle(){\n // check only if explicitily set to false as in this case undefined\n // signifies the help feature is enabled by default\n if(this.enabled === false){\n return;\n }\n var divDisplay = this.cont.style.display;\n if(divDisplay === '' || divDisplay === 'none'){\n this.cont.style.display = 'inline';\n } else {\n this.cont.style.display = 'none';\n }\n }\n\n /**\n * Remove help UI\n */\n destroy(){\n if(!this.initialized){\n return;\n }\n Dom.remove(this.btn);\n this.btn = null;\n if(!this.cont){\n return;\n }\n Dom.remove(this.cont);\n this.cont = null;\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 347, + "__docId__": 348, "kind": "variable", "static": true, "variation": null, @@ -6749,7 +6767,7 @@ } }, { - "__docId__": 348, + "__docId__": 349, "kind": "variable", "static": true, "variation": null, @@ -6770,7 +6788,7 @@ } }, { - "__docId__": 349, + "__docId__": 350, "kind": "class", "static": true, "variation": null, @@ -6790,7 +6808,7 @@ ] }, { - "__docId__": 350, + "__docId__": 351, "kind": "constructor", "static": false, "variation": null, @@ -6815,7 +6833,7 @@ "generator": false }, { - "__docId__": 351, + "__docId__": 352, "kind": "member", "static": false, "variation": null, @@ -6833,7 +6851,7 @@ } }, { - "__docId__": 352, + "__docId__": 353, "kind": "member", "static": false, "variation": null, @@ -6851,7 +6869,7 @@ } }, { - "__docId__": 353, + "__docId__": 354, "kind": "member", "static": false, "variation": null, @@ -6869,7 +6887,7 @@ } }, { - "__docId__": 354, + "__docId__": 355, "kind": "member", "static": false, "variation": null, @@ -6887,7 +6905,7 @@ } }, { - "__docId__": 355, + "__docId__": 356, "kind": "member", "static": false, "variation": null, @@ -6905,7 +6923,7 @@ } }, { - "__docId__": 356, + "__docId__": 357, "kind": "member", "static": false, "variation": null, @@ -6923,7 +6941,7 @@ } }, { - "__docId__": 357, + "__docId__": 358, "kind": "member", "static": false, "variation": null, @@ -6941,7 +6959,7 @@ } }, { - "__docId__": 358, + "__docId__": 359, "kind": "member", "static": false, "variation": null, @@ -6959,7 +6977,7 @@ } }, { - "__docId__": 359, + "__docId__": 360, "kind": "member", "static": false, "variation": null, @@ -6977,7 +6995,7 @@ } }, { - "__docId__": 360, + "__docId__": 361, "kind": "member", "static": false, "variation": null, @@ -6995,7 +7013,7 @@ } }, { - "__docId__": 361, + "__docId__": 362, "kind": "member", "static": false, "variation": null, @@ -7013,7 +7031,7 @@ } }, { - "__docId__": 362, + "__docId__": 363, "kind": "member", "static": false, "variation": null, @@ -7031,7 +7049,7 @@ } }, { - "__docId__": 363, + "__docId__": 364, "kind": "member", "static": false, "variation": null, @@ -7049,7 +7067,7 @@ } }, { - "__docId__": 364, + "__docId__": 365, "kind": "method", "static": false, "variation": null, @@ -7064,7 +7082,7 @@ "generator": false }, { - "__docId__": 365, + "__docId__": 366, "kind": "member", "static": false, "variation": null, @@ -7082,7 +7100,7 @@ } }, { - "__docId__": 366, + "__docId__": 367, "kind": "member", "static": false, "variation": null, @@ -7100,7 +7118,7 @@ } }, { - "__docId__": 367, + "__docId__": 368, "kind": "member", "static": false, "variation": null, @@ -7118,7 +7136,7 @@ } }, { - "__docId__": 368, + "__docId__": 369, "kind": "method", "static": false, "variation": null, @@ -7132,7 +7150,7 @@ "generator": false }, { - "__docId__": 369, + "__docId__": 370, "kind": "method", "static": false, "variation": null, @@ -7146,7 +7164,7 @@ "generator": false }, { - "__docId__": 370, + "__docId__": 371, "kind": "member", "static": false, "variation": null, @@ -7164,7 +7182,7 @@ } }, { - "__docId__": 371, + "__docId__": 372, "kind": "member", "static": false, "variation": null, @@ -7182,7 +7200,7 @@ } }, { - "__docId__": 372, + "__docId__": 373, "kind": "member", "static": false, "variation": null, @@ -7200,7 +7218,7 @@ } }, { - "__docId__": 373, + "__docId__": 374, "kind": "file", "static": true, "variation": null, @@ -7213,7 +7231,7 @@ "content": "import Dom from '../dom';\nimport Str from '../string';\nimport Types from '../types';\n\nexport class HighlightKeyword{\n\n /**\n * HighlightKeyword, highlight matched keyword\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n var f = tf.config();\n //defines css class for highlighting\n this.highlightCssClass = f.highlight_css_class || 'keyword';\n this.highlightedNodes = [];\n\n this.tf = tf;\n this.emitter = tf.emitter;\n }\n\n init(){\n this.emitter.on(\n ['before-filtering', 'destroy'],\n ()=> this.unhighlightAll()\n );\n this.emitter.on(\n ['highlight-keyword'],\n (tf, cell, word)=>\n this.highlight(cell, word, this.highlightCssClass)\n );\n }\n\n /**\n * highlight occurences of searched term in passed node\n * @param {Node} node\n * @param {String} word Searched term\n * @param {String} cssClass Css class name\n */\n highlight(node, word, cssClass){\n // Iterate into this nodes childNodes\n if(node.hasChildNodes){\n var children = node.childNodes;\n for(var i=0; i {\n if(Types.isArray(val)){\n val.forEach((item)=>\n this.unhighlight(item, this.highlightCssClass));\n } else {\n this.unhighlight(val, this.highlightCssClass);\n }\n });\n this.highlightedNodes = [];\n }\n\n destroy(){\n this.emitter.off(\n ['before-filtering', 'destroy'],\n ()=> this.unhighlightAll()\n );\n this.emitter.off(\n ['highlight-keyword'],\n (tf, cell, word)=>\n this.highlight(cell, word, this.highlightCssClass)\n );\n }\n}" }, { - "__docId__": 374, + "__docId__": 375, "kind": "class", "static": true, "variation": null, @@ -7230,7 +7248,7 @@ "interface": false }, { - "__docId__": 375, + "__docId__": 376, "kind": "constructor", "static": false, "variation": null, @@ -7255,7 +7273,7 @@ "generator": false }, { - "__docId__": 376, + "__docId__": 377, "kind": "member", "static": false, "variation": null, @@ -7273,7 +7291,7 @@ } }, { - "__docId__": 377, + "__docId__": 378, "kind": "member", "static": false, "variation": null, @@ -7291,7 +7309,7 @@ } }, { - "__docId__": 378, + "__docId__": 379, "kind": "member", "static": false, "variation": null, @@ -7309,7 +7327,7 @@ } }, { - "__docId__": 379, + "__docId__": 380, "kind": "member", "static": false, "variation": null, @@ -7327,7 +7345,7 @@ } }, { - "__docId__": 380, + "__docId__": 381, "kind": "method", "static": false, "variation": null, @@ -7342,7 +7360,7 @@ "generator": false }, { - "__docId__": 381, + "__docId__": 382, "kind": "method", "static": false, "variation": null, @@ -7387,7 +7405,7 @@ "generator": false }, { - "__docId__": 382, + "__docId__": 383, "kind": "method", "static": false, "variation": null, @@ -7422,7 +7440,7 @@ "generator": false }, { - "__docId__": 383, + "__docId__": 384, "kind": "method", "static": false, "variation": null, @@ -7436,7 +7454,7 @@ "generator": false }, { - "__docId__": 384, + "__docId__": 385, "kind": "member", "static": false, "variation": null, @@ -7454,7 +7472,7 @@ } }, { - "__docId__": 385, + "__docId__": 386, "kind": "method", "static": false, "variation": null, @@ -7469,7 +7487,7 @@ "generator": false }, { - "__docId__": 386, + "__docId__": 387, "kind": "file", "static": true, "variation": null, @@ -7482,7 +7500,7 @@ "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\n\nlet global = window;\n\nexport class Loader extends Feature{\n\n /**\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'loader');\n\n // TableFilter configuration\n let f = this.config;\n\n //id of container element\n this.loaderTgtId = f.loader_target_id || null;\n //div containing loader\n this.loaderDiv = null;\n //defines loader text\n this.loaderText = f.loader_text || 'Loading...';\n //defines loader innerHtml\n this.loaderHtml = f.loader_html || null;\n //defines css class for loader div\n this.loaderCssClass = f.loader_css_class || 'loader';\n //delay for hiding loader\n this.loaderCloseDelay = 250;\n //callback function before loader is displayed\n this.onShowLoader = Types.isFn(f.on_show_loader) ?\n f.on_show_loader : null;\n //callback function after loader is closed\n this.onHideLoader = Types.isFn(f.on_hide_loader) ?\n f.on_hide_loader : null;\n //loader div\n this.prfxLoader = 'load_';\n }\n\n init() {\n if(this.initialized){\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n let containerDiv = Dom.create('div', ['id', this.prfxLoader+tf.id]);\n containerDiv.className = this.loaderCssClass;\n\n let targetEl = !this.loaderTgtId ?\n tf.tbl.parentNode : Dom.id(this.loaderTgtId);\n if(!this.loaderTgtId){\n targetEl.insertBefore(containerDiv, tf.tbl);\n } else {\n targetEl.appendChild(containerDiv);\n }\n this.loaderDiv = containerDiv;\n if(!this.loaderHtml){\n this.loaderDiv.appendChild(Dom.text(this.loaderText));\n } else {\n this.loaderDiv.innerHTML = this.loaderHtml;\n }\n\n this.show('none');\n\n // Subscribe to events\n emitter.on([\n 'before-filtering',\n 'before-populating-filter',\n 'before-changing-page',\n 'before-clearing-filters',\n 'before-changing-results-per-page',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n ()=> this.show('')\n );\n emitter.on([\n 'after-filtering',\n 'after-populating-filter',\n 'after-changing-page',\n 'after-clearing-filters',\n 'after-changing-results-per-page',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n ()=> this.show('none')\n );\n\n this.initialized = true;\n }\n\n show(p) {\n if(!this.isEnabled() /*|| this.loaderDiv.style.display === p*/){\n return;\n }\n\n let displayLoader = () => {\n if(!this.loaderDiv){\n return;\n }\n if(this.onShowLoader && p !== 'none'){\n this.onShowLoader.call(null, this);\n }\n this.loaderDiv.style.display = p;\n if(this.onHideLoader && p === 'none'){\n this.onHideLoader.call(null, this);\n }\n };\n\n let t = p === 'none' ? this.loaderCloseDelay : 1;\n global.setTimeout(displayLoader, t);\n }\n\n destroy() {\n if(!this.initialized){\n return;\n }\n\n let emitter = this.emitter;\n\n Dom.remove(this.loaderDiv);\n this.loaderDiv = null;\n\n // Unsubscribe to events\n emitter.off([\n 'before-filtering',\n 'before-populating-filter',\n 'before-changing-page',\n 'before-clearing-filters',\n 'before-changing-results-per-page',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n ()=> this.show('')\n );\n emitter.off([\n 'after-filtering',\n 'after-populating-filter',\n 'after-changing-page',\n 'after-clearing-filters',\n 'after-changing-results-per-page',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n ()=> this.show('none')\n );\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 387, + "__docId__": 388, "kind": "variable", "static": true, "variation": null, @@ -7503,7 +7521,7 @@ } }, { - "__docId__": 388, + "__docId__": 389, "kind": "class", "static": true, "variation": null, @@ -7523,7 +7541,7 @@ ] }, { - "__docId__": 389, + "__docId__": 390, "kind": "constructor", "static": false, "variation": null, @@ -7548,7 +7566,7 @@ "generator": false }, { - "__docId__": 390, + "__docId__": 391, "kind": "member", "static": false, "variation": null, @@ -7566,7 +7584,7 @@ } }, { - "__docId__": 391, + "__docId__": 392, "kind": "member", "static": false, "variation": null, @@ -7584,7 +7602,7 @@ } }, { - "__docId__": 392, + "__docId__": 393, "kind": "member", "static": false, "variation": null, @@ -7602,7 +7620,7 @@ } }, { - "__docId__": 393, + "__docId__": 394, "kind": "member", "static": false, "variation": null, @@ -7620,7 +7638,7 @@ } }, { - "__docId__": 394, + "__docId__": 395, "kind": "member", "static": false, "variation": null, @@ -7638,7 +7656,7 @@ } }, { - "__docId__": 395, + "__docId__": 396, "kind": "member", "static": false, "variation": null, @@ -7656,7 +7674,7 @@ } }, { - "__docId__": 396, + "__docId__": 397, "kind": "member", "static": false, "variation": null, @@ -7674,7 +7692,7 @@ } }, { - "__docId__": 397, + "__docId__": 398, "kind": "member", "static": false, "variation": null, @@ -7692,7 +7710,7 @@ } }, { - "__docId__": 398, + "__docId__": 399, "kind": "member", "static": false, "variation": null, @@ -7710,7 +7728,7 @@ } }, { - "__docId__": 399, + "__docId__": 400, "kind": "method", "static": false, "variation": null, @@ -7725,7 +7743,7 @@ "generator": false }, { - "__docId__": 400, + "__docId__": 401, "kind": "member", "static": false, "variation": null, @@ -7743,7 +7761,7 @@ } }, { - "__docId__": 401, + "__docId__": 402, "kind": "member", "static": false, "variation": null, @@ -7761,7 +7779,7 @@ } }, { - "__docId__": 402, + "__docId__": 403, "kind": "method", "static": false, "variation": null, @@ -7783,7 +7801,7 @@ "generator": false }, { - "__docId__": 403, + "__docId__": 404, "kind": "method", "static": false, "variation": null, @@ -7798,7 +7816,7 @@ "generator": false }, { - "__docId__": 404, + "__docId__": 405, "kind": "member", "static": false, "variation": null, @@ -7816,7 +7834,7 @@ } }, { - "__docId__": 405, + "__docId__": 406, "kind": "member", "static": false, "variation": null, @@ -7834,7 +7852,7 @@ } }, { - "__docId__": 406, + "__docId__": 407, "kind": "file", "static": true, "variation": null, @@ -7847,7 +7865,7 @@ "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\n\nexport class NoResults extends Feature{\n\n /**\n * No results message UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message;\n\n this.content = f.content || 'No results';\n this.customContainer = f.custom_container || null;\n this.customContainerId = f.custom_container_id || null;\n this.isExternal = !Types.isEmpty(this.customContainer) ||\n !Types.isEmpty(this.customContainerId);\n this.cssClass = f.css_class || 'no-results';\n\n this.cont = null;\n\n //callback before message is displayed\n this.onBeforeShowMsg = Types.isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n //callback after message is displayed\n this.onAfterShowMsg = Types.isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n //callback before message is hidden\n this.onBeforeHideMsg = Types.isFn(f.on_before_hide_msg) ?\n f.on_before_hide_msg : null;\n //callback after message is hidden\n this.onAfterHideMsg = Types.isFn(f.on_after_hide_msg) ?\n f.on_after_hide_msg : null;\n\n this.prfxNoResults = 'nores_';\n }\n\n init(){\n if(this.initialized){\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || Dom.id(this.customContainerId) ||\n tf.tbl;\n\n //container\n let cont = Dom.create('div', ['id', this.prfxNoResults+tf.id]);\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if(this.isExternal){\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(['after-filtering'], ()=> this.toggle());\n\n this.initialized = true;\n this.hide();\n }\n\n toggle(){\n if(this.tf.nbVisibleRows > 0){\n this.hide();\n } else {\n this.show();\n }\n }\n\n show(){\n if(!this.initialized || !this.isEnabled()){\n return;\n }\n\n if(this.onBeforeShowMsg){\n this.onBeforeShowMsg.call(null, this.tf, this);\n }\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n if(this.onAfterShowMsg){\n this.onAfterShowMsg.call(null, this.tf, this);\n }\n }\n\n hide(){\n if(!this.initialized || !this.isEnabled()){\n return;\n }\n\n if(this.onBeforeHideMsg){\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n\n this.cont.style.display = 'none';\n\n if(this.onBeforeHideMsg){\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n }\n\n setWidth(){\n if(!this.initialized || this.isExternal || !this.isEnabled()){\n return;\n }\n if(this.tf.gridLayout){\n let gridLayout = this.tf.feature('gridLayout');\n this.cont.style.width = gridLayout.tblCont.clientWidth + 'px';\n } else {\n this.cont.style.width = this.tf.tbl.clientWidth + 'px';\n }\n\n }\n\n destroy(){\n if(!this.initialized){\n return;\n }\n Dom.remove(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], ()=> this.toggle());\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 407, + "__docId__": 408, "kind": "class", "static": true, "variation": null, @@ -7867,7 +7885,7 @@ ] }, { - "__docId__": 408, + "__docId__": 409, "kind": "constructor", "static": false, "variation": null, @@ -7892,7 +7910,7 @@ "generator": false }, { - "__docId__": 409, + "__docId__": 410, "kind": "member", "static": false, "variation": null, @@ -7910,7 +7928,7 @@ } }, { - "__docId__": 410, + "__docId__": 411, "kind": "member", "static": false, "variation": null, @@ -7928,7 +7946,7 @@ } }, { - "__docId__": 411, + "__docId__": 412, "kind": "member", "static": false, "variation": null, @@ -7946,7 +7964,7 @@ } }, { - "__docId__": 412, + "__docId__": 413, "kind": "member", "static": false, "variation": null, @@ -7964,7 +7982,7 @@ } }, { - "__docId__": 413, + "__docId__": 414, "kind": "member", "static": false, "variation": null, @@ -7982,7 +8000,7 @@ } }, { - "__docId__": 414, + "__docId__": 415, "kind": "member", "static": false, "variation": null, @@ -8000,7 +8018,7 @@ } }, { - "__docId__": 415, + "__docId__": 416, "kind": "member", "static": false, "variation": null, @@ -8018,7 +8036,7 @@ } }, { - "__docId__": 416, + "__docId__": 417, "kind": "member", "static": false, "variation": null, @@ -8036,7 +8054,7 @@ } }, { - "__docId__": 417, + "__docId__": 418, "kind": "member", "static": false, "variation": null, @@ -8054,7 +8072,7 @@ } }, { - "__docId__": 418, + "__docId__": 419, "kind": "member", "static": false, "variation": null, @@ -8072,7 +8090,7 @@ } }, { - "__docId__": 419, + "__docId__": 420, "kind": "member", "static": false, "variation": null, @@ -8090,7 +8108,7 @@ } }, { - "__docId__": 420, + "__docId__": 421, "kind": "method", "static": false, "variation": null, @@ -8105,7 +8123,7 @@ "generator": false }, { - "__docId__": 421, + "__docId__": 422, "kind": "member", "static": false, "variation": null, @@ -8123,7 +8141,7 @@ } }, { - "__docId__": 422, + "__docId__": 423, "kind": "member", "static": false, "variation": null, @@ -8141,7 +8159,7 @@ } }, { - "__docId__": 423, + "__docId__": 424, "kind": "method", "static": false, "variation": null, @@ -8156,7 +8174,7 @@ "generator": false }, { - "__docId__": 424, + "__docId__": 425, "kind": "method", "static": false, "variation": null, @@ -8171,7 +8189,7 @@ "generator": false }, { - "__docId__": 425, + "__docId__": 426, "kind": "method", "static": false, "variation": null, @@ -8186,7 +8204,7 @@ "generator": false }, { - "__docId__": 426, + "__docId__": 427, "kind": "method", "static": false, "variation": null, @@ -8201,7 +8219,7 @@ "generator": false }, { - "__docId__": 427, + "__docId__": 428, "kind": "method", "static": false, "variation": null, @@ -8216,7 +8234,7 @@ "generator": false }, { - "__docId__": 428, + "__docId__": 429, "kind": "member", "static": false, "variation": null, @@ -8234,7 +8252,7 @@ } }, { - "__docId__": 429, + "__docId__": 430, "kind": "member", "static": false, "variation": null, @@ -8252,7 +8270,7 @@ } }, { - "__docId__": 430, + "__docId__": 431, "kind": "file", "static": true, "variation": null, @@ -8265,7 +8283,7 @@ "content": "import {Feature} from './feature';\nimport Dom from '../dom';\nimport Types from '../types';\nimport Str from '../string';\nimport Event from '../event';\n\nexport class Paging extends Feature{\n\n /**\n * Pagination component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n //css class for paging buttons (previous,next,etc.)\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n //stores paging select element\n this.pagingSlc = null;\n //results per page select element\n this.resultsPerPageSlc = null;\n //id of container element\n this.pagingTgtId = f.paging_target_id || null;\n //defines table paging length\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n //id of container element\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n //css class for paging select element\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n //css class for paging input element\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n //stores results per page text and values\n this.resultsPerPage = f.results_per_page || null;\n //enables/disables results per page drop-down\n this.hasResultsPerPage = Types.isArray(this.resultsPerPage);\n //defines css class for results per page select\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n //css class for label preceding results per page select\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n //1st row index of current page\n this.startPagingRow = 0;\n //total nb of pages\n this.nbPages = 0;\n //current page nb\n this.currentPageNb = 1;\n //defines next page button text\n this.btnNextPageText = f.btn_next_page_text || '>';\n //defines previous page button text\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n //defines last page button text\n this.btnLastPageText = f.btn_last_page_text || '>|';\n //defines first page button text\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n //defines next page button html\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines last page button html\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines text preceeding page selector drop-down\n this.pageText = f.page_text || ' Page ';\n //defines text after page selector drop-down\n this.ofText = f.of_text || ' of ';\n //css class for span containing tot nb of pages\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n //enables/disables paging buttons\n this.hasPagingBtns = f.paging_btns===false ? false : true;\n //defines previous page button html\n this.pageSelectorType = f.page_selector_type || tf.fltTypeSlc;\n //calls function before page is changed\n this.onBeforeChangePage = Types.isFn(f.on_before_change_page) ?\n f.on_before_change_page : null;\n //calls function before page is changed\n this.onAfterChangePage = Types.isFn(f.on_after_change_page) ?\n f.on_after_change_page : null;\n\n //pages select\n this.prfxSlcPages = 'slcPages_';\n //results per page select\n this.prfxSlcResults = 'slcResults_';\n //label preciding results per page select\n this.prfxSlcResultsTxt = 'slcResultsTxt_';\n //span containing next page button\n this.prfxBtnNextSpan = 'btnNextSpan_';\n //span containing previous page button\n this.prfxBtnPrevSpan = 'btnPrevSpan_';\n //span containing last page button\n this.prfxBtnLastSpan = 'btnLastSpan_';\n //span containing first page button\n this.prfxBtnFirstSpan = 'btnFirstSpan_';\n //next button\n this.prfxBtnNext = 'btnNext_';\n //previous button\n this.prfxBtnPrev = 'btnPrev_';\n //last button\n this.prfxBtnLast = 'btnLast_';\n //first button\n this.prfxBtnFirst = 'btnFirst_';\n //span for tot nb pages\n this.prfxPgSpan = 'pgspan_';\n //span preceding pages select (contains 'Page')\n this.prfxPgBeforeSpan = 'pgbeforespan_';\n //span following pages select (contains ' of ')\n this.prfxPgAfterSpan = 'pgafterspan_';\n\n var start_row = tf.refRow;\n var nrows = tf.nbRows;\n //calculates page nb\n this.nbPages = Math.ceil((nrows-start_row)/this.pagingLength);\n\n //Paging elements events\n var o = this;\n // Paging DOM events\n this.evt = {\n slcIndex(){\n return (o.pageSelectorType===tf.fltTypeSlc) ?\n o.pagingSlc.options.selectedIndex :\n parseInt(o.pagingSlc.value, 10)-1;\n },\n nbOpts(){\n return (o.pageSelectorType===tf.fltTypeSlc) ?\n parseInt(o.pagingSlc.options.length, 10)-1 :\n (o.nbPages-1);\n },\n next(){\n var nextIndex = o.evt.slcIndex() < o.evt.nbOpts() ?\n o.evt.slcIndex()+1 : 0;\n o.changePage(nextIndex);\n },\n prev(){\n var prevIndex = o.evt.slcIndex()>0 ?\n o.evt.slcIndex()-1 : o.evt.nbOpts();\n o.changePage(prevIndex);\n },\n last(){\n o.changePage(o.evt.nbOpts());\n },\n first(){\n o.changePage(0);\n },\n _detectKey(e){\n var key = Event.keyCode(e);\n if(key===13){\n if(tf.sorted){\n tf.filter();\n o.changePage(o.evt.slcIndex());\n } else{\n o.changePage();\n }\n this.blur();\n }\n },\n slcPagesChange: null,\n nextEvt: null,\n prevEvt: null,\n lastEvt: null,\n firstEvt: null\n };\n }\n\n /**\n * Initialize DOM elements\n */\n init(){\n var slcPages;\n var tf = this.tf;\n var evt = this.evt;\n\n if(this.initialized){\n return;\n }\n\n // Check resultsPerPage is in expected format and initialise the\n // results per page component\n if(this.hasResultsPerPage){\n if(this.resultsPerPage.length<2){\n this.hasResultsPerPage = false;\n } else {\n this.pagingLength = this.resultsPerPage[1][0];\n this.setResultsPerPage();\n }\n }\n\n evt.slcPagesChange = (event) => {\n var slc = event.target;\n this.changePage(slc.selectedIndex);\n };\n\n // Paging drop-down list selector\n if(this.pageSelectorType === tf.fltTypeSlc){\n slcPages = Dom.create(\n tf.fltTypeSlc, ['id', this.prfxSlcPages+tf.id]);\n slcPages.className = this.pgSlcCssClass;\n Event.add(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if(this.pageSelectorType === tf.fltTypeInp){\n slcPages = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxSlcPages+tf.id],\n ['value', this.currentPageNb]\n );\n slcPages.className = this.pgInpCssClass;\n Event.add(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = Dom.create(\n 'span',['id', this.prfxBtnNextSpan+tf.id]);\n var btnPrevSpan = Dom.create(\n 'span',['id', this.prfxBtnPrevSpan+tf.id]);\n var btnLastSpan = Dom.create(\n 'span',['id', this.prfxBtnLastSpan+tf.id]);\n var btnFirstSpan = Dom.create(\n 'span',['id', this.prfxBtnFirstSpan+tf.id]);\n\n if(this.hasPagingBtns){\n // Next button\n if(!this.btnNextPageHtml){\n var btn_next = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnNext+tf.id],\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btn_next.className = this.btnPageCssClass;\n Event.add(btn_next, 'click', evt.next);\n btnNextSpan.appendChild(btn_next);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n Event.add(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if(!this.btnPrevPageHtml){\n var btn_prev = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnPrev+tf.id],\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btn_prev.className = this.btnPageCssClass;\n Event.add(btn_prev, 'click', evt.prev);\n btnPrevSpan.appendChild(btn_prev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n Event.add(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if(!this.btnLastPageHtml){\n var btn_last = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnLast+tf.id],\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btn_last.className = this.btnPageCssClass;\n Event.add(btn_last, 'click', evt.last);\n btnLastSpan.appendChild(btn_last);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n Event.add(btnLastSpan, 'click', evt.last);\n }\n // First button\n if(!this.btnFirstPageHtml){\n var btn_first = Dom.create(\n tf.fltTypeInp,\n ['id', this.prfxBtnFirst+tf.id],\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btn_first.className = this.btnPageCssClass;\n Event.add(btn_first, 'click', evt.first);\n btnFirstSpan.appendChild(btn_first);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n Event.add(btnFirstSpan, 'click', evt.first);\n }\n }\n\n // paging elements (buttons+drop-down list) are added to defined element\n if(!this.pagingTgtId){\n tf.setToolbar();\n }\n var targetEl = !this.pagingTgtId ? tf.mDiv : Dom.id(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = Dom.create(\n 'span',['id', this.prfxPgBeforeSpan+tf.id] );\n pgBeforeSpan.appendChild( Dom.text(this.pageText) );\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = Dom.create(\n 'span',['id', this.prfxPgAfterSpan+tf.id]);\n pgAfterSpan.appendChild( Dom.text(this.ofText) );\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgspan = Dom.create( 'span',['id', this.prfxPgSpan+tf.id] );\n pgspan.className = this.nbPgSpanCssClass;\n pgspan.appendChild( Dom.text(' '+this.nbPages+' ') );\n targetEl.appendChild(pgspan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n this.pagingSlc = Dom.id(this.prfxSlcPages+tf.id);\n\n if(!tf.rememberGridValues){\n this.setPagingInfo();\n }\n if(!tf.fltGrid){\n tf.validateAllRows();\n this.setPagingInfo(tf.validRowsIndex);\n }\n\n this.emitter.on(['after-filtering'], ()=> this.resetPagingInfo());\n this.emitter.on(['initialized'], ()=> this.resetValues());\n\n this.initialized = true;\n }\n\n /**\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n */\n reset(filterTable=false){\n var tf = this.tf;\n if(this.isEnabled()){\n return;\n }\n this.enable();\n this.init();\n\n if(filterTable){\n tf.filter();\n }\n }\n\n /**\n * Reset paging info from scratch after a filtering process\n */\n resetPagingInfo(){\n this.startPagingRow = 0;\n this.currentPageNb = 1;\n this.setPagingInfo(this.tf.validRowsIndex);\n }\n\n /**\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n */\n setPagingInfo(validRows){\n var tf = this.tf;\n var mdiv = !this.pagingTgtId ? tf.mDiv : Dom.id(this.pagingTgtId);\n var pgspan = Dom.id(this.prfxPgSpan+tf.id);\n\n //store valid rows indexes\n tf.validRowsIndex = validRows || tf.getValidRows(true);\n\n //calculate nb of pages\n this.nbPages = Math.ceil(tf.validRowsIndex.length/this.pagingLength);\n //refresh page nb span\n pgspan.innerHTML = this.nbPages;\n //select clearing shortcut\n if(this.pageSelectorType === tf.fltTypeSlc){\n this.pagingSlc.innerHTML = '';\n }\n\n if(this.nbPages>0){\n mdiv.style.visibility = 'visible';\n if(this.pageSelectorType === tf.fltTypeSlc){\n for(var z=0; z
-

Source 175/703

+

Source 175/704

@@ -79,7 +79,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -119,7 +119,7 @@ - + @@ -127,7 +127,7 @@ - + @@ -135,7 +135,7 @@ - + @@ -143,7 +143,7 @@ - + @@ -151,7 +151,7 @@ - + @@ -159,7 +159,7 @@ - + @@ -167,7 +167,7 @@ - + @@ -175,7 +175,7 @@ - + @@ -183,7 +183,7 @@ - + @@ -191,7 +191,7 @@ - + @@ -199,7 +199,7 @@ - + @@ -207,7 +207,7 @@ - + @@ -215,7 +215,7 @@ - + @@ -223,15 +223,15 @@ - + - + - - - - + + + + @@ -239,7 +239,7 @@ - + @@ -247,7 +247,7 @@ - + @@ -255,7 +255,7 @@ - + @@ -263,7 +263,7 @@ - + @@ -271,7 +271,7 @@ - + @@ -279,7 +279,7 @@ - + @@ -287,7 +287,7 @@ - + @@ -295,7 +295,7 @@ - + @@ -303,7 +303,7 @@ - + @@ -311,7 +311,7 @@ - + @@ -319,7 +319,7 @@ - + @@ -327,7 +327,7 @@ - + @@ -335,7 +335,7 @@ - +
- 379 byte 172016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/cookie.js- 1455 byte 582016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/date.js- 5675 byte 1722016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/dom.js- 4442 byte 1652016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/emitter.js83 %5/6 1263 byte 502016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/event.js- 1299 byte 532016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/extensions/advancedGrid/adapterEzEditTable.js29 %5/17 17864 byte 4472016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/extensions/advancedGrid/advancedGrid.js- 90 byte 22016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/extensions/colOps/colOps.js22 %2/9 12536 byte 3232016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/extensions/colsVisibility/colsVisibility.js17 %10/58 17261 byte 5202016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/extensions/filtersVisibility/filtersVisibility.js15 %5/33 5731 byte 1842016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/extensions/sort/adapterSortabletable.js10 %3/28 13392 byte 4132016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/extensions/sort/sort.js- 198 byte 82016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/helpers.js- 433 byte 232016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/alternateRows.js54 %6/11 3406 byte 1292016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/checkList.js26 %7/26 16654 byte 4762016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/clearButton.js25 %3/12 2613 byte 942016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/dropdown.js31 %6/19 12562 byte 3772016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/feature.js0 %0/14 649 byte 382016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/gridLayout.jssrc/modules/gridLayout.js GridLayout10 %3/2811778 byte3402016-03-07 07:30:50 (UTC)10 %3/2912048 byte3492016-03-01 10:34:01 (UTC)
src/modules/help.js15 %3/19 5369 byte 1552016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/highlightKeywords.js36 %4/11 4631 byte 1382016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/loader.js6 %1/15 4596 byte 1572016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/noResults.js5 %1/20 3673 byte 1352016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/paging.js25 %16/63 26075 byte 7652016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/popupFilter.js35 %10/28 8999 byte 2762016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/rowsCounter.js5 %1/18 4925 byte 1482016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/statusBar.js3 %1/29 7611 byte 2222016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/modules/store.js47 %8/17 3850 byte 1462016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/sort.js- 295 byte 152016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/string.js- 1495 byte 612016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/tablefilter.js33 %75/222 78972 byte 23012016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)
src/types.js- 1431 byte 712016-03-07 07:30:50 (UTC)2016-03-01 10:34:01 (UTC)