From 91bb3f02954877130147c11a69dd107d3e37ca1c Mon Sep 17 00:00:00 2001
From: koalyptus
Date: Sat, 26 Nov 2016 09:59:16 +0000
Subject: [PATCH] publish Docs to gh-pages (auto)
branch: master
SHA: 99a814db941f7c854d057844588a9ab74b4e5975
range SHA: afa4d685638b...99a814db941f
build id: 179016569
build number: 491
---
docs/ast/source/modules/popupFilter.js.json | 5726 ++++++++---------
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 +-
docs/class/src/feature.js~Feature.html | 2 +-
.../alternateRows.js~AlternateRows.html | 2 +-
.../src/modules/checkList.js~CheckList.html | 2 +-
.../modules/clearButton.js~ClearButton.html | 2 +-
.../src/modules/dateType.js~DateType.html | 2 +-
.../src/modules/dropdown.js~Dropdown.html | 2 +-
.../src/modules/gridLayout.js~GridLayout.html | 2 +-
docs/class/src/modules/hash.js~Hash.html | 2 +-
docs/class/src/modules/help.js~Help.html | 2 +-
...highlightKeywords.js~HighlightKeyword.html | 2 +-
docs/class/src/modules/loader.js~Loader.html | 2 +-
.../src/modules/noResults.js~NoResults.html | 2 +-
docs/class/src/modules/paging.js~Paging.html | 2 +-
.../modules/popupFilter.js~PopupFilter.html | 8 +-
.../modules/rowsCounter.js~RowsCounter.html | 2 +-
docs/class/src/modules/state.js~State.html | 2 +-
.../src/modules/statusBar.js~StatusBar.html | 2 +-
.../class/src/modules/storage.js~Storage.html | 2 +-
.../class/src/tablefilter.js~TableFilter.html | 2 +-
docs/dump.json | 18 +-
docs/file/src/array.js.html | 2 +-
docs/file/src/const.js.html | 2 +-
docs/file/src/cookie.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/feature.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/dateType.js.html | 2 +-
docs/file/src/modules/dropdown.js.html | 2 +-
docs/file/src/modules/gridLayout.js.html | 2 +-
docs/file/src/modules/hash.js.html | 2 +-
docs/file/src/modules/help.js.html | 2 +-
.../src/modules/highlightKeywords.js.html | 2 +-
docs/file/src/modules/loader.js.html | 2 +-
docs/file/src/modules/noResults.js.html | 2 +-
docs/file/src/modules/paging.js.html | 2 +-
docs/file/src/modules/popupFilter.js.html | 9 +-
docs/file/src/modules/rowsCounter.js.html | 2 +-
docs/file/src/modules/state.js.html | 2 +-
docs/file/src/modules/statusBar.js.html | 2 +-
docs/file/src/modules/storage.js.html | 2 +-
docs/file/src/number.js.html | 2 +-
docs/file/src/root.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 | 35 +-
docs/package.json | 7 +-
docs/source.html | 80 +-
docs/variable/index.html | 2 +-
69 files changed, 2969 insertions(+), 3038 deletions(-)
diff --git a/docs/ast/source/modules/popupFilter.js.json b/docs/ast/source/modules/popupFilter.js.json
index 2a226f78..c6357558 100644
--- a/docs/ast/source/modules/popupFilter.js.json
+++ b/docs/ast/source/modules/popupFilter.js.json
@@ -8223,7 +8223,7 @@
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
- "operator": "===",
+ "operator": "!==",
"left": {
"type": "Identifier",
"name": "targetElm",
@@ -8279,11 +8279,135 @@
"type": "BlockStatement",
"body": [
{
- "type": "ReturnStatement",
- "argument": null,
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 5048,
+ 5052
+ ],
+ "loc": {
+ "start": {
+ "line": 185,
+ "column": 12
+ },
+ "end": {
+ "line": 185,
+ "column": 16
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "close",
+ "range": [
+ 5053,
+ 5058
+ ],
+ "loc": {
+ "start": {
+ "line": 185,
+ "column": 17
+ },
+ "end": {
+ "line": 185,
+ "column": 22
+ }
+ }
+ },
+ "range": [
+ 5048,
+ 5058
+ ],
+ "loc": {
+ "start": {
+ "line": 185,
+ "column": 12
+ },
+ "end": {
+ "line": 185,
+ "column": 22
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 5059,
+ 5063
+ ],
+ "loc": {
+ "start": {
+ "line": 185,
+ "column": 23
+ },
+ "end": {
+ "line": 185,
+ "column": 27
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "activeFilterIdx",
+ "range": [
+ 5064,
+ 5079
+ ],
+ "loc": {
+ "start": {
+ "line": 185,
+ "column": 28
+ },
+ "end": {
+ "line": 185,
+ "column": 43
+ }
+ }
+ },
+ "range": [
+ 5059,
+ 5079
+ ],
+ "loc": {
+ "start": {
+ "line": 185,
+ "column": 23
+ },
+ "end": {
+ "line": 185,
+ "column": 43
+ }
+ }
+ }
+ ],
+ "range": [
+ 5048,
+ 5080
+ ],
+ "loc": {
+ "start": {
+ "line": 185,
+ "column": 12
+ },
+ "end": {
+ "line": 185,
+ "column": 44
+ }
+ }
+ },
"range": [
5048,
- 5055
+ 5081
],
"loc": {
"start": {
@@ -8292,14 +8416,14 @@
},
"end": {
"line": 185,
- "column": 19
+ "column": 45
}
}
}
],
"range": [
5034,
- 5065
+ 5091
],
"loc": {
"start": {
@@ -8312,170 +8436,10 @@
}
}
},
- "alternate": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 5085,
- 5089
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 12
- },
- "end": {
- "line": 187,
- "column": 16
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "close",
- "range": [
- 5090,
- 5095
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 17
- },
- "end": {
- "line": 187,
- "column": 22
- }
- }
- },
- "range": [
- 5085,
- 5095
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 12
- },
- "end": {
- "line": 187,
- "column": 22
- }
- }
- },
- "arguments": [
- {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 5096,
- 5100
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 23
- },
- "end": {
- "line": 187,
- "column": 27
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "activeFilterIdx",
- "range": [
- 5101,
- 5116
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 28
- },
- "end": {
- "line": 187,
- "column": 43
- }
- }
- },
- "range": [
- 5096,
- 5116
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 23
- },
- "end": {
- "line": 187,
- "column": 43
- }
- }
- }
- ],
- "range": [
- 5085,
- 5117
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 12
- },
- "end": {
- "line": 187,
- "column": 44
- }
- }
- },
- "range": [
- 5085,
- 5118
- ],
- "loc": {
- "start": {
- "line": 187,
- "column": 12
- },
- "end": {
- "line": 187,
- "column": 45
- }
- }
- }
- ],
- "range": [
- 5071,
- 5128
- ],
- "loc": {
- "start": {
- "line": 186,
- "column": 15
- },
- "end": {
- "line": 188,
- "column": 9
- }
- }
- },
+ "alternate": null,
"range": [
5005,
- 5128
+ 5091
],
"loc": {
"start": {
@@ -8483,15 +8447,33 @@
"column": 8
},
"end": {
- "line": 188,
+ "line": 186,
"column": 9
}
}
+ },
+ {
+ "type": "ReturnStatement",
+ "argument": null,
+ "range": [
+ 5101,
+ 5108
+ ],
+ "loc": {
+ "start": {
+ "line": 188,
+ "column": 8
+ },
+ "end": {
+ "line": 188,
+ "column": 15
+ }
+ }
}
],
"range": [
4588,
- 5134
+ 5114
],
"loc": {
"start": {
@@ -8508,7 +8490,7 @@
"expression": false,
"range": [
4582,
- 5134
+ 5114
],
"loc": {
"start": {
@@ -8525,7 +8507,7 @@
"computed": false,
"range": [
4573,
- 5134
+ 5114
],
"loc": {
"start": {
@@ -8562,8 +8544,8 @@
"type": "Block",
"value": "*\n * Initialize DOM elements\n ",
"range": [
- 5140,
- 5182
+ 5120,
+ 5162
],
"loc": {
"start": {
@@ -8585,8 +8567,8 @@
"type": "Identifier",
"name": "init",
"range": [
- 5187,
- 5191
+ 5167,
+ 5171
],
"loc": {
"start": {
@@ -8614,8 +8596,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 5208,
- 5212
+ 5188,
+ 5192
],
"loc": {
"start": {
@@ -8632,8 +8614,8 @@
"type": "Identifier",
"name": "initialized",
"range": [
- 5213,
- 5224
+ 5193,
+ 5204
],
"loc": {
"start": {
@@ -8647,8 +8629,8 @@
}
},
"range": [
- 5208,
- 5224
+ 5188,
+ 5204
],
"loc": {
"start": {
@@ -8668,8 +8650,8 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 5240,
- 5247
+ 5220,
+ 5227
],
"loc": {
"start": {
@@ -8684,8 +8666,8 @@
}
],
"range": [
- 5226,
- 5257
+ 5206,
+ 5237
],
"loc": {
"start": {
@@ -8700,8 +8682,8 @@
},
"alternate": null,
"range": [
- 5204,
- 5257
+ 5184,
+ 5237
],
"loc": {
"start": {
@@ -8723,8 +8705,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 5271,
- 5273
+ 5251,
+ 5253
],
"loc": {
"start": {
@@ -8743,8 +8725,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 5276,
- 5280
+ 5256,
+ 5260
],
"loc": {
"start": {
@@ -8761,8 +8743,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 5281,
- 5283
+ 5261,
+ 5263
],
"loc": {
"start": {
@@ -8776,8 +8758,8 @@
}
},
"range": [
- 5276,
- 5283
+ 5256,
+ 5263
],
"loc": {
"start": {
@@ -8791,8 +8773,8 @@
}
},
"range": [
- 5271,
- 5283
+ 5251,
+ 5263
],
"loc": {
"start": {
@@ -8808,8 +8790,8 @@
],
"kind": "let",
"range": [
- 5267,
- 5284
+ 5247,
+ 5264
],
"loc": {
"start": {
@@ -8826,8 +8808,8 @@
"type": "Line",
"value": " Override headers row index if no grouped headers",
"range": [
- 5294,
- 5345
+ 5274,
+ 5325
],
"loc": {
"start": {
@@ -8844,8 +8826,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 5354,
- 5425
+ 5334,
+ 5405
],
"loc": {
"start": {
@@ -8862,8 +8844,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 5434,
- 5478
+ 5414,
+ 5458
],
"loc": {
"start": {
@@ -8893,8 +8875,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 5491,
- 5493
+ 5471,
+ 5473
],
"loc": {
"start": {
@@ -8911,8 +8893,8 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 5494,
- 5504
+ 5474,
+ 5484
],
"loc": {
"start": {
@@ -8926,8 +8908,8 @@
}
},
"range": [
- 5491,
- 5504
+ 5471,
+ 5484
],
"loc": {
"start": {
@@ -8945,8 +8927,8 @@
"value": 1,
"raw": "1",
"range": [
- 5508,
- 5509
+ 5488,
+ 5489
],
"loc": {
"start": {
@@ -8960,8 +8942,8 @@
}
},
"range": [
- 5491,
- 5509
+ 5471,
+ 5489
],
"loc": {
"start": {
@@ -8980,8 +8962,8 @@
"type": "Identifier",
"name": "isNaN",
"range": [
- 5513,
- 5518
+ 5493,
+ 5498
],
"loc": {
"start": {
@@ -9007,8 +8989,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 5519,
- 5521
+ 5499,
+ 5501
],
"loc": {
"start": {
@@ -9025,8 +9007,8 @@
"type": "Identifier",
"name": "config",
"range": [
- 5522,
- 5528
+ 5502,
+ 5508
],
"loc": {
"start": {
@@ -9040,8 +9022,8 @@
}
},
"range": [
- 5519,
- 5528
+ 5499,
+ 5508
],
"loc": {
"start": {
@@ -9056,8 +9038,8 @@
},
"arguments": [],
"range": [
- 5519,
- 5530
+ 5499,
+ 5510
],
"loc": {
"start": {
@@ -9074,8 +9056,8 @@
"type": "Identifier",
"name": "headers_row_index",
"range": [
- 5531,
- 5548
+ 5511,
+ 5528
],
"loc": {
"start": {
@@ -9089,8 +9071,8 @@
}
},
"range": [
- 5519,
- 5548
+ 5499,
+ 5528
],
"loc": {
"start": {
@@ -9105,8 +9087,8 @@
}
],
"range": [
- 5513,
- 5549
+ 5493,
+ 5529
],
"loc": {
"start": {
@@ -9120,8 +9102,8 @@
}
},
"range": [
- 5491,
- 5549
+ 5471,
+ 5529
],
"loc": {
"start": {
@@ -9149,8 +9131,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 5565,
- 5567
+ 5545,
+ 5547
],
"loc": {
"start": {
@@ -9167,8 +9149,8 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 5568,
- 5578
+ 5548,
+ 5558
],
"loc": {
"start": {
@@ -9182,8 +9164,8 @@
}
},
"range": [
- 5565,
- 5578
+ 5545,
+ 5558
],
"loc": {
"start": {
@@ -9201,8 +9183,8 @@
"value": 0,
"raw": "0",
"range": [
- 5581,
- 5582
+ 5561,
+ 5562
],
"loc": {
"start": {
@@ -9216,8 +9198,8 @@
}
},
"range": [
- 5565,
- 5582
+ 5545,
+ 5562
],
"loc": {
"start": {
@@ -9231,8 +9213,8 @@
}
},
"range": [
- 5565,
- 5583
+ 5545,
+ 5563
],
"loc": {
"start": {
@@ -9247,8 +9229,8 @@
}
],
"range": [
- 5551,
- 5593
+ 5531,
+ 5573
],
"loc": {
"start": {
@@ -9263,8 +9245,8 @@
},
"alternate": null,
"range": [
- 5487,
- 5593
+ 5467,
+ 5573
],
"loc": {
"start": {
@@ -9281,8 +9263,8 @@
"type": "Line",
"value": " Override headers row index if no grouped headers",
"range": [
- 5294,
- 5345
+ 5274,
+ 5325
],
"loc": {
"start": {
@@ -9299,8 +9281,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 5354,
- 5425
+ 5334,
+ 5405
],
"loc": {
"start": {
@@ -9317,8 +9299,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 5434,
- 5478
+ 5414,
+ 5458
],
"loc": {
"start": {
@@ -9337,8 +9319,8 @@
"type": "Line",
"value": " Adjust headers row index for grid-layout mode",
"range": [
- 5603,
- 5651
+ 5583,
+ 5631
],
"loc": {
"start": {
@@ -9355,8 +9337,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 5660,
- 5731
+ 5640,
+ 5711
],
"loc": {
"start": {
@@ -9373,8 +9355,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 5740,
- 5784
+ 5720,
+ 5764
],
"loc": {
"start": {
@@ -9398,8 +9380,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 5797,
- 5799
+ 5777,
+ 5779
],
"loc": {
"start": {
@@ -9416,8 +9398,8 @@
"type": "Identifier",
"name": "gridLayout",
"range": [
- 5800,
- 5810
+ 5780,
+ 5790
],
"loc": {
"start": {
@@ -9431,8 +9413,8 @@
}
},
"range": [
- 5797,
- 5810
+ 5777,
+ 5790
],
"loc": {
"start": {
@@ -9460,8 +9442,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 5826,
- 5828
+ 5806,
+ 5808
],
"loc": {
"start": {
@@ -9478,8 +9460,8 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 5829,
- 5839
+ 5809,
+ 5819
],
"loc": {
"start": {
@@ -9493,8 +9475,8 @@
}
},
"range": [
- 5826,
- 5839
+ 5806,
+ 5819
],
"loc": {
"start": {
@@ -9509,8 +9491,8 @@
},
"prefix": false,
"range": [
- 5826,
- 5841
+ 5806,
+ 5821
],
"loc": {
"start": {
@@ -9524,8 +9506,8 @@
}
},
"range": [
- 5826,
- 5842
+ 5806,
+ 5822
],
"loc": {
"start": {
@@ -9548,8 +9530,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 5855,
- 5859
+ 5835,
+ 5839
],
"loc": {
"start": {
@@ -9566,8 +9548,8 @@
"type": "Identifier",
"name": "buildIcons",
"range": [
- 5860,
- 5870
+ 5840,
+ 5850
],
"loc": {
"start": {
@@ -9581,8 +9563,8 @@
}
},
"range": [
- 5855,
- 5870
+ 5835,
+ 5850
],
"loc": {
"start": {
@@ -9597,8 +9579,8 @@
},
"arguments": [],
"range": [
- 5855,
- 5872
+ 5835,
+ 5852
],
"loc": {
"start": {
@@ -9612,8 +9594,8 @@
}
},
"range": [
- 5855,
- 5873
+ 5835,
+ 5853
],
"loc": {
"start": {
@@ -9628,8 +9610,8 @@
}
],
"range": [
- 5812,
- 5883
+ 5792,
+ 5863
],
"loc": {
"start": {
@@ -9644,8 +9626,8 @@
},
"alternate": null,
"range": [
- 5793,
- 5883
+ 5773,
+ 5863
],
"loc": {
"start": {
@@ -9662,8 +9644,8 @@
"type": "Line",
"value": " Adjust headers row index for grid-layout mode",
"range": [
- 5603,
- 5651
+ 5583,
+ 5631
],
"loc": {
"start": {
@@ -9680,8 +9662,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 5660,
- 5731
+ 5640,
+ 5711
],
"loc": {
"start": {
@@ -9698,8 +9680,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 5740,
- 5784
+ 5720,
+ 5764
],
"loc": {
"start": {
@@ -9718,8 +9700,8 @@
"type": "Line",
"value": " subscribe to events",
"range": [
- 5893,
- 5915
+ 5873,
+ 5895
],
"loc": {
"start": {
@@ -9747,8 +9729,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 5924,
- 5928
+ 5904,
+ 5908
],
"loc": {
"start": {
@@ -9765,8 +9747,8 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 5929,
- 5936
+ 5909,
+ 5916
],
"loc": {
"start": {
@@ -9780,8 +9762,8 @@
}
},
"range": [
- 5924,
- 5936
+ 5904,
+ 5916
],
"loc": {
"start": {
@@ -9798,8 +9780,8 @@
"type": "Identifier",
"name": "on",
"range": [
- 5937,
- 5939
+ 5917,
+ 5919
],
"loc": {
"start": {
@@ -9813,8 +9795,8 @@
}
},
"range": [
- 5924,
- 5939
+ 5904,
+ 5919
],
"loc": {
"start": {
@@ -9836,8 +9818,8 @@
"value": "before-filtering",
"raw": "'before-filtering'",
"range": [
- 5941,
- 5959
+ 5921,
+ 5939
],
"loc": {
"start": {
@@ -9852,8 +9834,8 @@
}
],
"range": [
- 5940,
- 5960
+ 5920,
+ 5940
],
"loc": {
"start": {
@@ -9878,8 +9860,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 5968,
- 5972
+ 5948,
+ 5952
],
"loc": {
"start": {
@@ -9896,8 +9878,8 @@
"type": "Identifier",
"name": "setIconsState",
"range": [
- 5973,
- 5986
+ 5953,
+ 5966
],
"loc": {
"start": {
@@ -9911,8 +9893,8 @@
}
},
"range": [
- 5968,
- 5986
+ 5948,
+ 5966
],
"loc": {
"start": {
@@ -9927,8 +9909,8 @@
},
"arguments": [],
"range": [
- 5968,
- 5988
+ 5948,
+ 5968
],
"loc": {
"start": {
@@ -9944,8 +9926,8 @@
"generator": false,
"expression": true,
"range": [
- 5962,
- 5988
+ 5942,
+ 5968
],
"loc": {
"start": {
@@ -9960,8 +9942,8 @@
}
],
"range": [
- 5924,
- 5989
+ 5904,
+ 5969
],
"loc": {
"start": {
@@ -9975,8 +9957,8 @@
}
},
"range": [
- 5924,
- 5990
+ 5904,
+ 5970
],
"loc": {
"start": {
@@ -9993,8 +9975,8 @@
"type": "Line",
"value": " subscribe to events",
"range": [
- 5893,
- 5915
+ 5873,
+ 5895
],
"loc": {
"start": {
@@ -10022,8 +10004,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 5999,
- 6003
+ 5979,
+ 5983
],
"loc": {
"start": {
@@ -10040,8 +10022,8 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 6004,
- 6011
+ 5984,
+ 5991
],
"loc": {
"start": {
@@ -10055,8 +10037,8 @@
}
},
"range": [
- 5999,
- 6011
+ 5979,
+ 5991
],
"loc": {
"start": {
@@ -10073,8 +10055,8 @@
"type": "Identifier",
"name": "on",
"range": [
- 6012,
- 6014
+ 5992,
+ 5994
],
"loc": {
"start": {
@@ -10088,8 +10070,8 @@
}
},
"range": [
- 5999,
- 6014
+ 5979,
+ 5994
],
"loc": {
"start": {
@@ -10111,8 +10093,8 @@
"value": "after-filtering",
"raw": "'after-filtering'",
"range": [
- 6016,
- 6033
+ 5996,
+ 6013
],
"loc": {
"start": {
@@ -10127,8 +10109,8 @@
}
],
"range": [
- 6015,
- 6034
+ 5995,
+ 6014
],
"loc": {
"start": {
@@ -10153,8 +10135,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6042,
- 6046
+ 6022,
+ 6026
],
"loc": {
"start": {
@@ -10171,8 +10153,8 @@
"type": "Identifier",
"name": "closeAll",
"range": [
- 6047,
- 6055
+ 6027,
+ 6035
],
"loc": {
"start": {
@@ -10186,8 +10168,8 @@
}
},
"range": [
- 6042,
- 6055
+ 6022,
+ 6035
],
"loc": {
"start": {
@@ -10202,8 +10184,8 @@
},
"arguments": [],
"range": [
- 6042,
- 6057
+ 6022,
+ 6037
],
"loc": {
"start": {
@@ -10219,8 +10201,8 @@
"generator": false,
"expression": true,
"range": [
- 6036,
- 6057
+ 6016,
+ 6037
],
"loc": {
"start": {
@@ -10235,8 +10217,8 @@
}
],
"range": [
- 5999,
- 6058
+ 5979,
+ 6038
],
"loc": {
"start": {
@@ -10250,8 +10232,8 @@
}
},
"range": [
- 5999,
- 6059
+ 5979,
+ 6039
],
"loc": {
"start": {
@@ -10277,8 +10259,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6068,
- 6072
+ 6048,
+ 6052
],
"loc": {
"start": {
@@ -10295,8 +10277,8 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 6073,
- 6080
+ 6053,
+ 6060
],
"loc": {
"start": {
@@ -10310,8 +10292,8 @@
}
},
"range": [
- 6068,
- 6080
+ 6048,
+ 6060
],
"loc": {
"start": {
@@ -10328,8 +10310,8 @@
"type": "Identifier",
"name": "on",
"range": [
- 6081,
- 6083
+ 6061,
+ 6063
],
"loc": {
"start": {
@@ -10343,8 +10325,8 @@
}
},
"range": [
- 6068,
- 6083
+ 6048,
+ 6063
],
"loc": {
"start": {
@@ -10366,8 +10348,8 @@
"value": "cell-processed",
"raw": "'cell-processed'",
"range": [
- 6085,
- 6101
+ 6065,
+ 6081
],
"loc": {
"start": {
@@ -10382,8 +10364,8 @@
}
],
"range": [
- 6084,
- 6102
+ 6064,
+ 6082
],
"loc": {
"start": {
@@ -10404,8 +10386,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 6117,
- 6119
+ 6097,
+ 6099
],
"loc": {
"start": {
@@ -10422,8 +10404,8 @@
"type": "Identifier",
"name": "cellIndex",
"range": [
- 6121,
- 6130
+ 6101,
+ 6110
],
"loc": {
"start": {
@@ -10445,8 +10427,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6135,
- 6139
+ 6115,
+ 6119
],
"loc": {
"start": {
@@ -10463,8 +10445,8 @@
"type": "Identifier",
"name": "changeState",
"range": [
- 6140,
- 6151
+ 6120,
+ 6131
],
"loc": {
"start": {
@@ -10478,8 +10460,8 @@
}
},
"range": [
- 6135,
- 6151
+ 6115,
+ 6131
],
"loc": {
"start": {
@@ -10497,8 +10479,8 @@
"type": "Identifier",
"name": "cellIndex",
"range": [
- 6152,
- 6161
+ 6132,
+ 6141
],
"loc": {
"start": {
@@ -10516,8 +10498,8 @@
"value": true,
"raw": "true",
"range": [
- 6163,
- 6167
+ 6143,
+ 6147
],
"loc": {
"start": {
@@ -10532,8 +10514,8 @@
}
],
"range": [
- 6135,
- 6168
+ 6115,
+ 6148
],
"loc": {
"start": {
@@ -10549,8 +10531,8 @@
"generator": false,
"expression": true,
"range": [
- 6116,
- 6168
+ 6096,
+ 6148
],
"loc": {
"start": {
@@ -10565,8 +10547,8 @@
}
],
"range": [
- 6068,
- 6169
+ 6048,
+ 6149
],
"loc": {
"start": {
@@ -10580,8 +10562,8 @@
}
},
"range": [
- 6068,
- 6170
+ 6048,
+ 6150
],
"loc": {
"start": {
@@ -10607,8 +10589,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6179,
- 6183
+ 6159,
+ 6163
],
"loc": {
"start": {
@@ -10625,8 +10607,8 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 6184,
- 6191
+ 6164,
+ 6171
],
"loc": {
"start": {
@@ -10640,8 +10622,8 @@
}
},
"range": [
- 6179,
- 6191
+ 6159,
+ 6171
],
"loc": {
"start": {
@@ -10658,8 +10640,8 @@
"type": "Identifier",
"name": "on",
"range": [
- 6192,
- 6194
+ 6172,
+ 6174
],
"loc": {
"start": {
@@ -10673,8 +10655,8 @@
}
},
"range": [
- 6179,
- 6194
+ 6159,
+ 6174
],
"loc": {
"start": {
@@ -10696,8 +10678,8 @@
"value": "filters-row-inserted",
"raw": "'filters-row-inserted'",
"range": [
- 6196,
- 6218
+ 6176,
+ 6198
],
"loc": {
"start": {
@@ -10712,8 +10694,8 @@
}
],
"range": [
- 6195,
- 6219
+ 6175,
+ 6199
],
"loc": {
"start": {
@@ -10738,8 +10720,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6227,
- 6231
+ 6207,
+ 6211
],
"loc": {
"start": {
@@ -10756,8 +10738,8 @@
"type": "Identifier",
"name": "buildIcons",
"range": [
- 6232,
- 6242
+ 6212,
+ 6222
],
"loc": {
"start": {
@@ -10771,8 +10753,8 @@
}
},
"range": [
- 6227,
- 6242
+ 6207,
+ 6222
],
"loc": {
"start": {
@@ -10787,8 +10769,8 @@
},
"arguments": [],
"range": [
- 6227,
- 6244
+ 6207,
+ 6224
],
"loc": {
"start": {
@@ -10804,8 +10786,8 @@
"generator": false,
"expression": true,
"range": [
- 6221,
- 6244
+ 6201,
+ 6224
],
"loc": {
"start": {
@@ -10820,8 +10802,8 @@
}
],
"range": [
- 6179,
- 6245
+ 6159,
+ 6225
],
"loc": {
"start": {
@@ -10835,8 +10817,8 @@
}
},
"range": [
- 6179,
- 6246
+ 6159,
+ 6226
],
"loc": {
"start": {
@@ -10862,8 +10844,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6255,
- 6259
+ 6235,
+ 6239
],
"loc": {
"start": {
@@ -10880,8 +10862,8 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 6260,
- 6267
+ 6240,
+ 6247
],
"loc": {
"start": {
@@ -10895,8 +10877,8 @@
}
},
"range": [
- 6255,
- 6267
+ 6235,
+ 6247
],
"loc": {
"start": {
@@ -10913,8 +10895,8 @@
"type": "Identifier",
"name": "on",
"range": [
- 6268,
- 6270
+ 6248,
+ 6250
],
"loc": {
"start": {
@@ -10928,8 +10910,8 @@
}
},
"range": [
- 6255,
- 6270
+ 6235,
+ 6250
],
"loc": {
"start": {
@@ -10951,8 +10933,8 @@
"value": "before-filter-init",
"raw": "'before-filter-init'",
"range": [
- 6272,
- 6292
+ 6252,
+ 6272
],
"loc": {
"start": {
@@ -10967,8 +10949,8 @@
}
],
"range": [
- 6271,
- 6293
+ 6251,
+ 6273
],
"loc": {
"start": {
@@ -10989,8 +10971,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 6308,
- 6310
+ 6288,
+ 6290
],
"loc": {
"start": {
@@ -11007,8 +10989,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 6312,
- 6320
+ 6292,
+ 6300
],
"loc": {
"start": {
@@ -11030,8 +11012,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6325,
- 6329
+ 6305,
+ 6309
],
"loc": {
"start": {
@@ -11048,8 +11030,8 @@
"type": "Identifier",
"name": "build",
"range": [
- 6330,
- 6335
+ 6310,
+ 6315
],
"loc": {
"start": {
@@ -11063,8 +11045,8 @@
}
},
"range": [
- 6325,
- 6335
+ 6305,
+ 6315
],
"loc": {
"start": {
@@ -11082,8 +11064,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 6336,
- 6344
+ 6316,
+ 6324
],
"loc": {
"start": {
@@ -11098,8 +11080,8 @@
}
],
"range": [
- 6325,
- 6345
+ 6305,
+ 6325
],
"loc": {
"start": {
@@ -11115,8 +11097,8 @@
"generator": false,
"expression": true,
"range": [
- 6307,
- 6345
+ 6287,
+ 6325
],
"loc": {
"start": {
@@ -11131,8 +11113,8 @@
}
],
"range": [
- 6255,
- 6346
+ 6235,
+ 6326
],
"loc": {
"start": {
@@ -11146,8 +11128,8 @@
}
},
"range": [
- 6255,
- 6347
+ 6235,
+ 6327
],
"loc": {
"start": {
@@ -11164,8 +11146,8 @@
"type": "Block",
"value": "* @inherited ",
"range": [
- 6357,
- 6374
+ 6337,
+ 6354
],
"loc": {
"start": {
@@ -11191,8 +11173,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6383,
- 6387
+ 6363,
+ 6367
],
"loc": {
"start": {
@@ -11209,8 +11191,8 @@
"type": "Identifier",
"name": "initialized",
"range": [
- 6388,
- 6399
+ 6368,
+ 6379
],
"loc": {
"start": {
@@ -11224,8 +11206,8 @@
}
},
"range": [
- 6383,
- 6399
+ 6363,
+ 6379
],
"loc": {
"start": {
@@ -11243,8 +11225,8 @@
"value": true,
"raw": "true",
"range": [
- 6402,
- 6406
+ 6382,
+ 6386
],
"loc": {
"start": {
@@ -11258,8 +11240,8 @@
}
},
"range": [
- 6383,
- 6406
+ 6363,
+ 6386
],
"loc": {
"start": {
@@ -11273,8 +11255,8 @@
}
},
"range": [
- 6383,
- 6407
+ 6363,
+ 6387
],
"loc": {
"start": {
@@ -11291,8 +11273,8 @@
"type": "Block",
"value": "* @inherited ",
"range": [
- 6357,
- 6374
+ 6337,
+ 6354
],
"loc": {
"start": {
@@ -11309,8 +11291,8 @@
}
],
"range": [
- 5194,
- 6413
+ 5174,
+ 6393
],
"loc": {
"start": {
@@ -11326,8 +11308,8 @@
"generator": false,
"expression": false,
"range": [
- 5191,
- 6413
+ 5171,
+ 6393
],
"loc": {
"start": {
@@ -11343,8 +11325,8 @@
"kind": "method",
"computed": false,
"range": [
- 5187,
- 6413
+ 5167,
+ 6393
],
"loc": {
"start": {
@@ -11361,8 +11343,8 @@
"type": "Block",
"value": "*\n * Initialize DOM elements\n ",
"range": [
- 5140,
- 5182
+ 5120,
+ 5162
],
"loc": {
"start": {
@@ -11381,8 +11363,8 @@
"type": "Block",
"value": "*\n * Reset previously destroyed feature\n ",
"range": [
- 6419,
- 6472
+ 6399,
+ 6452
],
"loc": {
"start": {
@@ -11404,8 +11386,8 @@
"type": "Identifier",
"name": "reset",
"range": [
- 6477,
- 6482
+ 6457,
+ 6462
],
"loc": {
"start": {
@@ -11435,8 +11417,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6495,
- 6499
+ 6475,
+ 6479
],
"loc": {
"start": {
@@ -11453,8 +11435,8 @@
"type": "Identifier",
"name": "enable",
"range": [
- 6500,
- 6506
+ 6480,
+ 6486
],
"loc": {
"start": {
@@ -11468,8 +11450,8 @@
}
},
"range": [
- 6495,
- 6506
+ 6475,
+ 6486
],
"loc": {
"start": {
@@ -11484,8 +11466,8 @@
},
"arguments": [],
"range": [
- 6495,
- 6508
+ 6475,
+ 6488
],
"loc": {
"start": {
@@ -11499,8 +11481,8 @@
}
},
"range": [
- 6495,
- 6509
+ 6475,
+ 6489
],
"loc": {
"start": {
@@ -11523,8 +11505,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6518,
- 6522
+ 6498,
+ 6502
],
"loc": {
"start": {
@@ -11541,8 +11523,8 @@
"type": "Identifier",
"name": "init",
"range": [
- 6523,
- 6527
+ 6503,
+ 6507
],
"loc": {
"start": {
@@ -11556,8 +11538,8 @@
}
},
"range": [
- 6518,
- 6527
+ 6498,
+ 6507
],
"loc": {
"start": {
@@ -11572,8 +11554,8 @@
},
"arguments": [],
"range": [
- 6518,
- 6529
+ 6498,
+ 6509
],
"loc": {
"start": {
@@ -11587,8 +11569,8 @@
}
},
"range": [
- 6518,
- 6530
+ 6498,
+ 6510
],
"loc": {
"start": {
@@ -11611,8 +11593,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6539,
- 6543
+ 6519,
+ 6523
],
"loc": {
"start": {
@@ -11629,8 +11611,8 @@
"type": "Identifier",
"name": "buildIcons",
"range": [
- 6544,
- 6554
+ 6524,
+ 6534
],
"loc": {
"start": {
@@ -11644,8 +11626,8 @@
}
},
"range": [
- 6539,
- 6554
+ 6519,
+ 6534
],
"loc": {
"start": {
@@ -11660,8 +11642,8 @@
},
"arguments": [],
"range": [
- 6539,
- 6556
+ 6519,
+ 6536
],
"loc": {
"start": {
@@ -11675,8 +11657,8 @@
}
},
"range": [
- 6539,
- 6557
+ 6519,
+ 6537
],
"loc": {
"start": {
@@ -11699,8 +11681,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6566,
- 6570
+ 6546,
+ 6550
],
"loc": {
"start": {
@@ -11717,8 +11699,8 @@
"type": "Identifier",
"name": "buildAll",
"range": [
- 6571,
- 6579
+ 6551,
+ 6559
],
"loc": {
"start": {
@@ -11732,8 +11714,8 @@
}
},
"range": [
- 6566,
- 6579
+ 6546,
+ 6559
],
"loc": {
"start": {
@@ -11748,8 +11730,8 @@
},
"arguments": [],
"range": [
- 6566,
- 6581
+ 6546,
+ 6561
],
"loc": {
"start": {
@@ -11763,8 +11745,8 @@
}
},
"range": [
- 6566,
- 6582
+ 6546,
+ 6562
],
"loc": {
"start": {
@@ -11779,8 +11761,8 @@
}
],
"range": [
- 6485,
- 6588
+ 6465,
+ 6568
],
"loc": {
"start": {
@@ -11796,8 +11778,8 @@
"generator": false,
"expression": false,
"range": [
- 6482,
- 6588
+ 6462,
+ 6568
],
"loc": {
"start": {
@@ -11813,8 +11795,8 @@
"kind": "method",
"computed": false,
"range": [
- 6477,
- 6588
+ 6457,
+ 6568
],
"loc": {
"start": {
@@ -11831,8 +11813,8 @@
"type": "Block",
"value": "*\n * Reset previously destroyed feature\n ",
"range": [
- 6419,
- 6472
+ 6399,
+ 6452
],
"loc": {
"start": {
@@ -11851,8 +11833,8 @@
"type": "Block",
"value": "*\n * Build all filters icons\n ",
"range": [
- 6594,
- 6636
+ 6574,
+ 6616
],
"loc": {
"start": {
@@ -11874,8 +11856,8 @@
"type": "Identifier",
"name": "buildIcons",
"range": [
- 6641,
- 6651
+ 6621,
+ 6631
],
"loc": {
"start": {
@@ -11904,8 +11886,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 6668,
- 6670
+ 6648,
+ 6650
],
"loc": {
"start": {
@@ -11924,8 +11906,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 6673,
- 6677
+ 6653,
+ 6657
],
"loc": {
"start": {
@@ -11942,8 +11924,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 6678,
- 6680
+ 6658,
+ 6660
],
"loc": {
"start": {
@@ -11957,8 +11939,8 @@
}
},
"range": [
- 6673,
- 6680
+ 6653,
+ 6660
],
"loc": {
"start": {
@@ -11972,8 +11954,8 @@
}
},
"range": [
- 6668,
- 6680
+ 6648,
+ 6660
],
"loc": {
"start": {
@@ -11989,8 +11971,8 @@
],
"kind": "let",
"range": [
- 6664,
- 6681
+ 6644,
+ 6661
],
"loc": {
"start": {
@@ -12007,8 +11989,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 6691,
- 6762
+ 6671,
+ 6742
],
"loc": {
"start": {
@@ -12025,8 +12007,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 6771,
- 6815
+ 6751,
+ 6795
],
"loc": {
"start": {
@@ -12053,8 +12035,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 6824,
- 6826
+ 6804,
+ 6806
],
"loc": {
"start": {
@@ -12071,8 +12053,8 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 6827,
- 6837
+ 6807,
+ 6817
],
"loc": {
"start": {
@@ -12086,8 +12068,8 @@
}
},
"range": [
- 6824,
- 6837
+ 6804,
+ 6817
],
"loc": {
"start": {
@@ -12102,8 +12084,8 @@
},
"prefix": false,
"range": [
- 6824,
- 6839
+ 6804,
+ 6819
],
"loc": {
"start": {
@@ -12117,8 +12099,8 @@
}
},
"range": [
- 6824,
- 6840
+ 6804,
+ 6820
],
"loc": {
"start": {
@@ -12135,8 +12117,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 6691,
- 6762
+ 6671,
+ 6742
],
"loc": {
"start": {
@@ -12153,8 +12135,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 6771,
- 6815
+ 6751,
+ 6795
],
"loc": {
"start": {
@@ -12180,8 +12162,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 6859,
- 6860
+ 6839,
+ 6840
],
"loc": {
"start": {
@@ -12199,8 +12181,8 @@
"value": 0,
"raw": "0",
"range": [
- 6863,
- 6864
+ 6843,
+ 6844
],
"loc": {
"start": {
@@ -12214,8 +12196,8 @@
}
},
"range": [
- 6859,
- 6864
+ 6839,
+ 6844
],
"loc": {
"start": {
@@ -12231,8 +12213,8 @@
],
"kind": "let",
"range": [
- 6855,
- 6864
+ 6835,
+ 6844
],
"loc": {
"start": {
@@ -12252,8 +12234,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 6866,
- 6867
+ 6846,
+ 6847
],
"loc": {
"start": {
@@ -12273,8 +12255,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 6870,
- 6872
+ 6850,
+ 6852
],
"loc": {
"start": {
@@ -12291,8 +12273,8 @@
"type": "Identifier",
"name": "nbCells",
"range": [
- 6873,
- 6880
+ 6853,
+ 6860
],
"loc": {
"start": {
@@ -12306,8 +12288,8 @@
}
},
"range": [
- 6870,
- 6880
+ 6850,
+ 6860
],
"loc": {
"start": {
@@ -12321,8 +12303,8 @@
}
},
"range": [
- 6866,
- 6880
+ 6846,
+ 6860
],
"loc": {
"start": {
@@ -12342,8 +12324,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 6882,
- 6883
+ 6862,
+ 6863
],
"loc": {
"start": {
@@ -12358,8 +12340,8 @@
},
"prefix": false,
"range": [
- 6882,
- 6885
+ 6862,
+ 6865
],
"loc": {
"start": {
@@ -12389,8 +12371,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 6905,
- 6907
+ 6885,
+ 6887
],
"loc": {
"start": {
@@ -12407,8 +12389,8 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 6908,
- 6921
+ 6888,
+ 6901
],
"loc": {
"start": {
@@ -12422,8 +12404,8 @@
}
},
"range": [
- 6905,
- 6921
+ 6885,
+ 6901
],
"loc": {
"start": {
@@ -12441,8 +12423,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 6922,
- 6923
+ 6902,
+ 6903
],
"loc": {
"start": {
@@ -12457,8 +12439,8 @@
}
],
"range": [
- 6905,
- 6924
+ 6885,
+ 6904
],
"loc": {
"start": {
@@ -12475,8 +12457,8 @@
"type": "Identifier",
"name": "NONE",
"range": [
- 6929,
- 6933
+ 6909,
+ 6913
],
"loc": {
"start": {
@@ -12490,8 +12472,8 @@
}
},
"range": [
- 6905,
- 6933
+ 6885,
+ 6913
],
"loc": {
"start": {
@@ -12511,8 +12493,8 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 6953,
- 6962
+ 6933,
+ 6942
],
"loc": {
"start": {
@@ -12527,8 +12509,8 @@
}
],
"range": [
- 6935,
- 6976
+ 6915,
+ 6956
],
"loc": {
"start": {
@@ -12543,8 +12525,8 @@
},
"alternate": null,
"range": [
- 6901,
- 6976
+ 6881,
+ 6956
],
"loc": {
"start": {
@@ -12566,8 +12548,8 @@
"type": "Identifier",
"name": "icon",
"range": [
- 6993,
- 6997
+ 6973,
+ 6977
],
"loc": {
"start": {
@@ -12586,8 +12568,8 @@
"type": "Identifier",
"name": "createElm",
"range": [
- 7000,
- 7009
+ 6980,
+ 6989
],
"loc": {
"start": {
@@ -12606,8 +12588,8 @@
"value": "span",
"raw": "'span'",
"range": [
- 7010,
- 7016
+ 6990,
+ 6996
],
"loc": {
"start": {
@@ -12628,8 +12610,8 @@
"value": "ci",
"raw": "'ci'",
"range": [
- 7019,
- 7023
+ 6999,
+ 7003
],
"loc": {
"start": {
@@ -12646,8 +12628,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7025,
- 7026
+ 7005,
+ 7006
],
"loc": {
"start": {
@@ -12662,8 +12644,8 @@
}
],
"range": [
- 7018,
- 7027
+ 6998,
+ 7007
],
"loc": {
"start": {
@@ -12678,8 +12660,8 @@
}
],
"range": [
- 7000,
- 7028
+ 6980,
+ 7008
],
"loc": {
"start": {
@@ -12693,8 +12675,8 @@
}
},
"range": [
- 6993,
- 7028
+ 6973,
+ 7008
],
"loc": {
"start": {
@@ -12710,8 +12692,8 @@
],
"kind": "let",
"range": [
- 6989,
- 7029
+ 6969,
+ 7009
],
"loc": {
"start": {
@@ -12736,8 +12718,8 @@
"type": "Identifier",
"name": "icon",
"range": [
- 7042,
- 7046
+ 7022,
+ 7026
],
"loc": {
"start": {
@@ -12754,8 +12736,8 @@
"type": "Identifier",
"name": "innerHTML",
"range": [
- 7047,
- 7056
+ 7027,
+ 7036
],
"loc": {
"start": {
@@ -12769,8 +12751,8 @@
}
},
"range": [
- 7042,
- 7056
+ 7022,
+ 7036
],
"loc": {
"start": {
@@ -12789,8 +12771,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7059,
- 7063
+ 7039,
+ 7043
],
"loc": {
"start": {
@@ -12807,8 +12789,8 @@
"type": "Identifier",
"name": "iconHtml",
"range": [
- 7064,
- 7072
+ 7044,
+ 7052
],
"loc": {
"start": {
@@ -12822,8 +12804,8 @@
}
},
"range": [
- 7059,
- 7072
+ 7039,
+ 7052
],
"loc": {
"start": {
@@ -12837,8 +12819,8 @@
}
},
"range": [
- 7042,
- 7072
+ 7022,
+ 7052
],
"loc": {
"start": {
@@ -12852,8 +12834,8 @@
}
},
"range": [
- 7042,
- 7073
+ 7022,
+ 7053
],
"loc": {
"start": {
@@ -12875,8 +12857,8 @@
"type": "Identifier",
"name": "header",
"range": [
- 7090,
- 7096
+ 7070,
+ 7076
],
"loc": {
"start": {
@@ -12898,8 +12880,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 7099,
- 7101
+ 7079,
+ 7081
],
"loc": {
"start": {
@@ -12916,8 +12898,8 @@
"type": "Identifier",
"name": "getHeaderElement",
"range": [
- 7102,
- 7118
+ 7082,
+ 7098
],
"loc": {
"start": {
@@ -12931,8 +12913,8 @@
}
},
"range": [
- 7099,
- 7118
+ 7079,
+ 7098
],
"loc": {
"start": {
@@ -12950,8 +12932,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7119,
- 7120
+ 7099,
+ 7100
],
"loc": {
"start": {
@@ -12966,8 +12948,8 @@
}
],
"range": [
- 7099,
- 7121
+ 7079,
+ 7101
],
"loc": {
"start": {
@@ -12981,8 +12963,8 @@
}
},
"range": [
- 7090,
- 7121
+ 7070,
+ 7101
],
"loc": {
"start": {
@@ -12998,8 +12980,8 @@
],
"kind": "let",
"range": [
- 7086,
- 7122
+ 7066,
+ 7102
],
"loc": {
"start": {
@@ -13023,8 +13005,8 @@
"type": "Identifier",
"name": "header",
"range": [
- 7135,
- 7141
+ 7115,
+ 7121
],
"loc": {
"start": {
@@ -13041,8 +13023,8 @@
"type": "Identifier",
"name": "appendChild",
"range": [
- 7142,
- 7153
+ 7122,
+ 7133
],
"loc": {
"start": {
@@ -13056,8 +13038,8 @@
}
},
"range": [
- 7135,
- 7153
+ 7115,
+ 7133
],
"loc": {
"start": {
@@ -13075,8 +13057,8 @@
"type": "Identifier",
"name": "icon",
"range": [
- 7154,
- 7158
+ 7134,
+ 7138
],
"loc": {
"start": {
@@ -13091,8 +13073,8 @@
}
],
"range": [
- 7135,
- 7159
+ 7115,
+ 7139
],
"loc": {
"start": {
@@ -13106,8 +13088,8 @@
}
},
"range": [
- 7135,
- 7160
+ 7115,
+ 7140
],
"loc": {
"start": {
@@ -13128,8 +13110,8 @@
"type": "Identifier",
"name": "addEvt",
"range": [
- 7173,
- 7179
+ 7153,
+ 7159
],
"loc": {
"start": {
@@ -13147,8 +13129,8 @@
"type": "Identifier",
"name": "icon",
"range": [
- 7180,
- 7184
+ 7160,
+ 7164
],
"loc": {
"start": {
@@ -13166,8 +13148,8 @@
"value": "click",
"raw": "'click'",
"range": [
- 7186,
- 7193
+ 7166,
+ 7173
],
"loc": {
"start": {
@@ -13188,8 +13170,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 7196,
- 7199
+ 7176,
+ 7179
],
"loc": {
"start": {
@@ -13211,8 +13193,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7204,
- 7208
+ 7184,
+ 7188
],
"loc": {
"start": {
@@ -13229,8 +13211,8 @@
"type": "Identifier",
"name": "onClick",
"range": [
- 7209,
- 7216
+ 7189,
+ 7196
],
"loc": {
"start": {
@@ -13244,8 +13226,8 @@
}
},
"range": [
- 7204,
- 7216
+ 7184,
+ 7196
],
"loc": {
"start": {
@@ -13263,8 +13245,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 7217,
- 7220
+ 7197,
+ 7200
],
"loc": {
"start": {
@@ -13279,8 +13261,8 @@
}
],
"range": [
- 7204,
- 7221
+ 7184,
+ 7201
],
"loc": {
"start": {
@@ -13296,8 +13278,8 @@
"generator": false,
"expression": true,
"range": [
- 7195,
- 7221
+ 7175,
+ 7201
],
"loc": {
"start": {
@@ -13312,8 +13294,8 @@
}
],
"range": [
- 7173,
- 7222
+ 7153,
+ 7202
],
"loc": {
"start": {
@@ -13327,8 +13309,8 @@
}
},
"range": [
- 7173,
- 7223
+ 7153,
+ 7203
],
"loc": {
"start": {
@@ -13355,8 +13337,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7236,
- 7240
+ 7216,
+ 7220
],
"loc": {
"start": {
@@ -13373,8 +13355,8 @@
"type": "Identifier",
"name": "fltSpans",
"range": [
- 7241,
- 7249
+ 7221,
+ 7229
],
"loc": {
"start": {
@@ -13388,8 +13370,8 @@
}
},
"range": [
- 7236,
- 7249
+ 7216,
+ 7229
],
"loc": {
"start": {
@@ -13406,8 +13388,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7250,
- 7251
+ 7230,
+ 7231
],
"loc": {
"start": {
@@ -13421,8 +13403,8 @@
}
},
"range": [
- 7236,
- 7252
+ 7216,
+ 7232
],
"loc": {
"start": {
@@ -13439,8 +13421,8 @@
"type": "Identifier",
"name": "icon",
"range": [
- 7255,
- 7259
+ 7235,
+ 7239
],
"loc": {
"start": {
@@ -13454,8 +13436,8 @@
}
},
"range": [
- 7236,
- 7259
+ 7216,
+ 7239
],
"loc": {
"start": {
@@ -13469,8 +13451,8 @@
}
},
"range": [
- 7236,
- 7260
+ 7216,
+ 7240
],
"loc": {
"start": {
@@ -13497,8 +13479,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7273,
- 7277
+ 7253,
+ 7257
],
"loc": {
"start": {
@@ -13515,8 +13497,8 @@
"type": "Identifier",
"name": "fltIcons",
"range": [
- 7278,
- 7286
+ 7258,
+ 7266
],
"loc": {
"start": {
@@ -13530,8 +13512,8 @@
}
},
"range": [
- 7273,
- 7286
+ 7253,
+ 7266
],
"loc": {
"start": {
@@ -13548,8 +13530,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7287,
- 7288
+ 7267,
+ 7268
],
"loc": {
"start": {
@@ -13563,8 +13545,8 @@
}
},
"range": [
- 7273,
- 7289
+ 7253,
+ 7269
],
"loc": {
"start": {
@@ -13584,8 +13566,8 @@
"type": "Identifier",
"name": "icon",
"range": [
- 7292,
- 7296
+ 7272,
+ 7276
],
"loc": {
"start": {
@@ -13602,8 +13584,8 @@
"type": "Identifier",
"name": "firstChild",
"range": [
- 7297,
- 7307
+ 7277,
+ 7287
],
"loc": {
"start": {
@@ -13617,8 +13599,8 @@
}
},
"range": [
- 7292,
- 7307
+ 7272,
+ 7287
],
"loc": {
"start": {
@@ -13632,8 +13614,8 @@
}
},
"range": [
- 7273,
- 7307
+ 7253,
+ 7287
],
"loc": {
"start": {
@@ -13647,8 +13629,8 @@
}
},
"range": [
- 7273,
- 7308
+ 7253,
+ 7288
],
"loc": {
"start": {
@@ -13663,8 +13645,8 @@
}
],
"range": [
- 6887,
- 7318
+ 6867,
+ 7298
],
"loc": {
"start": {
@@ -13678,8 +13660,8 @@
}
},
"range": [
- 6850,
- 7318
+ 6830,
+ 7298
],
"loc": {
"start": {
@@ -13694,8 +13676,8 @@
}
],
"range": [
- 6654,
- 7324
+ 6634,
+ 7304
],
"loc": {
"start": {
@@ -13711,8 +13693,8 @@
"generator": false,
"expression": false,
"range": [
- 6651,
- 7324
+ 6631,
+ 7304
],
"loc": {
"start": {
@@ -13728,8 +13710,8 @@
"kind": "method",
"computed": false,
"range": [
- 6641,
- 7324
+ 6621,
+ 7304
],
"loc": {
"start": {
@@ -13746,8 +13728,8 @@
"type": "Block",
"value": "*\n * Build all filters icons\n ",
"range": [
- 6594,
- 6636
+ 6574,
+ 6616
],
"loc": {
"start": {
@@ -13766,8 +13748,8 @@
"type": "Block",
"value": "*\n * Build all pop-up filters elements\n ",
"range": [
- 7330,
- 7382
+ 7310,
+ 7362
],
"loc": {
"start": {
@@ -13789,8 +13771,8 @@
"type": "Identifier",
"name": "buildAll",
"range": [
- 7387,
- 7395
+ 7367,
+ 7375
],
"loc": {
"start": {
@@ -13821,8 +13803,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7417,
- 7418
+ 7397,
+ 7398
],
"loc": {
"start": {
@@ -13840,8 +13822,8 @@
"value": 0,
"raw": "0",
"range": [
- 7421,
- 7422
+ 7401,
+ 7402
],
"loc": {
"start": {
@@ -13855,8 +13837,8 @@
}
},
"range": [
- 7417,
- 7422
+ 7397,
+ 7402
],
"loc": {
"start": {
@@ -13872,8 +13854,8 @@
],
"kind": "let",
"range": [
- 7413,
- 7422
+ 7393,
+ 7402
],
"loc": {
"start": {
@@ -13893,8 +13875,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7424,
- 7425
+ 7404,
+ 7405
],
"loc": {
"start": {
@@ -13916,8 +13898,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7428,
- 7432
+ 7408,
+ 7412
],
"loc": {
"start": {
@@ -13934,8 +13916,8 @@
"type": "Identifier",
"name": "filtersCache",
"range": [
- 7433,
- 7445
+ 7413,
+ 7425
],
"loc": {
"start": {
@@ -13949,8 +13931,8 @@
}
},
"range": [
- 7428,
- 7445
+ 7408,
+ 7425
],
"loc": {
"start": {
@@ -13967,8 +13949,8 @@
"type": "Identifier",
"name": "length",
"range": [
- 7446,
- 7452
+ 7426,
+ 7432
],
"loc": {
"start": {
@@ -13982,8 +13964,8 @@
}
},
"range": [
- 7428,
- 7452
+ 7408,
+ 7432
],
"loc": {
"start": {
@@ -13997,8 +13979,8 @@
}
},
"range": [
- 7424,
- 7452
+ 7404,
+ 7432
],
"loc": {
"start": {
@@ -14018,8 +14000,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7454,
- 7455
+ 7434,
+ 7435
],
"loc": {
"start": {
@@ -14034,8 +14016,8 @@
},
"prefix": false,
"range": [
- 7454,
- 7457
+ 7434,
+ 7437
],
"loc": {
"start": {
@@ -14061,8 +14043,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7473,
- 7477
+ 7453,
+ 7457
],
"loc": {
"start": {
@@ -14079,8 +14061,8 @@
"type": "Identifier",
"name": "build",
"range": [
- 7478,
- 7483
+ 7458,
+ 7463
],
"loc": {
"start": {
@@ -14094,8 +14076,8 @@
}
},
"range": [
- 7473,
- 7483
+ 7453,
+ 7463
],
"loc": {
"start": {
@@ -14113,8 +14095,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7484,
- 7485
+ 7464,
+ 7465
],
"loc": {
"start": {
@@ -14136,8 +14118,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7487,
- 7491
+ 7467,
+ 7471
],
"loc": {
"start": {
@@ -14154,8 +14136,8 @@
"type": "Identifier",
"name": "filtersCache",
"range": [
- 7492,
- 7504
+ 7472,
+ 7484
],
"loc": {
"start": {
@@ -14169,8 +14151,8 @@
}
},
"range": [
- 7487,
- 7504
+ 7467,
+ 7484
],
"loc": {
"start": {
@@ -14187,8 +14169,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 7505,
- 7506
+ 7485,
+ 7486
],
"loc": {
"start": {
@@ -14202,8 +14184,8 @@
}
},
"range": [
- 7487,
- 7507
+ 7467,
+ 7487
],
"loc": {
"start": {
@@ -14218,8 +14200,8 @@
}
],
"range": [
- 7473,
- 7508
+ 7453,
+ 7488
],
"loc": {
"start": {
@@ -14233,8 +14215,8 @@
}
},
"range": [
- 7473,
- 7509
+ 7453,
+ 7489
],
"loc": {
"start": {
@@ -14249,8 +14231,8 @@
}
],
"range": [
- 7459,
- 7519
+ 7439,
+ 7499
],
"loc": {
"start": {
@@ -14264,8 +14246,8 @@
}
},
"range": [
- 7408,
- 7519
+ 7388,
+ 7499
],
"loc": {
"start": {
@@ -14280,8 +14262,8 @@
}
],
"range": [
- 7398,
- 7525
+ 7378,
+ 7505
],
"loc": {
"start": {
@@ -14297,8 +14279,8 @@
"generator": false,
"expression": false,
"range": [
- 7395,
- 7525
+ 7375,
+ 7505
],
"loc": {
"start": {
@@ -14314,8 +14296,8 @@
"kind": "method",
"computed": false,
"range": [
- 7387,
- 7525
+ 7367,
+ 7505
],
"loc": {
"start": {
@@ -14332,8 +14314,8 @@
"type": "Block",
"value": "*\n * Build all pop-up filters elements\n ",
"range": [
- 7330,
- 7382
+ 7310,
+ 7362
],
"loc": {
"start": {
@@ -14352,8 +14334,8 @@
"type": "Block",
"value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ",
"range": [
- 7531,
- 7700
+ 7511,
+ 7680
],
"loc": {
"start": {
@@ -14375,8 +14357,8 @@
"type": "Identifier",
"name": "build",
"range": [
- 7705,
- 7710
+ 7685,
+ 7690
],
"loc": {
"start": {
@@ -14397,8 +14379,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 7711,
- 7719
+ 7691,
+ 7699
],
"loc": {
"start": {
@@ -14415,8 +14397,8 @@
"type": "Identifier",
"name": "div",
"range": [
- 7721,
- 7724
+ 7701,
+ 7704
],
"loc": {
"start": {
@@ -14442,8 +14424,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 7740,
- 7742
+ 7720,
+ 7722
],
"loc": {
"start": {
@@ -14462,8 +14444,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7745,
- 7749
+ 7725,
+ 7729
],
"loc": {
"start": {
@@ -14480,8 +14462,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 7750,
- 7752
+ 7730,
+ 7732
],
"loc": {
"start": {
@@ -14495,8 +14477,8 @@
}
},
"range": [
- 7745,
- 7752
+ 7725,
+ 7732
],
"loc": {
"start": {
@@ -14510,8 +14492,8 @@
}
},
"range": [
- 7740,
- 7752
+ 7720,
+ 7732
],
"loc": {
"start": {
@@ -14527,8 +14509,8 @@
],
"kind": "let",
"range": [
- 7736,
- 7753
+ 7716,
+ 7733
],
"loc": {
"start": {
@@ -14550,8 +14532,8 @@
"type": "Identifier",
"name": "contId",
"range": [
- 7766,
- 7772
+ 7746,
+ 7752
],
"loc": {
"start": {
@@ -14575,8 +14557,8 @@
},
"tail": false,
"range": [
- 7775,
- 7778
+ 7755,
+ 7758
],
"loc": {
"start": {
@@ -14597,8 +14579,8 @@
},
"tail": false,
"range": [
- 7790,
- 7793
+ 7770,
+ 7773
],
"loc": {
"start": {
@@ -14619,8 +14601,8 @@
},
"tail": false,
"range": [
- 7798,
- 7802
+ 7778,
+ 7782
],
"loc": {
"start": {
@@ -14641,8 +14623,8 @@
},
"tail": true,
"range": [
- 7810,
- 7812
+ 7790,
+ 7792
],
"loc": {
"start": {
@@ -14663,8 +14645,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7778,
- 7782
+ 7758,
+ 7762
],
"loc": {
"start": {
@@ -14681,8 +14663,8 @@
"type": "Identifier",
"name": "prfxDiv",
"range": [
- 7783,
- 7790
+ 7763,
+ 7770
],
"loc": {
"start": {
@@ -14696,8 +14678,8 @@
}
},
"range": [
- 7778,
- 7790
+ 7758,
+ 7770
],
"loc": {
"start": {
@@ -14717,8 +14699,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 7793,
- 7795
+ 7773,
+ 7775
],
"loc": {
"start": {
@@ -14735,8 +14717,8 @@
"type": "Identifier",
"name": "id",
"range": [
- 7796,
- 7798
+ 7776,
+ 7778
],
"loc": {
"start": {
@@ -14750,8 +14732,8 @@
}
},
"range": [
- 7793,
- 7798
+ 7773,
+ 7778
],
"loc": {
"start": {
@@ -14768,8 +14750,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 7802,
- 7810
+ 7782,
+ 7790
],
"loc": {
"start": {
@@ -14784,8 +14766,8 @@
}
],
"range": [
- 7775,
- 7812
+ 7755,
+ 7792
],
"loc": {
"start": {
@@ -14799,8 +14781,8 @@
}
},
"range": [
- 7766,
- 7812
+ 7746,
+ 7792
],
"loc": {
"start": {
@@ -14816,8 +14798,8 @@
],
"kind": "let",
"range": [
- 7762,
- 7813
+ 7742,
+ 7793
],
"loc": {
"start": {
@@ -14839,8 +14821,8 @@
"type": "Identifier",
"name": "cont",
"range": [
- 7826,
- 7830
+ 7806,
+ 7810
],
"loc": {
"start": {
@@ -14860,8 +14842,8 @@
"type": "Identifier",
"name": "div",
"range": [
- 7833,
- 7836
+ 7813,
+ 7816
],
"loc": {
"start": {
@@ -14880,8 +14862,8 @@
"type": "Identifier",
"name": "createElm",
"range": [
- 7840,
- 7849
+ 7820,
+ 7829
],
"loc": {
"start": {
@@ -14900,8 +14882,8 @@
"value": "div",
"raw": "'div'",
"range": [
- 7850,
- 7855
+ 7830,
+ 7835
],
"loc": {
"start": {
@@ -14922,8 +14904,8 @@
"value": "id",
"raw": "'id'",
"range": [
- 7858,
- 7862
+ 7838,
+ 7842
],
"loc": {
"start": {
@@ -14940,8 +14922,8 @@
"type": "Identifier",
"name": "contId",
"range": [
- 7864,
- 7870
+ 7844,
+ 7850
],
"loc": {
"start": {
@@ -14956,8 +14938,8 @@
}
],
"range": [
- 7857,
- 7871
+ 7837,
+ 7851
],
"loc": {
"start": {
@@ -14972,8 +14954,8 @@
}
],
"range": [
- 7840,
- 7872
+ 7820,
+ 7852
],
"loc": {
"start": {
@@ -14987,8 +14969,8 @@
}
},
"range": [
- 7833,
- 7872
+ 7813,
+ 7852
],
"loc": {
"start": {
@@ -15002,8 +14984,8 @@
}
},
"range": [
- 7826,
- 7872
+ 7806,
+ 7852
],
"loc": {
"start": {
@@ -15019,8 +15001,8 @@
],
"kind": "let",
"range": [
- 7822,
- 7873
+ 7802,
+ 7853
],
"loc": {
"start": {
@@ -15045,8 +15027,8 @@
"type": "Identifier",
"name": "cont",
"range": [
- 7882,
- 7886
+ 7862,
+ 7866
],
"loc": {
"start": {
@@ -15063,8 +15045,8 @@
"type": "Identifier",
"name": "className",
"range": [
- 7887,
- 7896
+ 7867,
+ 7876
],
"loc": {
"start": {
@@ -15078,8 +15060,8 @@
}
},
"range": [
- 7882,
- 7896
+ 7862,
+ 7876
],
"loc": {
"start": {
@@ -15098,8 +15080,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 7899,
- 7903
+ 7879,
+ 7883
],
"loc": {
"start": {
@@ -15116,8 +15098,8 @@
"type": "Identifier",
"name": "containerCssClass",
"range": [
- 7904,
- 7921
+ 7884,
+ 7901
],
"loc": {
"start": {
@@ -15131,8 +15113,8 @@
}
},
"range": [
- 7899,
- 7921
+ 7879,
+ 7901
],
"loc": {
"start": {
@@ -15146,8 +15128,8 @@
}
},
"range": [
- 7882,
- 7921
+ 7862,
+ 7901
],
"loc": {
"start": {
@@ -15161,8 +15143,8 @@
}
},
"range": [
- 7882,
- 7922
+ 7862,
+ 7902
],
"loc": {
"start": {
@@ -15189,8 +15171,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 7931,
- 7933
+ 7911,
+ 7913
],
"loc": {
"start": {
@@ -15207,8 +15189,8 @@
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
- 7934,
- 7951
+ 7914,
+ 7931
],
"loc": {
"start": {
@@ -15222,8 +15204,8 @@
}
},
"range": [
- 7931,
- 7951
+ 7911,
+ 7931
],
"loc": {
"start": {
@@ -15240,8 +15222,8 @@
"type": "Identifier",
"name": "push",
"range": [
- 7952,
- 7956
+ 7932,
+ 7936
],
"loc": {
"start": {
@@ -15255,8 +15237,8 @@
}
},
"range": [
- 7931,
- 7956
+ 7911,
+ 7936
],
"loc": {
"start": {
@@ -15277,8 +15259,8 @@
"type": "Identifier",
"name": "cont",
"range": [
- 7957,
- 7961
+ 7937,
+ 7941
],
"loc": {
"start": {
@@ -15295,8 +15277,8 @@
"type": "Identifier",
"name": "id",
"range": [
- 7962,
- 7964
+ 7942,
+ 7944
],
"loc": {
"start": {
@@ -15310,8 +15292,8 @@
}
},
"range": [
- 7957,
- 7964
+ 7937,
+ 7944
],
"loc": {
"start": {
@@ -15326,8 +15308,8 @@
}
],
"range": [
- 7931,
- 7965
+ 7911,
+ 7945
],
"loc": {
"start": {
@@ -15341,8 +15323,8 @@
}
},
"range": [
- 7931,
- 7966
+ 7911,
+ 7946
],
"loc": {
"start": {
@@ -15364,8 +15346,8 @@
"type": "Identifier",
"name": "header",
"range": [
- 7980,
- 7986
+ 7960,
+ 7966
],
"loc": {
"start": {
@@ -15387,8 +15369,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 7989,
- 7991
+ 7969,
+ 7971
],
"loc": {
"start": {
@@ -15405,8 +15387,8 @@
"type": "Identifier",
"name": "getHeaderElement",
"range": [
- 7992,
- 8008
+ 7972,
+ 7988
],
"loc": {
"start": {
@@ -15420,8 +15402,8 @@
}
},
"range": [
- 7989,
- 8008
+ 7969,
+ 7988
],
"loc": {
"start": {
@@ -15439,8 +15421,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8009,
- 8017
+ 7989,
+ 7997
],
"loc": {
"start": {
@@ -15455,8 +15437,8 @@
}
],
"range": [
- 7989,
- 8018
+ 7969,
+ 7998
],
"loc": {
"start": {
@@ -15470,8 +15452,8 @@
}
},
"range": [
- 7980,
- 8018
+ 7960,
+ 7998
],
"loc": {
"start": {
@@ -15487,8 +15469,8 @@
],
"kind": "let",
"range": [
- 7976,
- 8019
+ 7956,
+ 7999
],
"loc": {
"start": {
@@ -15512,8 +15494,8 @@
"type": "Identifier",
"name": "header",
"range": [
- 8028,
- 8034
+ 8008,
+ 8014
],
"loc": {
"start": {
@@ -15530,8 +15512,8 @@
"type": "Identifier",
"name": "insertBefore",
"range": [
- 8035,
- 8047
+ 8015,
+ 8027
],
"loc": {
"start": {
@@ -15545,8 +15527,8 @@
}
},
"range": [
- 8028,
- 8047
+ 8008,
+ 8027
],
"loc": {
"start": {
@@ -15564,8 +15546,8 @@
"type": "Identifier",
"name": "cont",
"range": [
- 8048,
- 8052
+ 8028,
+ 8032
],
"loc": {
"start": {
@@ -15585,8 +15567,8 @@
"type": "Identifier",
"name": "header",
"range": [
- 8054,
- 8060
+ 8034,
+ 8040
],
"loc": {
"start": {
@@ -15603,8 +15585,8 @@
"type": "Identifier",
"name": "firstChild",
"range": [
- 8061,
- 8071
+ 8041,
+ 8051
],
"loc": {
"start": {
@@ -15618,8 +15600,8 @@
}
},
"range": [
- 8054,
- 8071
+ 8034,
+ 8051
],
"loc": {
"start": {
@@ -15634,8 +15616,8 @@
}
],
"range": [
- 8028,
- 8072
+ 8008,
+ 8052
],
"loc": {
"start": {
@@ -15649,8 +15631,8 @@
}
},
"range": [
- 8028,
- 8073
+ 8008,
+ 8053
],
"loc": {
"start": {
@@ -15671,8 +15653,8 @@
"type": "Identifier",
"name": "addEvt",
"range": [
- 8082,
- 8088
+ 8062,
+ 8068
],
"loc": {
"start": {
@@ -15690,8 +15672,8 @@
"type": "Identifier",
"name": "cont",
"range": [
- 8089,
- 8093
+ 8069,
+ 8073
],
"loc": {
"start": {
@@ -15709,8 +15691,8 @@
"value": "click",
"raw": "'click'",
"range": [
- 8095,
- 8102
+ 8075,
+ 8082
],
"loc": {
"start": {
@@ -15731,8 +15713,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 8105,
- 8108
+ 8085,
+ 8088
],
"loc": {
"start": {
@@ -15752,8 +15734,8 @@
"type": "Identifier",
"name": "stopEvt",
"range": [
- 8113,
- 8120
+ 8093,
+ 8100
],
"loc": {
"start": {
@@ -15771,8 +15753,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 8121,
- 8124
+ 8101,
+ 8104
],
"loc": {
"start": {
@@ -15787,8 +15769,8 @@
}
],
"range": [
- 8113,
- 8125
+ 8093,
+ 8105
],
"loc": {
"start": {
@@ -15804,8 +15786,8 @@
"generator": false,
"expression": true,
"range": [
- 8104,
- 8125
+ 8084,
+ 8105
],
"loc": {
"start": {
@@ -15820,8 +15802,8 @@
}
],
"range": [
- 8082,
- 8126
+ 8062,
+ 8106
],
"loc": {
"start": {
@@ -15835,8 +15817,8 @@
}
},
"range": [
- 8082,
- 8127
+ 8062,
+ 8107
],
"loc": {
"start": {
@@ -15863,8 +15845,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8136,
- 8140
+ 8116,
+ 8120
],
"loc": {
"start": {
@@ -15881,8 +15863,8 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 8141,
- 8148
+ 8121,
+ 8128
],
"loc": {
"start": {
@@ -15896,8 +15878,8 @@
}
},
"range": [
- 8136,
- 8148
+ 8116,
+ 8128
],
"loc": {
"start": {
@@ -15914,8 +15896,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8149,
- 8157
+ 8129,
+ 8137
],
"loc": {
"start": {
@@ -15929,8 +15911,8 @@
}
},
"range": [
- 8136,
- 8158
+ 8116,
+ 8138
],
"loc": {
"start": {
@@ -15947,8 +15929,8 @@
"type": "Identifier",
"name": "cont",
"range": [
- 8161,
- 8165
+ 8141,
+ 8145
],
"loc": {
"start": {
@@ -15962,8 +15944,8 @@
}
},
"range": [
- 8136,
- 8165
+ 8116,
+ 8145
],
"loc": {
"start": {
@@ -15977,8 +15959,8 @@
}
},
"range": [
- 8136,
- 8166
+ 8116,
+ 8146
],
"loc": {
"start": {
@@ -15993,8 +15975,8 @@
}
],
"range": [
- 7726,
- 8172
+ 7706,
+ 8152
],
"loc": {
"start": {
@@ -16010,8 +15992,8 @@
"generator": false,
"expression": false,
"range": [
- 7710,
- 8172
+ 7690,
+ 8152
],
"loc": {
"start": {
@@ -16027,8 +16009,8 @@
"kind": "method",
"computed": false,
"range": [
- 7705,
- 8172
+ 7685,
+ 8152
],
"loc": {
"start": {
@@ -16045,8 +16027,8 @@
"type": "Block",
"value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ",
"range": [
- 7531,
- 7700
+ 7511,
+ 7680
],
"loc": {
"start": {
@@ -16065,8 +16047,8 @@
"type": "Block",
"value": "*\n * Toggle visibility of specified filter\n * @param {Number} colIndex Column index\n ",
"range": [
- 8178,
- 8280
+ 8158,
+ 8260
],
"loc": {
"start": {
@@ -16088,8 +16070,8 @@
"type": "Identifier",
"name": "toggle",
"range": [
- 8285,
- 8291
+ 8265,
+ 8271
],
"loc": {
"start": {
@@ -16110,8 +16092,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8292,
- 8300
+ 8272,
+ 8280
],
"loc": {
"start": {
@@ -16141,8 +16123,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8317,
- 8321
+ 8297,
+ 8301
],
"loc": {
"start": {
@@ -16159,8 +16141,8 @@
"type": "Identifier",
"name": "isOpen",
"range": [
- 8322,
- 8328
+ 8302,
+ 8308
],
"loc": {
"start": {
@@ -16174,8 +16156,8 @@
}
},
"range": [
- 8317,
- 8328
+ 8297,
+ 8308
],
"loc": {
"start": {
@@ -16193,8 +16175,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8329,
- 8337
+ 8309,
+ 8317
],
"loc": {
"start": {
@@ -16209,8 +16191,8 @@
}
],
"range": [
- 8317,
- 8338
+ 8297,
+ 8318
],
"loc": {
"start": {
@@ -16225,8 +16207,8 @@
},
"prefix": true,
"range": [
- 8316,
- 8338
+ 8296,
+ 8318
],
"loc": {
"start": {
@@ -16252,8 +16234,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8354,
- 8358
+ 8334,
+ 8338
],
"loc": {
"start": {
@@ -16270,8 +16252,8 @@
"type": "Identifier",
"name": "open",
"range": [
- 8359,
- 8363
+ 8339,
+ 8343
],
"loc": {
"start": {
@@ -16285,8 +16267,8 @@
}
},
"range": [
- 8354,
- 8363
+ 8334,
+ 8343
],
"loc": {
"start": {
@@ -16304,8 +16286,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8364,
- 8372
+ 8344,
+ 8352
],
"loc": {
"start": {
@@ -16320,8 +16302,8 @@
}
],
"range": [
- 8354,
- 8373
+ 8334,
+ 8353
],
"loc": {
"start": {
@@ -16335,8 +16317,8 @@
}
},
"range": [
- 8354,
- 8374
+ 8334,
+ 8354
],
"loc": {
"start": {
@@ -16351,8 +16333,8 @@
}
],
"range": [
- 8340,
- 8384
+ 8320,
+ 8364
],
"loc": {
"start": {
@@ -16378,8 +16360,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8404,
- 8408
+ 8384,
+ 8388
],
"loc": {
"start": {
@@ -16396,8 +16378,8 @@
"type": "Identifier",
"name": "close",
"range": [
- 8409,
- 8414
+ 8389,
+ 8394
],
"loc": {
"start": {
@@ -16411,8 +16393,8 @@
}
},
"range": [
- 8404,
- 8414
+ 8384,
+ 8394
],
"loc": {
"start": {
@@ -16430,8 +16412,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8415,
- 8423
+ 8395,
+ 8403
],
"loc": {
"start": {
@@ -16446,8 +16428,8 @@
}
],
"range": [
- 8404,
- 8424
+ 8384,
+ 8404
],
"loc": {
"start": {
@@ -16461,8 +16443,8 @@
}
},
"range": [
- 8404,
- 8425
+ 8384,
+ 8405
],
"loc": {
"start": {
@@ -16477,8 +16459,8 @@
}
],
"range": [
- 8390,
- 8435
+ 8370,
+ 8415
],
"loc": {
"start": {
@@ -16492,8 +16474,8 @@
}
},
"range": [
- 8312,
- 8435
+ 8292,
+ 8415
],
"loc": {
"start": {
@@ -16508,8 +16490,8 @@
}
],
"range": [
- 8302,
- 8441
+ 8282,
+ 8421
],
"loc": {
"start": {
@@ -16525,8 +16507,8 @@
"generator": false,
"expression": false,
"range": [
- 8291,
- 8441
+ 8271,
+ 8421
],
"loc": {
"start": {
@@ -16542,8 +16524,8 @@
"kind": "method",
"computed": false,
"range": [
- 8285,
- 8441
+ 8265,
+ 8421
],
"loc": {
"start": {
@@ -16560,8 +16542,8 @@
"type": "Block",
"value": "*\n * Toggle visibility of specified filter\n * @param {Number} colIndex Column index\n ",
"range": [
- 8178,
- 8280
+ 8158,
+ 8260
],
"loc": {
"start": {
@@ -16580,8 +16562,8 @@
"type": "Block",
"value": "*\n * Open popup filter of specified column\n * @param {Number} colIndex Column index\n ",
"range": [
- 8447,
- 8548
+ 8427,
+ 8528
],
"loc": {
"start": {
@@ -16603,8 +16585,8 @@
"type": "Identifier",
"name": "open",
"range": [
- 8553,
- 8557
+ 8533,
+ 8537
],
"loc": {
"start": {
@@ -16625,8 +16607,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8558,
- 8566
+ 8538,
+ 8546
],
"loc": {
"start": {
@@ -16652,8 +16634,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 8582,
- 8584
+ 8562,
+ 8564
],
"loc": {
"start": {
@@ -16672,8 +16654,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8587,
- 8591
+ 8567,
+ 8571
],
"loc": {
"start": {
@@ -16690,8 +16672,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 8592,
- 8594
+ 8572,
+ 8574
],
"loc": {
"start": {
@@ -16705,8 +16687,8 @@
}
},
"range": [
- 8587,
- 8594
+ 8567,
+ 8574
],
"loc": {
"start": {
@@ -16720,8 +16702,8 @@
}
},
"range": [
- 8582,
- 8594
+ 8562,
+ 8574
],
"loc": {
"start": {
@@ -16740,8 +16722,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 8608,
- 8617
+ 8588,
+ 8597
],
"loc": {
"start": {
@@ -16763,8 +16745,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8620,
- 8624
+ 8600,
+ 8604
],
"loc": {
"start": {
@@ -16781,8 +16763,8 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 8625,
- 8632
+ 8605,
+ 8612
],
"loc": {
"start": {
@@ -16796,8 +16778,8 @@
}
},
"range": [
- 8620,
- 8632
+ 8600,
+ 8612
],
"loc": {
"start": {
@@ -16814,8 +16796,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8633,
- 8641
+ 8613,
+ 8621
],
"loc": {
"start": {
@@ -16829,8 +16811,8 @@
}
},
"range": [
- 8620,
- 8642
+ 8600,
+ 8622
],
"loc": {
"start": {
@@ -16844,8 +16826,8 @@
}
},
"range": [
- 8608,
- 8642
+ 8588,
+ 8622
],
"loc": {
"start": {
@@ -16861,8 +16843,8 @@
],
"kind": "let",
"range": [
- 8578,
- 8643
+ 8558,
+ 8623
],
"loc": {
"start": {
@@ -16883,8 +16865,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8657,
- 8661
+ 8637,
+ 8641
],
"loc": {
"start": {
@@ -16901,8 +16883,8 @@
"type": "Identifier",
"name": "onBeforeOpen",
"range": [
- 8662,
- 8674
+ 8642,
+ 8654
],
"loc": {
"start": {
@@ -16916,8 +16898,8 @@
}
},
"range": [
- 8657,
- 8674
+ 8637,
+ 8654
],
"loc": {
"start": {
@@ -16946,8 +16928,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8690,
- 8694
+ 8670,
+ 8674
],
"loc": {
"start": {
@@ -16964,8 +16946,8 @@
"type": "Identifier",
"name": "onBeforeOpen",
"range": [
- 8695,
- 8707
+ 8675,
+ 8687
],
"loc": {
"start": {
@@ -16979,8 +16961,8 @@
}
},
"range": [
- 8690,
- 8707
+ 8670,
+ 8687
],
"loc": {
"start": {
@@ -16997,8 +16979,8 @@
"type": "Identifier",
"name": "call",
"range": [
- 8708,
- 8712
+ 8688,
+ 8692
],
"loc": {
"start": {
@@ -17012,8 +16994,8 @@
}
},
"range": [
- 8690,
- 8712
+ 8670,
+ 8692
],
"loc": {
"start": {
@@ -17032,8 +17014,8 @@
"value": null,
"raw": "null",
"range": [
- 8713,
- 8717
+ 8693,
+ 8697
],
"loc": {
"start": {
@@ -17049,8 +17031,8 @@
{
"type": "ThisExpression",
"range": [
- 8719,
- 8723
+ 8699,
+ 8703
],
"loc": {
"start": {
@@ -17067,8 +17049,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 8725,
- 8734
+ 8705,
+ 8714
],
"loc": {
"start": {
@@ -17085,8 +17067,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8736,
- 8744
+ 8716,
+ 8724
],
"loc": {
"start": {
@@ -17101,8 +17083,8 @@
}
],
"range": [
- 8690,
- 8745
+ 8670,
+ 8725
],
"loc": {
"start": {
@@ -17116,8 +17098,8 @@
}
},
"range": [
- 8690,
- 8746
+ 8670,
+ 8726
],
"loc": {
"start": {
@@ -17132,8 +17114,8 @@
}
],
"range": [
- 8676,
- 8756
+ 8656,
+ 8736
],
"loc": {
"start": {
@@ -17148,8 +17130,8 @@
},
"alternate": null,
"range": [
- 8653,
- 8756
+ 8633,
+ 8736
],
"loc": {
"start": {
@@ -17177,8 +17159,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 8765,
- 8774
+ 8745,
+ 8754
],
"loc": {
"start": {
@@ -17195,8 +17177,8 @@
"type": "Identifier",
"name": "style",
"range": [
- 8775,
- 8780
+ 8755,
+ 8760
],
"loc": {
"start": {
@@ -17210,8 +17192,8 @@
}
},
"range": [
- 8765,
- 8780
+ 8745,
+ 8760
],
"loc": {
"start": {
@@ -17228,8 +17210,8 @@
"type": "Identifier",
"name": "display",
"range": [
- 8781,
- 8788
+ 8761,
+ 8768
],
"loc": {
"start": {
@@ -17243,8 +17225,8 @@
}
},
"range": [
- 8765,
- 8788
+ 8745,
+ 8768
],
"loc": {
"start": {
@@ -17262,8 +17244,8 @@
"value": "block",
"raw": "'block'",
"range": [
- 8791,
- 8798
+ 8771,
+ 8778
],
"loc": {
"start": {
@@ -17277,8 +17259,8 @@
}
},
"range": [
- 8765,
- 8798
+ 8745,
+ 8778
],
"loc": {
"start": {
@@ -17292,8 +17274,8 @@
}
},
"range": [
- 8765,
- 8799
+ 8745,
+ 8779
],
"loc": {
"start": {
@@ -17317,8 +17299,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8808,
- 8812
+ 8788,
+ 8792
],
"loc": {
"start": {
@@ -17335,8 +17317,8 @@
"type": "Identifier",
"name": "activeFilterIdx",
"range": [
- 8813,
- 8828
+ 8793,
+ 8808
],
"loc": {
"start": {
@@ -17350,8 +17332,8 @@
}
},
"range": [
- 8808,
- 8828
+ 8788,
+ 8808
],
"loc": {
"start": {
@@ -17368,8 +17350,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8831,
- 8839
+ 8811,
+ 8819
],
"loc": {
"start": {
@@ -17383,8 +17365,8 @@
}
},
"range": [
- 8808,
- 8839
+ 8788,
+ 8819
],
"loc": {
"start": {
@@ -17398,8 +17380,8 @@
}
},
"range": [
- 8808,
- 8840
+ 8788,
+ 8820
],
"loc": {
"start": {
@@ -17420,8 +17402,8 @@
"type": "Identifier",
"name": "addEvt",
"range": [
- 8849,
- 8855
+ 8829,
+ 8835
],
"loc": {
"start": {
@@ -17439,8 +17421,8 @@
"type": "Identifier",
"name": "root",
"range": [
- 8856,
- 8860
+ 8836,
+ 8840
],
"loc": {
"start": {
@@ -17458,8 +17440,8 @@
"value": "mouseup",
"raw": "'mouseup'",
"range": [
- 8862,
- 8871
+ 8842,
+ 8851
],
"loc": {
"start": {
@@ -17480,8 +17462,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 8874,
- 8877
+ 8854,
+ 8857
],
"loc": {
"start": {
@@ -17503,8 +17485,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 8882,
- 8886
+ 8862,
+ 8866
],
"loc": {
"start": {
@@ -17521,8 +17503,8 @@
"type": "Identifier",
"name": "onMouseup",
"range": [
- 8887,
- 8896
+ 8867,
+ 8876
],
"loc": {
"start": {
@@ -17536,8 +17518,8 @@
}
},
"range": [
- 8882,
- 8896
+ 8862,
+ 8876
],
"loc": {
"start": {
@@ -17555,8 +17537,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 8897,
- 8900
+ 8877,
+ 8880
],
"loc": {
"start": {
@@ -17571,8 +17553,8 @@
}
],
"range": [
- 8882,
- 8901
+ 8862,
+ 8881
],
"loc": {
"start": {
@@ -17588,8 +17570,8 @@
"generator": false,
"expression": true,
"range": [
- 8873,
- 8901
+ 8853,
+ 8881
],
"loc": {
"start": {
@@ -17604,8 +17586,8 @@
}
],
"range": [
- 8849,
- 8902
+ 8829,
+ 8882
],
"loc": {
"start": {
@@ -17619,8 +17601,8 @@
}
},
"range": [
- 8849,
- 8903
+ 8829,
+ 8883
],
"loc": {
"start": {
@@ -17647,8 +17629,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 8917,
- 8919
+ 8897,
+ 8899
],
"loc": {
"start": {
@@ -17665,8 +17647,8 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 8920,
- 8933
+ 8900,
+ 8913
],
"loc": {
"start": {
@@ -17680,8 +17662,8 @@
}
},
"range": [
- 8917,
- 8933
+ 8897,
+ 8913
],
"loc": {
"start": {
@@ -17699,8 +17681,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8934,
- 8942
+ 8914,
+ 8922
],
"loc": {
"start": {
@@ -17715,8 +17697,8 @@
}
],
"range": [
- 8917,
- 8943
+ 8897,
+ 8923
],
"loc": {
"start": {
@@ -17733,8 +17715,8 @@
"type": "Identifier",
"name": "INPUT",
"range": [
- 8948,
- 8953
+ 8928,
+ 8933
],
"loc": {
"start": {
@@ -17748,8 +17730,8 @@
}
},
"range": [
- 8917,
- 8953
+ 8897,
+ 8933
],
"loc": {
"start": {
@@ -17774,8 +17756,8 @@
"type": "Identifier",
"name": "flt",
"range": [
- 8973,
- 8976
+ 8953,
+ 8956
],
"loc": {
"start": {
@@ -17797,8 +17779,8 @@
"type": "Identifier",
"name": "tf",
"range": [
- 8979,
- 8981
+ 8959,
+ 8961
],
"loc": {
"start": {
@@ -17815,8 +17797,8 @@
"type": "Identifier",
"name": "getFilterElement",
"range": [
- 8982,
- 8998
+ 8962,
+ 8978
],
"loc": {
"start": {
@@ -17830,8 +17812,8 @@
}
},
"range": [
- 8979,
- 8998
+ 8959,
+ 8978
],
"loc": {
"start": {
@@ -17849,8 +17831,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 8999,
- 9007
+ 8979,
+ 8987
],
"loc": {
"start": {
@@ -17865,8 +17847,8 @@
}
],
"range": [
- 8979,
- 9008
+ 8959,
+ 8988
],
"loc": {
"start": {
@@ -17880,8 +17862,8 @@
}
},
"range": [
- 8973,
- 9008
+ 8953,
+ 8988
],
"loc": {
"start": {
@@ -17897,8 +17879,8 @@
],
"kind": "let",
"range": [
- 8969,
- 9009
+ 8949,
+ 8989
],
"loc": {
"start": {
@@ -17917,8 +17899,8 @@
"type": "Identifier",
"name": "flt",
"range": [
- 9026,
- 9029
+ 9006,
+ 9009
],
"loc": {
"start": {
@@ -17945,8 +17927,8 @@
"type": "Identifier",
"name": "flt",
"range": [
- 9049,
- 9052
+ 9029,
+ 9032
],
"loc": {
"start": {
@@ -17963,8 +17945,8 @@
"type": "Identifier",
"name": "focus",
"range": [
- 9053,
- 9058
+ 9033,
+ 9038
],
"loc": {
"start": {
@@ -17978,8 +17960,8 @@
}
},
"range": [
- 9049,
- 9058
+ 9029,
+ 9038
],
"loc": {
"start": {
@@ -17994,8 +17976,8 @@
},
"arguments": [],
"range": [
- 9049,
- 9060
+ 9029,
+ 9040
],
"loc": {
"start": {
@@ -18009,8 +17991,8 @@
}
},
"range": [
- 9049,
- 9061
+ 9029,
+ 9041
],
"loc": {
"start": {
@@ -18025,8 +18007,8 @@
}
],
"range": [
- 9031,
- 9075
+ 9011,
+ 9055
],
"loc": {
"start": {
@@ -18041,8 +18023,8 @@
},
"alternate": null,
"range": [
- 9022,
- 9075
+ 9002,
+ 9055
],
"loc": {
"start": {
@@ -18057,8 +18039,8 @@
}
],
"range": [
- 8955,
- 9085
+ 8935,
+ 9065
],
"loc": {
"start": {
@@ -18073,8 +18055,8 @@
},
"alternate": null,
"range": [
- 8913,
- 9085
+ 8893,
+ 9065
],
"loc": {
"start": {
@@ -18095,8 +18077,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9098,
- 9102
+ 9078,
+ 9082
],
"loc": {
"start": {
@@ -18113,8 +18095,8 @@
"type": "Identifier",
"name": "onAfterOpen",
"range": [
- 9103,
- 9114
+ 9083,
+ 9094
],
"loc": {
"start": {
@@ -18128,8 +18110,8 @@
}
},
"range": [
- 9098,
- 9114
+ 9078,
+ 9094
],
"loc": {
"start": {
@@ -18158,8 +18140,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9130,
- 9134
+ 9110,
+ 9114
],
"loc": {
"start": {
@@ -18176,8 +18158,8 @@
"type": "Identifier",
"name": "onAfterOpen",
"range": [
- 9135,
- 9146
+ 9115,
+ 9126
],
"loc": {
"start": {
@@ -18191,8 +18173,8 @@
}
},
"range": [
- 9130,
- 9146
+ 9110,
+ 9126
],
"loc": {
"start": {
@@ -18209,8 +18191,8 @@
"type": "Identifier",
"name": "call",
"range": [
- 9147,
- 9151
+ 9127,
+ 9131
],
"loc": {
"start": {
@@ -18224,8 +18206,8 @@
}
},
"range": [
- 9130,
- 9151
+ 9110,
+ 9131
],
"loc": {
"start": {
@@ -18244,8 +18226,8 @@
"value": null,
"raw": "null",
"range": [
- 9152,
- 9156
+ 9132,
+ 9136
],
"loc": {
"start": {
@@ -18261,8 +18243,8 @@
{
"type": "ThisExpression",
"range": [
- 9158,
- 9162
+ 9138,
+ 9142
],
"loc": {
"start": {
@@ -18279,8 +18261,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 9164,
- 9173
+ 9144,
+ 9153
],
"loc": {
"start": {
@@ -18297,8 +18279,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 9175,
- 9183
+ 9155,
+ 9163
],
"loc": {
"start": {
@@ -18313,8 +18295,8 @@
}
],
"range": [
- 9130,
- 9184
+ 9110,
+ 9164
],
"loc": {
"start": {
@@ -18328,8 +18310,8 @@
}
},
"range": [
- 9130,
- 9185
+ 9110,
+ 9165
],
"loc": {
"start": {
@@ -18344,8 +18326,8 @@
}
],
"range": [
- 9116,
- 9195
+ 9096,
+ 9175
],
"loc": {
"start": {
@@ -18360,8 +18342,8 @@
},
"alternate": null,
"range": [
- 9094,
- 9195
+ 9074,
+ 9175
],
"loc": {
"start": {
@@ -18376,8 +18358,8 @@
}
],
"range": [
- 8568,
- 9201
+ 8548,
+ 9181
],
"loc": {
"start": {
@@ -18393,8 +18375,8 @@
"generator": false,
"expression": false,
"range": [
- 8557,
- 9201
+ 8537,
+ 9181
],
"loc": {
"start": {
@@ -18410,8 +18392,8 @@
"kind": "method",
"computed": false,
"range": [
- 8553,
- 9201
+ 8533,
+ 9181
],
"loc": {
"start": {
@@ -18428,8 +18410,8 @@
"type": "Block",
"value": "*\n * Open popup filter of specified column\n * @param {Number} colIndex Column index\n ",
"range": [
- 8447,
- 8548
+ 8427,
+ 8528
],
"loc": {
"start": {
@@ -18448,8 +18430,8 @@
"type": "Block",
"value": "*\n * Close popup filter of specified column\n * @param {Number} colIndex Column index\n ",
"range": [
- 9207,
- 9309
+ 9187,
+ 9289
],
"loc": {
"start": {
@@ -18471,8 +18453,8 @@
"type": "Identifier",
"name": "close",
"range": [
- 9314,
- 9319
+ 9294,
+ 9299
],
"loc": {
"start": {
@@ -18493,8 +18475,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 9320,
- 9328
+ 9300,
+ 9308
],
"loc": {
"start": {
@@ -18520,8 +18502,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 9344,
- 9353
+ 9324,
+ 9333
],
"loc": {
"start": {
@@ -18543,8 +18525,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9356,
- 9360
+ 9336,
+ 9340
],
"loc": {
"start": {
@@ -18561,8 +18543,8 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 9361,
- 9368
+ 9341,
+ 9348
],
"loc": {
"start": {
@@ -18576,8 +18558,8 @@
}
},
"range": [
- 9356,
- 9368
+ 9336,
+ 9348
],
"loc": {
"start": {
@@ -18594,8 +18576,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 9369,
- 9377
+ 9349,
+ 9357
],
"loc": {
"start": {
@@ -18609,8 +18591,8 @@
}
},
"range": [
- 9356,
- 9378
+ 9336,
+ 9358
],
"loc": {
"start": {
@@ -18624,8 +18606,8 @@
}
},
"range": [
- 9344,
- 9378
+ 9324,
+ 9358
],
"loc": {
"start": {
@@ -18641,8 +18623,8 @@
],
"kind": "let",
"range": [
- 9340,
- 9379
+ 9320,
+ 9359
],
"loc": {
"start": {
@@ -18663,8 +18645,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9392,
- 9396
+ 9372,
+ 9376
],
"loc": {
"start": {
@@ -18681,8 +18663,8 @@
"type": "Identifier",
"name": "onBeforeClose",
"range": [
- 9397,
- 9410
+ 9377,
+ 9390
],
"loc": {
"start": {
@@ -18696,8 +18678,8 @@
}
},
"range": [
- 9392,
- 9410
+ 9372,
+ 9390
],
"loc": {
"start": {
@@ -18726,8 +18708,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9426,
- 9430
+ 9406,
+ 9410
],
"loc": {
"start": {
@@ -18744,8 +18726,8 @@
"type": "Identifier",
"name": "onBeforeClose",
"range": [
- 9431,
- 9444
+ 9411,
+ 9424
],
"loc": {
"start": {
@@ -18759,8 +18741,8 @@
}
},
"range": [
- 9426,
- 9444
+ 9406,
+ 9424
],
"loc": {
"start": {
@@ -18777,8 +18759,8 @@
"type": "Identifier",
"name": "call",
"range": [
- 9445,
- 9449
+ 9425,
+ 9429
],
"loc": {
"start": {
@@ -18792,8 +18774,8 @@
}
},
"range": [
- 9426,
- 9449
+ 9406,
+ 9429
],
"loc": {
"start": {
@@ -18812,8 +18794,8 @@
"value": null,
"raw": "null",
"range": [
- 9450,
- 9454
+ 9430,
+ 9434
],
"loc": {
"start": {
@@ -18829,8 +18811,8 @@
{
"type": "ThisExpression",
"range": [
- 9456,
- 9460
+ 9436,
+ 9440
],
"loc": {
"start": {
@@ -18847,8 +18829,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 9462,
- 9471
+ 9442,
+ 9451
],
"loc": {
"start": {
@@ -18865,8 +18847,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 9473,
- 9481
+ 9453,
+ 9461
],
"loc": {
"start": {
@@ -18881,8 +18863,8 @@
}
],
"range": [
- 9426,
- 9482
+ 9406,
+ 9462
],
"loc": {
"start": {
@@ -18896,8 +18878,8 @@
}
},
"range": [
- 9426,
- 9483
+ 9406,
+ 9463
],
"loc": {
"start": {
@@ -18912,8 +18894,8 @@
}
],
"range": [
- 9412,
- 9493
+ 9392,
+ 9473
],
"loc": {
"start": {
@@ -18928,8 +18910,8 @@
},
"alternate": null,
"range": [
- 9388,
- 9493
+ 9368,
+ 9473
],
"loc": {
"start": {
@@ -18957,8 +18939,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 9502,
- 9511
+ 9482,
+ 9491
],
"loc": {
"start": {
@@ -18975,8 +18957,8 @@
"type": "Identifier",
"name": "style",
"range": [
- 9512,
- 9517
+ 9492,
+ 9497
],
"loc": {
"start": {
@@ -18990,8 +18972,8 @@
}
},
"range": [
- 9502,
- 9517
+ 9482,
+ 9497
],
"loc": {
"start": {
@@ -19008,8 +18990,8 @@
"type": "Identifier",
"name": "display",
"range": [
- 9518,
- 9525
+ 9498,
+ 9505
],
"loc": {
"start": {
@@ -19023,8 +19005,8 @@
}
},
"range": [
- 9502,
- 9525
+ 9482,
+ 9505
],
"loc": {
"start": {
@@ -19041,8 +19023,8 @@
"type": "Identifier",
"name": "NONE",
"range": [
- 9528,
- 9532
+ 9508,
+ 9512
],
"loc": {
"start": {
@@ -19056,8 +19038,8 @@
}
},
"range": [
- 9502,
- 9532
+ 9482,
+ 9512
],
"loc": {
"start": {
@@ -19071,8 +19053,8 @@
}
},
"range": [
- 9502,
- 9533
+ 9482,
+ 9513
],
"loc": {
"start": {
@@ -19096,8 +19078,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9546,
- 9550
+ 9526,
+ 9530
],
"loc": {
"start": {
@@ -19114,8 +19096,8 @@
"type": "Identifier",
"name": "activeFilterIdx",
"range": [
- 9551,
- 9566
+ 9531,
+ 9546
],
"loc": {
"start": {
@@ -19129,8 +19111,8 @@
}
},
"range": [
- 9546,
- 9566
+ 9526,
+ 9546
],
"loc": {
"start": {
@@ -19147,8 +19129,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 9571,
- 9579
+ 9551,
+ 9559
],
"loc": {
"start": {
@@ -19162,8 +19144,8 @@
}
},
"range": [
- 9546,
- 9579
+ 9526,
+ 9559
],
"loc": {
"start": {
@@ -19190,8 +19172,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9595,
- 9599
+ 9575,
+ 9579
],
"loc": {
"start": {
@@ -19208,8 +19190,8 @@
"type": "Identifier",
"name": "activeFilterIdx",
"range": [
- 9600,
- 9615
+ 9580,
+ 9595
],
"loc": {
"start": {
@@ -19223,8 +19205,8 @@
}
},
"range": [
- 9595,
- 9615
+ 9575,
+ 9595
],
"loc": {
"start": {
@@ -19245,8 +19227,8 @@
"value": 1,
"raw": "1",
"range": [
- 9619,
- 9620
+ 9599,
+ 9600
],
"loc": {
"start": {
@@ -19261,8 +19243,8 @@
},
"prefix": true,
"range": [
- 9618,
- 9620
+ 9598,
+ 9600
],
"loc": {
"start": {
@@ -19276,8 +19258,8 @@
}
},
"range": [
- 9595,
- 9620
+ 9575,
+ 9600
],
"loc": {
"start": {
@@ -19291,8 +19273,8 @@
}
},
"range": [
- 9595,
- 9621
+ 9575,
+ 9601
],
"loc": {
"start": {
@@ -19307,8 +19289,8 @@
}
],
"range": [
- 9581,
- 9631
+ 9561,
+ 9611
],
"loc": {
"start": {
@@ -19323,8 +19305,8 @@
},
"alternate": null,
"range": [
- 9542,
- 9631
+ 9522,
+ 9611
],
"loc": {
"start": {
@@ -19345,8 +19327,8 @@
"type": "Identifier",
"name": "removeEvt",
"range": [
- 9640,
- 9649
+ 9620,
+ 9629
],
"loc": {
"start": {
@@ -19364,8 +19346,8 @@
"type": "Identifier",
"name": "root",
"range": [
- 9650,
- 9654
+ 9630,
+ 9634
],
"loc": {
"start": {
@@ -19383,8 +19365,8 @@
"value": "mouseup",
"raw": "'mouseup'",
"range": [
- 9656,
- 9665
+ 9636,
+ 9645
],
"loc": {
"start": {
@@ -19405,8 +19387,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 9668,
- 9671
+ 9648,
+ 9651
],
"loc": {
"start": {
@@ -19428,8 +19410,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9676,
- 9680
+ 9656,
+ 9660
],
"loc": {
"start": {
@@ -19446,8 +19428,8 @@
"type": "Identifier",
"name": "onMouseup",
"range": [
- 9681,
- 9690
+ 9661,
+ 9670
],
"loc": {
"start": {
@@ -19461,8 +19443,8 @@
}
},
"range": [
- 9676,
- 9690
+ 9656,
+ 9670
],
"loc": {
"start": {
@@ -19480,8 +19462,8 @@
"type": "Identifier",
"name": "evt",
"range": [
- 9691,
- 9694
+ 9671,
+ 9674
],
"loc": {
"start": {
@@ -19496,8 +19478,8 @@
}
],
"range": [
- 9676,
- 9695
+ 9656,
+ 9675
],
"loc": {
"start": {
@@ -19513,8 +19495,8 @@
"generator": false,
"expression": true,
"range": [
- 9667,
- 9695
+ 9647,
+ 9675
],
"loc": {
"start": {
@@ -19529,8 +19511,8 @@
}
],
"range": [
- 9640,
- 9696
+ 9620,
+ 9676
],
"loc": {
"start": {
@@ -19544,8 +19526,8 @@
}
},
"range": [
- 9640,
- 9697
+ 9620,
+ 9677
],
"loc": {
"start": {
@@ -19566,8 +19548,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9710,
- 9714
+ 9690,
+ 9694
],
"loc": {
"start": {
@@ -19584,8 +19566,8 @@
"type": "Identifier",
"name": "onAfterClose",
"range": [
- 9715,
- 9727
+ 9695,
+ 9707
],
"loc": {
"start": {
@@ -19599,8 +19581,8 @@
}
},
"range": [
- 9710,
- 9727
+ 9690,
+ 9707
],
"loc": {
"start": {
@@ -19629,8 +19611,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 9743,
- 9747
+ 9723,
+ 9727
],
"loc": {
"start": {
@@ -19647,8 +19629,8 @@
"type": "Identifier",
"name": "onAfterClose",
"range": [
- 9748,
- 9760
+ 9728,
+ 9740
],
"loc": {
"start": {
@@ -19662,8 +19644,8 @@
}
},
"range": [
- 9743,
- 9760
+ 9723,
+ 9740
],
"loc": {
"start": {
@@ -19680,8 +19662,8 @@
"type": "Identifier",
"name": "call",
"range": [
- 9761,
- 9765
+ 9741,
+ 9745
],
"loc": {
"start": {
@@ -19695,8 +19677,8 @@
}
},
"range": [
- 9743,
- 9765
+ 9723,
+ 9745
],
"loc": {
"start": {
@@ -19715,8 +19697,8 @@
"value": null,
"raw": "null",
"range": [
- 9766,
- 9770
+ 9746,
+ 9750
],
"loc": {
"start": {
@@ -19732,8 +19714,8 @@
{
"type": "ThisExpression",
"range": [
- 9772,
- 9776
+ 9752,
+ 9756
],
"loc": {
"start": {
@@ -19750,8 +19732,8 @@
"type": "Identifier",
"name": "container",
"range": [
- 9778,
- 9787
+ 9758,
+ 9767
],
"loc": {
"start": {
@@ -19768,8 +19750,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 9789,
- 9797
+ 9769,
+ 9777
],
"loc": {
"start": {
@@ -19784,8 +19766,8 @@
}
],
"range": [
- 9743,
- 9798
+ 9723,
+ 9778
],
"loc": {
"start": {
@@ -19799,8 +19781,8 @@
}
},
"range": [
- 9743,
- 9799
+ 9723,
+ 9779
],
"loc": {
"start": {
@@ -19815,8 +19797,8 @@
}
],
"range": [
- 9729,
- 9809
+ 9709,
+ 9789
],
"loc": {
"start": {
@@ -19831,8 +19813,8 @@
},
"alternate": null,
"range": [
- 9706,
- 9809
+ 9686,
+ 9789
],
"loc": {
"start": {
@@ -19847,8 +19829,8 @@
}
],
"range": [
- 9330,
- 9815
+ 9310,
+ 9795
],
"loc": {
"start": {
@@ -19864,8 +19846,8 @@
"generator": false,
"expression": false,
"range": [
- 9319,
- 9815
+ 9299,
+ 9795
],
"loc": {
"start": {
@@ -19881,8 +19863,8 @@
"kind": "method",
"computed": false,
"range": [
- 9314,
- 9815
+ 9294,
+ 9795
],
"loc": {
"start": {
@@ -19899,8 +19881,8 @@
"type": "Block",
"value": "*\n * Close popup filter of specified column\n * @param {Number} colIndex Column index\n ",
"range": [
- 9207,
- 9309
+ 9187,
+ 9289
],
"loc": {
"start": {
@@ -19919,8 +19901,8 @@
"type": "Block",
"value": "*\n * Check if popup filter for specified column is open\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n ",
"range": [
- 9821,
- 9961
+ 9801,
+ 9941
],
"loc": {
"start": {
@@ -19942,8 +19924,8 @@
"type": "Identifier",
"name": "isOpen",
"range": [
- 9966,
- 9972
+ 9946,
+ 9952
],
"loc": {
"start": {
@@ -19964,8 +19946,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 9973,
- 9981
+ 9953,
+ 9961
],
"loc": {
"start": {
@@ -20002,8 +19984,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 10000,
- 10004
+ 9980,
+ 9984
],
"loc": {
"start": {
@@ -20020,8 +20002,8 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 10005,
- 10012
+ 9985,
+ 9992
],
"loc": {
"start": {
@@ -20035,8 +20017,8 @@
}
},
"range": [
- 10000,
- 10012
+ 9980,
+ 9992
],
"loc": {
"start": {
@@ -20053,8 +20035,8 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 10013,
- 10021
+ 9993,
+ 10001
],
"loc": {
"start": {
@@ -20068,8 +20050,8 @@
}
},
"range": [
- 10000,
- 10022
+ 9980,
+ 10002
],
"loc": {
"start": {
@@ -20086,8 +20068,8 @@
"type": "Identifier",
"name": "style",
"range": [
- 10023,
- 10028
+ 10003,
+ 10008
],
"loc": {
"start": {
@@ -20101,8 +20083,8 @@
}
},
"range": [
- 10000,
- 10028
+ 9980,
+ 10008
],
"loc": {
"start": {
@@ -20119,8 +20101,8 @@
"type": "Identifier",
"name": "display",
"range": [
- 10029,
- 10036
+ 10009,
+ 10016
],
"loc": {
"start": {
@@ -20134,8 +20116,8 @@
}
},
"range": [
- 10000,
- 10036
+ 9980,
+ 10016
],
"loc": {
"start": {
@@ -20153,8 +20135,8 @@
"value": "block",
"raw": "'block'",
"range": [
- 10041,
- 10048
+ 10021,
+ 10028
],
"loc": {
"start": {
@@ -20168,8 +20150,8 @@
}
},
"range": [
- 10000,
- 10048
+ 9980,
+ 10028
],
"loc": {
"start": {
@@ -20183,8 +20165,8 @@
}
},
"range": [
- 9993,
- 10049
+ 9973,
+ 10029
],
"loc": {
"start": {
@@ -20199,8 +20181,8 @@
}
],
"range": [
- 9983,
- 10055
+ 9963,
+ 10035
],
"loc": {
"start": {
@@ -20216,8 +20198,8 @@
"generator": false,
"expression": false,
"range": [
- 9972,
- 10055
+ 9952,
+ 10035
],
"loc": {
"start": {
@@ -20233,8 +20215,8 @@
"kind": "method",
"computed": false,
"range": [
- 9966,
- 10055
+ 9946,
+ 10035
],
"loc": {
"start": {
@@ -20251,8 +20233,8 @@
"type": "Block",
"value": "*\n * Check if popup filter for specified column is open\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n ",
"range": [
- 9821,
- 9961
+ 9801,
+ 9941
],
"loc": {
"start": {
@@ -20271,8 +20253,8 @@
"type": "Block",
"value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ",
"range": [
- 10061,
- 10209
+ 10041,
+ 10189
],
"loc": {
"start": {
@@ -20294,8 +20276,8 @@
"type": "Identifier",
"name": "closeAll",
"range": [
- 10214,
- 10222
+ 10194,
+ 10202
],
"loc": {
"start": {
@@ -20316,8 +20298,8 @@
"type": "Identifier",
"name": "exceptIdx",
"range": [
- 10223,
- 10232
+ 10203,
+ 10212
],
"loc": {
"start": {
@@ -20345,8 +20327,8 @@
"type": "Identifier",
"name": "isUndef",
"range": [
- 10363,
- 10370
+ 10343,
+ 10350
],
"loc": {
"start": {
@@ -20364,8 +20346,8 @@
"type": "Identifier",
"name": "exceptIdx",
"range": [
- 10371,
- 10380
+ 10351,
+ 10360
],
"loc": {
"start": {
@@ -20380,8 +20362,8 @@
}
],
"range": [
- 10363,
- 10381
+ 10343,
+ 10361
],
"loc": {
"start": {
@@ -20403,8 +20385,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 10386,
- 10390
+ 10366,
+ 10370
],
"loc": {
"start": {
@@ -20421,8 +20403,8 @@
"type": "Identifier",
"name": "closeOnFiltering",
"range": [
- 10391,
- 10407
+ 10371,
+ 10387
],
"loc": {
"start": {
@@ -20436,8 +20418,8 @@
}
},
"range": [
- 10386,
- 10407
+ 10366,
+ 10387
],
"loc": {
"start": {
@@ -20452,8 +20434,8 @@
},
"prefix": true,
"range": [
- 10385,
- 10407
+ 10365,
+ 10387
],
"loc": {
"start": {
@@ -20467,8 +20449,8 @@
}
},
"range": [
- 10363,
- 10407
+ 10343,
+ 10387
],
"loc": {
"start": {
@@ -20488,8 +20470,8 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 10423,
- 10430
+ 10403,
+ 10410
],
"loc": {
"start": {
@@ -20504,8 +20486,8 @@
}
],
"range": [
- 10409,
- 10440
+ 10389,
+ 10420
],
"loc": {
"start": {
@@ -20520,8 +20502,8 @@
},
"alternate": null,
"range": [
- 10359,
- 10440
+ 10339,
+ 10420
],
"loc": {
"start": {
@@ -20538,8 +20520,8 @@
"type": "Line",
"value": " Do not close filters only if argument is undefined and close on",
"range": [
- 10244,
- 10310
+ 10224,
+ 10290
],
"loc": {
"start": {
@@ -20556,8 +20538,8 @@
"type": "Line",
"value": " filtering option is disabled",
"range": [
- 10319,
- 10350
+ 10299,
+ 10330
],
"loc": {
"start": {
@@ -20583,8 +20565,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 10458,
- 10459
+ 10438,
+ 10439
],
"loc": {
"start": {
@@ -20602,8 +20584,8 @@
"value": 0,
"raw": "0",
"range": [
- 10462,
- 10463
+ 10442,
+ 10443
],
"loc": {
"start": {
@@ -20617,8 +20599,8 @@
}
},
"range": [
- 10458,
- 10463
+ 10438,
+ 10443
],
"loc": {
"start": {
@@ -20634,8 +20616,8 @@
],
"kind": "let",
"range": [
- 10454,
- 10463
+ 10434,
+ 10443
],
"loc": {
"start": {
@@ -20655,8 +20637,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 10465,
- 10466
+ 10445,
+ 10446
],
"loc": {
"start": {
@@ -20678,8 +20660,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 10469,
- 10473
+ 10449,
+ 10453
],
"loc": {
"start": {
@@ -20696,8 +20678,8 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 10474,
- 10481
+ 10454,
+ 10461
],
"loc": {
"start": {
@@ -20711,8 +20693,8 @@
}
},
"range": [
- 10469,
- 10481
+ 10449,
+ 10461
],
"loc": {
"start": {
@@ -20729,8 +20711,8 @@
"type": "Identifier",
"name": "length",
"range": [
- 10482,
- 10488
+ 10462,
+ 10468
],
"loc": {
"start": {
@@ -20744,8 +20726,8 @@
}
},
"range": [
- 10469,
- 10488
+ 10449,
+ 10468
],
"loc": {
"start": {
@@ -20759,8 +20741,8 @@
}
},
"range": [
- 10465,
- 10488
+ 10445,
+ 10468
],
"loc": {
"start": {
@@ -20780,8 +20762,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 10490,
- 10491
+ 10470,
+ 10471
],
"loc": {
"start": {
@@ -20796,8 +20778,8 @@
},
"prefix": false,
"range": [
- 10490,
- 10493
+ 10470,
+ 10473
],
"loc": {
"start": {
@@ -20822,8 +20804,8 @@
"type": "Identifier",
"name": "i",
"range": [
- 10513,
- 10514
+ 10493,
+ 10494
],
"loc": {
"start": {
@@ -20840,8 +20822,8 @@
"type": "Identifier",
"name": "exceptIdx",
"range": [
- 10519,
- 10528
+ 10499,
+ 10508
],
"loc": {
"start": {
@@ -20855,8 +20837,8 @@
}
},
"range": [
- 10513,
- 10528
+ 10493,
+ 10508
],
"loc": {
"start": {
@@ -20876,8 +20858,8 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 10548,
- 10557
+ 10528,
+ 10537
],
"loc": {
"start": {
@@ -20892,8 +20874,8 @@
}
],
"range": [
- 10530,
- 10571
+ 10510,
+ 10551
],
"loc": {
"start": {
@@ -20908,8 +20890,8 @@
},
"alternate": null,
"range": [
- 10509,
- 10571
+ 10489,
+ 10551
],
"loc": {
"start": {
@@ -20920,27 +20902,7 @@
"line": 369,
"column": 13
}
- },
- "trailingComments": [
- {
- "type": "Line",
- "value": " let container = this.fltElms[i];",
- "range": [
- 10584,
- 10619
- ],
- "loc": {
- "start": {
- "line": 370,
- "column": 12
- },
- "end": {
- "line": 370,
- "column": 47
- }
- }
- }
- ]
+ }
},
{
"type": "VariableDeclaration",
@@ -20951,16 +20913,16 @@
"type": "Identifier",
"name": "fltType",
"range": [
- 10636,
- 10643
+ 10568,
+ 10575
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 16
},
"end": {
- "line": 371,
+ "line": 370,
"column": 23
}
}
@@ -20974,16 +20936,16 @@
"type": "Identifier",
"name": "tf",
"range": [
- 10646,
- 10648
+ 10578,
+ 10580
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 26
},
"end": {
- "line": 371,
+ "line": 370,
"column": 28
}
}
@@ -20992,31 +20954,31 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 10649,
- 10662
+ 10581,
+ 10594
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 29
},
"end": {
- "line": 371,
+ "line": 370,
"column": 42
}
}
},
"range": [
- 10646,
- 10662
+ 10578,
+ 10594
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 26
},
"end": {
- "line": 371,
+ "line": 370,
"column": 42
}
}
@@ -21026,47 +20988,47 @@
"type": "Identifier",
"name": "i",
"range": [
- 10663,
- 10664
+ 10595,
+ 10596
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 43
},
"end": {
- "line": 371,
+ "line": 370,
"column": 44
}
}
}
],
"range": [
- 10646,
- 10665
+ 10578,
+ 10597
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 26
},
"end": {
- "line": 371,
+ "line": 370,
"column": 45
}
}
},
"range": [
- 10636,
- 10665
+ 10568,
+ 10597
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 16
},
"end": {
- "line": 371,
+ "line": 370,
"column": 45
}
}
@@ -21074,39 +21036,19 @@
],
"kind": "let",
"range": [
- 10632,
- 10666
+ 10564,
+ 10598
],
"loc": {
"start": {
- "line": 371,
+ "line": 370,
"column": 12
},
"end": {
- "line": 371,
+ "line": 370,
"column": 46
}
- },
- "leadingComments": [
- {
- "type": "Line",
- "value": " let container = this.fltElms[i];",
- "range": [
- 10584,
- 10619
- ],
- "loc": {
- "start": {
- "line": 370,
- "column": 12
- },
- "end": {
- "line": 370,
- "column": 47
- }
- }
- }
- ]
+ }
},
{
"type": "VariableDeclaration",
@@ -21117,16 +21059,16 @@
"type": "Identifier",
"name": "isMultipleFilter",
"range": [
- 10683,
- 10699
+ 10615,
+ 10631
],
"loc": {
"start": {
- "line": 372,
+ "line": 371,
"column": 16
},
"end": {
- "line": 372,
+ "line": 371,
"column": 32
}
}
@@ -21141,16 +21083,16 @@
"type": "Identifier",
"name": "fltType",
"range": [
- 10719,
- 10726
+ 10651,
+ 10658
],
"loc": {
"start": {
- "line": 373,
+ "line": 372,
"column": 17
},
"end": {
- "line": 373,
+ "line": 372,
"column": 24
}
}
@@ -21159,31 +21101,31 @@
"type": "Identifier",
"name": "CHECKLIST",
"range": [
- 10731,
- 10740
+ 10663,
+ 10672
],
"loc": {
"start": {
- "line": 373,
+ "line": 372,
"column": 29
},
"end": {
- "line": 373,
+ "line": 372,
"column": 38
}
}
},
"range": [
- 10719,
- 10740
+ 10651,
+ 10672
],
"loc": {
"start": {
- "line": 373,
+ "line": 372,
"column": 17
},
"end": {
- "line": 373,
+ "line": 372,
"column": 38
}
}
@@ -21195,16 +21137,16 @@
"type": "Identifier",
"name": "fltType",
"range": [
- 10744,
- 10751
+ 10676,
+ 10683
],
"loc": {
"start": {
- "line": 373,
+ "line": 372,
"column": 42
},
"end": {
- "line": 373,
+ "line": 372,
"column": 49
}
}
@@ -21213,61 +21155,61 @@
"type": "Identifier",
"name": "MULTIPLE",
"range": [
- 10756,
- 10764
+ 10688,
+ 10696
],
"loc": {
"start": {
- "line": 373,
+ "line": 372,
"column": 54
},
"end": {
- "line": 373,
+ "line": 372,
"column": 62
}
}
},
"range": [
- 10744,
- 10764
+ 10676,
+ 10696
],
"loc": {
"start": {
- "line": 373,
+ "line": 372,
"column": 42
},
"end": {
- "line": 373,
+ "line": 372,
"column": 62
}
}
},
"range": [
- 10719,
- 10764
+ 10651,
+ 10696
],
"loc": {
"start": {
- "line": 373,
+ "line": 372,
"column": 17
},
"end": {
- "line": 373,
+ "line": 372,
"column": 62
}
}
},
"range": [
- 10683,
- 10765
+ 10615,
+ 10697
],
"loc": {
"start": {
- "line": 372,
+ "line": 371,
"column": 16
},
"end": {
- "line": 373,
+ "line": 372,
"column": 63
}
}
@@ -21275,16 +21217,16 @@
],
"kind": "let",
"range": [
- 10679,
- 10766
+ 10611,
+ 10698
],
"loc": {
"start": {
- "line": 372,
+ "line": 371,
"column": 12
},
"end": {
- "line": 373,
+ "line": 372,
"column": 64
}
},
@@ -21293,16 +21235,16 @@
"type": "Line",
"value": " Always hide all single selection filter types but hide multiple",
"range": [
- 10780,
- 10846
+ 10712,
+ 10778
],
"loc": {
"start": {
- "line": 375,
+ "line": 374,
"column": 12
},
"end": {
- "line": 375,
+ "line": 374,
"column": 78
}
}
@@ -21311,16 +21253,16 @@
"type": "Line",
"value": " selection filter types only if index set",
"range": [
- 10859,
- 10902
+ 10791,
+ 10834
],
"loc": {
"start": {
- "line": 376,
+ "line": 375,
"column": 12
},
"end": {
- "line": 376,
+ "line": 375,
"column": 55
}
}
@@ -21339,32 +21281,32 @@
"type": "Identifier",
"name": "isMultipleFilter",
"range": [
- 10920,
- 10936
+ 10852,
+ 10868
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 17
},
"end": {
- "line": 377,
+ "line": 376,
"column": 33
}
}
},
"prefix": true,
"range": [
- 10919,
- 10936
+ 10851,
+ 10868
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 16
},
"end": {
- "line": 377,
+ "line": 376,
"column": 33
}
}
@@ -21378,16 +21320,16 @@
"type": "Identifier",
"name": "isUndef",
"range": [
- 10941,
- 10948
+ 10873,
+ 10880
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 38
},
"end": {
- "line": 377,
+ "line": 376,
"column": 45
}
}
@@ -21397,63 +21339,63 @@
"type": "Identifier",
"name": "exceptIdx",
"range": [
- 10949,
- 10958
+ 10881,
+ 10890
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 46
},
"end": {
- "line": 377,
+ "line": 376,
"column": 55
}
}
}
],
"range": [
- 10941,
- 10959
+ 10873,
+ 10891
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 38
},
"end": {
- "line": 377,
+ "line": 376,
"column": 56
}
}
},
"prefix": true,
"range": [
- 10940,
- 10959
+ 10872,
+ 10891
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 37
},
"end": {
- "line": 377,
+ "line": 376,
"column": 56
}
}
},
"range": [
- 10919,
- 10959
+ 10851,
+ 10891
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 16
},
"end": {
- "line": 377,
+ "line": 376,
"column": 56
}
}
@@ -21471,16 +21413,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 10979,
- 10983
+ 10911,
+ 10915
],
"loc": {
"start": {
- "line": 378,
+ "line": 377,
"column": 16
},
"end": {
- "line": 378,
+ "line": 377,
"column": 20
}
}
@@ -21489,31 +21431,31 @@
"type": "Identifier",
"name": "close",
"range": [
- 10984,
- 10989
+ 10916,
+ 10921
],
"loc": {
"start": {
- "line": 378,
+ "line": 377,
"column": 21
},
"end": {
- "line": 378,
+ "line": 377,
"column": 26
}
}
},
"range": [
- 10979,
- 10989
+ 10911,
+ 10921
],
"loc": {
"start": {
- "line": 378,
+ "line": 377,
"column": 16
},
"end": {
- "line": 378,
+ "line": 377,
"column": 26
}
}
@@ -21523,79 +21465,79 @@
"type": "Identifier",
"name": "i",
"range": [
- 10990,
- 10991
+ 10922,
+ 10923
],
"loc": {
"start": {
- "line": 378,
+ "line": 377,
"column": 27
},
"end": {
- "line": 378,
+ "line": 377,
"column": 28
}
}
}
],
"range": [
- 10979,
- 10992
+ 10911,
+ 10924
],
"loc": {
"start": {
- "line": 378,
+ "line": 377,
"column": 16
},
"end": {
- "line": 378,
+ "line": 377,
"column": 29
}
}
},
"range": [
- 10979,
- 10993
+ 10911,
+ 10925
],
"loc": {
"start": {
- "line": 378,
+ "line": 377,
"column": 16
},
"end": {
- "line": 378,
+ "line": 377,
"column": 30
}
}
}
],
"range": [
- 10961,
- 11007
+ 10893,
+ 10939
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 58
},
"end": {
- "line": 379,
+ "line": 378,
"column": 13
}
}
},
"alternate": null,
"range": [
- 10915,
- 11007
+ 10847,
+ 10939
],
"loc": {
"start": {
- "line": 377,
+ "line": 376,
"column": 12
},
"end": {
- "line": 379,
+ "line": 378,
"column": 13
}
},
@@ -21604,16 +21546,16 @@
"type": "Line",
"value": " Always hide all single selection filter types but hide multiple",
"range": [
- 10780,
- 10846
+ 10712,
+ 10778
],
"loc": {
"start": {
- "line": 375,
+ "line": 374,
"column": 12
},
"end": {
- "line": 375,
+ "line": 374,
"column": 78
}
}
@@ -21622,16 +21564,16 @@
"type": "Line",
"value": " selection filter types only if index set",
"range": [
- 10859,
- 10902
+ 10791,
+ 10834
],
"loc": {
"start": {
- "line": 376,
+ "line": 375,
"column": 12
},
"end": {
- "line": 376,
+ "line": 375,
"column": 55
}
}
@@ -21640,8 +21582,8 @@
}
],
"range": [
- 10495,
- 11017
+ 10475,
+ 10949
],
"loc": {
"start": {
@@ -21649,14 +21591,14 @@
"column": 54
},
"end": {
- "line": 380,
+ "line": 379,
"column": 9
}
}
},
"range": [
- 10449,
- 11017
+ 10429,
+ 10949
],
"loc": {
"start": {
@@ -21664,15 +21606,15 @@
"column": 8
},
"end": {
- "line": 380,
+ "line": 379,
"column": 9
}
}
}
],
"range": [
- 10234,
- 11023
+ 10214,
+ 10955
],
"loc": {
"start": {
@@ -21680,7 +21622,7 @@
"column": 24
},
"end": {
- "line": 381,
+ "line": 380,
"column": 5
}
}
@@ -21688,8 +21630,8 @@
"generator": false,
"expression": false,
"range": [
- 10222,
- 11023
+ 10202,
+ 10955
],
"loc": {
"start": {
@@ -21697,7 +21639,7 @@
"column": 12
},
"end": {
- "line": 381,
+ "line": 380,
"column": 5
}
}
@@ -21705,8 +21647,8 @@
"kind": "method",
"computed": false,
"range": [
- 10214,
- 11023
+ 10194,
+ 10955
],
"loc": {
"start": {
@@ -21714,7 +21656,7 @@
"column": 4
},
"end": {
- "line": 381,
+ "line": 380,
"column": 5
}
},
@@ -21723,8 +21665,8 @@
"type": "Block",
"value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ",
"range": [
- 10061,
- 10209
+ 10041,
+ 10189
],
"loc": {
"start": {
@@ -21743,16 +21685,16 @@
"type": "Block",
"value": "*\n * Build all the icons representing the pop-up filters\n ",
"range": [
- 11029,
- 11099
+ 10961,
+ 11031
],
"loc": {
"start": {
- "line": 383,
+ "line": 382,
"column": 4
},
"end": {
- "line": 385,
+ "line": 384,
"column": 7
}
}
@@ -21766,16 +21708,16 @@
"type": "Identifier",
"name": "setIconsState",
"range": [
- 11104,
- 11117
+ 11036,
+ 11049
],
"loc": {
"start": {
- "line": 386,
+ "line": 385,
"column": 4
},
"end": {
- "line": 386,
+ "line": 385,
"column": 17
}
}
@@ -21798,16 +21740,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 11139,
- 11140
+ 11071,
+ 11072
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 17
},
"end": {
- "line": 387,
+ "line": 386,
"column": 18
}
}
@@ -21817,31 +21759,31 @@
"value": 0,
"raw": "0",
"range": [
- 11143,
- 11144
+ 11075,
+ 11076
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 21
},
"end": {
- "line": 387,
+ "line": 386,
"column": 22
}
}
},
"range": [
- 11139,
- 11144
+ 11071,
+ 11076
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 17
},
"end": {
- "line": 387,
+ "line": 386,
"column": 22
}
}
@@ -21849,16 +21791,16 @@
],
"kind": "let",
"range": [
- 11135,
- 11144
+ 11067,
+ 11076
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 13
},
"end": {
- "line": 387,
+ "line": 386,
"column": 22
}
}
@@ -21870,16 +21812,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 11146,
- 11147
+ 11078,
+ 11079
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 24
},
"end": {
- "line": 387,
+ "line": 386,
"column": 25
}
}
@@ -21893,16 +21835,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11150,
- 11154
+ 11082,
+ 11086
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 28
},
"end": {
- "line": 387,
+ "line": 386,
"column": 32
}
}
@@ -21911,31 +21853,31 @@
"type": "Identifier",
"name": "fltIcons",
"range": [
- 11155,
- 11163
+ 11087,
+ 11095
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 33
},
"end": {
- "line": 387,
+ "line": 386,
"column": 41
}
}
},
"range": [
- 11150,
- 11163
+ 11082,
+ 11095
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 28
},
"end": {
- "line": 387,
+ "line": 386,
"column": 41
}
}
@@ -21944,46 +21886,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 11164,
- 11170
+ 11096,
+ 11102
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 42
},
"end": {
- "line": 387,
+ "line": 386,
"column": 48
}
}
},
"range": [
- 11150,
- 11170
+ 11082,
+ 11102
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 28
},
"end": {
- "line": 387,
+ "line": 386,
"column": 48
}
}
},
"range": [
- 11146,
- 11170
+ 11078,
+ 11102
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 24
},
"end": {
- "line": 387,
+ "line": 386,
"column": 48
}
}
@@ -21995,32 +21937,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 11172,
- 11173
+ 11104,
+ 11105
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 50
},
"end": {
- "line": 387,
+ "line": 386,
"column": 51
}
}
},
"prefix": false,
"range": [
- 11172,
- 11175
+ 11104,
+ 11107
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 50
},
"end": {
- "line": 387,
+ "line": 386,
"column": 53
}
}
@@ -22038,16 +21980,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11191,
- 11195
+ 11123,
+ 11127
],
"loc": {
"start": {
- "line": 388,
+ "line": 387,
"column": 12
},
"end": {
- "line": 388,
+ "line": 387,
"column": 16
}
}
@@ -22056,31 +21998,31 @@
"type": "Identifier",
"name": "changeState",
"range": [
- 11196,
- 11207
+ 11128,
+ 11139
],
"loc": {
"start": {
- "line": 388,
+ "line": 387,
"column": 17
},
"end": {
- "line": 388,
+ "line": 387,
"column": 28
}
}
},
"range": [
- 11191,
- 11207
+ 11123,
+ 11139
],
"loc": {
"start": {
- "line": 388,
+ "line": 387,
"column": 12
},
"end": {
- "line": 388,
+ "line": 387,
"column": 28
}
}
@@ -22090,16 +22032,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 11208,
- 11209
+ 11140,
+ 11141
],
"loc": {
"start": {
- "line": 388,
+ "line": 387,
"column": 29
},
"end": {
- "line": 388,
+ "line": 387,
"column": 30
}
}
@@ -22109,94 +22051,94 @@
"value": false,
"raw": "false",
"range": [
- 11211,
- 11216
+ 11143,
+ 11148
],
"loc": {
"start": {
- "line": 388,
+ "line": 387,
"column": 32
},
"end": {
- "line": 388,
+ "line": 387,
"column": 37
}
}
}
],
"range": [
- 11191,
- 11217
+ 11123,
+ 11149
],
"loc": {
"start": {
- "line": 388,
+ "line": 387,
"column": 12
},
"end": {
- "line": 388,
+ "line": 387,
"column": 38
}
}
},
"range": [
- 11191,
- 11218
+ 11123,
+ 11150
],
"loc": {
"start": {
- "line": 388,
+ "line": 387,
"column": 12
},
"end": {
- "line": 388,
+ "line": 387,
"column": 39
}
}
}
],
"range": [
- 11177,
- 11228
+ 11109,
+ 11160
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 55
},
"end": {
- "line": 389,
+ "line": 388,
"column": 9
}
}
},
"range": [
- 11130,
- 11228
+ 11062,
+ 11160
],
"loc": {
"start": {
- "line": 387,
+ "line": 386,
"column": 8
},
"end": {
- "line": 389,
+ "line": 388,
"column": 9
}
}
}
],
"range": [
- 11120,
- 11234
+ 11052,
+ 11166
],
"loc": {
"start": {
- "line": 386,
+ "line": 385,
"column": 20
},
"end": {
- "line": 390,
+ "line": 389,
"column": 5
}
}
@@ -22204,16 +22146,16 @@
"generator": false,
"expression": false,
"range": [
- 11117,
- 11234
+ 11049,
+ 11166
],
"loc": {
"start": {
- "line": 386,
+ "line": 385,
"column": 17
},
"end": {
- "line": 390,
+ "line": 389,
"column": 5
}
}
@@ -22221,16 +22163,16 @@
"kind": "method",
"computed": false,
"range": [
- 11104,
- 11234
+ 11036,
+ 11166
],
"loc": {
"start": {
- "line": 386,
+ "line": 385,
"column": 4
},
"end": {
- "line": 390,
+ "line": 389,
"column": 5
}
},
@@ -22239,16 +22181,16 @@
"type": "Block",
"value": "*\n * Build all the icons representing the pop-up filters\n ",
"range": [
- 11029,
- 11099
+ 10961,
+ 11031
],
"loc": {
"start": {
- "line": 383,
+ "line": 382,
"column": 4
},
"end": {
- "line": 385,
+ "line": 384,
"column": 7
}
}
@@ -22259,16 +22201,16 @@
"type": "Block",
"value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ",
"range": [
- 11240,
- 11384
+ 11172,
+ 11316
],
"loc": {
"start": {
- "line": 392,
+ "line": 391,
"column": 4
},
"end": {
- "line": 396,
+ "line": 395,
"column": 7
}
}
@@ -22282,16 +22224,16 @@
"type": "Identifier",
"name": "changeState",
"range": [
- 11389,
- 11400
+ 11321,
+ 11332
],
"loc": {
"start": {
- "line": 397,
+ "line": 396,
"column": 4
},
"end": {
- "line": 397,
+ "line": 396,
"column": 15
}
}
@@ -22304,16 +22246,16 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 11401,
- 11409
+ 11333,
+ 11341
],
"loc": {
"start": {
- "line": 397,
+ "line": 396,
"column": 16
},
"end": {
- "line": 397,
+ "line": 396,
"column": 24
}
}
@@ -22322,16 +22264,16 @@
"type": "Identifier",
"name": "active",
"range": [
- 11411,
- 11417
+ 11343,
+ 11349
],
"loc": {
"start": {
- "line": 397,
+ "line": 396,
"column": 26
},
"end": {
- "line": 397,
+ "line": 396,
"column": 32
}
}
@@ -22349,16 +22291,16 @@
"type": "Identifier",
"name": "icon",
"range": [
- 11433,
- 11437
+ 11365,
+ 11369
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 12
},
"end": {
- "line": 398,
+ "line": 397,
"column": 16
}
}
@@ -22372,16 +22314,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11440,
- 11444
+ 11372,
+ 11376
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 19
},
"end": {
- "line": 398,
+ "line": 397,
"column": 23
}
}
@@ -22390,31 +22332,31 @@
"type": "Identifier",
"name": "fltIcons",
"range": [
- 11445,
- 11453
+ 11377,
+ 11385
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 24
},
"end": {
- "line": 398,
+ "line": 397,
"column": 32
}
}
},
"range": [
- 11440,
- 11453
+ 11372,
+ 11385
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 19
},
"end": {
- "line": 398,
+ "line": 397,
"column": 32
}
}
@@ -22423,46 +22365,46 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 11454,
- 11462
+ 11386,
+ 11394
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 33
},
"end": {
- "line": 398,
+ "line": 397,
"column": 41
}
}
},
"range": [
- 11440,
- 11463
+ 11372,
+ 11395
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 19
},
"end": {
- "line": 398,
+ "line": 397,
"column": 42
}
}
},
"range": [
- 11433,
- 11463
+ 11365,
+ 11395
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 12
},
"end": {
- "line": 398,
+ "line": 397,
"column": 42
}
}
@@ -22470,16 +22412,16 @@
],
"kind": "let",
"range": [
- 11429,
- 11464
+ 11361,
+ 11396
],
"loc": {
"start": {
- "line": 398,
+ "line": 397,
"column": 8
},
"end": {
- "line": 398,
+ "line": 397,
"column": 43
}
}
@@ -22490,16 +22432,16 @@
"type": "Identifier",
"name": "icon",
"range": [
- 11477,
- 11481
+ 11409,
+ 11413
],
"loc": {
"start": {
- "line": 399,
+ "line": 398,
"column": 12
},
"end": {
- "line": 399,
+ "line": 398,
"column": 16
}
}
@@ -22519,16 +22461,16 @@
"type": "Identifier",
"name": "icon",
"range": [
- 11497,
- 11501
+ 11429,
+ 11433
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 12
},
"end": {
- "line": 400,
+ "line": 399,
"column": 16
}
}
@@ -22537,31 +22479,31 @@
"type": "Identifier",
"name": "src",
"range": [
- 11502,
- 11505
+ 11434,
+ 11437
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 17
},
"end": {
- "line": 400,
+ "line": 399,
"column": 20
}
}
},
"range": [
- 11497,
- 11505
+ 11429,
+ 11437
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 12
},
"end": {
- "line": 400,
+ "line": 399,
"column": 20
}
}
@@ -22572,16 +22514,16 @@
"type": "Identifier",
"name": "active",
"range": [
- 11508,
- 11514
+ 11440,
+ 11446
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 23
},
"end": {
- "line": 400,
+ "line": 399,
"column": 29
}
}
@@ -22592,16 +22534,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11517,
- 11521
+ 11449,
+ 11453
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 32
},
"end": {
- "line": 400,
+ "line": 399,
"column": 36
}
}
@@ -22610,31 +22552,31 @@
"type": "Identifier",
"name": "activeIconPath",
"range": [
- 11522,
- 11536
+ 11454,
+ 11468
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 37
},
"end": {
- "line": 400,
+ "line": 399,
"column": 51
}
}
},
"range": [
- 11517,
- 11536
+ 11449,
+ 11468
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 32
},
"end": {
- "line": 400,
+ "line": 399,
"column": 51
}
}
@@ -22645,16 +22587,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11539,
- 11543
+ 11471,
+ 11475
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 54
},
"end": {
- "line": 400,
+ "line": 399,
"column": 58
}
}
@@ -22663,124 +22605,124 @@
"type": "Identifier",
"name": "iconPath",
"range": [
- 11544,
- 11552
+ 11476,
+ 11484
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 59
},
"end": {
- "line": 400,
+ "line": 399,
"column": 67
}
}
},
"range": [
- 11539,
- 11552
+ 11471,
+ 11484
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 54
},
"end": {
- "line": 400,
+ "line": 399,
"column": 67
}
}
},
"range": [
- 11508,
- 11552
+ 11440,
+ 11484
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 23
},
"end": {
- "line": 400,
+ "line": 399,
"column": 67
}
}
},
"range": [
- 11497,
- 11552
+ 11429,
+ 11484
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 12
},
"end": {
- "line": 400,
+ "line": 399,
"column": 67
}
}
},
"range": [
- 11497,
- 11553
+ 11429,
+ 11485
],
"loc": {
"start": {
- "line": 400,
+ "line": 399,
"column": 12
},
"end": {
- "line": 400,
+ "line": 399,
"column": 68
}
}
}
],
"range": [
- 11483,
- 11563
+ 11415,
+ 11495
],
"loc": {
"start": {
- "line": 399,
+ "line": 398,
"column": 18
},
"end": {
- "line": 401,
+ "line": 400,
"column": 9
}
}
},
"alternate": null,
"range": [
- 11473,
- 11563
+ 11405,
+ 11495
],
"loc": {
"start": {
- "line": 399,
+ "line": 398,
"column": 8
},
"end": {
- "line": 401,
+ "line": 400,
"column": 9
}
}
}
],
"range": [
- 11419,
- 11569
+ 11351,
+ 11501
],
"loc": {
"start": {
- "line": 397,
+ "line": 396,
"column": 34
},
"end": {
- "line": 402,
+ "line": 401,
"column": 5
}
}
@@ -22788,16 +22730,16 @@
"generator": false,
"expression": false,
"range": [
- 11400,
- 11569
+ 11332,
+ 11501
],
"loc": {
"start": {
- "line": 397,
+ "line": 396,
"column": 15
},
"end": {
- "line": 402,
+ "line": 401,
"column": 5
}
}
@@ -22805,16 +22747,16 @@
"kind": "method",
"computed": false,
"range": [
- 11389,
- 11569
+ 11321,
+ 11501
],
"loc": {
"start": {
- "line": 397,
+ "line": 396,
"column": 4
},
"end": {
- "line": 402,
+ "line": 401,
"column": 5
}
},
@@ -22823,16 +22765,16 @@
"type": "Block",
"value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ",
"range": [
- 11240,
- 11384
+ 11172,
+ 11316
],
"loc": {
"start": {
- "line": 392,
+ "line": 391,
"column": 4
},
"end": {
- "line": 396,
+ "line": 395,
"column": 7
}
}
@@ -22843,16 +22785,16 @@
"type": "Block",
"value": "*\n * Remove pop-up filters\n ",
"range": [
- 11575,
- 11615
+ 11507,
+ 11547
],
"loc": {
"start": {
- "line": 404,
+ "line": 403,
"column": 4
},
"end": {
- "line": 406,
+ "line": 405,
"column": 7
}
}
@@ -22866,16 +22808,16 @@
"type": "Identifier",
"name": "destroy",
"range": [
- 11620,
- 11627
+ 11552,
+ 11559
],
"loc": {
"start": {
- "line": 407,
+ "line": 406,
"column": 4
},
"end": {
- "line": 407,
+ "line": 406,
"column": 11
}
}
@@ -22898,16 +22840,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11645,
- 11649
+ 11577,
+ 11581
],
"loc": {
"start": {
- "line": 408,
+ "line": 407,
"column": 13
},
"end": {
- "line": 408,
+ "line": 407,
"column": 17
}
}
@@ -22916,47 +22858,47 @@
"type": "Identifier",
"name": "initialized",
"range": [
- 11650,
- 11661
+ 11582,
+ 11593
],
"loc": {
"start": {
- "line": 408,
+ "line": 407,
"column": 18
},
"end": {
- "line": 408,
+ "line": 407,
"column": 29
}
}
},
"range": [
- 11645,
- 11661
+ 11577,
+ 11593
],
"loc": {
"start": {
- "line": 408,
+ "line": 407,
"column": 13
},
"end": {
- "line": 408,
+ "line": 407,
"column": 29
}
}
},
"prefix": true,
"range": [
- 11644,
- 11661
+ 11576,
+ 11593
],
"loc": {
"start": {
- "line": 408,
+ "line": 407,
"column": 12
},
"end": {
- "line": 408,
+ "line": 407,
"column": 29
}
}
@@ -22968,48 +22910,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 11677,
- 11684
+ 11609,
+ 11616
],
"loc": {
"start": {
- "line": 409,
+ "line": 408,
"column": 12
},
"end": {
- "line": 409,
+ "line": 408,
"column": 19
}
}
}
],
"range": [
- 11663,
- 11694
+ 11595,
+ 11626
],
"loc": {
"start": {
- "line": 408,
+ "line": 407,
"column": 31
},
"end": {
- "line": 410,
+ "line": 409,
"column": 9
}
}
},
"alternate": null,
"range": [
- 11640,
- 11694
+ 11572,
+ 11626
],
"loc": {
"start": {
- "line": 408,
+ "line": 407,
"column": 8
},
"end": {
- "line": 410,
+ "line": 409,
"column": 9
}
}
@@ -23025,16 +22967,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11704,
- 11708
+ 11636,
+ 11640
],
"loc": {
"start": {
- "line": 412,
+ "line": 411,
"column": 8
},
"end": {
- "line": 412,
+ "line": 411,
"column": 12
}
}
@@ -23043,31 +22985,31 @@
"type": "Identifier",
"name": "filtersCache",
"range": [
- 11709,
- 11721
+ 11641,
+ 11653
],
"loc": {
"start": {
- "line": 412,
+ "line": 411,
"column": 13
},
"end": {
- "line": 412,
+ "line": 411,
"column": 25
}
}
},
"range": [
- 11704,
- 11721
+ 11636,
+ 11653
],
"loc": {
"start": {
- "line": 412,
+ "line": 411,
"column": 8
},
"end": {
- "line": 412,
+ "line": 411,
"column": 25
}
}
@@ -23076,46 +23018,46 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 11724,
- 11726
+ 11656,
+ 11658
],
"loc": {
"start": {
- "line": 412,
+ "line": 411,
"column": 28
},
"end": {
- "line": 412,
+ "line": 411,
"column": 30
}
}
},
"range": [
- 11704,
- 11726
+ 11636,
+ 11658
],
"loc": {
"start": {
- "line": 412,
+ "line": 411,
"column": 8
},
"end": {
- "line": 412,
+ "line": 411,
"column": 30
}
}
},
"range": [
- 11704,
- 11727
+ 11636,
+ 11659
],
"loc": {
"start": {
- "line": 412,
+ "line": 411,
"column": 8
},
"end": {
- "line": 412,
+ "line": 411,
"column": 31
}
}
@@ -23131,16 +23073,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 11745,
- 11746
+ 11677,
+ 11678
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 17
},
"end": {
- "line": 413,
+ "line": 412,
"column": 18
}
}
@@ -23150,31 +23092,31 @@
"value": 0,
"raw": "0",
"range": [
- 11749,
- 11750
+ 11681,
+ 11682
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 21
},
"end": {
- "line": 413,
+ "line": 412,
"column": 22
}
}
},
"range": [
- 11745,
- 11750
+ 11677,
+ 11682
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 17
},
"end": {
- "line": 413,
+ "line": 412,
"column": 22
}
}
@@ -23182,16 +23124,16 @@
],
"kind": "let",
"range": [
- 11741,
- 11750
+ 11673,
+ 11682
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 13
},
"end": {
- "line": 413,
+ "line": 412,
"column": 22
}
}
@@ -23203,16 +23145,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 11752,
- 11753
+ 11684,
+ 11685
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 24
},
"end": {
- "line": 413,
+ "line": 412,
"column": 25
}
}
@@ -23226,16 +23168,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11756,
- 11760
+ 11688,
+ 11692
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 28
},
"end": {
- "line": 413,
+ "line": 412,
"column": 32
}
}
@@ -23244,31 +23186,31 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 11761,
- 11768
+ 11693,
+ 11700
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 33
},
"end": {
- "line": 413,
+ "line": 412,
"column": 40
}
}
},
"range": [
- 11756,
- 11768
+ 11688,
+ 11700
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 28
},
"end": {
- "line": 413,
+ "line": 412,
"column": 40
}
}
@@ -23277,46 +23219,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 11769,
- 11775
+ 11701,
+ 11707
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 41
},
"end": {
- "line": 413,
+ "line": 412,
"column": 47
}
}
},
"range": [
- 11756,
- 11775
+ 11688,
+ 11707
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 28
},
"end": {
- "line": 413,
+ "line": 412,
"column": 47
}
}
},
"range": [
- 11752,
- 11775
+ 11684,
+ 11707
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 24
},
"end": {
- "line": 413,
+ "line": 412,
"column": 47
}
}
@@ -23328,32 +23270,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 11777,
- 11778
+ 11709,
+ 11710
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 49
},
"end": {
- "line": 413,
+ "line": 412,
"column": 50
}
}
},
"prefix": false,
"range": [
- 11777,
- 11780
+ 11709,
+ 11712
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 49
},
"end": {
- "line": 413,
+ "line": 412,
"column": 52
}
}
@@ -23370,16 +23312,16 @@
"type": "Identifier",
"name": "container",
"range": [
- 11800,
- 11809
+ 11732,
+ 11741
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 16
},
"end": {
- "line": 414,
+ "line": 413,
"column": 25
}
}
@@ -23393,16 +23335,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11812,
- 11816
+ 11744,
+ 11748
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 28
},
"end": {
- "line": 414,
+ "line": 413,
"column": 32
}
}
@@ -23411,31 +23353,31 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 11817,
- 11824
+ 11749,
+ 11756
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 33
},
"end": {
- "line": 414,
+ "line": 413,
"column": 40
}
}
},
"range": [
- 11812,
- 11824
+ 11744,
+ 11756
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 28
},
"end": {
- "line": 414,
+ "line": 413,
"column": 40
}
}
@@ -23444,46 +23386,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 11825,
- 11826
+ 11757,
+ 11758
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 41
},
"end": {
- "line": 414,
+ "line": 413,
"column": 42
}
}
},
"range": [
- 11812,
- 11827
+ 11744,
+ 11759
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 28
},
"end": {
- "line": 414,
+ "line": 413,
"column": 43
}
}
},
"range": [
- 11800,
- 11827
+ 11732,
+ 11759
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 16
},
"end": {
- "line": 414,
+ "line": 413,
"column": 43
}
}
@@ -23494,16 +23436,16 @@
"type": "Identifier",
"name": "icon",
"range": [
- 11845,
- 11849
+ 11777,
+ 11781
],
"loc": {
"start": {
- "line": 415,
+ "line": 414,
"column": 16
},
"end": {
- "line": 415,
+ "line": 414,
"column": 20
}
}
@@ -23517,16 +23459,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11852,
- 11856
+ 11784,
+ 11788
],
"loc": {
"start": {
- "line": 415,
+ "line": 414,
"column": 23
},
"end": {
- "line": 415,
+ "line": 414,
"column": 27
}
}
@@ -23535,31 +23477,31 @@
"type": "Identifier",
"name": "fltSpans",
"range": [
- 11857,
- 11865
+ 11789,
+ 11797
],
"loc": {
"start": {
- "line": 415,
+ "line": 414,
"column": 28
},
"end": {
- "line": 415,
+ "line": 414,
"column": 36
}
}
},
"range": [
- 11852,
- 11865
+ 11784,
+ 11797
],
"loc": {
"start": {
- "line": 415,
+ "line": 414,
"column": 23
},
"end": {
- "line": 415,
+ "line": 414,
"column": 36
}
}
@@ -23568,46 +23510,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 11866,
- 11867
+ 11798,
+ 11799
],
"loc": {
"start": {
- "line": 415,
+ "line": 414,
"column": 37
},
"end": {
- "line": 415,
+ "line": 414,
"column": 38
}
}
},
"range": [
- 11852,
- 11868
+ 11784,
+ 11800
],
"loc": {
"start": {
- "line": 415,
+ "line": 414,
"column": 23
},
"end": {
- "line": 415,
+ "line": 414,
"column": 39
}
}
},
"range": [
- 11845,
- 11868
+ 11777,
+ 11800
],
"loc": {
"start": {
- "line": 415,
+ "line": 414,
"column": 16
},
"end": {
- "line": 415,
+ "line": 414,
"column": 39
}
}
@@ -23618,16 +23560,16 @@
"type": "Identifier",
"name": "iconImg",
"range": [
- 11886,
- 11893
+ 11818,
+ 11825
],
"loc": {
"start": {
- "line": 416,
+ "line": 415,
"column": 16
},
"end": {
- "line": 416,
+ "line": 415,
"column": 23
}
}
@@ -23641,16 +23583,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11896,
- 11900
+ 11828,
+ 11832
],
"loc": {
"start": {
- "line": 416,
+ "line": 415,
"column": 26
},
"end": {
- "line": 416,
+ "line": 415,
"column": 30
}
}
@@ -23659,31 +23601,31 @@
"type": "Identifier",
"name": "fltIcons",
"range": [
- 11901,
- 11909
+ 11833,
+ 11841
],
"loc": {
"start": {
- "line": 416,
+ "line": 415,
"column": 31
},
"end": {
- "line": 416,
+ "line": 415,
"column": 39
}
}
},
"range": [
- 11896,
- 11909
+ 11828,
+ 11841
],
"loc": {
"start": {
- "line": 416,
+ "line": 415,
"column": 26
},
"end": {
- "line": 416,
+ "line": 415,
"column": 39
}
}
@@ -23692,46 +23634,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 11910,
- 11911
+ 11842,
+ 11843
],
"loc": {
"start": {
- "line": 416,
+ "line": 415,
"column": 40
},
"end": {
- "line": 416,
+ "line": 415,
"column": 41
}
}
},
"range": [
- 11896,
- 11912
+ 11828,
+ 11844
],
"loc": {
"start": {
- "line": 416,
+ "line": 415,
"column": 26
},
"end": {
- "line": 416,
+ "line": 415,
"column": 42
}
}
},
"range": [
- 11886,
- 11912
+ 11818,
+ 11844
],
"loc": {
"start": {
- "line": 416,
+ "line": 415,
"column": 16
},
"end": {
- "line": 416,
+ "line": 415,
"column": 42
}
}
@@ -23739,16 +23681,16 @@
],
"kind": "let",
"range": [
- 11796,
- 11913
+ 11728,
+ 11845
],
"loc": {
"start": {
- "line": 414,
+ "line": 413,
"column": 12
},
"end": {
- "line": 416,
+ "line": 415,
"column": 43
}
}
@@ -23759,16 +23701,16 @@
"type": "Identifier",
"name": "container",
"range": [
- 11930,
- 11939
+ 11862,
+ 11871
],
"loc": {
"start": {
- "line": 417,
+ "line": 416,
"column": 16
},
"end": {
- "line": 417,
+ "line": 416,
"column": 25
}
}
@@ -23784,16 +23726,16 @@
"type": "Identifier",
"name": "removeElm",
"range": [
- 11959,
- 11968
+ 11891,
+ 11900
],
"loc": {
"start": {
- "line": 418,
+ "line": 417,
"column": 16
},
"end": {
- "line": 418,
+ "line": 417,
"column": 25
}
}
@@ -23803,47 +23745,47 @@
"type": "Identifier",
"name": "container",
"range": [
- 11969,
- 11978
+ 11901,
+ 11910
],
"loc": {
"start": {
- "line": 418,
+ "line": 417,
"column": 26
},
"end": {
- "line": 418,
+ "line": 417,
"column": 35
}
}
}
],
"range": [
- 11959,
- 11979
+ 11891,
+ 11911
],
"loc": {
"start": {
- "line": 418,
+ "line": 417,
"column": 16
},
"end": {
- "line": 418,
+ "line": 417,
"column": 36
}
}
},
"range": [
- 11959,
- 11980
+ 11891,
+ 11912
],
"loc": {
"start": {
- "line": 418,
+ "line": 417,
"column": 16
},
"end": {
- "line": 418,
+ "line": 417,
"column": 37
}
}
@@ -23862,16 +23804,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 11997,
- 12001
+ 11929,
+ 11933
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 16
},
"end": {
- "line": 419,
+ "line": 418,
"column": 20
}
}
@@ -23880,31 +23822,31 @@
"type": "Identifier",
"name": "filtersCache",
"range": [
- 12002,
- 12014
+ 11934,
+ 11946
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 21
},
"end": {
- "line": 419,
+ "line": 418,
"column": 33
}
}
},
"range": [
- 11997,
- 12014
+ 11929,
+ 11946
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 16
},
"end": {
- "line": 419,
+ "line": 418,
"column": 33
}
}
@@ -23913,31 +23855,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 12015,
- 12016
+ 11947,
+ 11948
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 34
},
"end": {
- "line": 419,
+ "line": 418,
"column": 35
}
}
},
"range": [
- 11997,
- 12017
+ 11929,
+ 11949
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 16
},
"end": {
- "line": 419,
+ "line": 418,
"column": 36
}
}
@@ -23946,78 +23888,78 @@
"type": "Identifier",
"name": "container",
"range": [
- 12020,
- 12029
+ 11952,
+ 11961
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 39
},
"end": {
- "line": 419,
+ "line": 418,
"column": 48
}
}
},
"range": [
- 11997,
- 12029
+ 11929,
+ 11961
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 16
},
"end": {
- "line": 419,
+ "line": 418,
"column": 48
}
}
},
"range": [
- 11997,
- 12030
+ 11929,
+ 11962
],
"loc": {
"start": {
- "line": 419,
+ "line": 418,
"column": 16
},
"end": {
- "line": 419,
+ "line": 418,
"column": 49
}
}
}
],
"range": [
- 11941,
- 12044
+ 11873,
+ 11976
],
"loc": {
"start": {
- "line": 417,
+ "line": 416,
"column": 27
},
"end": {
- "line": 420,
+ "line": 419,
"column": 13
}
}
},
"alternate": null,
"range": [
- 11926,
- 12044
+ 11858,
+ 11976
],
"loc": {
"start": {
- "line": 417,
+ "line": 416,
"column": 12
},
"end": {
- "line": 420,
+ "line": 419,
"column": 13
}
}
@@ -24031,16 +23973,16 @@
"type": "Identifier",
"name": "container",
"range": [
- 12057,
- 12066
+ 11989,
+ 11998
],
"loc": {
"start": {
- "line": 421,
+ "line": 420,
"column": 12
},
"end": {
- "line": 421,
+ "line": 420,
"column": 21
}
}
@@ -24050,46 +23992,46 @@
"value": null,
"raw": "null",
"range": [
- 12069,
- 12073
+ 12001,
+ 12005
],
"loc": {
"start": {
- "line": 421,
+ "line": 420,
"column": 24
},
"end": {
- "line": 421,
+ "line": 420,
"column": 28
}
}
},
"range": [
- 12057,
- 12073
+ 11989,
+ 12005
],
"loc": {
"start": {
- "line": 421,
+ "line": 420,
"column": 12
},
"end": {
- "line": 421,
+ "line": 420,
"column": 28
}
}
},
"range": [
- 12057,
- 12074
+ 11989,
+ 12006
],
"loc": {
"start": {
- "line": 421,
+ "line": 420,
"column": 12
},
"end": {
- "line": 421,
+ "line": 420,
"column": 29
}
}
@@ -24100,16 +24042,16 @@
"type": "Identifier",
"name": "icon",
"range": [
- 12091,
- 12095
+ 12023,
+ 12027
],
"loc": {
"start": {
- "line": 422,
+ "line": 421,
"column": 16
},
"end": {
- "line": 422,
+ "line": 421,
"column": 20
}
}
@@ -24125,16 +24067,16 @@
"type": "Identifier",
"name": "removeElm",
"range": [
- 12115,
- 12124
+ 12047,
+ 12056
],
"loc": {
"start": {
- "line": 423,
+ "line": 422,
"column": 16
},
"end": {
- "line": 423,
+ "line": 422,
"column": 25
}
}
@@ -24144,79 +24086,79 @@
"type": "Identifier",
"name": "icon",
"range": [
- 12125,
- 12129
+ 12057,
+ 12061
],
"loc": {
"start": {
- "line": 423,
+ "line": 422,
"column": 26
},
"end": {
- "line": 423,
+ "line": 422,
"column": 30
}
}
}
],
"range": [
- 12115,
- 12130
+ 12047,
+ 12062
],
"loc": {
"start": {
- "line": 423,
+ "line": 422,
"column": 16
},
"end": {
- "line": 423,
+ "line": 422,
"column": 31
}
}
},
"range": [
- 12115,
- 12131
+ 12047,
+ 12063
],
"loc": {
"start": {
- "line": 423,
+ "line": 422,
"column": 16
},
"end": {
- "line": 423,
+ "line": 422,
"column": 32
}
}
}
],
"range": [
- 12097,
- 12145
+ 12029,
+ 12077
],
"loc": {
"start": {
- "line": 422,
+ "line": 421,
"column": 22
},
"end": {
- "line": 424,
+ "line": 423,
"column": 13
}
}
},
"alternate": null,
"range": [
- 12087,
- 12145
+ 12019,
+ 12077
],
"loc": {
"start": {
- "line": 422,
+ "line": 421,
"column": 12
},
"end": {
- "line": 424,
+ "line": 423,
"column": 13
}
}
@@ -24230,16 +24172,16 @@
"type": "Identifier",
"name": "icon",
"range": [
- 12158,
- 12162
+ 12090,
+ 12094
],
"loc": {
"start": {
- "line": 425,
+ "line": 424,
"column": 12
},
"end": {
- "line": 425,
+ "line": 424,
"column": 16
}
}
@@ -24249,46 +24191,46 @@
"value": null,
"raw": "null",
"range": [
- 12165,
- 12169
+ 12097,
+ 12101
],
"loc": {
"start": {
- "line": 425,
+ "line": 424,
"column": 19
},
"end": {
- "line": 425,
+ "line": 424,
"column": 23
}
}
},
"range": [
- 12158,
- 12169
+ 12090,
+ 12101
],
"loc": {
"start": {
- "line": 425,
+ "line": 424,
"column": 12
},
"end": {
- "line": 425,
+ "line": 424,
"column": 23
}
}
},
"range": [
- 12158,
- 12170
+ 12090,
+ 12102
],
"loc": {
"start": {
- "line": 425,
+ "line": 424,
"column": 12
},
"end": {
- "line": 425,
+ "line": 424,
"column": 24
}
}
@@ -24299,16 +24241,16 @@
"type": "Identifier",
"name": "iconImg",
"range": [
- 12187,
- 12194
+ 12119,
+ 12126
],
"loc": {
"start": {
- "line": 426,
+ "line": 425,
"column": 16
},
"end": {
- "line": 426,
+ "line": 425,
"column": 23
}
}
@@ -24324,16 +24266,16 @@
"type": "Identifier",
"name": "removeElm",
"range": [
- 12214,
- 12223
+ 12146,
+ 12155
],
"loc": {
"start": {
- "line": 427,
+ "line": 426,
"column": 16
},
"end": {
- "line": 427,
+ "line": 426,
"column": 25
}
}
@@ -24343,79 +24285,79 @@
"type": "Identifier",
"name": "iconImg",
"range": [
- 12224,
- 12231
+ 12156,
+ 12163
],
"loc": {
"start": {
- "line": 427,
+ "line": 426,
"column": 26
},
"end": {
- "line": 427,
+ "line": 426,
"column": 33
}
}
}
],
"range": [
- 12214,
- 12232
+ 12146,
+ 12164
],
"loc": {
"start": {
- "line": 427,
+ "line": 426,
"column": 16
},
"end": {
- "line": 427,
+ "line": 426,
"column": 34
}
}
},
"range": [
- 12214,
- 12233
+ 12146,
+ 12165
],
"loc": {
"start": {
- "line": 427,
+ "line": 426,
"column": 16
},
"end": {
- "line": 427,
+ "line": 426,
"column": 35
}
}
}
],
"range": [
- 12196,
- 12247
+ 12128,
+ 12179
],
"loc": {
"start": {
- "line": 426,
+ "line": 425,
"column": 25
},
"end": {
- "line": 428,
+ "line": 427,
"column": 13
}
}
},
"alternate": null,
"range": [
- 12183,
- 12247
+ 12115,
+ 12179
],
"loc": {
"start": {
- "line": 426,
+ "line": 425,
"column": 12
},
"end": {
- "line": 428,
+ "line": 427,
"column": 13
}
}
@@ -24429,16 +24371,16 @@
"type": "Identifier",
"name": "iconImg",
"range": [
- 12260,
- 12267
+ 12192,
+ 12199
],
"loc": {
"start": {
- "line": 429,
+ "line": 428,
"column": 12
},
"end": {
- "line": 429,
+ "line": 428,
"column": 19
}
}
@@ -24448,77 +24390,77 @@
"value": null,
"raw": "null",
"range": [
- 12270,
- 12274
+ 12202,
+ 12206
],
"loc": {
"start": {
- "line": 429,
+ "line": 428,
"column": 22
},
"end": {
- "line": 429,
+ "line": 428,
"column": 26
}
}
},
"range": [
- 12260,
- 12274
+ 12192,
+ 12206
],
"loc": {
"start": {
- "line": 429,
+ "line": 428,
"column": 12
},
"end": {
- "line": 429,
+ "line": 428,
"column": 26
}
}
},
"range": [
- 12260,
- 12275
+ 12192,
+ 12207
],
"loc": {
"start": {
- "line": 429,
+ "line": 428,
"column": 12
},
"end": {
- "line": 429,
+ "line": 428,
"column": 27
}
}
}
],
"range": [
- 11782,
- 12285
+ 11714,
+ 12217
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 54
},
"end": {
- "line": 430,
+ "line": 429,
"column": 9
}
}
},
"range": [
- 11736,
- 12285
+ 11668,
+ 12217
],
"loc": {
"start": {
- "line": 413,
+ "line": 412,
"column": 8
},
"end": {
- "line": 430,
+ "line": 429,
"column": 9
}
}
@@ -24534,16 +24476,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12294,
- 12298
+ 12226,
+ 12230
],
"loc": {
"start": {
- "line": 431,
+ "line": 430,
"column": 8
},
"end": {
- "line": 431,
+ "line": 430,
"column": 12
}
}
@@ -24552,31 +24494,31 @@
"type": "Identifier",
"name": "fltElms",
"range": [
- 12299,
- 12306
+ 12231,
+ 12238
],
"loc": {
"start": {
- "line": 431,
+ "line": 430,
"column": 13
},
"end": {
- "line": 431,
+ "line": 430,
"column": 20
}
}
},
"range": [
- 12294,
- 12306
+ 12226,
+ 12238
],
"loc": {
"start": {
- "line": 431,
+ "line": 430,
"column": 8
},
"end": {
- "line": 431,
+ "line": 430,
"column": 20
}
}
@@ -24585,46 +24527,46 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 12309,
- 12311
+ 12241,
+ 12243
],
"loc": {
"start": {
- "line": 431,
+ "line": 430,
"column": 23
},
"end": {
- "line": 431,
+ "line": 430,
"column": 25
}
}
},
"range": [
- 12294,
- 12311
+ 12226,
+ 12243
],
"loc": {
"start": {
- "line": 431,
+ "line": 430,
"column": 8
},
"end": {
- "line": 431,
+ "line": 430,
"column": 25
}
}
},
"range": [
- 12294,
- 12312
+ 12226,
+ 12244
],
"loc": {
"start": {
- "line": 431,
+ "line": 430,
"column": 8
},
"end": {
- "line": 431,
+ "line": 430,
"column": 26
}
}
@@ -24640,16 +24582,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12321,
- 12325
+ 12253,
+ 12257
],
"loc": {
"start": {
- "line": 432,
+ "line": 431,
"column": 8
},
"end": {
- "line": 432,
+ "line": 431,
"column": 12
}
}
@@ -24658,31 +24600,31 @@
"type": "Identifier",
"name": "fltSpans",
"range": [
- 12326,
- 12334
+ 12258,
+ 12266
],
"loc": {
"start": {
- "line": 432,
+ "line": 431,
"column": 13
},
"end": {
- "line": 432,
+ "line": 431,
"column": 21
}
}
},
"range": [
- 12321,
- 12334
+ 12253,
+ 12266
],
"loc": {
"start": {
- "line": 432,
+ "line": 431,
"column": 8
},
"end": {
- "line": 432,
+ "line": 431,
"column": 21
}
}
@@ -24691,46 +24633,46 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 12337,
- 12339
+ 12269,
+ 12271
],
"loc": {
"start": {
- "line": 432,
+ "line": 431,
"column": 24
},
"end": {
- "line": 432,
+ "line": 431,
"column": 26
}
}
},
"range": [
- 12321,
- 12339
+ 12253,
+ 12271
],
"loc": {
"start": {
- "line": 432,
+ "line": 431,
"column": 8
},
"end": {
- "line": 432,
+ "line": 431,
"column": 26
}
}
},
"range": [
- 12321,
- 12340
+ 12253,
+ 12272
],
"loc": {
"start": {
- "line": 432,
+ "line": 431,
"column": 8
},
"end": {
- "line": 432,
+ "line": 431,
"column": 27
}
}
@@ -24746,16 +24688,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12349,
- 12353
+ 12281,
+ 12285
],
"loc": {
"start": {
- "line": 433,
+ "line": 432,
"column": 8
},
"end": {
- "line": 433,
+ "line": 432,
"column": 12
}
}
@@ -24764,31 +24706,31 @@
"type": "Identifier",
"name": "fltIcons",
"range": [
- 12354,
- 12362
+ 12286,
+ 12294
],
"loc": {
"start": {
- "line": 433,
+ "line": 432,
"column": 13
},
"end": {
- "line": 433,
+ "line": 432,
"column": 21
}
}
},
"range": [
- 12349,
- 12362
+ 12281,
+ 12294
],
"loc": {
"start": {
- "line": 433,
+ "line": 432,
"column": 8
},
"end": {
- "line": 433,
+ "line": 432,
"column": 21
}
}
@@ -24797,46 +24739,46 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 12365,
- 12367
+ 12297,
+ 12299
],
"loc": {
"start": {
- "line": 433,
+ "line": 432,
"column": 24
},
"end": {
- "line": 433,
+ "line": 432,
"column": 26
}
}
},
"range": [
- 12349,
- 12367
+ 12281,
+ 12299
],
"loc": {
"start": {
- "line": 433,
+ "line": 432,
"column": 8
},
"end": {
- "line": 433,
+ "line": 432,
"column": 26
}
}
},
"range": [
- 12349,
- 12368
+ 12281,
+ 12300
],
"loc": {
"start": {
- "line": 433,
+ "line": 432,
"column": 8
},
"end": {
- "line": 433,
+ "line": 432,
"column": 27
}
},
@@ -24845,16 +24787,16 @@
"type": "Line",
"value": " TODO: expose an API to handle external filter IDs",
"range": [
- 12378,
- 12430
+ 12310,
+ 12362
],
"loc": {
"start": {
- "line": 435,
+ "line": 434,
"column": 8
},
"end": {
- "line": 435,
+ "line": 434,
"column": 60
}
}
@@ -24873,16 +24815,16 @@
"type": "Identifier",
"name": "tf",
"range": [
- 12439,
- 12441
+ 12371,
+ 12373
],
"loc": {
"start": {
- "line": 436,
+ "line": 435,
"column": 8
},
"end": {
- "line": 436,
+ "line": 435,
"column": 10
}
}
@@ -24891,31 +24833,31 @@
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
- 12442,
- 12459
+ 12374,
+ 12391
],
"loc": {
"start": {
- "line": 436,
+ "line": 435,
"column": 11
},
"end": {
- "line": 436,
+ "line": 435,
"column": 28
}
}
},
"range": [
- 12439,
- 12459
+ 12371,
+ 12391
],
"loc": {
"start": {
- "line": 436,
+ "line": 435,
"column": 8
},
"end": {
- "line": 436,
+ "line": 435,
"column": 28
}
}
@@ -24924,46 +24866,46 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 12462,
- 12464
+ 12394,
+ 12396
],
"loc": {
"start": {
- "line": 436,
+ "line": 435,
"column": 31
},
"end": {
- "line": 436,
+ "line": 435,
"column": 33
}
}
},
"range": [
- 12439,
- 12464
+ 12371,
+ 12396
],
"loc": {
"start": {
- "line": 436,
+ "line": 435,
"column": 8
},
"end": {
- "line": 436,
+ "line": 435,
"column": 33
}
}
},
"range": [
- 12439,
- 12465
+ 12371,
+ 12397
],
"loc": {
"start": {
- "line": 436,
+ "line": 435,
"column": 8
},
"end": {
- "line": 436,
+ "line": 435,
"column": 34
}
},
@@ -24972,16 +24914,16 @@
"type": "Line",
"value": " TODO: expose an API to handle external filter IDs",
"range": [
- 12378,
- 12430
+ 12310,
+ 12362
],
"loc": {
"start": {
- "line": 435,
+ "line": 434,
"column": 8
},
"end": {
- "line": 435,
+ "line": 434,
"column": 60
}
}
@@ -24992,16 +24934,16 @@
"type": "Line",
"value": " unsubscribe to events",
"range": [
- 12475,
- 12499
+ 12407,
+ 12431
],
"loc": {
"start": {
- "line": 438,
+ "line": 437,
"column": 8
},
"end": {
- "line": 438,
+ "line": 437,
"column": 32
}
}
@@ -25021,16 +24963,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12508,
- 12512
+ 12440,
+ 12444
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 8
},
"end": {
- "line": 439,
+ "line": 438,
"column": 12
}
}
@@ -25039,31 +24981,31 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 12513,
- 12520
+ 12445,
+ 12452
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 13
},
"end": {
- "line": 439,
+ "line": 438,
"column": 20
}
}
},
"range": [
- 12508,
- 12520
+ 12440,
+ 12452
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 8
},
"end": {
- "line": 439,
+ "line": 438,
"column": 20
}
}
@@ -25072,31 +25014,31 @@
"type": "Identifier",
"name": "off",
"range": [
- 12521,
- 12524
+ 12453,
+ 12456
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 21
},
"end": {
- "line": 439,
+ "line": 438,
"column": 24
}
}
},
"range": [
- 12508,
- 12524
+ 12440,
+ 12456
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 8
},
"end": {
- "line": 439,
+ "line": 438,
"column": 24
}
}
@@ -25110,32 +25052,32 @@
"value": "before-filtering",
"raw": "'before-filtering'",
"range": [
- 12526,
- 12544
+ 12458,
+ 12476
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 26
},
"end": {
- "line": 439,
+ "line": 438,
"column": 44
}
}
}
],
"range": [
- 12525,
- 12545
+ 12457,
+ 12477
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 25
},
"end": {
- "line": 439,
+ "line": 438,
"column": 45
}
}
@@ -25152,16 +25094,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12553,
- 12557
+ 12485,
+ 12489
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 53
},
"end": {
- "line": 439,
+ "line": 438,
"column": 57
}
}
@@ -25170,47 +25112,47 @@
"type": "Identifier",
"name": "setIconsState",
"range": [
- 12558,
- 12571
+ 12490,
+ 12503
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 58
},
"end": {
- "line": 439,
+ "line": 438,
"column": 71
}
}
},
"range": [
- 12553,
- 12571
+ 12485,
+ 12503
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 53
},
"end": {
- "line": 439,
+ "line": 438,
"column": 71
}
}
},
"arguments": [],
"range": [
- 12553,
- 12573
+ 12485,
+ 12505
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 53
},
"end": {
- "line": 439,
+ "line": 438,
"column": 73
}
}
@@ -25218,47 +25160,47 @@
"generator": false,
"expression": true,
"range": [
- 12547,
- 12573
+ 12479,
+ 12505
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 47
},
"end": {
- "line": 439,
+ "line": 438,
"column": 73
}
}
}
],
"range": [
- 12508,
- 12574
+ 12440,
+ 12506
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 8
},
"end": {
- "line": 439,
+ "line": 438,
"column": 74
}
}
},
"range": [
- 12508,
- 12575
+ 12440,
+ 12507
],
"loc": {
"start": {
- "line": 439,
+ "line": 438,
"column": 8
},
"end": {
- "line": 439,
+ "line": 438,
"column": 75
}
},
@@ -25267,16 +25209,16 @@
"type": "Line",
"value": " unsubscribe to events",
"range": [
- 12475,
- 12499
+ 12407,
+ 12431
],
"loc": {
"start": {
- "line": 438,
+ "line": 437,
"column": 8
},
"end": {
- "line": 438,
+ "line": 437,
"column": 32
}
}
@@ -25296,16 +25238,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12584,
- 12588
+ 12516,
+ 12520
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 8
},
"end": {
- "line": 440,
+ "line": 439,
"column": 12
}
}
@@ -25314,31 +25256,31 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 12589,
- 12596
+ 12521,
+ 12528
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 13
},
"end": {
- "line": 440,
+ "line": 439,
"column": 20
}
}
},
"range": [
- 12584,
- 12596
+ 12516,
+ 12528
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 8
},
"end": {
- "line": 440,
+ "line": 439,
"column": 20
}
}
@@ -25347,31 +25289,31 @@
"type": "Identifier",
"name": "off",
"range": [
- 12597,
- 12600
+ 12529,
+ 12532
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 21
},
"end": {
- "line": 440,
+ "line": 439,
"column": 24
}
}
},
"range": [
- 12584,
- 12600
+ 12516,
+ 12532
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 8
},
"end": {
- "line": 440,
+ "line": 439,
"column": 24
}
}
@@ -25385,32 +25327,32 @@
"value": "after-filtering",
"raw": "'after-filtering'",
"range": [
- 12602,
- 12619
+ 12534,
+ 12551
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 26
},
"end": {
- "line": 440,
+ "line": 439,
"column": 43
}
}
}
],
"range": [
- 12601,
- 12620
+ 12533,
+ 12552
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 25
},
"end": {
- "line": 440,
+ "line": 439,
"column": 44
}
}
@@ -25427,16 +25369,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12628,
- 12632
+ 12560,
+ 12564
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 52
},
"end": {
- "line": 440,
+ "line": 439,
"column": 56
}
}
@@ -25445,47 +25387,47 @@
"type": "Identifier",
"name": "closeAll",
"range": [
- 12633,
- 12641
+ 12565,
+ 12573
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 57
},
"end": {
- "line": 440,
+ "line": 439,
"column": 65
}
}
},
"range": [
- 12628,
- 12641
+ 12560,
+ 12573
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 52
},
"end": {
- "line": 440,
+ "line": 439,
"column": 65
}
}
},
"arguments": [],
"range": [
- 12628,
- 12643
+ 12560,
+ 12575
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 52
},
"end": {
- "line": 440,
+ "line": 439,
"column": 67
}
}
@@ -25493,47 +25435,47 @@
"generator": false,
"expression": true,
"range": [
- 12622,
- 12643
+ 12554,
+ 12575
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 46
},
"end": {
- "line": 440,
+ "line": 439,
"column": 67
}
}
}
],
"range": [
- 12584,
- 12644
+ 12516,
+ 12576
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 8
},
"end": {
- "line": 440,
+ "line": 439,
"column": 68
}
}
},
"range": [
- 12584,
- 12645
+ 12516,
+ 12577
],
"loc": {
"start": {
- "line": 440,
+ "line": 439,
"column": 8
},
"end": {
- "line": 440,
+ "line": 439,
"column": 69
}
}
@@ -25551,16 +25493,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12654,
- 12658
+ 12586,
+ 12590
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 8
},
"end": {
- "line": 441,
+ "line": 440,
"column": 12
}
}
@@ -25569,31 +25511,31 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 12659,
- 12666
+ 12591,
+ 12598
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 13
},
"end": {
- "line": 441,
+ "line": 440,
"column": 20
}
}
},
"range": [
- 12654,
- 12666
+ 12586,
+ 12598
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 8
},
"end": {
- "line": 441,
+ "line": 440,
"column": 20
}
}
@@ -25602,31 +25544,31 @@
"type": "Identifier",
"name": "off",
"range": [
- 12667,
- 12670
+ 12599,
+ 12602
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 21
},
"end": {
- "line": 441,
+ "line": 440,
"column": 24
}
}
},
"range": [
- 12654,
- 12670
+ 12586,
+ 12602
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 8
},
"end": {
- "line": 441,
+ "line": 440,
"column": 24
}
}
@@ -25640,32 +25582,32 @@
"value": "cell-processed",
"raw": "'cell-processed'",
"range": [
- 12672,
- 12688
+ 12604,
+ 12620
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 26
},
"end": {
- "line": 441,
+ "line": 440,
"column": 42
}
}
}
],
"range": [
- 12671,
- 12689
+ 12603,
+ 12621
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 25
},
"end": {
- "line": 441,
+ "line": 440,
"column": 43
}
}
@@ -25678,16 +25620,16 @@
"type": "Identifier",
"name": "tf",
"range": [
- 12704,
- 12706
+ 12636,
+ 12638
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 13
},
"end": {
- "line": 442,
+ "line": 441,
"column": 15
}
}
@@ -25696,16 +25638,16 @@
"type": "Identifier",
"name": "cellIndex",
"range": [
- 12708,
- 12717
+ 12640,
+ 12649
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 17
},
"end": {
- "line": 442,
+ "line": 441,
"column": 26
}
}
@@ -25719,16 +25661,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12722,
- 12726
+ 12654,
+ 12658
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 31
},
"end": {
- "line": 442,
+ "line": 441,
"column": 35
}
}
@@ -25737,31 +25679,31 @@
"type": "Identifier",
"name": "changeState",
"range": [
- 12727,
- 12738
+ 12659,
+ 12670
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 36
},
"end": {
- "line": 442,
+ "line": 441,
"column": 47
}
}
},
"range": [
- 12722,
- 12738
+ 12654,
+ 12670
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 31
},
"end": {
- "line": 442,
+ "line": 441,
"column": 47
}
}
@@ -25771,16 +25713,16 @@
"type": "Identifier",
"name": "cellIndex",
"range": [
- 12739,
- 12748
+ 12671,
+ 12680
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 48
},
"end": {
- "line": 442,
+ "line": 441,
"column": 57
}
}
@@ -25790,32 +25732,32 @@
"value": true,
"raw": "true",
"range": [
- 12750,
- 12754
+ 12682,
+ 12686
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 59
},
"end": {
- "line": 442,
+ "line": 441,
"column": 63
}
}
}
],
"range": [
- 12722,
- 12755
+ 12654,
+ 12687
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 31
},
"end": {
- "line": 442,
+ "line": 441,
"column": 64
}
}
@@ -25823,47 +25765,47 @@
"generator": false,
"expression": true,
"range": [
- 12703,
- 12755
+ 12635,
+ 12687
],
"loc": {
"start": {
- "line": 442,
+ "line": 441,
"column": 12
},
"end": {
- "line": 442,
+ "line": 441,
"column": 64
}
}
}
],
"range": [
- 12654,
- 12756
+ 12586,
+ 12688
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 8
},
"end": {
- "line": 442,
+ "line": 441,
"column": 65
}
}
},
"range": [
- 12654,
- 12757
+ 12586,
+ 12689
],
"loc": {
"start": {
- "line": 441,
+ "line": 440,
"column": 8
},
"end": {
- "line": 442,
+ "line": 441,
"column": 66
}
}
@@ -25881,16 +25823,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12766,
- 12770
+ 12698,
+ 12702
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 8
},
"end": {
- "line": 443,
+ "line": 442,
"column": 12
}
}
@@ -25899,31 +25841,31 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 12771,
- 12778
+ 12703,
+ 12710
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 13
},
"end": {
- "line": 443,
+ "line": 442,
"column": 20
}
}
},
"range": [
- 12766,
- 12778
+ 12698,
+ 12710
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 8
},
"end": {
- "line": 443,
+ "line": 442,
"column": 20
}
}
@@ -25932,31 +25874,31 @@
"type": "Identifier",
"name": "off",
"range": [
- 12779,
- 12782
+ 12711,
+ 12714
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 21
},
"end": {
- "line": 443,
+ "line": 442,
"column": 24
}
}
},
"range": [
- 12766,
- 12782
+ 12698,
+ 12714
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 8
},
"end": {
- "line": 443,
+ "line": 442,
"column": 24
}
}
@@ -25970,32 +25912,32 @@
"value": "filters-row-inserted",
"raw": "'filters-row-inserted'",
"range": [
- 12784,
- 12806
+ 12716,
+ 12738
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 26
},
"end": {
- "line": 443,
+ "line": 442,
"column": 48
}
}
}
],
"range": [
- 12783,
- 12807
+ 12715,
+ 12739
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 25
},
"end": {
- "line": 443,
+ "line": 442,
"column": 49
}
}
@@ -26012,16 +25954,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12815,
- 12819
+ 12747,
+ 12751
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 57
},
"end": {
- "line": 443,
+ "line": 442,
"column": 61
}
}
@@ -26030,47 +25972,47 @@
"type": "Identifier",
"name": "buildIcons",
"range": [
- 12820,
- 12830
+ 12752,
+ 12762
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 62
},
"end": {
- "line": 443,
+ "line": 442,
"column": 72
}
}
},
"range": [
- 12815,
- 12830
+ 12747,
+ 12762
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 57
},
"end": {
- "line": 443,
+ "line": 442,
"column": 72
}
}
},
"arguments": [],
"range": [
- 12815,
- 12832
+ 12747,
+ 12764
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 57
},
"end": {
- "line": 443,
+ "line": 442,
"column": 74
}
}
@@ -26078,47 +26020,47 @@
"generator": false,
"expression": true,
"range": [
- 12809,
- 12832
+ 12741,
+ 12764
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 51
},
"end": {
- "line": 443,
+ "line": 442,
"column": 74
}
}
}
],
"range": [
- 12766,
- 12833
+ 12698,
+ 12765
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 8
},
"end": {
- "line": 443,
+ "line": 442,
"column": 75
}
}
},
"range": [
- 12766,
- 12834
+ 12698,
+ 12766
],
"loc": {
"start": {
- "line": 443,
+ "line": 442,
"column": 8
},
"end": {
- "line": 443,
+ "line": 442,
"column": 76
}
}
@@ -26136,16 +26078,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12843,
- 12847
+ 12775,
+ 12779
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 8
},
"end": {
- "line": 444,
+ "line": 443,
"column": 12
}
}
@@ -26154,31 +26096,31 @@
"type": "Identifier",
"name": "emitter",
"range": [
- 12848,
- 12855
+ 12780,
+ 12787
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 13
},
"end": {
- "line": 444,
+ "line": 443,
"column": 20
}
}
},
"range": [
- 12843,
- 12855
+ 12775,
+ 12787
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 8
},
"end": {
- "line": 444,
+ "line": 443,
"column": 20
}
}
@@ -26187,31 +26129,31 @@
"type": "Identifier",
"name": "off",
"range": [
- 12856,
- 12859
+ 12788,
+ 12791
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 21
},
"end": {
- "line": 444,
+ "line": 443,
"column": 24
}
}
},
"range": [
- 12843,
- 12859
+ 12775,
+ 12791
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 8
},
"end": {
- "line": 444,
+ "line": 443,
"column": 24
}
}
@@ -26225,32 +26167,32 @@
"value": "before-filter-init",
"raw": "'before-filter-init'",
"range": [
- 12861,
- 12881
+ 12793,
+ 12813
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 26
},
"end": {
- "line": 444,
+ "line": 443,
"column": 46
}
}
}
],
"range": [
- 12860,
- 12882
+ 12792,
+ 12814
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 25
},
"end": {
- "line": 444,
+ "line": 443,
"column": 47
}
}
@@ -26263,16 +26205,16 @@
"type": "Identifier",
"name": "tf",
"range": [
- 12897,
- 12899
+ 12829,
+ 12831
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 13
},
"end": {
- "line": 445,
+ "line": 444,
"column": 15
}
}
@@ -26281,16 +26223,16 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 12901,
- 12909
+ 12833,
+ 12841
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 17
},
"end": {
- "line": 445,
+ "line": 444,
"column": 25
}
}
@@ -26304,16 +26246,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12914,
- 12918
+ 12846,
+ 12850
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 30
},
"end": {
- "line": 445,
+ "line": 444,
"column": 34
}
}
@@ -26322,31 +26264,31 @@
"type": "Identifier",
"name": "build",
"range": [
- 12919,
- 12924
+ 12851,
+ 12856
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 35
},
"end": {
- "line": 445,
+ "line": 444,
"column": 40
}
}
},
"range": [
- 12914,
- 12924
+ 12846,
+ 12856
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 30
},
"end": {
- "line": 445,
+ "line": 444,
"column": 40
}
}
@@ -26356,32 +26298,32 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 12925,
- 12933
+ 12857,
+ 12865
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 41
},
"end": {
- "line": 445,
+ "line": 444,
"column": 49
}
}
}
],
"range": [
- 12914,
- 12934
+ 12846,
+ 12866
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 30
},
"end": {
- "line": 445,
+ "line": 444,
"column": 50
}
}
@@ -26389,47 +26331,47 @@
"generator": false,
"expression": true,
"range": [
- 12896,
- 12934
+ 12828,
+ 12866
],
"loc": {
"start": {
- "line": 445,
+ "line": 444,
"column": 12
},
"end": {
- "line": 445,
+ "line": 444,
"column": 50
}
}
}
],
"range": [
- 12843,
- 12935
+ 12775,
+ 12867
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 8
},
"end": {
- "line": 445,
+ "line": 444,
"column": 51
}
}
},
"range": [
- 12843,
- 12936
+ 12775,
+ 12868
],
"loc": {
"start": {
- "line": 444,
+ "line": 443,
"column": 8
},
"end": {
- "line": 445,
+ "line": 444,
"column": 52
}
}
@@ -26445,16 +26387,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 12946,
- 12950
+ 12878,
+ 12882
],
"loc": {
"start": {
- "line": 447,
+ "line": 446,
"column": 8
},
"end": {
- "line": 447,
+ "line": 446,
"column": 12
}
}
@@ -26463,31 +26405,31 @@
"type": "Identifier",
"name": "initialized",
"range": [
- 12951,
- 12962
+ 12883,
+ 12894
],
"loc": {
"start": {
- "line": 447,
+ "line": 446,
"column": 13
},
"end": {
- "line": 447,
+ "line": 446,
"column": 24
}
}
},
"range": [
- 12946,
- 12962
+ 12878,
+ 12894
],
"loc": {
"start": {
- "line": 447,
+ "line": 446,
"column": 8
},
"end": {
- "line": 447,
+ "line": 446,
"column": 24
}
}
@@ -26497,62 +26439,62 @@
"value": false,
"raw": "false",
"range": [
- 12965,
- 12970
+ 12897,
+ 12902
],
"loc": {
"start": {
- "line": 447,
+ "line": 446,
"column": 27
},
"end": {
- "line": 447,
+ "line": 446,
"column": 32
}
}
},
"range": [
- 12946,
- 12970
+ 12878,
+ 12902
],
"loc": {
"start": {
- "line": 447,
+ "line": 446,
"column": 8
},
"end": {
- "line": 447,
+ "line": 446,
"column": 32
}
}
},
"range": [
- 12946,
- 12971
+ 12878,
+ 12903
],
"loc": {
"start": {
- "line": 447,
+ "line": 446,
"column": 8
},
"end": {
- "line": 447,
+ "line": 446,
"column": 33
}
}
}
],
"range": [
- 11630,
- 12977
+ 11562,
+ 12909
],
"loc": {
"start": {
- "line": 407,
+ "line": 406,
"column": 14
},
"end": {
- "line": 448,
+ "line": 447,
"column": 5
}
}
@@ -26560,16 +26502,16 @@
"generator": false,
"expression": false,
"range": [
- 11627,
- 12977
+ 11559,
+ 12909
],
"loc": {
"start": {
- "line": 407,
+ "line": 406,
"column": 11
},
"end": {
- "line": 448,
+ "line": 447,
"column": 5
}
}
@@ -26577,16 +26519,16 @@
"kind": "method",
"computed": false,
"range": [
- 11620,
- 12977
+ 11552,
+ 12909
],
"loc": {
"start": {
- "line": 407,
+ "line": 406,
"column": 4
},
"end": {
- "line": 448,
+ "line": 447,
"column": 5
}
},
@@ -26595,16 +26537,16 @@
"type": "Block",
"value": "*\n * Remove pop-up filters\n ",
"range": [
- 11575,
- 11615
+ 11507,
+ 11547
],
"loc": {
"start": {
- "line": 404,
+ "line": 403,
"column": 4
},
"end": {
- "line": 406,
+ "line": 405,
"column": 7
}
}
@@ -26615,7 +26557,7 @@
],
"range": [
417,
- 12980
+ 12912
],
"loc": {
"start": {
@@ -26623,14 +26565,14 @@
"column": 41
},
"end": {
- "line": 450,
+ "line": 449,
"column": 1
}
}
},
"range": [
383,
- 12980
+ 12912
],
"loc": {
"start": {
@@ -26638,7 +26580,7 @@
"column": 7
},
"end": {
- "line": 450,
+ "line": 449,
"column": 1
}
},
@@ -26668,7 +26610,7 @@
"source": null,
"range": [
376,
- 12980
+ 12912
],
"loc": {
"start": {
@@ -26676,7 +26618,7 @@
"column": 0
},
"end": {
- "line": 450,
+ "line": 449,
"column": 1
}
},
@@ -26705,7 +26647,7 @@
"sourceType": "module",
"range": [
0,
- 12980
+ 12912
],
"loc": {
"start": {
@@ -26713,7 +26655,7 @@
"column": 0
},
"end": {
- "line": 450,
+ "line": 449,
"column": 1
}
},
@@ -27118,8 +27060,8 @@
"type": "Block",
"value": "*\n * Initialize DOM elements\n ",
"range": [
- 5140,
- 5182
+ 5120,
+ 5162
],
"loc": {
"start": {
@@ -27136,8 +27078,8 @@
"type": "Line",
"value": " Override headers row index if no grouped headers",
"range": [
- 5294,
- 5345
+ 5274,
+ 5325
],
"loc": {
"start": {
@@ -27154,8 +27096,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 5354,
- 5425
+ 5334,
+ 5405
],
"loc": {
"start": {
@@ -27172,8 +27114,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 5434,
- 5478
+ 5414,
+ 5458
],
"loc": {
"start": {
@@ -27190,8 +27132,8 @@
"type": "Line",
"value": " Adjust headers row index for grid-layout mode",
"range": [
- 5603,
- 5651
+ 5583,
+ 5631
],
"loc": {
"start": {
@@ -27208,8 +27150,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 5660,
- 5731
+ 5640,
+ 5711
],
"loc": {
"start": {
@@ -27226,8 +27168,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 5740,
- 5784
+ 5720,
+ 5764
],
"loc": {
"start": {
@@ -27244,8 +27186,8 @@
"type": "Line",
"value": " subscribe to events",
"range": [
- 5893,
- 5915
+ 5873,
+ 5895
],
"loc": {
"start": {
@@ -27262,8 +27204,8 @@
"type": "Block",
"value": "* @inherited ",
"range": [
- 6357,
- 6374
+ 6337,
+ 6354
],
"loc": {
"start": {
@@ -27280,8 +27222,8 @@
"type": "Block",
"value": "*\n * Reset previously destroyed feature\n ",
"range": [
- 6419,
- 6472
+ 6399,
+ 6452
],
"loc": {
"start": {
@@ -27298,8 +27240,8 @@
"type": "Block",
"value": "*\n * Build all filters icons\n ",
"range": [
- 6594,
- 6636
+ 6574,
+ 6616
],
"loc": {
"start": {
@@ -27316,8 +27258,8 @@
"type": "Line",
"value": " TODO: Because of the filters row generation, headers row index needs",
"range": [
- 6691,
- 6762
+ 6671,
+ 6742
],
"loc": {
"start": {
@@ -27334,8 +27276,8 @@
"type": "Line",
"value": " adjusting: prevent useless row generation",
"range": [
- 6771,
- 6815
+ 6751,
+ 6795
],
"loc": {
"start": {
@@ -27352,8 +27294,8 @@
"type": "Block",
"value": "*\n * Build all pop-up filters elements\n ",
"range": [
- 7330,
- 7382
+ 7310,
+ 7362
],
"loc": {
"start": {
@@ -27370,8 +27312,8 @@
"type": "Block",
"value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ",
"range": [
- 7531,
- 7700
+ 7511,
+ 7680
],
"loc": {
"start": {
@@ -27388,8 +27330,8 @@
"type": "Block",
"value": "*\n * Toggle visibility of specified filter\n * @param {Number} colIndex Column index\n ",
"range": [
- 8178,
- 8280
+ 8158,
+ 8260
],
"loc": {
"start": {
@@ -27406,8 +27348,8 @@
"type": "Block",
"value": "*\n * Open popup filter of specified column\n * @param {Number} colIndex Column index\n ",
"range": [
- 8447,
- 8548
+ 8427,
+ 8528
],
"loc": {
"start": {
@@ -27424,8 +27366,8 @@
"type": "Block",
"value": "*\n * Close popup filter of specified column\n * @param {Number} colIndex Column index\n ",
"range": [
- 9207,
- 9309
+ 9187,
+ 9289
],
"loc": {
"start": {
@@ -27442,8 +27384,8 @@
"type": "Block",
"value": "*\n * Check if popup filter for specified column is open\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n ",
"range": [
- 9821,
- 9961
+ 9801,
+ 9941
],
"loc": {
"start": {
@@ -27460,8 +27402,8 @@
"type": "Block",
"value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ",
"range": [
- 10061,
- 10209
+ 10041,
+ 10189
],
"loc": {
"start": {
@@ -27478,8 +27420,8 @@
"type": "Line",
"value": " Do not close filters only if argument is undefined and close on",
"range": [
- 10244,
- 10310
+ 10224,
+ 10290
],
"loc": {
"start": {
@@ -27496,8 +27438,8 @@
"type": "Line",
"value": " filtering option is disabled",
"range": [
- 10319,
- 10350
+ 10299,
+ 10330
],
"loc": {
"start": {
@@ -27510,38 +27452,20 @@
}
}
},
- {
- "type": "Line",
- "value": " let container = this.fltElms[i];",
- "range": [
- 10584,
- 10619
- ],
- "loc": {
- "start": {
- "line": 370,
- "column": 12
- },
- "end": {
- "line": 370,
- "column": 47
- }
- }
- },
{
"type": "Line",
"value": " Always hide all single selection filter types but hide multiple",
"range": [
- 10780,
- 10846
+ 10712,
+ 10778
],
"loc": {
"start": {
- "line": 375,
+ "line": 374,
"column": 12
},
"end": {
- "line": 375,
+ "line": 374,
"column": 78
}
}
@@ -27550,16 +27474,16 @@
"type": "Line",
"value": " selection filter types only if index set",
"range": [
- 10859,
- 10902
+ 10791,
+ 10834
],
"loc": {
"start": {
- "line": 376,
+ "line": 375,
"column": 12
},
"end": {
- "line": 376,
+ "line": 375,
"column": 55
}
}
@@ -27568,16 +27492,16 @@
"type": "Block",
"value": "*\n * Build all the icons representing the pop-up filters\n ",
"range": [
- 11029,
- 11099
+ 10961,
+ 11031
],
"loc": {
"start": {
- "line": 383,
+ "line": 382,
"column": 4
},
"end": {
- "line": 385,
+ "line": 384,
"column": 7
}
}
@@ -27586,16 +27510,16 @@
"type": "Block",
"value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ",
"range": [
- 11240,
- 11384
+ 11172,
+ 11316
],
"loc": {
"start": {
- "line": 392,
+ "line": 391,
"column": 4
},
"end": {
- "line": 396,
+ "line": 395,
"column": 7
}
}
@@ -27604,16 +27528,16 @@
"type": "Block",
"value": "*\n * Remove pop-up filters\n ",
"range": [
- 11575,
- 11615
+ 11507,
+ 11547
],
"loc": {
"start": {
- "line": 404,
+ "line": 403,
"column": 4
},
"end": {
- "line": 406,
+ "line": 405,
"column": 7
}
}
@@ -27622,16 +27546,16 @@
"type": "Line",
"value": " TODO: expose an API to handle external filter IDs",
"range": [
- 12378,
- 12430
+ 12310,
+ 12362
],
"loc": {
"start": {
- "line": 435,
+ "line": 434,
"column": 8
},
"end": {
- "line": 435,
+ "line": 434,
"column": 60
}
}
@@ -27640,16 +27564,16 @@
"type": "Line",
"value": " unsubscribe to events",
"range": [
- 12475,
- 12499
+ 12407,
+ 12431
],
"loc": {
"start": {
- "line": 438,
+ "line": 437,
"column": 8
},
"end": {
- "line": 438,
+ "line": 437,
"column": 32
}
}
diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html
index 4f42137a..ad1a5288 100644
--- a/docs/class/src/emitter.js~Emitter.html
+++ b/docs/class/src/emitter.js~Emitter.html
@@ -3,7 +3,7 @@
- Emitter | tablefilter v0.4.14 API Document
+ Emitter | tablefilter v0.4.15 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 fa3e1f0e..5adbe30d 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.4.14 API Document
+ AdapterEzEditTable | tablefilter v0.4.15 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 f5f623bf..851e7a40 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.4.14 API Document
+ ColOps | tablefilter v0.4.15 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 9f8b273c..1e19c7e6 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.4.14 API Document
+ ColsVisibility | tablefilter v0.4.15 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 ad84de89..f7f87b01 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.4.14 API Document
+ FiltersVisibility | tablefilter v0.4.15 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 db6bafb2..15120c81 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.4.14 API Document
+ AdapterSortableTable | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html
index 783cde9b..6476925d 100644
--- a/docs/class/src/feature.js~Feature.html
+++ b/docs/class/src/feature.js~Feature.html
@@ -3,7 +3,7 @@
- Feature | tablefilter v0.4.14 API Document
+ Feature | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html
index 4a9c61b9..22ef93ea 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.4.14 API Document
+ AlternateRows | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html
index f617b716..cbd49f1c 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.4.14 API Document
+ CheckList | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html
index 8148f68d..5461fe77 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.4.14 API Document
+ ClearButton | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html
index 65eee9d8..bf5fd499 100644
--- a/docs/class/src/modules/dateType.js~DateType.html
+++ b/docs/class/src/modules/dateType.js~DateType.html
@@ -3,7 +3,7 @@
- DateType | tablefilter v0.4.14 API Document
+ DateType | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html
index 589166ad..2198f413 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.4.14 API Document
+ Dropdown | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html
index f4b9ac07..b540e093 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.4.14 API Document
+ GridLayout | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html
index 9dce1dc5..5bf0d1ee 100644
--- a/docs/class/src/modules/hash.js~Hash.html
+++ b/docs/class/src/modules/hash.js~Hash.html
@@ -3,7 +3,7 @@
- Hash | tablefilter v0.4.14 API Document
+ Hash | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html
index b7ad1b85..462fd6f3 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.4.14 API Document
+ Help | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html
index 712c6db6..7274ce90 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.4.14 API Document
+ HighlightKeyword | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html
index 485398b0..4626deb9 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.4.14 API Document
+ Loader | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html
index cab27731..07696675 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.4.14 API Document
+ NoResults | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html
index 97eca982..903f02a8 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.4.14 API Document
+ Paging | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html
index 5f1cd1da..7f19700f 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.4.14 API Document
+ PopupFilter | tablefilter v0.4.15 API Document
@@ -1828,7 +1828,7 @@ by default
- source
+ source
@@ -2009,7 +2009,7 @@ by default
- source
+ source
@@ -2258,7 +2258,7 @@ by default
- source
+ source
diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html
index 31ac7bd0..28c23178 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.4.14 API Document
+ RowsCounter | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html
index c91942ef..9fd87f78 100644
--- a/docs/class/src/modules/state.js~State.html
+++ b/docs/class/src/modules/state.js~State.html
@@ -3,7 +3,7 @@
- State | tablefilter v0.4.14 API Document
+ State | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html
index dd757be9..0a978c3d 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.4.14 API Document
+ StatusBar | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html
index 43856d61..6d23756f 100644
--- a/docs/class/src/modules/storage.js~Storage.html
+++ b/docs/class/src/modules/storage.js~Storage.html
@@ -3,7 +3,7 @@
- Storage | tablefilter v0.4.14 API Document
+ Storage | tablefilter v0.4.15 API Document
diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html
index 983754ed..b28c0afb 100644
--- a/docs/class/src/tablefilter.js~TableFilter.html
+++ b/docs/class/src/tablefilter.js~TableFilter.html
@@ -3,7 +3,7 @@
- TableFilter | tablefilter v0.4.14 API Document
+ TableFilter | tablefilter v0.4.15 API Document
diff --git a/docs/dump.json b/docs/dump.json
index 395fa4ba..aa3b73bb 100644
--- a/docs/dump.json
+++ b/docs/dump.json
@@ -12419,7 +12419,7 @@
"access": null,
"description": null,
"lineNumber": 1,
- "content": "import {Feature} from '../feature';\nimport {isFn, isUndef} from '../types';\nimport {createElm, removeElm} from '../dom';\nimport {addEvt, cancelEvt, stopEvt, targetEvt, removeEvt} from '../event';\nimport {INPUT, NONE, CHECKLIST, MULTIPLE} from '../const';\nimport {root} from '../root';\n\n/**\n * Pop-up filter component\n * @export\n * @class PopupFilter\n * @extends {Feature}\n */\nexport class PopupFilter extends Feature {\n\n /**\n * Creates an instance of PopupFilter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'popupFilters');\n\n // Configuration object\n let f = this.config;\n\n // Enable external filters\n tf.isExternalFlt = true;\n tf.externalFltTgtIds = [];\n\n /**\n * Close active popup filter upon filtering, enabled by default\n * @type {Boolean}\n */\n this.closeOnFiltering = f.popup_filters_close_on_filtering === false ?\n false : true;\n\n /**\n * Filter icon path\n * @type {String}\n */\n this.iconPath = f.popup_filters_image ||\n tf.themesPath + 'icn_filter.gif';\n\n /**\n * Active filter icon path\n * @type {string}\n */\n this.activeIconPath = f.popup_filters_image_active ||\n tf.themesPath + 'icn_filterActive.gif';\n\n /**\n * HTML for the filter icon\n * @type {string}\n */\n this.iconHtml = f.popup_filters_image_html ||\n '
';\n\n /**\n * Css class assigned to filter container element\n * @type {String}\n */\n this.containerCssClass = f.popup_div_css_class || 'popUpFilter';\n\n /**\n * Ensure filter's container element width matches column width, enabled\n * by default\n * @type {Boolean}\n */\n this.adjustToContainer =\n f.popup_filters_adjust_to_container === false ? false : true;\n\n /**\n * Callback fired before a popup filter is opened\n * @type {Function}\n */\n this.onBeforeOpen = isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : null;\n\n /**\n * Callback fired after a popup filter is opened\n * @type {Function}\n */\n this.onAfterOpen = isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : null;\n\n /**\n * Callback fired before a popup filter is closed\n * @type {Function}\n */\n this.onBeforeClose = isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : null;\n\n /**\n * Callback fired after a popup filter is closed\n * @type {Function}\n */\n this.onAfterClose = isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : null;\n\n /**\n * Collection of filters spans\n * @type {Array}\n * @private\n */\n this.fltSpans = [];\n\n /**\n * Collection of filters icons\n * @type {Array}\n * @private\n */\n this.fltIcons = [];\n\n /**\n * Collection of filters icons cached after pop-up filters are removed\n * @type {Array}\n * @private\n */\n this.filtersCache = null;\n\n /**\n * Collection of filters containers\n * @type {Array}\n * @private\n */\n this.fltElms = this.filtersCache || [];\n\n /**\n * Prefix for pop-up filter container ID\n * @type {String}\n * @private\n */\n this.prfxDiv = 'popup_';\n\n /**\n * Column index of popup filter currently active\n * @type {Number}\n * @private\n */\n this.activeFilterIdx = -1;\n }\n\n /**\n * Click event handler for pop-up filter icon\n * @private\n */\n onClick(evt) {\n let elm = targetEvt(evt).parentNode;\n let colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if (this.adjustToContainer) {\n let cont = this.fltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n cont.style.width = parseInt(headerWidth, 10) + 'px';\n }\n cancelEvt(evt);\n stopEvt(evt);\n }\n\n /**\n * Mouse-up event handler handling popup filter auto-close behaviour\n * @private\n */\n onMouseup(evt) {\n if (this.activeFilterIdx === -1) {\n return;\n }\n let targetElm = targetEvt(evt);\n let activeFlt = this.fltElms[this.activeFilterIdx];\n let icon = this.fltIcons[this.activeFilterIdx];\n\n if (icon === targetElm) {\n return;\n }\n\n while (targetElm && targetElm !== activeFlt) {\n targetElm = targetElm.parentNode;\n }\n\n if (targetElm === activeFlt) {\n return;\n } else {\n this.close(this.activeFilterIdx);\n }\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n // Override headers row index if no grouped headers\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.headersRow <= 1 && isNaN(tf.config().headers_row_index)) {\n tf.headersRow = 0;\n }\n\n // Adjust headers row index for grid-layout mode\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.gridLayout) {\n tf.headersRow--;\n this.buildIcons();\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], () => this.setIconsState());\n this.emitter.on(['after-filtering'], () => this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.on(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Reset previously destroyed feature\n */\n reset() {\n this.enable();\n this.init();\n this.buildIcons();\n this.buildAll();\n }\n\n /**\n * Build all filters icons\n */\n buildIcons() {\n let tf = this.tf;\n\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n tf.headersRow++;\n\n for (let i = 0; i < tf.nbCells; i++) {\n if (tf.getFilterType(i) === NONE) {\n continue;\n }\n let icon = createElm('span', ['ci', i]);\n icon.innerHTML = this.iconHtml;\n let header = tf.getHeaderElement(i);\n header.appendChild(icon);\n addEvt(icon, 'click', (evt) => this.onClick(evt));\n this.fltSpans[i] = icon;\n this.fltIcons[i] = icon.firstChild;\n }\n }\n\n /**\n * Build all pop-up filters elements\n */\n buildAll() {\n for (let i = 0; i < this.filtersCache.length; i++) {\n this.build(i, this.filtersCache[i]);\n }\n }\n\n /**\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n */\n build(colIndex, div) {\n let tf = this.tf;\n let contId = `${this.prfxDiv}${tf.id}_${colIndex}`;\n let cont = div || createElm('div', ['id', contId]);\n cont.className = this.containerCssClass;\n tf.externalFltTgtIds.push(cont.id);\n\n let header = tf.getHeaderElement(colIndex);\n header.insertBefore(cont, header.firstChild);\n addEvt(cont, 'click', (evt) => stopEvt(evt));\n this.fltElms[colIndex] = cont;\n }\n\n /**\n * Toggle visibility of specified filter\n * @param {Number} colIndex Column index\n */\n toggle(colIndex) {\n if (!this.isOpen(colIndex)) {\n this.open(colIndex);\n } else {\n this.close(colIndex);\n }\n }\n\n /**\n * Open popup filter of specified column\n * @param {Number} colIndex Column index\n */\n open(colIndex) {\n let tf = this.tf,\n container = this.fltElms[colIndex];\n\n if (this.onBeforeOpen) {\n this.onBeforeOpen.call(null, this, container, colIndex);\n }\n container.style.display = 'block';\n this.activeFilterIdx = colIndex;\n addEvt(root, 'mouseup', (evt) => this.onMouseup(evt));\n\n if (tf.getFilterType(colIndex) === INPUT) {\n let flt = tf.getFilterElement(colIndex);\n if (flt) {\n flt.focus();\n }\n }\n if (this.onAfterOpen) {\n this.onAfterOpen.call(null, this, container, colIndex);\n }\n }\n\n /**\n * Close popup filter of specified column\n * @param {Number} colIndex Column index\n */\n close(colIndex) {\n let container = this.fltElms[colIndex];\n if (this.onBeforeClose) {\n this.onBeforeClose.call(null, this, container, colIndex);\n }\n container.style.display = NONE;\n if (this.activeFilterIdx === colIndex) {\n this.activeFilterIdx = -1;\n }\n removeEvt(root, 'mouseup', (evt) => this.onMouseup(evt));\n if (this.onAfterClose) {\n this.onAfterClose.call(null, this, container, colIndex);\n }\n }\n\n /**\n * Check if popup filter for specified column is open\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n */\n isOpen(colIndex) {\n return this.fltElms[colIndex].style.display === 'block';\n }\n\n /**\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n */\n closeAll(exceptIdx) {\n // Do not close filters only if argument is undefined and close on\n // filtering option is disabled\n if (isUndef(exceptIdx) && !this.closeOnFiltering) {\n return;\n }\n for (let i = 0; i < this.fltElms.length; i++) {\n if (i === exceptIdx) {\n continue;\n }\n // let container = this.fltElms[i];\n let fltType = tf.getFilterType(i);\n let isMultipleFilter =\n (fltType === CHECKLIST || fltType === MULTIPLE);\n\n // Always hide all single selection filter types but hide multiple\n // selection filter types only if index set\n if (!isMultipleFilter || !isUndef(exceptIdx)) {\n this.close(i);\n }\n }\n }\n\n /**\n * Build all the icons representing the pop-up filters\n */\n setIconsState() {\n for (let i = 0; i < this.fltIcons.length; i++) {\n this.changeState(i, false);\n }\n }\n\n /**\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n */\n changeState(colIndex, active) {\n let icon = this.fltIcons[colIndex];\n if (icon) {\n icon.src = active ? this.activeIconPath : this.iconPath;\n }\n }\n\n /**\n * Remove pop-up filters\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.filtersCache = [];\n for (let i = 0; i < this.fltElms.length; i++) {\n let container = this.fltElms[i],\n icon = this.fltSpans[i],\n iconImg = this.fltIcons[i];\n if (container) {\n removeElm(container);\n this.filtersCache[i] = container;\n }\n container = null;\n if (icon) {\n removeElm(icon);\n }\n icon = null;\n if (iconImg) {\n removeElm(iconImg);\n }\n iconImg = null;\n }\n this.fltElms = [];\n this.fltSpans = [];\n this.fltIcons = [];\n\n // TODO: expose an API to handle external filter IDs\n tf.externalFltTgtIds = [];\n\n // unsubscribe to events\n this.emitter.off(['before-filtering'], () => this.setIconsState());\n this.emitter.off(['after-filtering'], () => this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.off(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n"
+ "content": "import {Feature} from '../feature';\nimport {isFn, isUndef} from '../types';\nimport {createElm, removeElm} from '../dom';\nimport {addEvt, cancelEvt, stopEvt, targetEvt, removeEvt} from '../event';\nimport {INPUT, NONE, CHECKLIST, MULTIPLE} from '../const';\nimport {root} from '../root';\n\n/**\n * Pop-up filter component\n * @export\n * @class PopupFilter\n * @extends {Feature}\n */\nexport class PopupFilter extends Feature {\n\n /**\n * Creates an instance of PopupFilter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'popupFilters');\n\n // Configuration object\n let f = this.config;\n\n // Enable external filters\n tf.isExternalFlt = true;\n tf.externalFltTgtIds = [];\n\n /**\n * Close active popup filter upon filtering, enabled by default\n * @type {Boolean}\n */\n this.closeOnFiltering = f.popup_filters_close_on_filtering === false ?\n false : true;\n\n /**\n * Filter icon path\n * @type {String}\n */\n this.iconPath = f.popup_filters_image ||\n tf.themesPath + 'icn_filter.gif';\n\n /**\n * Active filter icon path\n * @type {string}\n */\n this.activeIconPath = f.popup_filters_image_active ||\n tf.themesPath + 'icn_filterActive.gif';\n\n /**\n * HTML for the filter icon\n * @type {string}\n */\n this.iconHtml = f.popup_filters_image_html ||\n '
';\n\n /**\n * Css class assigned to filter container element\n * @type {String}\n */\n this.containerCssClass = f.popup_div_css_class || 'popUpFilter';\n\n /**\n * Ensure filter's container element width matches column width, enabled\n * by default\n * @type {Boolean}\n */\n this.adjustToContainer =\n f.popup_filters_adjust_to_container === false ? false : true;\n\n /**\n * Callback fired before a popup filter is opened\n * @type {Function}\n */\n this.onBeforeOpen = isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : null;\n\n /**\n * Callback fired after a popup filter is opened\n * @type {Function}\n */\n this.onAfterOpen = isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : null;\n\n /**\n * Callback fired before a popup filter is closed\n * @type {Function}\n */\n this.onBeforeClose = isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : null;\n\n /**\n * Callback fired after a popup filter is closed\n * @type {Function}\n */\n this.onAfterClose = isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : null;\n\n /**\n * Collection of filters spans\n * @type {Array}\n * @private\n */\n this.fltSpans = [];\n\n /**\n * Collection of filters icons\n * @type {Array}\n * @private\n */\n this.fltIcons = [];\n\n /**\n * Collection of filters icons cached after pop-up filters are removed\n * @type {Array}\n * @private\n */\n this.filtersCache = null;\n\n /**\n * Collection of filters containers\n * @type {Array}\n * @private\n */\n this.fltElms = this.filtersCache || [];\n\n /**\n * Prefix for pop-up filter container ID\n * @type {String}\n * @private\n */\n this.prfxDiv = 'popup_';\n\n /**\n * Column index of popup filter currently active\n * @type {Number}\n * @private\n */\n this.activeFilterIdx = -1;\n }\n\n /**\n * Click event handler for pop-up filter icon\n * @private\n */\n onClick(evt) {\n let elm = targetEvt(evt).parentNode;\n let colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if (this.adjustToContainer) {\n let cont = this.fltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n cont.style.width = parseInt(headerWidth, 10) + 'px';\n }\n cancelEvt(evt);\n stopEvt(evt);\n }\n\n /**\n * Mouse-up event handler handling popup filter auto-close behaviour\n * @private\n */\n onMouseup(evt) {\n if (this.activeFilterIdx === -1) {\n return;\n }\n let targetElm = targetEvt(evt);\n let activeFlt = this.fltElms[this.activeFilterIdx];\n let icon = this.fltIcons[this.activeFilterIdx];\n\n if (icon === targetElm) {\n return;\n }\n\n while (targetElm && targetElm !== activeFlt) {\n targetElm = targetElm.parentNode;\n }\n\n if (targetElm !== activeFlt) {\n this.close(this.activeFilterIdx);\n }\n\n return;\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n // Override headers row index if no grouped headers\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.headersRow <= 1 && isNaN(tf.config().headers_row_index)) {\n tf.headersRow = 0;\n }\n\n // Adjust headers row index for grid-layout mode\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.gridLayout) {\n tf.headersRow--;\n this.buildIcons();\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], () => this.setIconsState());\n this.emitter.on(['after-filtering'], () => this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.on(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Reset previously destroyed feature\n */\n reset() {\n this.enable();\n this.init();\n this.buildIcons();\n this.buildAll();\n }\n\n /**\n * Build all filters icons\n */\n buildIcons() {\n let tf = this.tf;\n\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n tf.headersRow++;\n\n for (let i = 0; i < tf.nbCells; i++) {\n if (tf.getFilterType(i) === NONE) {\n continue;\n }\n let icon = createElm('span', ['ci', i]);\n icon.innerHTML = this.iconHtml;\n let header = tf.getHeaderElement(i);\n header.appendChild(icon);\n addEvt(icon, 'click', (evt) => this.onClick(evt));\n this.fltSpans[i] = icon;\n this.fltIcons[i] = icon.firstChild;\n }\n }\n\n /**\n * Build all pop-up filters elements\n */\n buildAll() {\n for (let i = 0; i < this.filtersCache.length; i++) {\n this.build(i, this.filtersCache[i]);\n }\n }\n\n /**\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n */\n build(colIndex, div) {\n let tf = this.tf;\n let contId = `${this.prfxDiv}${tf.id}_${colIndex}`;\n let cont = div || createElm('div', ['id', contId]);\n cont.className = this.containerCssClass;\n tf.externalFltTgtIds.push(cont.id);\n\n let header = tf.getHeaderElement(colIndex);\n header.insertBefore(cont, header.firstChild);\n addEvt(cont, 'click', (evt) => stopEvt(evt));\n this.fltElms[colIndex] = cont;\n }\n\n /**\n * Toggle visibility of specified filter\n * @param {Number} colIndex Column index\n */\n toggle(colIndex) {\n if (!this.isOpen(colIndex)) {\n this.open(colIndex);\n } else {\n this.close(colIndex);\n }\n }\n\n /**\n * Open popup filter of specified column\n * @param {Number} colIndex Column index\n */\n open(colIndex) {\n let tf = this.tf,\n container = this.fltElms[colIndex];\n\n if (this.onBeforeOpen) {\n this.onBeforeOpen.call(null, this, container, colIndex);\n }\n container.style.display = 'block';\n this.activeFilterIdx = colIndex;\n addEvt(root, 'mouseup', (evt) => this.onMouseup(evt));\n\n if (tf.getFilterType(colIndex) === INPUT) {\n let flt = tf.getFilterElement(colIndex);\n if (flt) {\n flt.focus();\n }\n }\n if (this.onAfterOpen) {\n this.onAfterOpen.call(null, this, container, colIndex);\n }\n }\n\n /**\n * Close popup filter of specified column\n * @param {Number} colIndex Column index\n */\n close(colIndex) {\n let container = this.fltElms[colIndex];\n if (this.onBeforeClose) {\n this.onBeforeClose.call(null, this, container, colIndex);\n }\n container.style.display = NONE;\n if (this.activeFilterIdx === colIndex) {\n this.activeFilterIdx = -1;\n }\n removeEvt(root, 'mouseup', (evt) => this.onMouseup(evt));\n if (this.onAfterClose) {\n this.onAfterClose.call(null, this, container, colIndex);\n }\n }\n\n /**\n * Check if popup filter for specified column is open\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n */\n isOpen(colIndex) {\n return this.fltElms[colIndex].style.display === 'block';\n }\n\n /**\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n */\n closeAll(exceptIdx) {\n // Do not close filters only if argument is undefined and close on\n // filtering option is disabled\n if (isUndef(exceptIdx) && !this.closeOnFiltering) {\n return;\n }\n for (let i = 0; i < this.fltElms.length; i++) {\n if (i === exceptIdx) {\n continue;\n }\n let fltType = tf.getFilterType(i);\n let isMultipleFilter =\n (fltType === CHECKLIST || fltType === MULTIPLE);\n\n // Always hide all single selection filter types but hide multiple\n // selection filter types only if index set\n if (!isMultipleFilter || !isUndef(exceptIdx)) {\n this.close(i);\n }\n }\n }\n\n /**\n * Build all the icons representing the pop-up filters\n */\n setIconsState() {\n for (let i = 0; i < this.fltIcons.length; i++) {\n this.changeState(i, false);\n }\n }\n\n /**\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n */\n changeState(colIndex, active) {\n let icon = this.fltIcons[colIndex];\n if (icon) {\n icon.src = active ? this.activeIconPath : this.iconPath;\n }\n }\n\n /**\n * Remove pop-up filters\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.filtersCache = [];\n for (let i = 0; i < this.fltElms.length; i++) {\n let container = this.fltElms[i],\n icon = this.fltSpans[i],\n iconImg = this.fltIcons[i];\n if (container) {\n removeElm(container);\n this.filtersCache[i] = container;\n }\n container = null;\n if (icon) {\n removeElm(icon);\n }\n icon = null;\n if (iconImg) {\n removeElm(iconImg);\n }\n iconImg = null;\n }\n this.fltElms = [];\n this.fltSpans = [];\n this.fltIcons = [];\n\n // TODO: expose an API to handle external filter IDs\n tf.externalFltTgtIds = [];\n\n // unsubscribe to events\n this.emitter.off(['before-filtering'], () => this.setIconsState());\n this.emitter.off(['after-filtering'], () => this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.off(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n"
},
{
"__docId__": 587,
@@ -13136,7 +13136,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#setIconsState",
"access": null,
"description": "Build all the icons representing the pop-up filters",
- "lineNumber": 386,
+ "lineNumber": 385,
"params": [],
"generator": false
},
@@ -13150,7 +13150,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#changeState",
"access": null,
"description": "Apply specified icon state",
- "lineNumber": 397,
+ "lineNumber": 396,
"params": [
{
"nullable": null,
@@ -13185,7 +13185,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#destroy",
"access": null,
"description": "Remove pop-up filters",
- "lineNumber": 407,
+ "lineNumber": 406,
"params": [],
"generator": false
},
@@ -13199,7 +13199,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#filtersCache",
"access": null,
"description": null,
- "lineNumber": 412,
+ "lineNumber": 411,
"undocument": true,
"type": {
"types": [
@@ -13217,7 +13217,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#fltElms",
"access": null,
"description": null,
- "lineNumber": 431,
+ "lineNumber": 430,
"undocument": true,
"type": {
"types": [
@@ -13235,7 +13235,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#fltSpans",
"access": null,
"description": null,
- "lineNumber": 432,
+ "lineNumber": 431,
"undocument": true,
"type": {
"types": [
@@ -13253,7 +13253,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#fltIcons",
"access": null,
"description": null,
- "lineNumber": 433,
+ "lineNumber": 432,
"undocument": true,
"type": {
"types": [
@@ -13271,7 +13271,7 @@
"longname": "src/modules/popupFilter.js~PopupFilter#initialized",
"access": null,
"description": null,
- "lineNumber": 447,
+ "lineNumber": 446,
"undocument": true,
"type": {
"types": [
diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html
index 0f498783..bf129169 100644
--- a/docs/file/src/array.js.html
+++ b/docs/file/src/array.js.html
@@ -3,7 +3,7 @@
- src/array.js | tablefilter v0.4.14 API Document
+ src/array.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html
index 121c31e2..40b863d0 100644
--- a/docs/file/src/const.js.html
+++ b/docs/file/src/const.js.html
@@ -3,7 +3,7 @@
- src/const.js | tablefilter v0.4.14 API Document
+ src/const.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html
index 08942400..8f3d0bb8 100644
--- a/docs/file/src/cookie.js.html
+++ b/docs/file/src/cookie.js.html
@@ -3,7 +3,7 @@
- src/cookie.js | tablefilter v0.4.14 API Document
+ src/cookie.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html
index 4af02b6e..54c45fe5 100644
--- a/docs/file/src/dom.js.html
+++ b/docs/file/src/dom.js.html
@@ -3,7 +3,7 @@
- src/dom.js | tablefilter v0.4.14 API Document
+ src/dom.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html
index 4cdc22ed..95f35995 100644
--- a/docs/file/src/emitter.js.html
+++ b/docs/file/src/emitter.js.html
@@ -3,7 +3,7 @@
- src/emitter.js | tablefilter v0.4.14 API Document
+ src/emitter.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html
index a4b45c7a..01a89caa 100644
--- a/docs/file/src/event.js.html
+++ b/docs/file/src/event.js.html
@@ -3,7 +3,7 @@
- src/event.js | tablefilter v0.4.14 API Document
+ src/event.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html
index 00bc3989..de20bc19 100644
--- a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html
+++ b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html
@@ -3,7 +3,7 @@
- src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.14 API Document
+ src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html
index d8c59e64..357b4a54 100644
--- a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html
+++ b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html
@@ -3,7 +3,7 @@
- src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.14 API Document
+ src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html
index 8d9e4173..efdabf2e 100644
--- a/docs/file/src/extensions/colOps/colOps.js.html
+++ b/docs/file/src/extensions/colOps/colOps.js.html
@@ -3,7 +3,7 @@
- src/extensions/colOps/colOps.js | tablefilter v0.4.14 API Document
+ src/extensions/colOps/colOps.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html
index 15ddd3a9..8b250dbd 100644
--- a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html
+++ b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html
@@ -3,7 +3,7 @@
- src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.14 API Document
+ src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html
index 354eb1fb..808f8d82 100644
--- a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html
+++ b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html
@@ -3,7 +3,7 @@
- src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.14 API Document
+ src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html
index 3cd771be..db81367f 100644
--- a/docs/file/src/extensions/sort/adapterSortabletable.js.html
+++ b/docs/file/src/extensions/sort/adapterSortabletable.js.html
@@ -3,7 +3,7 @@
- src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.14 API Document
+ src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html
index 06b913e2..87dbc8ae 100644
--- a/docs/file/src/extensions/sort/sort.js.html
+++ b/docs/file/src/extensions/sort/sort.js.html
@@ -3,7 +3,7 @@
- src/extensions/sort/sort.js | tablefilter v0.4.14 API Document
+ src/extensions/sort/sort.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html
index ebb67de4..151bbf10 100644
--- a/docs/file/src/feature.js.html
+++ b/docs/file/src/feature.js.html
@@ -3,7 +3,7 @@
- src/feature.js | tablefilter v0.4.14 API Document
+ src/feature.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html
index 15bf24e9..9aca9da2 100644
--- a/docs/file/src/modules/alternateRows.js.html
+++ b/docs/file/src/modules/alternateRows.js.html
@@ -3,7 +3,7 @@
- src/modules/alternateRows.js | tablefilter v0.4.14 API Document
+ src/modules/alternateRows.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html
index aa4039e2..343d783e 100644
--- a/docs/file/src/modules/checkList.js.html
+++ b/docs/file/src/modules/checkList.js.html
@@ -3,7 +3,7 @@
- src/modules/checkList.js | tablefilter v0.4.14 API Document
+ src/modules/checkList.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html
index 29c77ea6..95014610 100644
--- a/docs/file/src/modules/clearButton.js.html
+++ b/docs/file/src/modules/clearButton.js.html
@@ -3,7 +3,7 @@
- src/modules/clearButton.js | tablefilter v0.4.14 API Document
+ src/modules/clearButton.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html
index 49729390..c850686f 100644
--- a/docs/file/src/modules/dateType.js.html
+++ b/docs/file/src/modules/dateType.js.html
@@ -3,7 +3,7 @@
- src/modules/dateType.js | tablefilter v0.4.14 API Document
+ src/modules/dateType.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html
index 87711cc4..50263197 100644
--- a/docs/file/src/modules/dropdown.js.html
+++ b/docs/file/src/modules/dropdown.js.html
@@ -3,7 +3,7 @@
- src/modules/dropdown.js | tablefilter v0.4.14 API Document
+ src/modules/dropdown.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html
index f94c59b6..64b5df60 100644
--- a/docs/file/src/modules/gridLayout.js.html
+++ b/docs/file/src/modules/gridLayout.js.html
@@ -3,7 +3,7 @@
- src/modules/gridLayout.js | tablefilter v0.4.14 API Document
+ src/modules/gridLayout.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html
index cea7c555..bc63dc34 100644
--- a/docs/file/src/modules/hash.js.html
+++ b/docs/file/src/modules/hash.js.html
@@ -3,7 +3,7 @@
- src/modules/hash.js | tablefilter v0.4.14 API Document
+ src/modules/hash.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html
index 0a69e5ab..cd651dda 100644
--- a/docs/file/src/modules/help.js.html
+++ b/docs/file/src/modules/help.js.html
@@ -3,7 +3,7 @@
- src/modules/help.js | tablefilter v0.4.14 API Document
+ src/modules/help.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html
index 72559d27..21014d5c 100644
--- a/docs/file/src/modules/highlightKeywords.js.html
+++ b/docs/file/src/modules/highlightKeywords.js.html
@@ -3,7 +3,7 @@
- src/modules/highlightKeywords.js | tablefilter v0.4.14 API Document
+ src/modules/highlightKeywords.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html
index ad94754f..7be1ee79 100644
--- a/docs/file/src/modules/loader.js.html
+++ b/docs/file/src/modules/loader.js.html
@@ -3,7 +3,7 @@
- src/modules/loader.js | tablefilter v0.4.14 API Document
+ src/modules/loader.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html
index d7e1dced..7d1bef87 100644
--- a/docs/file/src/modules/noResults.js.html
+++ b/docs/file/src/modules/noResults.js.html
@@ -3,7 +3,7 @@
- src/modules/noResults.js | tablefilter v0.4.14 API Document
+ src/modules/noResults.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html
index 2094bd76..b6f4563f 100644
--- a/docs/file/src/modules/paging.js.html
+++ b/docs/file/src/modules/paging.js.html
@@ -3,7 +3,7 @@
- src/modules/paging.js | tablefilter v0.4.14 API Document
+ src/modules/paging.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html
index f3790bd6..094933bd 100644
--- a/docs/file/src/modules/popupFilter.js.html
+++ b/docs/file/src/modules/popupFilter.js.html
@@ -3,7 +3,7 @@
- src/modules/popupFilter.js | tablefilter v0.4.14 API Document
+ src/modules/popupFilter.js | tablefilter v0.4.15 API Document
@@ -302,11 +302,11 @@ export class PopupFilter extends Feature {
targetElm = targetElm.parentNode;
}
- if (targetElm === activeFlt) {
- return;
- } else {
+ if (targetElm !== activeFlt) {
this.close(this.activeFilterIdx);
}
+
+ return;
}
/**
@@ -488,7 +488,6 @@ export class PopupFilter extends Feature {
if (i === exceptIdx) {
continue;
}
- // let container = this.fltElms[i];
let fltType = tf.getFilterType(i);
let isMultipleFilter =
(fltType === CHECKLIST || fltType === MULTIPLE);
diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html
index b055cfa2..a1d2a21d 100644
--- a/docs/file/src/modules/rowsCounter.js.html
+++ b/docs/file/src/modules/rowsCounter.js.html
@@ -3,7 +3,7 @@
- src/modules/rowsCounter.js | tablefilter v0.4.14 API Document
+ src/modules/rowsCounter.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html
index 412ce5d4..00784dae 100644
--- a/docs/file/src/modules/state.js.html
+++ b/docs/file/src/modules/state.js.html
@@ -3,7 +3,7 @@
- src/modules/state.js | tablefilter v0.4.14 API Document
+ src/modules/state.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html
index 79c1adde..56e2792f 100644
--- a/docs/file/src/modules/statusBar.js.html
+++ b/docs/file/src/modules/statusBar.js.html
@@ -3,7 +3,7 @@
- src/modules/statusBar.js | tablefilter v0.4.14 API Document
+ src/modules/statusBar.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html
index a711c93d..16d47498 100644
--- a/docs/file/src/modules/storage.js.html
+++ b/docs/file/src/modules/storage.js.html
@@ -3,7 +3,7 @@
- src/modules/storage.js | tablefilter v0.4.14 API Document
+ src/modules/storage.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html
index 54e3871a..8f68bee3 100644
--- a/docs/file/src/number.js.html
+++ b/docs/file/src/number.js.html
@@ -3,7 +3,7 @@
- src/number.js | tablefilter v0.4.14 API Document
+ src/number.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html
index 15dd0751..a947f518 100644
--- a/docs/file/src/root.js.html
+++ b/docs/file/src/root.js.html
@@ -3,7 +3,7 @@
- src/root.js | tablefilter v0.4.14 API Document
+ src/root.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html
index 6c5020d2..b12ba79f 100644
--- a/docs/file/src/sort.js.html
+++ b/docs/file/src/sort.js.html
@@ -3,7 +3,7 @@
- src/sort.js | tablefilter v0.4.14 API Document
+ src/sort.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html
index d5e0d399..98934872 100644
--- a/docs/file/src/string.js.html
+++ b/docs/file/src/string.js.html
@@ -3,7 +3,7 @@
- src/string.js | tablefilter v0.4.14 API Document
+ src/string.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html
index 43153216..45cf4837 100644
--- a/docs/file/src/tablefilter.js.html
+++ b/docs/file/src/tablefilter.js.html
@@ -3,7 +3,7 @@
- src/tablefilter.js | tablefilter v0.4.14 API Document
+ src/tablefilter.js | tablefilter v0.4.15 API Document
diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html
index fadd2274..2ecd1df0 100644
--- a/docs/file/src/types.js.html
+++ b/docs/file/src/types.js.html
@@ -3,7 +3,7 @@
- src/types.js | tablefilter v0.4.14 API Document
+ src/types.js | tablefilter v0.4.15 API Document
diff --git a/docs/identifiers.html b/docs/identifiers.html
index 8ddd472d..82bad5c6 100644
--- a/docs/identifiers.html
+++ b/docs/identifiers.html
@@ -3,7 +3,7 @@
- Index | tablefilter v0.4.14 API Document
+ Index | tablefilter v0.4.15 API Document
diff --git a/docs/index.html b/docs/index.html
index 126f7e64..97c16b35 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,7 +3,7 @@
- tablefilter v0.4.14 API Document
+ tablefilter v0.4.15 API Document
@@ -131,7 +131,7 @@ users to filter and limit the data displayed within a long table. By default, th
- Convert a regular HTML table into an advanced grid component providing:
- Advanced columns filtering model
-- Sorting and pagination facilities
+- Sorting and pagination capabilities
- Complete selection model (ezEditTable extension)
- Extended keyboard navigation (ezEditTable extension)
- Inline cell or row editing (ezEditTable extension)
@@ -147,7 +147,7 @@ solution
Getting started
Clone the repo using Git:
-git clone --bare https://github.com/koalyptus/TableFilter.git
+git clone https://github.com/koalyptus/TableFilter.git
You can download this repository.
@@ -190,29 +190,34 @@ Start by installing any dependencies.
npm install
-Use the Grunt dev task to launch a build / watch cycle and start the local
-sever on port 8080:
-grunt dev
+Use
+npm run dev
-Use the build task to generate a production build:
-grunt build
+command to launch a build / watch cycle and start the local
+sever on port 8080.
+Use
+npm run build
-The default Grunt task will create a production build, run the tests and finally generate the demos:
-grunt
+command to generate a production build.
+The
+npm run build-all
+command will create a production build, run the tests and finally generate
+the demos:
To run all the tests:
-grunt test
+npm test
and to run specific test(s):
grunt test-only:test.html
grunt test-only:test.html,test-sort.html
Demos
-Check out the online examples or generate the demos locally:
-grunt build-demos
+Check out the online examples
+or generate the demos locally:
+npm run build-demos
then run the local webserver:
-grunt server
+npm start
then pick a demo from:
http://localhost:8080/demos/
@@ -223,7 +228,7 @@ grunt test-only:test.html,test-sort.html
If you previously used the HTML Table Filter Generator plugin, verify the configuration
options you are using are still supported: Obsolete
Run this task to generate the documentation in the docs/docs directory:
-grunt esdoc
+npm run esdoc
Support
diff --git a/docs/package.json b/docs/package.json
index f81586e7..f117f695 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "tablefilter",
- "version": "0.4.14",
+ "version": "0.4.15",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@@ -29,7 +29,9 @@
"eslint": "grunt eslint",
"test": "grunt test",
"esdoc": "grunt esdoc",
- "all": "grunt"
+ "build-all": "grunt",
+ "deploy": "grunt deploy",
+ "start": "npm run server"
},
"publishConfig": {
"tag": "next"
@@ -44,6 +46,7 @@
"diacritics": "1.2.3",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
+ "grunt-cli": "1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
diff --git a/docs/source.html b/docs/source.html
index 7014ec27..d7660c36 100644
--- a/docs/source.html
+++ b/docs/source.html
@@ -3,7 +3,7 @@
- Source | tablefilter v0.4.14 API Document
+ Source | tablefilter v0.4.15 API Document
@@ -139,7 +139,7 @@
| 100 %1/1 |
545 byte |
22 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/const.js |
@@ -164,7 +164,7 @@
100 %18/18 |
1536 byte |
118 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/cookie.js |
@@ -172,7 +172,7 @@
- |
1412 byte |
57 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/dom.js |
@@ -191,7 +191,7 @@
100 %12/12 |
4767 byte |
191 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/emitter.js |
@@ -199,7 +199,7 @@
100 %6/6 |
1323 byte |
53 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/event.js |
@@ -212,7 +212,7 @@
100 %6/6 |
2379 byte |
102 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/extensions/advancedGrid/adapterEzEditTable.js |
@@ -220,7 +220,7 @@
100 %13/13 |
18919 byte |
502 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/extensions/advancedGrid/advancedGrid.js |
@@ -228,7 +228,7 @@
- |
90 byte |
2 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/extensions/colOps/colOps.js |
@@ -236,7 +236,7 @@
100 %9/9 |
13632 byte |
370 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/extensions/colsVisibility/colsVisibility.js |
@@ -244,7 +244,7 @@
100 %49/49 |
20592 byte |
712 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/extensions/filtersVisibility/filtersVisibility.js |
@@ -252,7 +252,7 @@
100 %25/25 |
7860 byte |
305 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/extensions/sort/adapterSortabletable.js |
@@ -260,7 +260,7 @@
100 %23/23 |
16628 byte |
539 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/extensions/sort/sort.js |
@@ -268,7 +268,7 @@
- |
197 byte |
8 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/feature.js |
@@ -276,7 +276,7 @@
100 %14/14 |
1761 byte |
94 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/alternateRows.js |
@@ -284,7 +284,7 @@
100 %9/9 |
3527 byte |
140 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/checkList.js |
@@ -292,7 +292,7 @@
100 %18/18 |
18359 byte |
570 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/clearButton.js |
@@ -300,7 +300,7 @@
100 %10/10 |
3129 byte |
128 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/dateType.js |
@@ -308,7 +308,7 @@
100 %11/11 |
3997 byte |
147 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/dropdown.js |
@@ -316,7 +316,7 @@
100 %13/13 |
13032 byte |
426 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/gridLayout.js |
@@ -324,7 +324,7 @@
100 %16/16 |
14075 byte |
494 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/hash.js |
@@ -333,7 +333,7 @@
100 %10/10 |
2981 byte |
126 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/help.js |
@@ -341,7 +341,7 @@
100 %17/17 |
5809 byte |
200 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/highlightKeywords.js |
@@ -349,7 +349,7 @@
100 %10/10 |
4360 byte |
147 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/loader.js |
@@ -357,7 +357,7 @@
100 %14/14 |
4027 byte |
172 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/noResults.js |
@@ -365,7 +365,7 @@
100 %17/17 |
5015 byte |
208 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/paging.js |
@@ -373,15 +373,15 @@
100 %45/45 |
27579 byte |
901 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/popupFilter.js |
PopupFilter |
100 %26/26 |
- 12981 byte |
- 450 |
- 2016-11-05 03:26:36 (UTC) |
+ 12913 byte |
+ 449 |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/rowsCounter.js |
@@ -389,7 +389,7 @@
100 %13/13 |
5760 byte |
201 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/state.js |
@@ -397,7 +397,7 @@
100 %24/24 |
14771 byte |
541 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/statusBar.js |
@@ -405,7 +405,7 @@
100 %22/22 |
8595 byte |
302 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/modules/storage.js |
@@ -414,7 +414,7 @@
100 %10/10 |
3544 byte |
162 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/number.js |
@@ -422,7 +422,7 @@
100 %1/1 |
998 byte |
29 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/root.js |
@@ -430,7 +430,7 @@
100 %1/1 |
235 byte |
6 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/sort.js |
@@ -440,7 +440,7 @@
100 %3/3 |
930 byte |
33 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/string.js |
@@ -452,7 +452,7 @@
100 %5/5 |
2082 byte |
76 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/tablefilter.js |
@@ -460,7 +460,7 @@
100 %169/169 |
90981 byte |
3003 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
| src/types.js |
@@ -475,7 +475,7 @@
100 %8/8 |
1451 byte |
67 |
- 2016-11-05 03:26:36 (UTC) |
+ 2016-11-07 09:52:38 (UTC) |
diff --git a/docs/variable/index.html b/docs/variable/index.html
index 93c73e50..061bb32e 100644
--- a/docs/variable/index.html
+++ b/docs/variable/index.html
@@ -3,7 +3,7 @@
- Variable | tablefilter v0.4.14 API Document
+ Variable | tablefilter v0.4.15 API Document