Stores help container DOM element
+
Help container DOM element
@@ -1198,7 +1198,7 @@
- source
+ source
@@ -1239,7 +1239,7 @@
- source
+ source
@@ -1280,7 +1280,7 @@
- source
+ source
@@ -1321,7 +1321,7 @@
- source
+ source
@@ -1361,7 +1361,7 @@
- source
+ source
@@ -1402,7 +1402,7 @@
- source
+ source
@@ -1443,7 +1443,7 @@
- source
+ source
@@ -1487,7 +1487,7 @@
- source
+ source
@@ -1528,7 +1528,7 @@
- source
+ source
@@ -1569,7 +1569,7 @@
- source
+ source
diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html
index 3d9bb3af..d810c27f 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.26 API Document
+
HighlightKeyword | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html
index b365ef9a..6bb6bb66 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.26 API Document
+
Loader | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html
index 3c59f277..68916650 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.26 API Document
+
NoResults | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html
index 0c37469a..376e4fa3 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.26 API Document
+
Paging | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html
index 6695b895..04ee5915 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.26 API Document
+
PopupFilter | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html
index 40605dcc..8e0e330c 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.26 API Document
+
RowsCounter | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html
index 9b934965..40d66bf0 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.26 API Document
+
State | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html
index bf6b3bf9..9c1900f9 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.26 API Document
+
StatusBar | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html
index 5717bdcf..28b9a429 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.26 API Document
+
Storage | tablefilter v0.4.27 API Document
diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html
index bfb9d98d..d26e5fea 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.26 API Document
+
TableFilter | tablefilter v0.4.27 API Document
diff --git a/docs/dump.json b/docs/dump.json
index defb5818..735e759f 100644
--- a/docs/dump.json
+++ b/docs/dump.json
@@ -1307,7 +1307,7 @@
"access": null,
"description": null,
"lineNumber": 1,
- "content": "import {root} from './root';\n\n/**\n * DOM event utilities\n */\n\n/**\n * Add event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\nexport const addEvt = (obj, type, func, capture) => {\n if (obj.addEventListener) {\n obj.addEventListener(type, func, capture);\n }\n else if (obj.attachEvent) {\n obj.attachEvent('on' + type, func);\n } else {\n obj['on' + type] = func;\n }\n};\n\n/**\n * Remove event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\nexport const removeEvt = (obj, type, func, capture) => {\n if (obj.detachEvent) {\n obj.detachEvent('on' + type, func);\n }\n else if (obj.removeEventListener) {\n obj.removeEventListener(type, func, capture);\n } else {\n obj['on' + type] = null;\n }\n};\n\n/**\n * Prevents further propagation of the current event in the bubbling phase\n *\n * @param {Event} evt Event on the DOM\n */\nexport const stopEvt = evt =>{\n if (!evt) {\n evt = root.event;\n }\n if (evt.stopPropagation) {\n evt.stopPropagation();\n } else {\n evt.cancelBubble = true;\n }\n};\n\n/**\n * Cancels the event if it is cancelable, without stopping further\n * propagation of the event.\n *\n * @param {Event} evt Event on the DOM\n */\nexport const cancelEvt = evt => {\n if (!evt) {\n evt = root.event;\n }\n if (evt.preventDefault) {\n evt.preventDefault();\n } else {\n evt.returnValue = false;\n }\n};\n\n/**\n * Reference to the object that dispatched the event\n *\n * @param {Event} evt Event on the DOM\n * @returns {DOMElement}\n */\nexport const targetEvt = evt => {\n if (!evt) {\n evt = root.event;\n }\n return evt.target || evt.srcElement;\n};\n\n/**\n * Returns the Unicode value of pressed key\n *\n * @param {Event} evt Event on the DOM\n * @returns {Number}\n */\nexport const keyCode = evt => {\n return evt.charCode ? evt.charCode :\n (evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));\n};\n"
+ "content": "import {root} from './root';\n\n/**\n * DOM event utilities\n */\n\n/**\n * Add event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\nexport const addEvt = (obj, type, func, capture) => {\n if (obj.addEventListener) {\n obj.addEventListener(type, func, capture);\n }\n else if (obj.attachEvent) {\n obj.attachEvent('on' + type, func);\n } else {\n obj['on' + type] = func;\n }\n};\n\n/**\n * Remove event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\nexport const removeEvt = (obj, type, func, capture) => {\n if (obj.removeEventListener) {\n obj.removeEventListener(type, func, capture);\n } else if (obj.detachEvent) {\n obj.detachEvent('on' + type, func);\n } else {\n obj['on' + type] = null;\n }\n};\n\n/**\n * Prevents further propagation of the current event in the bubbling phase\n *\n * @param {Event} evt Event on the DOM\n */\nexport const stopEvt = (evt) => {\n if (!evt) {\n evt = root.event;\n }\n if (evt.stopPropagation) {\n evt.stopPropagation();\n } else {\n evt.cancelBubble = true;\n }\n};\n\n/**\n * Cancels the event if it is cancelable, without stopping further\n * propagation of the event.\n *\n * @param {Event} evt Event on the DOM\n */\nexport const cancelEvt = (evt) => {\n if (!evt) {\n evt = root.event;\n }\n if (evt.preventDefault) {\n evt.preventDefault();\n } else {\n evt.returnValue = false;\n }\n};\n\n/**\n * Reference to the object that dispatched the event\n *\n * @param {Event} evt Event on the DOM\n * @returns {DOMElement}\n */\nexport const targetEvt = (evt) => {\n if (!evt) {\n evt = root.event;\n }\n return evt.target || evt.srcElement;\n};\n\n/**\n * Returns the Unicode value of pressed key\n *\n * @param {Event} evt Event on the DOM\n * @returns {Number}\n */\nexport const keyCode = (evt) => {\n return evt.charCode ? evt.charCode :\n (evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));\n};\n"
},
{
"__docId__": 46,
@@ -1446,7 +1446,7 @@
"importPath": "tablefilter/src/event.js",
"importStyle": "{stopEvt}",
"description": "Prevents further propagation of the current event in the bubbling phase",
- "lineNumber": 52,
+ "lineNumber": 51,
"params": [
{
"nullable": null,
@@ -1478,7 +1478,7 @@
"importPath": "tablefilter/src/event.js",
"importStyle": "{cancelEvt}",
"description": "Cancels the event if it is cancelable, without stopping further\npropagation of the event.",
- "lineNumber": 69,
+ "lineNumber": 68,
"params": [
{
"nullable": null,
@@ -1510,7 +1510,7 @@
"importPath": "tablefilter/src/event.js",
"importStyle": "{targetEvt}",
"description": "Reference to the object that dispatched the event",
- "lineNumber": 86,
+ "lineNumber": 85,
"unknown": [
{
"tagName": "@returns",
@@ -1556,7 +1556,7 @@
"importPath": "tablefilter/src/event.js",
"importStyle": "{keyCode}",
"description": "Returns the Unicode value of pressed key",
- "lineNumber": 99,
+ "lineNumber": 98,
"unknown": [
{
"tagName": "@returns",
@@ -9181,7 +9181,7 @@
"access": null,
"description": null,
"lineNumber": 1,
- "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {addEvt} from '../event';\nimport {NONE} from '../const';\n\nconst WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +\n '4.-Filter-operators';\nconst WEBSITE_URL = 'http://koalyptus.github.io/TableFilter/';\n\n/**\n * Help UI component\n */\nexport class Help extends Feature {\n\n /**\n * Creates an instance of Help\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'help');\n\n let f = this.config;\n\n /**\n * ID of main custom container element\n * @type {String}\n */\n this.tgtId = f.help_instructions_target_id || null;\n\n /**\n * ID of custom container element for instructions\n * @type {String}\n */\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n\n /**\n * Instructions text (accepts HTML)\n * @type {String}\n */\n this.instrText = f.help_instructions_text ?\n f.help_instructions_text :\n 'Use the filters above each column to filter and limit table ' +\n 'data. Advanced searches can be performed by using the following ' +\n 'operators:
<,
<=,
>, ' +\n '
>=,
=,
*,
!,
{,
}, ' +\n '
||,
&&,
[empty],
[nonempty], ' +\n '
rgx:' +\n 'Learn more
';\n\n /**\n * Instructions HTML\n * @type {String}\n */\n this.instrHtml = f.help_instructions_html || null;\n\n /**\n * Help button text ('?')\n * @type {String}\n */\n this.btnText = f.help_instructions_btn_text || '?';\n\n /**\n * Custom help button HTML\n * @type {String}\n */\n this.btnHtml = f.help_instructions_btn_html || null;\n\n /**\n * Css class for help button\n * @type {String}\n */\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n\n /**\n * Css class for help container element\n * @type {String}\n */\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n\n /**\n * Stores button DOM element\n * @type {DOMElement}\n */\n this.btn = null;\n\n /**\n * Stores help container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Default HTML appended to instructions text\n * @type {String}\n */\n this.defaultHtml = '';\n\n this.emitter.on(['init-help'], () => this.init());\n }\n\n /**\n * Initialise Help instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n let btn = createElm('span');\n let cont = createElm('div');\n\n //help button is added to defined element\n if (!this.tgtId) {\n tf.setToolbar();\n }\n let targetEl = !this.tgtId ? tf.rDiv : elm(this.tgtId);\n targetEl.appendChild(btn);\n\n let divContainer = !this.contTgtId ? btn : elm(this.contTgtId);\n\n if (!this.btnHtml) {\n divContainer.appendChild(cont);\n let helplink = createElm('a', ['href', 'javascript:void(0);']);\n helplink.className = this.btnCssClass;\n helplink.appendChild(createText(this.btnText));\n btn.appendChild(helplink);\n addEvt(helplink, 'click', () => this.toggle());\n } else {\n btn.innerHTML = this.btnHtml;\n let helpEl = btn.firstChild;\n addEvt(helpEl, 'click', () => this.toggle());\n divContainer.appendChild(cont);\n }\n\n if (!this.instrHtml) {\n cont.innerHTML = this.instrText;\n cont.className = this.contCssClass;\n addEvt(cont, 'dblclick', () => this.toggle());\n } else {\n if (this.contTgtId) {\n divContainer.appendChild(cont);\n }\n cont.innerHTML = this.instrHtml;\n if (!this.contTgtId) {\n cont.className = this.contCssClass;\n addEvt(cont, 'dblclick', () => this.toggle());\n }\n }\n cont.innerHTML += this.defaultHtml;\n addEvt(cont, 'click', () => this.toggle());\n\n this.cont = cont;\n this.btn = btn;\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Toggle help pop-up\n */\n toggle() {\n // check only if explicitily set to false as in this case undefined\n // signifies the help feature is enabled by default\n if (this.enabled === false) {\n return;\n }\n let divDisplay = this.cont.style.display;\n if (divDisplay === '' || divDisplay === NONE) {\n this.cont.style.display = 'inline';\n } else {\n this.cont.style.display = NONE;\n }\n }\n\n /**\n * Remove help UI\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.btn);\n this.btn = null;\n\n removeElm(this.cont);\n this.cont = null;\n\n this.initialized = false;\n }\n\n}\n"
+ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {addEvt, targetEvt, removeEvt} from '../event';\nimport {NONE} from '../const';\nimport {root} from '../root';\n\nconst WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +\n '4.-Filter-operators';\nconst WEBSITE_URL = 'http://koalyptus.github.io/TableFilter/';\n\n/**\n * Help UI component\n */\nexport class Help extends Feature {\n\n /**\n * Creates an instance of Help\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'help');\n\n let f = this.config;\n\n /**\n * ID of main custom container element\n * @type {String}\n */\n this.tgtId = f.help_instructions_target_id || null;\n\n /**\n * ID of custom container element for instructions\n * @type {String}\n */\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n\n /**\n * Instructions text (accepts HTML)\n * @type {String}\n */\n this.instrText = f.help_instructions_text ?\n f.help_instructions_text :\n 'Use the filters above each column to filter and limit table ' +\n 'data. Advanced searches can be performed by using the following ' +\n 'operators:
<,
<=,
>, ' +\n '
>=,
=,
*,
!,
{,
}, ' +\n '
||,
&&,
[empty],
[nonempty], ' +\n '
rgx:' +\n 'Learn more
';\n\n /**\n * Instructions HTML\n * @type {String}\n */\n this.instrHtml = f.help_instructions_html || null;\n\n /**\n * Help button text ('?')\n * @type {String}\n */\n this.btnText = f.help_instructions_btn_text || '?';\n\n /**\n * Custom help button HTML\n * @type {String}\n */\n this.btnHtml = f.help_instructions_btn_html || null;\n\n /**\n * Css class for help button\n * @type {String}\n */\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n\n /**\n * Css class for help container element\n * @type {String}\n */\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n\n /**\n * Button DOM element\n * @type {DOMElement}\n */\n this.btn = null;\n\n /**\n * Help container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Bound mouseup wrapper\n * @private\n */\n this.boundMouseup = null;\n\n /**\n * Default HTML appended to instructions text\n * @type {String}\n */\n this.defaultHtml = '';\n\n this.emitter.on(['init-help'], () => this.init());\n }\n\n /**\n * Mouse-up event handler handling popup auto-close behaviour\n * @private\n */\n onMouseup(evt) {\n let targetElm = targetEvt(evt);\n if (targetElm !== this.cont) {\n this.toggle();\n }\n return;\n }\n\n /**\n * Initialise Help instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n let btn = createElm('span');\n let cont = createElm('div');\n\n this.boundMouseup = this.onMouseup.bind(this);\n\n //help button is added to defined element\n if (!this.tgtId) {\n tf.setToolbar();\n }\n let targetEl = !this.tgtId ? tf.rDiv : elm(this.tgtId);\n targetEl.appendChild(btn);\n\n let divContainer = !this.contTgtId ? btn : elm(this.contTgtId);\n\n if (!this.btnHtml) {\n divContainer.appendChild(cont);\n let helplink = createElm('a', ['href', 'javascript:void(0);']);\n helplink.className = this.btnCssClass;\n helplink.appendChild(createText(this.btnText));\n btn.appendChild(helplink);\n addEvt(helplink, 'click', () => this.toggle());\n } else {\n btn.innerHTML = this.btnHtml;\n let helpEl = btn.firstChild;\n addEvt(helpEl, 'click', () => this.toggle());\n divContainer.appendChild(cont);\n }\n\n if (!this.instrHtml) {\n cont.innerHTML = this.instrText;\n cont.className = this.contCssClass;\n addEvt(cont, 'dblclick', () => this.toggle());\n } else {\n if (this.contTgtId) {\n divContainer.appendChild(cont);\n }\n cont.innerHTML = this.instrHtml;\n if (!this.contTgtId) {\n cont.className = this.contCssClass;\n addEvt(cont, 'dblclick', () => this.toggle());\n }\n }\n cont.innerHTML += this.defaultHtml;\n addEvt(cont, 'click', () => this.toggle());\n\n this.cont = cont;\n this.btn = btn;\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Toggle help pop-up\n */\n toggle() {\n // check only if explicitily set to false as in this case undefined\n // signifies the help feature is enabled by default\n if (this.enabled === false) {\n return;\n }\n // ensure mouseup event handler is removed\n removeEvt(root, 'mouseup', this.boundMouseup);\n\n let divDisplay = this.cont.style.display;\n if (divDisplay === '' || divDisplay === NONE) {\n this.cont.style.display = 'inline';\n addEvt(root, 'mouseup', this.boundMouseup);\n } else {\n this.cont.style.display = NONE;\n }\n }\n\n /**\n * Remove help UI\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.btn);\n this.btn = null;\n\n removeElm(this.cont);\n this.cont = null;\n\n this.boundMouseup = null;\n\n this.initialized = false;\n }\n\n}\n"
},
{
"__docId__": 420,
@@ -9196,7 +9196,7 @@
"importPath": "tablefilter/src/modules/help.js",
"importStyle": null,
"description": null,
- "lineNumber": 6,
+ "lineNumber": 7,
"undocument": true,
"type": {
"types": [
@@ -9217,7 +9217,7 @@
"importPath": "tablefilter/src/modules/help.js",
"importStyle": null,
"description": null,
- "lineNumber": 8,
+ "lineNumber": 9,
"undocument": true,
"type": {
"types": [
@@ -9238,7 +9238,7 @@
"importPath": "tablefilter/src/modules/help.js",
"importStyle": "{Help}",
"description": "Help UI component",
- "lineNumber": 13,
+ "lineNumber": 14,
"interface": false,
"extends": [
"src/feature.js~Feature"
@@ -9254,7 +9254,7 @@
"longname": "src/modules/help.js~Help#constructor",
"access": null,
"description": "Creates an instance of Help",
- "lineNumber": 19,
+ "lineNumber": 20,
"params": [
{
"nullable": null,
@@ -9279,7 +9279,7 @@
"longname": "src/modules/help.js~Help#tgtId",
"access": null,
"description": "ID of main custom container element",
- "lineNumber": 28,
+ "lineNumber": 29,
"type": {
"nullable": null,
"types": [
@@ -9299,7 +9299,7 @@
"longname": "src/modules/help.js~Help#contTgtId",
"access": null,
"description": "ID of custom container element for instructions",
- "lineNumber": 34,
+ "lineNumber": 35,
"type": {
"nullable": null,
"types": [
@@ -9319,7 +9319,7 @@
"longname": "src/modules/help.js~Help#instrText",
"access": null,
"description": "Instructions text (accepts HTML)",
- "lineNumber": 41,
+ "lineNumber": 42,
"type": {
"nullable": null,
"types": [
@@ -9339,7 +9339,7 @@
"longname": "src/modules/help.js~Help#instrHtml",
"access": null,
"description": "Instructions HTML",
- "lineNumber": 55,
+ "lineNumber": 56,
"type": {
"nullable": null,
"types": [
@@ -9359,7 +9359,7 @@
"longname": "src/modules/help.js~Help#btnText",
"access": null,
"description": "Help button text ('?')",
- "lineNumber": 61,
+ "lineNumber": 62,
"type": {
"nullable": null,
"types": [
@@ -9379,7 +9379,7 @@
"longname": "src/modules/help.js~Help#btnHtml",
"access": null,
"description": "Custom help button HTML",
- "lineNumber": 67,
+ "lineNumber": 68,
"type": {
"nullable": null,
"types": [
@@ -9399,7 +9399,7 @@
"longname": "src/modules/help.js~Help#btnCssClass",
"access": null,
"description": "Css class for help button",
- "lineNumber": 73,
+ "lineNumber": 74,
"type": {
"nullable": null,
"types": [
@@ -9419,7 +9419,7 @@
"longname": "src/modules/help.js~Help#contCssClass",
"access": null,
"description": "Css class for help container element",
- "lineNumber": 79,
+ "lineNumber": 80,
"type": {
"nullable": null,
"types": [
@@ -9438,8 +9438,8 @@
"memberof": "src/modules/help.js~Help",
"longname": "src/modules/help.js~Help#btn",
"access": null,
- "description": "Stores button DOM element",
- "lineNumber": 86,
+ "description": "Button DOM element",
+ "lineNumber": 87,
"type": {
"nullable": null,
"types": [
@@ -9458,8 +9458,8 @@
"memberof": "src/modules/help.js~Help",
"longname": "src/modules/help.js~Help#cont",
"access": null,
- "description": "Stores help container DOM element",
- "lineNumber": 92,
+ "description": "Help container DOM element",
+ "lineNumber": 93,
"type": {
"nullable": null,
"types": [
@@ -9474,12 +9474,29 @@
"kind": "member",
"static": false,
"variation": null,
+ "name": "boundMouseup",
+ "memberof": "src/modules/help.js~Help",
+ "longname": "src/modules/help.js~Help#boundMouseup",
+ "access": "private",
+ "description": "Bound mouseup wrapper",
+ "lineNumber": 99,
+ "type": {
+ "types": [
+ "*"
+ ]
+ }
+ },
+ {
+ "__docId__": 435,
+ "kind": "member",
+ "static": false,
+ "variation": null,
"name": "defaultHtml",
"memberof": "src/modules/help.js~Help",
"longname": "src/modules/help.js~Help#defaultHtml",
"access": null,
"description": "Default HTML appended to instructions text",
- "lineNumber": 98,
+ "lineNumber": 105,
"type": {
"nullable": null,
"types": [
@@ -9490,7 +9507,28 @@
}
},
{
- "__docId__": 435,
+ "__docId__": 436,
+ "kind": "method",
+ "static": false,
+ "variation": null,
+ "name": "onMouseup",
+ "memberof": "src/modules/help.js~Help",
+ "longname": "src/modules/help.js~Help#onMouseup",
+ "access": "private",
+ "description": "Mouse-up event handler handling popup auto-close behaviour",
+ "lineNumber": 119,
+ "params": [
+ {
+ "name": "evt",
+ "types": [
+ "*"
+ ]
+ }
+ ],
+ "generator": false
+ },
+ {
+ "__docId__": 437,
"kind": "method",
"static": false,
"variation": null,
@@ -9499,12 +9537,30 @@
"longname": "src/modules/help.js~Help#init",
"access": null,
"description": "Initialise Help instance",
- "lineNumber": 111,
+ "lineNumber": 130,
"params": [],
"generator": false
},
{
- "__docId__": 436,
+ "__docId__": 438,
+ "kind": "member",
+ "static": false,
+ "variation": null,
+ "name": "boundMouseup",
+ "memberof": "src/modules/help.js~Help",
+ "longname": "src/modules/help.js~Help#boundMouseup",
+ "access": null,
+ "description": null,
+ "lineNumber": 140,
+ "undocument": true,
+ "type": {
+ "types": [
+ "*"
+ ]
+ }
+ },
+ {
+ "__docId__": 439,
"kind": "member",
"static": false,
"variation": null,
@@ -9513,7 +9569,7 @@
"longname": "src/modules/help.js~Help#cont",
"access": null,
"description": null,
- "lineNumber": 161,
+ "lineNumber": 182,
"undocument": true,
"type": {
"types": [
@@ -9522,7 +9578,7 @@
}
},
{
- "__docId__": 437,
+ "__docId__": 440,
"kind": "member",
"static": false,
"variation": null,
@@ -9531,7 +9587,7 @@
"longname": "src/modules/help.js~Help#btn",
"access": null,
"description": null,
- "lineNumber": 162,
+ "lineNumber": 183,
"undocument": true,
"type": {
"types": [
@@ -9540,7 +9596,7 @@
}
},
{
- "__docId__": 438,
+ "__docId__": 441,
"kind": "member",
"static": false,
"variation": null,
@@ -9549,7 +9605,7 @@
"longname": "src/modules/help.js~Help#initialized",
"access": null,
"description": null,
- "lineNumber": 164,
+ "lineNumber": 185,
"unknown": [
{
"tagName": "@inherited",
@@ -9563,7 +9619,7 @@
}
},
{
- "__docId__": 439,
+ "__docId__": 442,
"kind": "method",
"static": false,
"variation": null,
@@ -9572,12 +9628,12 @@
"longname": "src/modules/help.js~Help#toggle",
"access": null,
"description": "Toggle help pop-up",
- "lineNumber": 170,
+ "lineNumber": 191,
"params": [],
"generator": false
},
{
- "__docId__": 440,
+ "__docId__": 443,
"kind": "method",
"static": false,
"variation": null,
@@ -9586,12 +9642,12 @@
"longname": "src/modules/help.js~Help#destroy",
"access": null,
"description": "Remove help UI",
- "lineNumber": 187,
+ "lineNumber": 212,
"params": [],
"generator": false
},
{
- "__docId__": 441,
+ "__docId__": 444,
"kind": "member",
"static": false,
"variation": null,
@@ -9600,7 +9656,7 @@
"longname": "src/modules/help.js~Help#btn",
"access": null,
"description": null,
- "lineNumber": 192,
+ "lineNumber": 217,
"undocument": true,
"type": {
"types": [
@@ -9609,7 +9665,7 @@
}
},
{
- "__docId__": 442,
+ "__docId__": 445,
"kind": "member",
"static": false,
"variation": null,
@@ -9618,7 +9674,7 @@
"longname": "src/modules/help.js~Help#cont",
"access": null,
"description": null,
- "lineNumber": 195,
+ "lineNumber": 220,
"undocument": true,
"type": {
"types": [
@@ -9627,7 +9683,25 @@
}
},
{
- "__docId__": 443,
+ "__docId__": 446,
+ "kind": "member",
+ "static": false,
+ "variation": null,
+ "name": "boundMouseup",
+ "memberof": "src/modules/help.js~Help",
+ "longname": "src/modules/help.js~Help#boundMouseup",
+ "access": null,
+ "description": null,
+ "lineNumber": 222,
+ "undocument": true,
+ "type": {
+ "types": [
+ "*"
+ ]
+ }
+ },
+ {
+ "__docId__": 447,
"kind": "member",
"static": false,
"variation": null,
@@ -9636,7 +9710,7 @@
"longname": "src/modules/help.js~Help#initialized",
"access": null,
"description": null,
- "lineNumber": 197,
+ "lineNumber": 224,
"undocument": true,
"type": {
"types": [
@@ -9645,7 +9719,7 @@
}
},
{
- "__docId__": 444,
+ "__docId__": 448,
"kind": "file",
"static": true,
"variation": null,
@@ -9658,7 +9732,7 @@
"content": "import {createText, createElm, getText} from '../dom';\nimport {isArray} from '../types';\nimport {rgxEsc} from '../string';\n\n/**\n * Highlight matched keywords upon filtering\n *\n * @export\n * @class HighlightKeyword\n */\nexport class HighlightKeyword {\n\n /**\n * Creates an instance of HighlightKeyword\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n let f = tf.config();\n\n /**\n * Css class for highlighted term\n * @type {String}\n */\n this.highlightCssClass = f.highlight_css_class || 'keyword';\n\n /**\n * TableFilter instance\n * @type {TableFilter}\n */\n this.tf = tf;\n\n /**\n * TableFilter's emitter instance\n * @type {Emitter}\n */\n this.emitter = tf.emitter;\n }\n\n /**\n * Initializes HighlightKeyword instance\n */\n init() {\n this.emitter.on(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.on(\n ['highlight-keyword'],\n (tf, cell, term) => this._processTerm(cell, term)\n );\n }\n\n /**\n * Highlight occurences of searched term in passed node\n * @param {Node} node\n * @param {String} term Searched term\n * @param {String} cssClass Css class name\n *\n * TODO: refactor this method\n */\n highlight(node, term, cssClass) {\n // Iterate into this nodes childNodes\n if (node.hasChildNodes) {\n let children = node.childNodes;\n for (let i = 0; i < children.length; i++) {\n this.highlight(children[i], term, cssClass);\n }\n }\n\n if (node.nodeType === 3) {\n let nodeVal = node.nodeValue.toLowerCase();\n let termIdx = nodeVal.indexOf(term.toLowerCase());\n\n if (termIdx !== -1) {\n let pn = node.parentNode;\n if (pn && pn.className !== cssClass) {\n // term not highlighted yet\n let nv = node.nodeValue,\n // Create a load of replacement nodes\n before = createText(nv.substr(0, termIdx)),\n value = nv.substr(termIdx, term.length),\n after = createText(nv.substr(termIdx + term.length)),\n text = createText(value),\n container = createElm('span');\n container.className = cssClass;\n container.appendChild(text);\n pn.insertBefore(before, node);\n pn.insertBefore(container, node);\n pn.insertBefore(after, node);\n pn.removeChild(node);\n }\n }\n }\n }\n\n /**\n * Removes highlight to nodes matching passed string\n * @param {String} term\n * @param {String} cssClass Css class to remove\n */\n unhighlight(term, cssClass) {\n let highlightedNodes = this.tf.tbl.querySelectorAll(`.${cssClass}`);\n for (let i = 0; i < highlightedNodes.length; i++) {\n let n = highlightedNodes[i];\n let nodeVal = getText(n);\n\n if (nodeVal.toLowerCase().indexOf(term.toLowerCase()) !== -1) {\n let parentNode = n.parentNode;\n parentNode.replaceChild(createText(nodeVal), n);\n parentNode.normalize();\n }\n }\n }\n\n /**\n * Clear all occurrences of highlighted nodes\n */\n unhighlightAll() {\n if (!this.tf.highlightKeywords) {\n return;\n }\n // iterate filters values to unhighlight all values\n this.tf.getFiltersValue().forEach((val) => {\n if (isArray(val)) {\n val.forEach((item) =>\n this.unhighlight(item, this.highlightCssClass));\n } else {\n this.unhighlight(val, this.highlightCssClass);\n }\n });\n }\n\n /** Remove feature */\n destroy() {\n this.emitter.off(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.off(\n ['highlight-keyword'],\n (tf, cell, term) => this._processTerm(cell, term)\n );\n }\n\n /**\n * Ensure filtering operators are handled before highlighting any match\n * @param {any} Table cell to look searched term into\n * @param {any} Searched termIdx\n */\n _processTerm(cell, term) {\n let tf = this.tf;\n let reLk = new RegExp(rgxEsc(tf.lkOperator));\n let reEq = new RegExp(tf.eqOperator);\n let reSt = new RegExp(tf.stOperator);\n let reEn = new RegExp(tf.enOperator);\n let reLe = new RegExp(tf.leOperator);\n let reGe = new RegExp(tf.geOperator);\n let reL = new RegExp(tf.lwOperator);\n let reG = new RegExp(tf.grOperator);\n let reD = new RegExp(tf.dfOperator);\n\n term = term\n .replace(reLk, '')\n .replace(reEq, '')\n .replace(reSt, '')\n .replace(reEn, '');\n\n if (reLe.test(term) || reGe.test(term) || reL.test(term) ||\n reG.test(term) || reD.test(term)) {\n term = getText(cell);\n }\n\n if (term === '') {\n return;\n }\n\n this.highlight(cell, term, this.highlightCssClass);\n }\n}\n"
},
{
- "__docId__": 445,
+ "__docId__": 449,
"kind": "class",
"static": true,
"variation": null,
@@ -9684,7 +9758,7 @@
"interface": false
},
{
- "__docId__": 446,
+ "__docId__": 450,
"kind": "constructor",
"static": false,
"variation": null,
@@ -9709,7 +9783,7 @@
"generator": false
},
{
- "__docId__": 447,
+ "__docId__": 451,
"kind": "member",
"static": false,
"variation": null,
@@ -9729,7 +9803,7 @@
}
},
{
- "__docId__": 448,
+ "__docId__": 452,
"kind": "member",
"static": false,
"variation": null,
@@ -9749,7 +9823,7 @@
}
},
{
- "__docId__": 449,
+ "__docId__": 453,
"kind": "member",
"static": false,
"variation": null,
@@ -9769,7 +9843,7 @@
}
},
{
- "__docId__": 450,
+ "__docId__": 454,
"kind": "method",
"static": false,
"variation": null,
@@ -9783,7 +9857,7 @@
"generator": false
},
{
- "__docId__": 451,
+ "__docId__": 455,
"kind": "method",
"static": false,
"variation": null,
@@ -9828,7 +9902,7 @@
"generator": false
},
{
- "__docId__": 452,
+ "__docId__": 456,
"kind": "method",
"static": false,
"variation": null,
@@ -9863,7 +9937,7 @@
"generator": false
},
{
- "__docId__": 453,
+ "__docId__": 457,
"kind": "method",
"static": false,
"variation": null,
@@ -9877,7 +9951,7 @@
"generator": false
},
{
- "__docId__": 454,
+ "__docId__": 458,
"kind": "method",
"static": false,
"variation": null,
@@ -9891,7 +9965,7 @@
"generator": false
},
{
- "__docId__": 455,
+ "__docId__": 459,
"kind": "method",
"static": false,
"variation": null,
@@ -9926,7 +10000,7 @@
"generator": false
},
{
- "__docId__": 456,
+ "__docId__": 460,
"kind": "file",
"static": true,
"variation": null,
@@ -9939,7 +10013,7 @@
"content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\nimport {root} from '../root';\nimport {NONE} from '../const';\n\nconst EVENTS = [\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'\n];\n\n/**\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n */\nexport class Loader extends Feature {\n\n /**\n * Creates an instance of Loader.\n *\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'loader');\n\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.loader_target_id || null;\n\n /**\n * Loader container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Text displayed when indicator is visible\n * @type {String}\n */\n this.text = f.loader_text || 'Loading...';\n\n /**\n * Custom HTML injected in Loader's container element\n * @type {String}\n */\n this.html = f.loader_html || null;\n\n /**\n * Css class for Loader's container element\n * @type {String}\n */\n this.cssClass = f.loader_css_class || 'loader';\n\n /**\n * Close delay in milliseconds\n * @type {Number}\n */\n this.closeDelay = 250;\n\n /**\n * Callback fired when loader is displayed\n * @type {Function}\n */\n this.onShow = isFn(f.on_show_loader) ?\n f.on_show_loader : EMPTY_FN;\n\n /**\n * Callback fired when loader is closed\n * @type {Function}\n */\n this.onHide = isFn(f.on_hide_loader) ? f.on_hide_loader : EMPTY_FN;\n }\n\n /**\n * Initializes Loader instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n let containerDiv = createElm('div');\n containerDiv.className = this.cssClass;\n\n let targetEl = !this.targetId ?\n tf.tbl.parentNode : elm(this.targetId);\n if (!this.targetId) {\n targetEl.insertBefore(containerDiv, tf.tbl);\n } else {\n targetEl.appendChild(containerDiv);\n }\n this.cont = containerDiv;\n if (!this.html) {\n this.cont.appendChild(createText(this.text));\n } else {\n this.cont.innerHTML = this.html;\n }\n\n this.show(NONE);\n\n // Subscribe to events\n emitter.on(EVENTS, () => this.show(''));\n emitter.on(EVENTS, () => this.show(NONE));\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Shows or hides activity indicator\n * @param {String} Two possible values: '' or 'none'\n */\n show(p) {\n if (!this.isEnabled()) {\n return;\n }\n\n let displayLoader = () => {\n if (!this.cont) {\n return;\n }\n if (p !== NONE) {\n this.onShow(this);\n }\n this.cont.style.display = p;\n if (p === NONE) {\n this.onHide(this);\n }\n };\n\n let t = p === NONE ? this.closeDelay : 1;\n root.setTimeout(displayLoader, t);\n }\n\n /**\n * Removes feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n removeElm(this.cont);\n this.cont = null;\n\n // Unsubscribe to events\n emitter.off(EVENTS, () => this.show(''));\n emitter.off(EVENTS, () => this.show(NONE));\n\n this.initialized = false;\n }\n}\n"
},
{
- "__docId__": 457,
+ "__docId__": 461,
"kind": "variable",
"static": true,
"variation": null,
@@ -9960,7 +10034,7 @@
}
},
{
- "__docId__": 458,
+ "__docId__": 462,
"kind": "class",
"static": true,
"variation": null,
@@ -9989,7 +10063,7 @@
]
},
{
- "__docId__": 459,
+ "__docId__": 463,
"kind": "constructor",
"static": false,
"variation": null,
@@ -10014,7 +10088,7 @@
"generator": false
},
{
- "__docId__": 460,
+ "__docId__": 464,
"kind": "member",
"static": false,
"variation": null,
@@ -10034,7 +10108,7 @@
}
},
{
- "__docId__": 461,
+ "__docId__": 465,
"kind": "member",
"static": false,
"variation": null,
@@ -10054,7 +10128,7 @@
}
},
{
- "__docId__": 462,
+ "__docId__": 466,
"kind": "member",
"static": false,
"variation": null,
@@ -10074,7 +10148,7 @@
}
},
{
- "__docId__": 463,
+ "__docId__": 467,
"kind": "member",
"static": false,
"variation": null,
@@ -10094,7 +10168,7 @@
}
},
{
- "__docId__": 464,
+ "__docId__": 468,
"kind": "member",
"static": false,
"variation": null,
@@ -10114,7 +10188,7 @@
}
},
{
- "__docId__": 465,
+ "__docId__": 469,
"kind": "member",
"static": false,
"variation": null,
@@ -10134,7 +10208,7 @@
}
},
{
- "__docId__": 466,
+ "__docId__": 470,
"kind": "member",
"static": false,
"variation": null,
@@ -10154,7 +10228,7 @@
}
},
{
- "__docId__": 467,
+ "__docId__": 471,
"kind": "member",
"static": false,
"variation": null,
@@ -10174,7 +10248,7 @@
}
},
{
- "__docId__": 468,
+ "__docId__": 472,
"kind": "method",
"static": false,
"variation": null,
@@ -10188,7 +10262,7 @@
"generator": false
},
{
- "__docId__": 469,
+ "__docId__": 473,
"kind": "member",
"static": false,
"variation": null,
@@ -10206,7 +10280,7 @@
}
},
{
- "__docId__": 470,
+ "__docId__": 474,
"kind": "member",
"static": false,
"variation": null,
@@ -10229,7 +10303,7 @@
}
},
{
- "__docId__": 471,
+ "__docId__": 475,
"kind": "method",
"static": false,
"variation": null,
@@ -10254,7 +10328,7 @@
"generator": false
},
{
- "__docId__": 472,
+ "__docId__": 476,
"kind": "method",
"static": false,
"variation": null,
@@ -10268,7 +10342,7 @@
"generator": false
},
{
- "__docId__": 473,
+ "__docId__": 477,
"kind": "member",
"static": false,
"variation": null,
@@ -10286,7 +10360,7 @@
}
},
{
- "__docId__": 474,
+ "__docId__": 478,
"kind": "member",
"static": false,
"variation": null,
@@ -10304,7 +10378,7 @@
}
},
{
- "__docId__": 475,
+ "__docId__": 479,
"kind": "file",
"static": true,
"variation": null,
@@ -10317,7 +10391,7 @@
"content": "import {Feature} from '../feature';\nimport {createElm, elm, removeElm} from '../dom';\nimport {isEmpty, isFn, EMPTY_FN} from '../types';\nimport {NONE} from '../const';\n\n/**\n * UI when filtering yields no matches\n * @export\n * @class NoResults\n * @extends {Feature}\n */\nexport class NoResults extends Feature {\n\n /**\n * Creates an instance of NoResults\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message;\n\n /**\n * Text (accepts HTML)\n * @type {String}\n */\n this.content = f.content || 'No results';\n\n /**\n * Custom container DOM element\n * @type {DOMElement}\n */\n this.customContainer = f.custom_container || null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.customContainerId = f.custom_container_id || null;\n\n /**\n * Indicates if UI is contained in a external element\n * @type {Boolean}\n * @private\n */\n this.isExternal = !isEmpty(this.customContainer) ||\n !isEmpty(this.customContainerId);\n\n /**\n * Css class assigned to container element\n * @type {String}\n */\n this.cssClass = f.css_class || 'no-results';\n\n /**\n * Stores container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShow = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : EMPTY_FN;\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShow = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : EMPTY_FN;\n\n /**\n * Callback fired before the message is hidden\n * @type {Function}\n */\n this.onBeforeHide = isFn(f.on_before_hide_msg) ?\n f.on_before_hide_msg : EMPTY_FN;\n\n /**\n * Callback fired after the message is hidden\n * @type {Function}\n */\n this.onAfterHide = isFn(f.on_after_hide_msg) ?\n f.on_after_hide_msg : EMPTY_FN;\n }\n\n /**\n * Initializes NoResults instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || elm(this.customContainerId) ||\n tf.tbl;\n\n //container\n let cont = createElm('div');\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if (this.isExternal) {\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(['after-filtering'], () => this.toggle());\n\n /**\n * @inherited\n */\n this.initialized = true;\n\n this.hide();\n }\n\n /**\n * Toggle no results message\n */\n toggle() {\n if (this.tf.getValidRowsNb() > 0) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n /**\n * Show no results message\n */\n show() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeShow(this.tf, this);\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n this.onAfterShow(this.tf, this);\n }\n\n /**\n * Hide no results message\n */\n hide() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeHide(this.tf, this);\n\n this.cont.style.display = NONE;\n\n this.onAfterHide(this.tf, this);\n }\n\n /**\n * Sets no results container width\n * @private\n */\n setWidth() {\n if (!this.initialized || this.isExternal || !this.isEnabled()) {\n return;\n }\n let tf = this.tf;\n if (tf.gridLayout) {\n let gridLayout = tf.feature('gridLayout');\n this.cont.style.width = gridLayout.tblCont.clientWidth + 'px';\n } else {\n this.cont.style.width = (tf.tbl.tHead ? tf.tbl.tHead.clientWidth :\n tf.tbl.tBodies[0].clientWidth) + 'px';\n }\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], () => this.toggle());\n\n this.initialized = false;\n }\n}\n"
},
{
- "__docId__": 476,
+ "__docId__": 480,
"kind": "class",
"static": true,
"variation": null,
@@ -10346,7 +10420,7 @@
]
},
{
- "__docId__": 477,
+ "__docId__": 481,
"kind": "constructor",
"static": false,
"variation": null,
@@ -10371,7 +10445,7 @@
"generator": false
},
{
- "__docId__": 478,
+ "__docId__": 482,
"kind": "member",
"static": false,
"variation": null,
@@ -10391,7 +10465,7 @@
}
},
{
- "__docId__": 479,
+ "__docId__": 483,
"kind": "member",
"static": false,
"variation": null,
@@ -10411,7 +10485,7 @@
}
},
{
- "__docId__": 480,
+ "__docId__": 484,
"kind": "member",
"static": false,
"variation": null,
@@ -10431,7 +10505,7 @@
}
},
{
- "__docId__": 481,
+ "__docId__": 485,
"kind": "member",
"static": false,
"variation": null,
@@ -10451,7 +10525,7 @@
}
},
{
- "__docId__": 482,
+ "__docId__": 486,
"kind": "member",
"static": false,
"variation": null,
@@ -10471,7 +10545,7 @@
}
},
{
- "__docId__": 483,
+ "__docId__": 487,
"kind": "member",
"static": false,
"variation": null,
@@ -10491,7 +10565,7 @@
}
},
{
- "__docId__": 484,
+ "__docId__": 488,
"kind": "member",
"static": false,
"variation": null,
@@ -10511,7 +10585,7 @@
}
},
{
- "__docId__": 485,
+ "__docId__": 489,
"kind": "member",
"static": false,
"variation": null,
@@ -10531,7 +10605,7 @@
}
},
{
- "__docId__": 486,
+ "__docId__": 490,
"kind": "member",
"static": false,
"variation": null,
@@ -10551,7 +10625,7 @@
}
},
{
- "__docId__": 487,
+ "__docId__": 491,
"kind": "member",
"static": false,
"variation": null,
@@ -10571,7 +10645,7 @@
}
},
{
- "__docId__": 488,
+ "__docId__": 492,
"kind": "method",
"static": false,
"variation": null,
@@ -10585,7 +10659,7 @@
"generator": false
},
{
- "__docId__": 489,
+ "__docId__": 493,
"kind": "member",
"static": false,
"variation": null,
@@ -10603,7 +10677,7 @@
}
},
{
- "__docId__": 490,
+ "__docId__": 494,
"kind": "member",
"static": false,
"variation": null,
@@ -10626,7 +10700,7 @@
}
},
{
- "__docId__": 491,
+ "__docId__": 495,
"kind": "method",
"static": false,
"variation": null,
@@ -10640,7 +10714,7 @@
"generator": false
},
{
- "__docId__": 492,
+ "__docId__": 496,
"kind": "method",
"static": false,
"variation": null,
@@ -10654,7 +10728,7 @@
"generator": false
},
{
- "__docId__": 493,
+ "__docId__": 497,
"kind": "method",
"static": false,
"variation": null,
@@ -10668,7 +10742,7 @@
"generator": false
},
{
- "__docId__": 494,
+ "__docId__": 498,
"kind": "method",
"static": false,
"variation": null,
@@ -10682,7 +10756,7 @@
"generator": false
},
{
- "__docId__": 495,
+ "__docId__": 499,
"kind": "method",
"static": false,
"variation": null,
@@ -10696,7 +10770,7 @@
"generator": false
},
{
- "__docId__": 496,
+ "__docId__": 500,
"kind": "member",
"static": false,
"variation": null,
@@ -10714,7 +10788,7 @@
}
},
{
- "__docId__": 497,
+ "__docId__": 501,
"kind": "member",
"static": false,
"variation": null,
@@ -10732,7 +10806,7 @@
}
},
{
- "__docId__": 498,
+ "__docId__": 502,
"kind": "file",
"static": true,
"variation": null,
@@ -10745,7 +10819,7 @@
"content": "import {Feature} from '../feature';\nimport {createElm, createOpt, createText, elm, removeElm} from '../dom';\nimport {isArray, isFn, isNull, EMPTY_FN} from '../types';\nimport {addEvt, keyCode, removeEvt} from '../event';\nimport {INPUT, SELECT, NONE, ENTER_KEY} from '../const';\n\n/**\n * Paging UI component\n * @export\n * @class Paging\n * @extends {Feature}\n */\nexport class Paging extends Feature {\n\n /**\n * Creates an instance of Paging\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n /**\n * Css class for the paging buttons (previous, next, etc.)\n * @type {String}\n */\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n\n /**\n * Main select DOM element\n * @type {DOMElement}\n */\n this.pagingSlc = null;\n\n /**\n * Results per page select DOM element\n * @type {DOMElement}\n */\n this.resultsPerPageSlc = null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.pagingTgtId = f.paging_target_id || null;\n\n /**\n * Number of rows contained in a page\n * @type {Number}\n */\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n\n /**\n * ID of custom container element for the results per page selector\n * @type {String}\n */\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n\n /**\n * Css class for the paging select element\n * @type {String}\n */\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n\n /**\n * Css class for the paging input element\n * @type {String}\n */\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n\n /**\n * Label and values for the results per page select, example of usage:\n * ['Records: ', [10,25,50,100]]\n * @type {Array}\n */\n this.resultsPerPage = f.results_per_page || null;\n\n /**\n * Determines if results per page is configured\n * @type {Boolean}\n */\n this.hasResultsPerPage = isArray(this.resultsPerPage);\n\n /**\n * Css class for the results per page select\n * @type {String}\n */\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n\n /**\n * Css class for the label preceding results per page select\n * @type {String}\n */\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n\n /**\n * Index of the first row of current page\n * @type {Number}\n * @private\n */\n this.startPagingRow = 0;\n\n /**\n * Total number of pages\n * @type {Number}\n * @private\n */\n this.nbPages = 0;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.currentPageNb = 1;\n\n /**\n * Next page button text\n * @type {String}\n */\n this.btnNextPageText = f.btn_next_page_text || '>';\n\n /**\n * Previous page button text\n * @type {String}\n */\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n\n /**\n * Last page button text\n * @type {String}\n */\n this.btnLastPageText = f.btn_last_page_text || '>|';\n\n /**\n * First page button text\n * @type {String}\n */\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n\n /**\n * Next page button HTML\n * @type {String}\n */\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '
');\n\n /**\n * Previous page button HTML\n * @type {String}\n */\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '
');\n\n /**\n * First page button HTML\n * @type {String}\n */\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '
');\n\n /**\n * Last page button HTML\n * @type {String}\n */\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '
');\n\n /**\n * Text preceeding page selector drop-down\n * @type {String}\n */\n this.pageText = f.page_text || ' Page ';\n\n /**\n * Text after page selector drop-down\n * @type {String}\n */\n this.ofText = f.of_text || ' of ';\n\n /**\n * Css class for the span containing total number of pages\n * @type {String}\n */\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n\n /**\n * Determines if paging buttons are enabled (default: true)\n * @type {Boolean}\n */\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n\n /**\n * Defines page selector type, two possible values: 'select', 'input'\n * @type {String}\n */\n this.pageSelectorType = f.page_selector_type || SELECT;\n\n /**\n * Callback fired before the page is changed\n * @type {Function}\n */\n this.onBeforeChangePage = isFn(f.on_before_change_page) ?\n f.on_before_change_page : EMPTY_FN;\n\n /**\n * Callback fired after the page is changed\n * @type {Function}\n */\n this.onAfterChangePage = isFn(f.on_after_change_page) ?\n f.on_after_change_page : EMPTY_FN;\n\n /**\n * Label preciding results per page select\n * @type {DOMElement}\n * @private\n */\n this.slcResultsTxt = null;\n /**\n * Span containing next page button\n * @type {DOMElement}\n * @private\n */\n this.btnNextCont = null;\n /**\n * Span containing previous page button\n * @type {DOMElement}\n * @private\n */\n this.btnPrevCont = null;\n /**\n * Span containing last page button\n * @type {DOMElement}\n * @private\n */\n this.btnLastCont = null;\n /**\n * Span containing first page button\n * @type {DOMElement}\n * @private\n */\n this.btnFirstCont = null;\n /**\n * Span for tot nb pages\n * @type {DOMElement}\n * @private\n */\n this.pgCont = null;\n /**\n * Span preceding pages select (contains 'Page')\n * @type {DOMElement}\n * @private\n */\n this.pgBefore = null;\n /**\n * Span following pages select (contains ' of ')\n * @type {DOMElement}\n * @private\n */\n this.pgAfter = null;\n\n var start_row = tf.refRow;\n var nrows = tf.getRowsNb(true);\n //calculates page nb\n this.nbPages = Math.ceil((nrows - start_row) / this.pagingLength);\n\n var o = this;\n /**\n * Paging DOM events handlers\n * @type {String}\n * @private\n */\n this.evt = {\n slcIndex() {\n return (o.pageSelectorType === SELECT) ?\n o.pagingSlc.options.selectedIndex :\n parseInt(o.pagingSlc.value, 10) - 1;\n },\n nbOpts() {\n return (o.pageSelectorType === SELECT) ?\n parseInt(o.pagingSlc.options.length, 10) - 1 :\n (o.nbPages - 1);\n },\n next() {\n var nextIndex = o.evt.slcIndex() < o.evt.nbOpts() ?\n o.evt.slcIndex() + 1 : 0;\n o.changePage(nextIndex);\n },\n prev() {\n var prevIndex = o.evt.slcIndex() > 0 ?\n o.evt.slcIndex() - 1 : o.evt.nbOpts();\n o.changePage(prevIndex);\n },\n last() {\n o.changePage(o.evt.nbOpts());\n },\n first() {\n o.changePage(0);\n },\n _detectKey(e) {\n var key = keyCode(e);\n if (key === ENTER_KEY) {\n if (tf.sorted) {\n tf.filter();\n o.changePage(o.evt.slcIndex());\n } else {\n o.changePage();\n }\n this.blur();\n }\n },\n slcPagesChange: null,\n nextEvt: null,\n prevEvt: null,\n lastEvt: null,\n firstEvt: null\n };\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n var slcPages;\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.initialized) {\n return;\n }\n\n // Check resultsPerPage is in expected format and initialise the\n // results per page component\n if (this.hasResultsPerPage) {\n if (this.resultsPerPage.length < 2) {\n this.hasResultsPerPage = false;\n } else {\n this.pagingLength = this.resultsPerPage[1][0];\n this.setResultsPerPage();\n }\n }\n\n evt.slcPagesChange = (event) => {\n var slc = event.target;\n this.changePage(slc.selectedIndex);\n };\n\n // Paging drop-down list selector\n if (this.pageSelectorType === SELECT) {\n slcPages = createElm(SELECT);\n slcPages.className = this.pgSlcCssClass;\n addEvt(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if (this.pageSelectorType === INPUT) {\n slcPages = createElm(INPUT, ['value', this.currentPageNb]);\n slcPages.className = this.pgInpCssClass;\n addEvt(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = createElm('span');\n var btnPrevSpan = createElm('span');\n var btnLastSpan = createElm('span');\n var btnFirstSpan = createElm('span');\n\n if (this.hasPagingBtns) {\n // Next button\n if (!this.btnNextPageHtml) {\n var btnNext = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btnNext.className = this.btnPageCssClass;\n addEvt(btnNext, 'click', evt.next);\n btnNextSpan.appendChild(btnNext);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n addEvt(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if (!this.btnPrevPageHtml) {\n var btnPrev = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btnPrev.className = this.btnPageCssClass;\n addEvt(btnPrev, 'click', evt.prev);\n btnPrevSpan.appendChild(btnPrev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n addEvt(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if (!this.btnLastPageHtml) {\n var btnLast = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btnLast.className = this.btnPageCssClass;\n addEvt(btnLast, 'click', evt.last);\n btnLastSpan.appendChild(btnLast);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n addEvt(btnLastSpan, 'click', evt.last);\n }\n // First button\n if (!this.btnFirstPageHtml) {\n var btnFirst = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btnFirst.className = this.btnPageCssClass;\n addEvt(btnFirst, 'click', evt.first);\n btnFirstSpan.appendChild(btnFirst);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n addEvt(btnFirstSpan, 'click', evt.first);\n }\n }\n\n // paging elements (buttons+drop-down list) are added to defined element\n if (!this.pagingTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = createElm('span');\n pgBeforeSpan.appendChild(createText(this.pageText));\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = createElm('span');\n pgAfterSpan.appendChild(createText(this.ofText));\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgSpan = createElm('span');\n pgSpan.className = this.nbPgSpanCssClass;\n pgSpan.appendChild(createText(' ' + this.nbPages + ' '));\n targetEl.appendChild(pgSpan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n\n this.btnNextCont = btnNextSpan;\n this.btnPrevCont = btnPrevSpan;\n this.btnLastCont = btnLastSpan;\n this.btnFirstCont = btnFirstSpan;\n this.pgCont = pgSpan;\n this.pgBefore = pgBeforeSpan;\n this.pgAfter = pgAfterSpan;\n this.pagingSlc = slcPages;\n\n this.setPagingInfo();\n\n if (!tf.fltGrid) {\n tf.validateAllRows();\n this.setPagingInfo(tf.validRowsIndex);\n }\n\n this.emitter.on(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.on(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.on(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n */\n reset(filterTable = false) {\n var tf = this.tf;\n if (this.isEnabled()) {\n return;\n }\n this.enable();\n this.init();\n\n if (filterTable) {\n tf.filter();\n }\n }\n\n /**\n * Reset paging info from scratch after a filtering process\n */\n resetPagingInfo() {\n this.startPagingRow = 0;\n this.currentPageNb = 1;\n this.setPagingInfo(this.tf.validRowsIndex);\n }\n\n /**\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n */\n setPagingInfo(validRows) {\n var tf = this.tf;\n var mdiv = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n\n //store valid rows indexes\n tf.validRowsIndex = validRows || tf.getValidRows(true);\n\n //calculate nb of pages\n this.nbPages = Math.ceil(tf.validRowsIndex.length / this.pagingLength);\n //refresh page nb span\n this.pgCont.innerHTML = this.nbPages;\n //select clearing shortcut\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.innerHTML = '';\n }\n\n if (this.nbPages > 0) {\n mdiv.style.visibility = 'visible';\n if (this.pageSelectorType === SELECT) {\n for (var z = 0; z < this.nbPages; z++) {\n var opt = createOpt(z + 1, z * this.pagingLength, false);\n this.pagingSlc.options[z] = opt;\n }\n } else {\n //input type\n this.pagingSlc.value = this.currentPageNb;\n }\n\n } else {\n /*** if no results paging select and buttons are hidden ***/\n mdiv.style.visibility = 'hidden';\n }\n this.groupByPage(tf.validRowsIndex);\n }\n\n /**\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n */\n groupByPage(validRows) {\n var tf = this.tf;\n var rows = tf.tbl.rows;\n var startPagingRow = parseInt(this.startPagingRow, 10);\n var endPagingRow = startPagingRow + parseInt(this.pagingLength, 10);\n\n //store valid rows indexes\n if (validRows) {\n tf.validRowsIndex = validRows;\n }\n\n //this loop shows valid rows of current page\n for (var h = 0, len = tf.getValidRowsNb(true); h < len; h++) {\n var validRowIdx = tf.validRowsIndex[h];\n var r = rows[validRowIdx];\n var isRowValid = r.getAttribute('validRow');\n var rowDisplayed = false;\n\n if (h >= startPagingRow && h < endPagingRow) {\n if (isNull(isRowValid) || Boolean(isRowValid === 'true')) {\n r.style.display = '';\n rowDisplayed = true;\n }\n } else {\n r.style.display = NONE;\n }\n this.emitter.emit('row-paged', tf, validRowIdx, h, rowDisplayed);\n }\n\n // broadcast grouping by page\n this.emitter.emit('grouped-by-page', tf, this);\n }\n\n /**\n * Return the current page number\n * @return {Number} Page number\n */\n getPage() {\n return this.currentPageNb;\n }\n\n /**\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n */\n setPage(cmd) {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.isEnabled()) {\n return;\n }\n var btnEvt = this.evt,\n cmdtype = typeof cmd;\n if (cmdtype === 'string') {\n switch (cmd.toLowerCase()) {\n case 'next':\n btnEvt.next();\n break;\n case 'previous':\n btnEvt.prev();\n break;\n case 'last':\n btnEvt.last();\n break;\n case 'first':\n btnEvt.first();\n break;\n default:\n btnEvt.next();\n break;\n }\n }\n else if (cmdtype === 'number') {\n this.changePage(cmd - 1);\n }\n }\n\n /**\n * Generates UI elements for the number of results per page drop-down\n */\n setResultsPerPage() {\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.resultsPerPageSlc || !this.resultsPerPage) {\n return;\n }\n\n evt.slcResultsChange = (ev) => {\n this.onChangeResultsPerPage();\n ev.target.blur();\n };\n\n var slcR = createElm(SELECT);\n slcR.className = this.resultsSlcCssClass;\n var slcRText = this.resultsPerPage[0],\n slcROpts = this.resultsPerPage[1];\n var slcRSpan = createElm('span');\n slcRSpan.className = this.resultsSpanCssClass;\n\n // results per page select is added to external element\n if (!this.resultsPerPageTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.resultsPerPageTgtId ?\n tf.rDiv : elm(this.resultsPerPageTgtId);\n slcRSpan.appendChild(createText(slcRText));\n\n var help = tf.feature('help');\n if (help && help.btn) {\n help.btn.parentNode.insertBefore(slcRSpan, help.btn);\n help.btn.parentNode.insertBefore(slcR, help.btn);\n } else {\n targetEl.appendChild(slcRSpan);\n targetEl.appendChild(slcR);\n }\n\n for (var r = 0; r < slcROpts.length; r++) {\n var currOpt = new Option(slcROpts[r], slcROpts[r], false, false);\n slcR.options[r] = currOpt;\n }\n addEvt(slcR, 'change', evt.slcResultsChange);\n this.slcResultsTxt = slcRSpan;\n this.resultsPerPageSlc = slcR;\n }\n\n /**\n * Remove number of results per page UI elements\n */\n removeResultsPerPage() {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.resultsPerPageSlc ||\n !this.resultsPerPage) {\n return;\n }\n if (this.resultsPerPageSlc) {\n removeElm(this.resultsPerPageSlc);\n }\n if (this.slcResultsTxt) {\n removeElm(this.slcResultsTxt);\n }\n this.resultsPerPageSlc = null;\n this.slcResultsTxt = null;\n }\n\n /**\n * Change the page based on passed index\n * @param {Number} index Index of the page (0-n)\n */\n changePage(index) {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-change', tf, (index + 1));\n\n if (index === null) {\n index = this.pageSelectorType === SELECT ?\n this.pagingSlc.options.selectedIndex : this.pagingSlc.value - 1;\n }\n if (index >= 0 && index <= (this.nbPages - 1)) {\n this.onBeforeChangePage(this, (index + 1));\n\n this.currentPageNb = parseInt(index, 10) + 1;\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.options[index].selected = true;\n } else {\n this.pagingSlc.value = this.currentPageNb;\n }\n\n this.startPagingRow = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.value : (index * this.pagingLength);\n\n this.groupByPage();\n\n this.onAfterChangePage(this, (index + 1));\n }\n\n this.emitter.emit('after-page-change', tf, (index + 1));\n }\n\n /**\n * Change the number of results per page based on passed value\n * @param {String} val The number of results per page\n */\n changeResultsPerPage(val) {\n if (!this.isEnabled() || isNaN(val)) {\n return;\n }\n\n this.resultsPerPageSlc.value = val;\n this.onChangeResultsPerPage();\n }\n\n /**\n * Change rows according to page results drop-down\n */\n onChangeResultsPerPage() {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-length-change', tf);\n\n var slcR = this.resultsPerPageSlc;\n var slcIndex = slcR.selectedIndex;\n var slcPagesSelIndex = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.selectedIndex :\n parseInt(this.pagingSlc.value - 1, 10);\n this.pagingLength = parseInt(slcR.options[slcIndex].value, 10);\n this.startPagingRow = this.pagingLength * slcPagesSelIndex;\n\n if (!isNaN(this.pagingLength)) {\n if (this.startPagingRow >= tf.nbFilterableRows) {\n this.startPagingRow = (tf.nbFilterableRows - this.pagingLength);\n }\n this.setPagingInfo();\n\n if (this.pageSelectorType === SELECT) {\n var slcIdx =\n (this.pagingSlc.options.length - 1 <= slcPagesSelIndex) ?\n (this.pagingSlc.options.length - 1) : slcPagesSelIndex;\n this.pagingSlc.options[slcIdx].selected = true;\n }\n }\n\n this.emitter.emit('after-page-length-change', tf, this.pagingLength);\n }\n\n /**\n * Re-set page nb at page re-load\n */\n resetPage() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page', tf);\n var pgNb = tf.feature('store').getPageNb();\n if (pgNb !== '') {\n this.changePage((pgNb - 1));\n }\n this.emitter.emit('after-reset-page', tf, pgNb);\n }\n\n /**\n * Re-set page length value at page re-load\n */\n resetPageLength() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page-length', tf);\n var pglenIndex = tf.feature('store').getPageLength();\n\n if (pglenIndex !== '') {\n this.resultsPerPageSlc.options[pglenIndex].selected = true;\n this.changeResultsPerPage();\n }\n this.emitter.emit('after-reset-page-length', tf, pglenIndex);\n }\n\n /**\n * Remove paging feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n var evt = this.evt;\n\n if (this.pagingSlc) {\n if (this.pageSelectorType === SELECT) {\n removeEvt(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === INPUT) {\n removeEvt(this.pagingSlc, 'keypress', evt._detectKey);\n }\n removeElm(this.pagingSlc);\n }\n\n if (this.btnNextCont) {\n removeEvt(this.btnNextCont, 'click', evt.next);\n removeElm(this.btnNextCont);\n this.btnNextCont = null;\n }\n\n if (this.btnPrevCont) {\n removeEvt(this.btnPrevCont, 'click', evt.prev);\n removeElm(this.btnPrevCont);\n this.btnPrevCont = null;\n }\n\n if (this.btnLastCont) {\n removeEvt(this.btnLastCont, 'click', evt.last);\n removeElm(this.btnLastCont);\n this.btnLastCont = null;\n }\n\n if (this.btnFirstCont) {\n removeEvt(this.btnFirstCont, 'click', evt.first);\n removeElm(this.btnFirstCont);\n this.btnFirstCont = null;\n }\n\n if (this.pgBefore) {\n removeElm(this.pgBefore);\n this.pgBefore = null;\n }\n\n if (this.pgAfter) {\n removeElm(this.pgAfter);\n this.pgAfter = null;\n }\n\n if (this.pgCont) {\n removeElm(this.pgCont);\n this.pgCont = null;\n }\n\n if (this.hasResultsPerPage) {\n this.removeResultsPerPage();\n }\n\n this.emitter.off(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.off(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.off(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n this.pagingSlc = null;\n this.nbPages = 0;\n this.disable();\n this.initialized = false;\n }\n}\n"
},
{
- "__docId__": 499,
+ "__docId__": 503,
"kind": "class",
"static": true,
"variation": null,
@@ -10774,7 +10848,7 @@
]
},
{
- "__docId__": 500,
+ "__docId__": 504,
"kind": "constructor",
"static": false,
"variation": null,
@@ -10799,7 +10873,7 @@
"generator": false
},
{
- "__docId__": 501,
+ "__docId__": 505,
"kind": "member",
"static": false,
"variation": null,
@@ -10819,7 +10893,7 @@
}
},
{
- "__docId__": 502,
+ "__docId__": 506,
"kind": "member",
"static": false,
"variation": null,
@@ -10839,7 +10913,7 @@
}
},
{
- "__docId__": 503,
+ "__docId__": 507,
"kind": "member",
"static": false,
"variation": null,
@@ -10859,7 +10933,7 @@
}
},
{
- "__docId__": 504,
+ "__docId__": 508,
"kind": "member",
"static": false,
"variation": null,
@@ -10879,7 +10953,7 @@
}
},
{
- "__docId__": 505,
+ "__docId__": 509,
"kind": "member",
"static": false,
"variation": null,
@@ -10899,7 +10973,7 @@
}
},
{
- "__docId__": 506,
+ "__docId__": 510,
"kind": "member",
"static": false,
"variation": null,
@@ -10919,7 +10993,7 @@
}
},
{
- "__docId__": 507,
+ "__docId__": 511,
"kind": "member",
"static": false,
"variation": null,
@@ -10939,7 +11013,7 @@
}
},
{
- "__docId__": 508,
+ "__docId__": 512,
"kind": "member",
"static": false,
"variation": null,
@@ -10959,7 +11033,7 @@
}
},
{
- "__docId__": 509,
+ "__docId__": 513,
"kind": "member",
"static": false,
"variation": null,
@@ -10979,7 +11053,7 @@
}
},
{
- "__docId__": 510,
+ "__docId__": 514,
"kind": "member",
"static": false,
"variation": null,
@@ -10999,7 +11073,7 @@
}
},
{
- "__docId__": 511,
+ "__docId__": 515,
"kind": "member",
"static": false,
"variation": null,
@@ -11019,7 +11093,7 @@
}
},
{
- "__docId__": 512,
+ "__docId__": 516,
"kind": "member",
"static": false,
"variation": null,
@@ -11039,7 +11113,7 @@
}
},
{
- "__docId__": 513,
+ "__docId__": 517,
"kind": "member",
"static": false,
"variation": null,
@@ -11059,7 +11133,7 @@
}
},
{
- "__docId__": 514,
+ "__docId__": 518,
"kind": "member",
"static": false,
"variation": null,
@@ -11079,7 +11153,7 @@
}
},
{
- "__docId__": 515,
+ "__docId__": 519,
"kind": "member",
"static": false,
"variation": null,
@@ -11099,7 +11173,7 @@
}
},
{
- "__docId__": 516,
+ "__docId__": 520,
"kind": "member",
"static": false,
"variation": null,
@@ -11119,7 +11193,7 @@
}
},
{
- "__docId__": 517,
+ "__docId__": 521,
"kind": "member",
"static": false,
"variation": null,
@@ -11139,7 +11213,7 @@
}
},
{
- "__docId__": 518,
+ "__docId__": 522,
"kind": "member",
"static": false,
"variation": null,
@@ -11159,7 +11233,7 @@
}
},
{
- "__docId__": 519,
+ "__docId__": 523,
"kind": "member",
"static": false,
"variation": null,
@@ -11179,7 +11253,7 @@
}
},
{
- "__docId__": 520,
+ "__docId__": 524,
"kind": "member",
"static": false,
"variation": null,
@@ -11199,7 +11273,7 @@
}
},
{
- "__docId__": 521,
+ "__docId__": 525,
"kind": "member",
"static": false,
"variation": null,
@@ -11219,7 +11293,7 @@
}
},
{
- "__docId__": 522,
+ "__docId__": 526,
"kind": "member",
"static": false,
"variation": null,
@@ -11239,7 +11313,7 @@
}
},
{
- "__docId__": 523,
+ "__docId__": 527,
"kind": "member",
"static": false,
"variation": null,
@@ -11259,7 +11333,7 @@
}
},
{
- "__docId__": 524,
+ "__docId__": 528,
"kind": "member",
"static": false,
"variation": null,
@@ -11279,7 +11353,7 @@
}
},
{
- "__docId__": 525,
+ "__docId__": 529,
"kind": "member",
"static": false,
"variation": null,
@@ -11299,7 +11373,7 @@
}
},
{
- "__docId__": 526,
+ "__docId__": 530,
"kind": "member",
"static": false,
"variation": null,
@@ -11319,7 +11393,7 @@
}
},
{
- "__docId__": 527,
+ "__docId__": 531,
"kind": "member",
"static": false,
"variation": null,
@@ -11339,7 +11413,7 @@
}
},
{
- "__docId__": 528,
+ "__docId__": 532,
"kind": "member",
"static": false,
"variation": null,
@@ -11359,7 +11433,7 @@
}
},
{
- "__docId__": 529,
+ "__docId__": 533,
"kind": "member",
"static": false,
"variation": null,
@@ -11379,7 +11453,7 @@
}
},
{
- "__docId__": 530,
+ "__docId__": 534,
"kind": "member",
"static": false,
"variation": null,
@@ -11399,7 +11473,7 @@
}
},
{
- "__docId__": 531,
+ "__docId__": 535,
"kind": "member",
"static": false,
"variation": null,
@@ -11419,7 +11493,7 @@
}
},
{
- "__docId__": 532,
+ "__docId__": 536,
"kind": "member",
"static": false,
"variation": null,
@@ -11439,7 +11513,7 @@
}
},
{
- "__docId__": 533,
+ "__docId__": 537,
"kind": "member",
"static": false,
"variation": null,
@@ -11459,7 +11533,7 @@
}
},
{
- "__docId__": 534,
+ "__docId__": 538,
"kind": "member",
"static": false,
"variation": null,
@@ -11479,7 +11553,7 @@
}
},
{
- "__docId__": 535,
+ "__docId__": 539,
"kind": "member",
"static": false,
"variation": null,
@@ -11499,7 +11573,7 @@
}
},
{
- "__docId__": 536,
+ "__docId__": 540,
"kind": "member",
"static": false,
"variation": null,
@@ -11519,7 +11593,7 @@
}
},
{
- "__docId__": 537,
+ "__docId__": 541,
"kind": "member",
"static": false,
"variation": null,
@@ -11539,7 +11613,7 @@
}
},
{
- "__docId__": 538,
+ "__docId__": 542,
"kind": "member",
"static": false,
"variation": null,
@@ -11559,7 +11633,7 @@
}
},
{
- "__docId__": 539,
+ "__docId__": 543,
"kind": "member",
"static": false,
"variation": null,
@@ -11577,7 +11651,7 @@
}
},
{
- "__docId__": 540,
+ "__docId__": 544,
"kind": "member",
"static": false,
"variation": null,
@@ -11597,7 +11671,7 @@
}
},
{
- "__docId__": 541,
+ "__docId__": 545,
"kind": "method",
"static": false,
"variation": null,
@@ -11611,7 +11685,7 @@
"generator": false
},
{
- "__docId__": 542,
+ "__docId__": 546,
"kind": "member",
"static": false,
"variation": null,
@@ -11629,7 +11703,7 @@
}
},
{
- "__docId__": 543,
+ "__docId__": 547,
"kind": "member",
"static": false,
"variation": null,
@@ -11647,7 +11721,7 @@
}
},
{
- "__docId__": 544,
+ "__docId__": 548,
"kind": "member",
"static": false,
"variation": null,
@@ -11665,7 +11739,7 @@
}
},
{
- "__docId__": 545,
+ "__docId__": 549,
"kind": "member",
"static": false,
"variation": null,
@@ -11683,7 +11757,7 @@
}
},
{
- "__docId__": 546,
+ "__docId__": 550,
"kind": "member",
"static": false,
"variation": null,
@@ -11701,7 +11775,7 @@
}
},
{
- "__docId__": 547,
+ "__docId__": 551,
"kind": "member",
"static": false,
"variation": null,
@@ -11719,7 +11793,7 @@
}
},
{
- "__docId__": 548,
+ "__docId__": 552,
"kind": "member",
"static": false,
"variation": null,
@@ -11737,7 +11811,7 @@
}
},
{
- "__docId__": 549,
+ "__docId__": 553,
"kind": "member",
"static": false,
"variation": null,
@@ -11755,7 +11829,7 @@
}
},
{
- "__docId__": 550,
+ "__docId__": 554,
"kind": "member",
"static": false,
"variation": null,
@@ -11773,7 +11847,7 @@
}
},
{
- "__docId__": 551,
+ "__docId__": 555,
"kind": "member",
"static": false,
"variation": null,
@@ -11791,7 +11865,7 @@
}
},
{
- "__docId__": 552,
+ "__docId__": 556,
"kind": "member",
"static": false,
"variation": null,
@@ -11814,7 +11888,7 @@
}
},
{
- "__docId__": 553,
+ "__docId__": 557,
"kind": "method",
"static": false,
"variation": null,
@@ -11839,7 +11913,7 @@
"generator": false
},
{
- "__docId__": 554,
+ "__docId__": 558,
"kind": "method",
"static": false,
"variation": null,
@@ -11853,7 +11927,7 @@
"generator": false
},
{
- "__docId__": 555,
+ "__docId__": 559,
"kind": "member",
"static": false,
"variation": null,
@@ -11871,7 +11945,7 @@
}
},
{
- "__docId__": 556,
+ "__docId__": 560,
"kind": "member",
"static": false,
"variation": null,
@@ -11889,7 +11963,7 @@
}
},
{
- "__docId__": 557,
+ "__docId__": 561,
"kind": "method",
"static": false,
"variation": null,
@@ -11914,7 +11988,7 @@
"generator": false
},
{
- "__docId__": 558,
+ "__docId__": 562,
"kind": "member",
"static": false,
"variation": null,
@@ -11932,7 +12006,7 @@
}
},
{
- "__docId__": 559,
+ "__docId__": 563,
"kind": "method",
"static": false,
"variation": null,
@@ -11957,7 +12031,7 @@
"generator": false
},
{
- "__docId__": 560,
+ "__docId__": 564,
"kind": "method",
"static": false,
"variation": null,
@@ -11979,7 +12053,7 @@
"generator": false
},
{
- "__docId__": 561,
+ "__docId__": 565,
"kind": "method",
"static": false,
"variation": null,
@@ -12004,7 +12078,7 @@
"generator": false
},
{
- "__docId__": 562,
+ "__docId__": 566,
"kind": "method",
"static": false,
"variation": null,
@@ -12018,7 +12092,7 @@
"generator": false
},
{
- "__docId__": 563,
+ "__docId__": 567,
"kind": "member",
"static": false,
"variation": null,
@@ -12036,7 +12110,7 @@
}
},
{
- "__docId__": 564,
+ "__docId__": 568,
"kind": "member",
"static": false,
"variation": null,
@@ -12054,7 +12128,7 @@
}
},
{
- "__docId__": 565,
+ "__docId__": 569,
"kind": "method",
"static": false,
"variation": null,
@@ -12068,7 +12142,7 @@
"generator": false
},
{
- "__docId__": 566,
+ "__docId__": 570,
"kind": "member",
"static": false,
"variation": null,
@@ -12086,7 +12160,7 @@
}
},
{
- "__docId__": 567,
+ "__docId__": 571,
"kind": "member",
"static": false,
"variation": null,
@@ -12104,7 +12178,7 @@
}
},
{
- "__docId__": 568,
+ "__docId__": 572,
"kind": "method",
"static": false,
"variation": null,
@@ -12129,7 +12203,7 @@
"generator": false
},
{
- "__docId__": 569,
+ "__docId__": 573,
"kind": "member",
"static": false,
"variation": null,
@@ -12147,7 +12221,7 @@
}
},
{
- "__docId__": 570,
+ "__docId__": 574,
"kind": "member",
"static": false,
"variation": null,
@@ -12165,7 +12239,7 @@
}
},
{
- "__docId__": 571,
+ "__docId__": 575,
"kind": "method",
"static": false,
"variation": null,
@@ -12190,7 +12264,7 @@
"generator": false
},
{
- "__docId__": 572,
+ "__docId__": 576,
"kind": "method",
"static": false,
"variation": null,
@@ -12204,7 +12278,7 @@
"generator": false
},
{
- "__docId__": 573,
+ "__docId__": 577,
"kind": "member",
"static": false,
"variation": null,
@@ -12222,7 +12296,7 @@
}
},
{
- "__docId__": 574,
+ "__docId__": 578,
"kind": "member",
"static": false,
"variation": null,
@@ -12240,7 +12314,7 @@
}
},
{
- "__docId__": 575,
+ "__docId__": 579,
"kind": "member",
"static": false,
"variation": null,
@@ -12258,7 +12332,7 @@
}
},
{
- "__docId__": 576,
+ "__docId__": 580,
"kind": "method",
"static": false,
"variation": null,
@@ -12272,7 +12346,7 @@
"generator": false
},
{
- "__docId__": 577,
+ "__docId__": 581,
"kind": "method",
"static": false,
"variation": null,
@@ -12286,7 +12360,7 @@
"generator": false
},
{
- "__docId__": 578,
+ "__docId__": 582,
"kind": "method",
"static": false,
"variation": null,
@@ -12300,7 +12374,7 @@
"generator": false
},
{
- "__docId__": 579,
+ "__docId__": 583,
"kind": "member",
"static": false,
"variation": null,
@@ -12318,7 +12392,7 @@
}
},
{
- "__docId__": 580,
+ "__docId__": 584,
"kind": "member",
"static": false,
"variation": null,
@@ -12336,7 +12410,7 @@
}
},
{
- "__docId__": 581,
+ "__docId__": 585,
"kind": "member",
"static": false,
"variation": null,
@@ -12354,7 +12428,7 @@
}
},
{
- "__docId__": 582,
+ "__docId__": 586,
"kind": "member",
"static": false,
"variation": null,
@@ -12372,7 +12446,7 @@
}
},
{
- "__docId__": 583,
+ "__docId__": 587,
"kind": "member",
"static": false,
"variation": null,
@@ -12390,7 +12464,7 @@
}
},
{
- "__docId__": 584,
+ "__docId__": 588,
"kind": "member",
"static": false,
"variation": null,
@@ -12408,7 +12482,7 @@
}
},
{
- "__docId__": 585,
+ "__docId__": 589,
"kind": "member",
"static": false,
"variation": null,
@@ -12426,7 +12500,7 @@
}
},
{
- "__docId__": 586,
+ "__docId__": 590,
"kind": "member",
"static": false,
"variation": null,
@@ -12444,7 +12518,7 @@
}
},
{
- "__docId__": 587,
+ "__docId__": 591,
"kind": "member",
"static": false,
"variation": null,
@@ -12462,7 +12536,7 @@
}
},
{
- "__docId__": 588,
+ "__docId__": 592,
"kind": "member",
"static": false,
"variation": null,
@@ -12480,7 +12554,7 @@
}
},
{
- "__docId__": 589,
+ "__docId__": 593,
"kind": "file",
"static": true,
"variation": null,
@@ -12493,7 +12567,7 @@
"content": "import {Feature} from '../feature';\nimport {isFn, isUndef, EMPTY_FN} 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 : EMPTY_FN;\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 : EMPTY_FN;\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 : EMPTY_FN;\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 : EMPTY_FN;\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 this.onBeforeOpen(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\n this.onAfterOpen(this, container, colIndex);\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\n this.onBeforeClose(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\n this.onAfterClose(this, container, colIndex);\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__": 590,
+ "__docId__": 594,
"kind": "class",
"static": true,
"variation": null,
@@ -12522,7 +12596,7 @@
]
},
{
- "__docId__": 591,
+ "__docId__": 595,
"kind": "constructor",
"static": false,
"variation": null,
@@ -12547,7 +12621,7 @@
"generator": false
},
{
- "__docId__": 592,
+ "__docId__": 596,
"kind": "member",
"static": false,
"variation": null,
@@ -12567,7 +12641,7 @@
}
},
{
- "__docId__": 593,
+ "__docId__": 597,
"kind": "member",
"static": false,
"variation": null,
@@ -12587,7 +12661,7 @@
}
},
{
- "__docId__": 594,
+ "__docId__": 598,
"kind": "member",
"static": false,
"variation": null,
@@ -12607,7 +12681,7 @@
}
},
{
- "__docId__": 595,
+ "__docId__": 599,
"kind": "member",
"static": false,
"variation": null,
@@ -12627,7 +12701,7 @@
}
},
{
- "__docId__": 596,
+ "__docId__": 600,
"kind": "member",
"static": false,
"variation": null,
@@ -12647,7 +12721,7 @@
}
},
{
- "__docId__": 597,
+ "__docId__": 601,
"kind": "member",
"static": false,
"variation": null,
@@ -12667,7 +12741,7 @@
}
},
{
- "__docId__": 598,
+ "__docId__": 602,
"kind": "member",
"static": false,
"variation": null,
@@ -12687,7 +12761,7 @@
}
},
{
- "__docId__": 599,
+ "__docId__": 603,
"kind": "member",
"static": false,
"variation": null,
@@ -12707,7 +12781,7 @@
}
},
{
- "__docId__": 600,
+ "__docId__": 604,
"kind": "member",
"static": false,
"variation": null,
@@ -12727,7 +12801,7 @@
}
},
{
- "__docId__": 601,
+ "__docId__": 605,
"kind": "member",
"static": false,
"variation": null,
@@ -12747,7 +12821,7 @@
}
},
{
- "__docId__": 602,
+ "__docId__": 606,
"kind": "member",
"static": false,
"variation": null,
@@ -12767,7 +12841,7 @@
}
},
{
- "__docId__": 603,
+ "__docId__": 607,
"kind": "member",
"static": false,
"variation": null,
@@ -12787,7 +12861,7 @@
}
},
{
- "__docId__": 604,
+ "__docId__": 608,
"kind": "member",
"static": false,
"variation": null,
@@ -12807,7 +12881,7 @@
}
},
{
- "__docId__": 605,
+ "__docId__": 609,
"kind": "member",
"static": false,
"variation": null,
@@ -12827,7 +12901,7 @@
}
},
{
- "__docId__": 606,
+ "__docId__": 610,
"kind": "member",
"static": false,
"variation": null,
@@ -12847,7 +12921,7 @@
}
},
{
- "__docId__": 607,
+ "__docId__": 611,
"kind": "member",
"static": false,
"variation": null,
@@ -12867,7 +12941,7 @@
}
},
{
- "__docId__": 608,
+ "__docId__": 612,
"kind": "method",
"static": false,
"variation": null,
@@ -12888,7 +12962,7 @@
"generator": false
},
{
- "__docId__": 609,
+ "__docId__": 613,
"kind": "method",
"static": false,
"variation": null,
@@ -12909,7 +12983,7 @@
"generator": false
},
{
- "__docId__": 610,
+ "__docId__": 614,
"kind": "method",
"static": false,
"variation": null,
@@ -12923,7 +12997,7 @@
"generator": false
},
{
- "__docId__": 611,
+ "__docId__": 615,
"kind": "member",
"static": false,
"variation": null,
@@ -12946,7 +13020,7 @@
}
},
{
- "__docId__": 612,
+ "__docId__": 616,
"kind": "method",
"static": false,
"variation": null,
@@ -12960,7 +13034,7 @@
"generator": false
},
{
- "__docId__": 613,
+ "__docId__": 617,
"kind": "method",
"static": false,
"variation": null,
@@ -12974,7 +13048,7 @@
"generator": false
},
{
- "__docId__": 614,
+ "__docId__": 618,
"kind": "method",
"static": false,
"variation": null,
@@ -12988,7 +13062,7 @@
"generator": false
},
{
- "__docId__": 615,
+ "__docId__": 619,
"kind": "method",
"static": false,
"variation": null,
@@ -13023,7 +13097,7 @@
"generator": false
},
{
- "__docId__": 616,
+ "__docId__": 620,
"kind": "method",
"static": false,
"variation": null,
@@ -13048,7 +13122,7 @@
"generator": false
},
{
- "__docId__": 617,
+ "__docId__": 621,
"kind": "method",
"static": false,
"variation": null,
@@ -13073,7 +13147,7 @@
"generator": false
},
{
- "__docId__": 618,
+ "__docId__": 622,
"kind": "member",
"static": false,
"variation": null,
@@ -13091,7 +13165,7 @@
}
},
{
- "__docId__": 619,
+ "__docId__": 623,
"kind": "method",
"static": false,
"variation": null,
@@ -13116,7 +13190,7 @@
"generator": false
},
{
- "__docId__": 620,
+ "__docId__": 624,
"kind": "member",
"static": false,
"variation": null,
@@ -13134,7 +13208,7 @@
}
},
{
- "__docId__": 621,
+ "__docId__": 625,
"kind": "method",
"static": false,
"variation": null,
@@ -13173,7 +13247,7 @@
"generator": false
},
{
- "__docId__": 622,
+ "__docId__": 626,
"kind": "method",
"static": false,
"variation": null,
@@ -13198,7 +13272,7 @@
"generator": false
},
{
- "__docId__": 623,
+ "__docId__": 627,
"kind": "method",
"static": false,
"variation": null,
@@ -13212,7 +13286,7 @@
"generator": false
},
{
- "__docId__": 624,
+ "__docId__": 628,
"kind": "method",
"static": false,
"variation": null,
@@ -13247,7 +13321,7 @@
"generator": false
},
{
- "__docId__": 625,
+ "__docId__": 629,
"kind": "method",
"static": false,
"variation": null,
@@ -13261,7 +13335,7 @@
"generator": false
},
{
- "__docId__": 626,
+ "__docId__": 630,
"kind": "member",
"static": false,
"variation": null,
@@ -13279,7 +13353,7 @@
}
},
{
- "__docId__": 627,
+ "__docId__": 631,
"kind": "member",
"static": false,
"variation": null,
@@ -13297,7 +13371,7 @@
}
},
{
- "__docId__": 628,
+ "__docId__": 632,
"kind": "member",
"static": false,
"variation": null,
@@ -13315,7 +13389,7 @@
}
},
{
- "__docId__": 629,
+ "__docId__": 633,
"kind": "member",
"static": false,
"variation": null,
@@ -13333,7 +13407,7 @@
}
},
{
- "__docId__": 630,
+ "__docId__": 634,
"kind": "member",
"static": false,
"variation": null,
@@ -13351,7 +13425,7 @@
}
},
{
- "__docId__": 631,
+ "__docId__": 635,
"kind": "file",
"static": true,
"variation": null,
@@ -13364,7 +13438,7 @@
"content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\n\n/**\n * Rows counter UI component\n * @export\n * @class RowsCounter\n * @extends {Feature}\n */\nexport class RowsCounter extends Feature {\n\n /**\n * Creates an instance of RowsCounter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'rowsCounter');\n\n // TableFilter configuration\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.rows_counter_target_id || null;\n\n /**\n * Container DOM element\n * @type {DOMElement}\n * @private\n */\n this.container = null;\n\n /**\n * Container DOM element for label displaying the total number of rows\n * @type {DOMElement}\n * @private\n */\n this.label = null;\n\n /**\n * Text preceding the total number of rows\n * @type {String}\n */\n this.text = f.rows_counter_text || 'Rows: ';\n\n /**\n * Separator symbol appearing between the first and last visible rows of\n * current page when paging is enabled. ie: Rows: 31-40 / 70\n * @type {String}\n */\n this.fromToTextSeparator = f.from_to_text_separator || '-';\n\n /**\n * Separator symbol appearing between the first and last visible rows of\n * current page and the total number of filterable rows when paging is\n * enabled. ie: Rows: 31-40 / 70\n * @type {String}\n */\n this.overText = f.over_text || ' / ';\n\n /**\n * Css class for container element\n * @type {String}\n */\n this.cssClass = f.tot_rows_css_class || 'tot';\n\n /**\n * Callback fired before the counter is refreshed\n * @type {Function}\n */\n this.onBeforeRefreshCounter = isFn(f.on_before_refresh_counter) ?\n f.on_before_refresh_counter : EMPTY_FN;\n\n /**\n * Callback fired after the counter is refreshed\n * @type {Function}\n */\n this.onAfterRefreshCounter = isFn(f.on_after_refresh_counter) ?\n f.on_after_refresh_counter : EMPTY_FN;\n }\n\n /**\n * Initializes RowsCounter instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n //rows counter container\n let countDiv = createElm('div');\n countDiv.className = this.cssClass;\n //rows counter label\n let countSpan = createElm('span');\n let countText = createElm('span');\n countText.appendChild(createText(this.text));\n\n // counter is added to defined element\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.lDiv : elm(this.targetId);\n\n //default container: 'lDiv'\n if (!this.targetId) {\n countDiv.appendChild(countText);\n countDiv.appendChild(countSpan);\n targetEl.appendChild(countDiv);\n }\n else {\n //custom container, no need to append statusDiv\n targetEl.appendChild(countText);\n targetEl.appendChild(countSpan);\n }\n this.container = countDiv;\n this.label = countSpan;\n\n // subscribe to events\n this.emitter.on(['after-filtering', 'grouped-by-page'],\n () => this.refresh(tf.getValidRowsNb()));\n this.emitter.on(['rows-changed'], () => this.refresh());\n\n /** @inherited */\n this.initialized = true;\n this.refresh();\n }\n\n /**\n * Refreshes the rows counter\n * @param {Number} p Optional parameter the total number of rows to display\n * @returns\n */\n refresh(p) {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n let tf = this.tf;\n\n this.onBeforeRefreshCounter(tf, this.label);\n\n let totTxt;\n if (!tf.paging) {\n if (p && p !== '') {\n totTxt = p;\n } else {\n totTxt = tf.getFilterableRowsNb() - tf.nbHiddenRows;\n }\n } else {\n let paging = tf.feature('paging');\n if (paging) {\n //paging start row\n let pagingStartRow = parseInt(paging.startPagingRow, 10) +\n ((tf.getValidRowsNb() > 0) ? 1 : 0);\n let pagingEndRow =\n (pagingStartRow + paging.pagingLength) - 1 <=\n tf.getValidRowsNb() ?\n pagingStartRow + paging.pagingLength - 1 :\n tf.getValidRowsNb();\n totTxt = pagingStartRow + this.fromToTextSeparator +\n pagingEndRow + this.overText + tf.getValidRowsNb();\n }\n }\n\n this.label.innerHTML = totTxt;\n this.onAfterRefreshCounter(tf, this.label, totTxt);\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n if (!this.targetId && this.container) {\n removeElm(this.container);\n } else {\n elm(this.targetId).innerHTML = '';\n }\n this.label = null;\n this.container = null;\n\n // unsubscribe to events\n this.emitter.off(['after-filtering', 'grouped-by-page'],\n () => this.refresh(tf.getValidRowsNb()));\n this.emitter.off(['rows-changed'], () => this.refresh());\n\n this.initialized = false;\n }\n}\n"
},
{
- "__docId__": 632,
+ "__docId__": 636,
"kind": "class",
"static": true,
"variation": null,
@@ -13393,7 +13467,7 @@
]
},
{
- "__docId__": 633,
+ "__docId__": 637,
"kind": "constructor",
"static": false,
"variation": null,
@@ -13418,7 +13492,7 @@
"generator": false
},
{
- "__docId__": 634,
+ "__docId__": 638,
"kind": "member",
"static": false,
"variation": null,
@@ -13438,7 +13512,7 @@
}
},
{
- "__docId__": 635,
+ "__docId__": 639,
"kind": "member",
"static": false,
"variation": null,
@@ -13458,7 +13532,7 @@
}
},
{
- "__docId__": 636,
+ "__docId__": 640,
"kind": "member",
"static": false,
"variation": null,
@@ -13478,7 +13552,7 @@
}
},
{
- "__docId__": 637,
+ "__docId__": 641,
"kind": "member",
"static": false,
"variation": null,
@@ -13498,7 +13572,7 @@
}
},
{
- "__docId__": 638,
+ "__docId__": 642,
"kind": "member",
"static": false,
"variation": null,
@@ -13518,7 +13592,7 @@
}
},
{
- "__docId__": 639,
+ "__docId__": 643,
"kind": "member",
"static": false,
"variation": null,
@@ -13538,7 +13612,7 @@
}
},
{
- "__docId__": 640,
+ "__docId__": 644,
"kind": "member",
"static": false,
"variation": null,
@@ -13558,7 +13632,7 @@
}
},
{
- "__docId__": 641,
+ "__docId__": 645,
"kind": "member",
"static": false,
"variation": null,
@@ -13578,7 +13652,7 @@
}
},
{
- "__docId__": 642,
+ "__docId__": 646,
"kind": "member",
"static": false,
"variation": null,
@@ -13598,7 +13672,7 @@
}
},
{
- "__docId__": 643,
+ "__docId__": 647,
"kind": "method",
"static": false,
"variation": null,
@@ -13612,7 +13686,7 @@
"generator": false
},
{
- "__docId__": 644,
+ "__docId__": 648,
"kind": "member",
"static": false,
"variation": null,
@@ -13630,7 +13704,7 @@
}
},
{
- "__docId__": 645,
+ "__docId__": 649,
"kind": "member",
"static": false,
"variation": null,
@@ -13648,7 +13722,7 @@
}
},
{
- "__docId__": 646,
+ "__docId__": 650,
"kind": "member",
"static": false,
"variation": null,
@@ -13671,7 +13745,7 @@
}
},
{
- "__docId__": 647,
+ "__docId__": 651,
"kind": "method",
"static": false,
"variation": null,
@@ -13702,7 +13776,7 @@
"generator": false
},
{
- "__docId__": 648,
+ "__docId__": 652,
"kind": "method",
"static": false,
"variation": null,
@@ -13716,7 +13790,7 @@
"generator": false
},
{
- "__docId__": 649,
+ "__docId__": 653,
"kind": "member",
"static": false,
"variation": null,
@@ -13734,7 +13808,7 @@
}
},
{
- "__docId__": 650,
+ "__docId__": 654,
"kind": "member",
"static": false,
"variation": null,
@@ -13752,7 +13826,7 @@
}
},
{
- "__docId__": 651,
+ "__docId__": 655,
"kind": "member",
"static": false,
"variation": null,
@@ -13770,7 +13844,7 @@
}
},
{
- "__docId__": 652,
+ "__docId__": 656,
"kind": "file",
"static": true,
"variation": null,
@@ -13783,7 +13857,7 @@
"content": "import {Feature} from '../feature';\nimport {Hash} from './hash';\nimport {Storage} from './storage';\nimport {isEmpty} from '../string';\nimport {isArray, isNull, isString, isUndef} from '../types';\n\n/**\n * Features state object persistable with localStorage, cookie or URL hash\n *\n * @export\n * @class State\n * @extends {Feature}\n */\nexport class State extends Feature {\n\n /**\n * Creates an instance of State\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'state');\n\n let cfg = this.config.state;\n\n /**\n * Determines whether state is persisted with URL hash\n * @type {Boolean}\n */\n this.enableHash = cfg === true ||\n (isArray(cfg.types) && cfg.types.indexOf('hash') !== -1);\n\n /**\n * Determines whether state is persisted with localStorage\n * @type {Boolean}\n */\n this.enableLocalStorage = isArray(cfg.types) &&\n cfg.types.indexOf('local_storage') !== -1;\n\n /**\n * Determines whether state is persisted with localStorage\n * @type {Boolean}\n */\n this.enableCookie = isArray(cfg.types) &&\n cfg.types.indexOf('cookie') !== -1;\n\n /**\n * Persist filters values, enabled by default\n * @type {Boolean}\n */\n this.persistFilters = cfg.filters === false ? false : true;\n\n /**\n * Persist current page number when paging is enabled\n * @type {Boolean}\n */\n this.persistPageNumber = Boolean(cfg.page_number);\n\n /**\n * Persist page length when paging is enabled\n * @type {Boolean}\n */\n this.persistPageLength = Boolean(cfg.page_length);\n\n /**\n * Persist column sorting\n * @type {Boolean}\n */\n this.persistSort = Boolean(cfg.sort);\n\n /**\n * Persist columns visibility\n * @type {Boolean}\n */\n this.persistColsVisibility = Boolean(cfg.columns_visibility);\n\n /**\n * Persist filters row visibility\n * @type {Boolean}\n */\n this.persistFiltersVisibility = Boolean(cfg.filters_visibility);\n\n /**\n * Cookie duration in hours\n * @type {Boolean}\n */\n this.cookieDuration = !isNaN(cfg.cookie_duration) ?\n parseInt(cfg.cookie_duration, 10) : 87600;\n\n /**\n * Enable Storage if localStorage or cookie is required\n * @type {Boolean}\n * @private\n */\n this.enableStorage = this.enableLocalStorage || this.enableCookie;\n\n /**\n * Storage instance if storage is required\n * @type {Storage}\n * @private\n */\n this.storage = null;\n\n /**\n * Hash instance if URL hash is required\n * @type {Boolean}\n * @private\n */\n this.hash = null;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.pageNb = null;\n\n /**\n * Current page length\n * @type {Number}\n * @private\n */\n this.pageLength = null;\n\n /**\n * Current column sorting\n * @type {Object}\n * @private\n */\n this.sort = null;\n\n /**\n * Current hidden columns\n * @type {Object}\n * @private\n */\n this.hiddenCols = null;\n\n /**\n * Filters row visibility\n * @type {Boolean}\n * @private\n */\n this.filtersVisibility = null;\n\n /**\n * State object\n * @type {Object}\n * @private\n */\n this.state = {};\n\n /**\n * Prefix for column ID\n * @type {String}\n * @private\n */\n this.prfxCol = 'col_';\n\n /**\n * Prefix for page number ID\n * @type {String}\n * @private\n */\n this.pageNbKey = 'page';\n\n /**\n * Prefix for page length ID\n * @type {String}\n * @private\n */\n this.pageLengthKey = 'page_length';\n\n /**\n * Prefix for filters visibility ID\n * @type {String}\n * @private\n */\n this.filtersVisKey = 'filters_visibility';\n }\n\n /**\n * Initializes State instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.emitter.on(['after-filtering'], () => this.update());\n this.emitter.on(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.on(['after-page-length-change'],\n (tf, pageLength) => this.updatePageLength(pageLength));\n this.emitter.on(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.on(['sort-initialized'], () => this._syncSort());\n this.emitter.on(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.on(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.on(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.on(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash = new Hash(this);\n this.hash.init();\n }\n if (this.enableStorage) {\n this.storage = new Storage(this);\n this.storage.init();\n }\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n\n /**\n * Update state object based on current features state\n */\n update() {\n if (!this.isEnabled()) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n if (this.persistFilters) {\n let filterValues = tf.getFiltersValue();\n\n filterValues.forEach((val, idx) => {\n let key = `${this.prfxCol}${idx}`;\n\n if (isString(val) && isEmpty(val)) {\n if (state.hasOwnProperty(key)) {\n state[key].flt = undefined;\n }\n } else {\n state[key] = state[key] || {};\n state[key].flt = val;\n }\n });\n }\n\n if (this.persistPageNumber) {\n if (isNull(this.pageNb)) {\n state[this.pageNbKey] = undefined;\n } else {\n state[this.pageNbKey] = this.pageNb;\n }\n }\n\n if (this.persistPageLength) {\n if (isNull(this.pageLength)) {\n state[this.pageLengthKey] = undefined;\n } else {\n state[this.pageLengthKey] = this.pageLength;\n }\n }\n\n if (this.persistSort) {\n if (!isNull(this.sort)) {\n // Remove previuosly sorted column\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].sort = undefined;\n }\n });\n\n let key = `${this.prfxCol}${this.sort.column}`;\n state[key] = state[key] || {};\n state[key].sort = { descending: this.sort.descending };\n }\n }\n\n if (this.persistColsVisibility) {\n if (!isNull(this.hiddenCols)) {\n // Clear previuosly hidden columns\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].hidden = undefined;\n }\n });\n\n this.hiddenCols.forEach((colIdx) => {\n let key = `${this.prfxCol}${colIdx}`;\n state[key] = state[key] || {};\n state[key].hidden = true;\n });\n }\n }\n\n if (this.persistFiltersVisibility) {\n if (isNull(this.filtersVisibility)) {\n state[this.filtersVisKey] = undefined;\n } else {\n state[this.filtersVisKey] = this.filtersVisibility;\n }\n }\n\n this.emitter.emit('state-changed', tf, state);\n }\n\n /**\n * Refresh page number field on page number changes\n *\n * @param {Number} pageNb Current page number\n */\n updatePage(pageNb) {\n this.pageNb = pageNb;\n this.update();\n }\n\n /**\n * Refresh page length field on page length changes\n *\n * @param {Number} pageLength Current page length value\n */\n updatePageLength(pageLength) {\n this.pageLength = pageLength;\n this.update();\n }\n\n /**\n * Refresh column sorting information on sort changes\n *\n * @param index {Number} Column index\n * @param {Boolean} descending Descending manner\n */\n updateSort(index, descending) {\n this.sort = {\n column: index,\n descending: descending\n };\n this.update();\n }\n\n /**\n * Refresh hidden columns information on columns visibility changes\n *\n * @param {Array} hiddenCols Columns indexes\n */\n updateColsVisibility(hiddenCols) {\n this.hiddenCols = hiddenCols;\n this.update();\n }\n\n /**\n * Refresh filters visibility on filters visibility change\n *\n * @param {Boolean} visible Visibility flad\n */\n updateFiltersVisibility(visible) {\n this.filtersVisibility = visible;\n this.update();\n }\n\n /**\n * Override state field\n *\n * @param state State object\n */\n override(state) {\n this.state = state;\n }\n\n /**\n * Sync stored features state\n */\n sync() {\n let state = this.state;\n let tf = this.tf;\n\n this._syncFilters();\n\n if (this.persistPageNumber) {\n let pageNumber = state[this.pageNbKey];\n this.emitter.emit('change-page', tf, pageNumber);\n }\n\n if (this.persistPageLength) {\n let pageLength = state[this.pageLengthKey];\n this.emitter.emit('change-page-results', tf, pageLength);\n }\n\n this._syncSort();\n this._syncColsVisibility();\n this._syncFiltersVisibility();\n }\n\n /**\n * Override current state with passed one and sync features\n *\n * @param {Object} state State object\n */\n overrideAndSync(state) {\n // To prevent state to react to features changes, state is temporarily\n // disabled\n this.disable();\n // State is overriden with passed state object\n this.override(state);\n // New hash state is applied to features\n this.sync();\n // State is re-enabled\n this.enable();\n }\n\n /**\n * Sync filters with stored values and filter table\n *\n * @private\n */\n _syncFilters() {\n if (!this.persistFilters) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n let val = state[key].flt;\n tf.setFilterValue(colIdx, val);\n }\n });\n\n tf.filter();\n }\n\n /**\n * Sync sorted column with stored sorting information and sort table\n *\n * @private\n */\n _syncSort() {\n if (!this.persistSort) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!isUndef(state[key].sort)) {\n let sort = state[key].sort;\n this.emitter.emit('sort', tf, colIdx, sort.descending);\n }\n }\n });\n }\n\n /**\n * Sync hidden columns with stored information\n *\n * @private\n */\n _syncColsVisibility() {\n if (!this.persistColsVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let hiddenCols = [];\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!isUndef(state[key].hidden)) {\n hiddenCols.push(colIdx);\n }\n }\n });\n\n hiddenCols.forEach((colIdx) => {\n this.emitter.emit('hide-column', tf, colIdx);\n });\n }\n\n /**\n * Sync filters visibility with stored information\n *\n * @private\n */\n _syncFiltersVisibility() {\n if (!this.persistFiltersVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let filtersVisibility = state[this.filtersVisKey];\n\n this.filtersVisibility = filtersVisibility;\n this.emitter.emit('show-filters', tf, filtersVisibility);\n }\n\n /**\n * Destroy State instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.state = {};\n\n this.emitter.off(['after-filtering'], () => this.update());\n this.emitter.off(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.off(['after-page-length-change'],\n (tf, index) => this.updatePageLength(index));\n this.emitter.off(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.off(['sort-initialized'], () => this._syncSort());\n this.emitter.off(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.off(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.off(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.off(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash.destroy();\n this.hash = null;\n }\n\n if (this.enableStorage) {\n this.storage.destroy();\n this.storage = null;\n }\n\n this.initialized = false;\n }\n}\n"
},
{
- "__docId__": 653,
+ "__docId__": 657,
"kind": "class",
"static": true,
"variation": null,
@@ -13812,7 +13886,7 @@
]
},
{
- "__docId__": 654,
+ "__docId__": 658,
"kind": "constructor",
"static": false,
"variation": null,
@@ -13837,7 +13911,7 @@
"generator": false
},
{
- "__docId__": 655,
+ "__docId__": 659,
"kind": "member",
"static": false,
"variation": null,
@@ -13857,7 +13931,7 @@
}
},
{
- "__docId__": 656,
+ "__docId__": 660,
"kind": "member",
"static": false,
"variation": null,
@@ -13877,7 +13951,7 @@
}
},
{
- "__docId__": 657,
+ "__docId__": 661,
"kind": "member",
"static": false,
"variation": null,
@@ -13897,7 +13971,7 @@
}
},
{
- "__docId__": 658,
+ "__docId__": 662,
"kind": "member",
"static": false,
"variation": null,
@@ -13917,7 +13991,7 @@
}
},
{
- "__docId__": 659,
+ "__docId__": 663,
"kind": "member",
"static": false,
"variation": null,
@@ -13937,7 +14011,7 @@
}
},
{
- "__docId__": 660,
+ "__docId__": 664,
"kind": "member",
"static": false,
"variation": null,
@@ -13957,7 +14031,7 @@
}
},
{
- "__docId__": 661,
+ "__docId__": 665,
"kind": "member",
"static": false,
"variation": null,
@@ -13977,7 +14051,7 @@
}
},
{
- "__docId__": 662,
+ "__docId__": 666,
"kind": "member",
"static": false,
"variation": null,
@@ -13997,7 +14071,7 @@
}
},
{
- "__docId__": 663,
+ "__docId__": 667,
"kind": "member",
"static": false,
"variation": null,
@@ -14017,7 +14091,7 @@
}
},
{
- "__docId__": 664,
+ "__docId__": 668,
"kind": "member",
"static": false,
"variation": null,
@@ -14037,7 +14111,7 @@
}
},
{
- "__docId__": 665,
+ "__docId__": 669,
"kind": "member",
"static": false,
"variation": null,
@@ -14057,7 +14131,7 @@
}
},
{
- "__docId__": 666,
+ "__docId__": 670,
"kind": "member",
"static": false,
"variation": null,
@@ -14077,7 +14151,7 @@
}
},
{
- "__docId__": 667,
+ "__docId__": 671,
"kind": "member",
"static": false,
"variation": null,
@@ -14097,7 +14171,7 @@
}
},
{
- "__docId__": 668,
+ "__docId__": 672,
"kind": "member",
"static": false,
"variation": null,
@@ -14117,7 +14191,7 @@
}
},
{
- "__docId__": 669,
+ "__docId__": 673,
"kind": "member",
"static": false,
"variation": null,
@@ -14137,7 +14211,7 @@
}
},
{
- "__docId__": 670,
+ "__docId__": 674,
"kind": "member",
"static": false,
"variation": null,
@@ -14157,7 +14231,7 @@
}
},
{
- "__docId__": 671,
+ "__docId__": 675,
"kind": "member",
"static": false,
"variation": null,
@@ -14177,7 +14251,7 @@
}
},
{
- "__docId__": 672,
+ "__docId__": 676,
"kind": "member",
"static": false,
"variation": null,
@@ -14197,7 +14271,7 @@
}
},
{
- "__docId__": 673,
+ "__docId__": 677,
"kind": "member",
"static": false,
"variation": null,
@@ -14217,7 +14291,7 @@
}
},
{
- "__docId__": 674,
+ "__docId__": 678,
"kind": "member",
"static": false,
"variation": null,
@@ -14237,7 +14311,7 @@
}
},
{
- "__docId__": 675,
+ "__docId__": 679,
"kind": "member",
"static": false,
"variation": null,
@@ -14257,7 +14331,7 @@
}
},
{
- "__docId__": 676,
+ "__docId__": 680,
"kind": "member",
"static": false,
"variation": null,
@@ -14277,7 +14351,7 @@
}
},
{
- "__docId__": 677,
+ "__docId__": 681,
"kind": "member",
"static": false,
"variation": null,
@@ -14297,7 +14371,7 @@
}
},
{
- "__docId__": 678,
+ "__docId__": 682,
"kind": "method",
"static": false,
"variation": null,
@@ -14311,7 +14385,7 @@
"generator": false
},
{
- "__docId__": 679,
+ "__docId__": 683,
"kind": "member",
"static": false,
"variation": null,
@@ -14329,7 +14403,7 @@
}
},
{
- "__docId__": 680,
+ "__docId__": 684,
"kind": "member",
"static": false,
"variation": null,
@@ -14347,7 +14421,7 @@
}
},
{
- "__docId__": 681,
+ "__docId__": 685,
"kind": "member",
"static": false,
"variation": null,
@@ -14370,7 +14444,7 @@
}
},
{
- "__docId__": 682,
+ "__docId__": 686,
"kind": "method",
"static": false,
"variation": null,
@@ -14384,7 +14458,7 @@
"generator": false
},
{
- "__docId__": 683,
+ "__docId__": 687,
"kind": "method",
"static": false,
"variation": null,
@@ -14409,7 +14483,7 @@
"generator": false
},
{
- "__docId__": 684,
+ "__docId__": 688,
"kind": "member",
"static": false,
"variation": null,
@@ -14427,7 +14501,7 @@
}
},
{
- "__docId__": 685,
+ "__docId__": 689,
"kind": "method",
"static": false,
"variation": null,
@@ -14452,7 +14526,7 @@
"generator": false
},
{
- "__docId__": 686,
+ "__docId__": 690,
"kind": "member",
"static": false,
"variation": null,
@@ -14470,7 +14544,7 @@
}
},
{
- "__docId__": 687,
+ "__docId__": 691,
"kind": "method",
"static": false,
"variation": null,
@@ -14505,7 +14579,7 @@
"generator": false
},
{
- "__docId__": 688,
+ "__docId__": 692,
"kind": "member",
"static": false,
"variation": null,
@@ -14523,7 +14597,7 @@
}
},
{
- "__docId__": 689,
+ "__docId__": 693,
"kind": "method",
"static": false,
"variation": null,
@@ -14548,7 +14622,7 @@
"generator": false
},
{
- "__docId__": 690,
+ "__docId__": 694,
"kind": "member",
"static": false,
"variation": null,
@@ -14566,7 +14640,7 @@
}
},
{
- "__docId__": 691,
+ "__docId__": 695,
"kind": "method",
"static": false,
"variation": null,
@@ -14591,7 +14665,7 @@
"generator": false
},
{
- "__docId__": 692,
+ "__docId__": 696,
"kind": "member",
"static": false,
"variation": null,
@@ -14609,7 +14683,7 @@
}
},
{
- "__docId__": 693,
+ "__docId__": 697,
"kind": "method",
"static": false,
"variation": null,
@@ -14634,7 +14708,7 @@
"generator": false
},
{
- "__docId__": 694,
+ "__docId__": 698,
"kind": "member",
"static": false,
"variation": null,
@@ -14652,7 +14726,7 @@
}
},
{
- "__docId__": 695,
+ "__docId__": 699,
"kind": "method",
"static": false,
"variation": null,
@@ -14666,7 +14740,7 @@
"generator": false
},
{
- "__docId__": 696,
+ "__docId__": 700,
"kind": "method",
"static": false,
"variation": null,
@@ -14691,7 +14765,7 @@
"generator": false
},
{
- "__docId__": 697,
+ "__docId__": 701,
"kind": "method",
"static": false,
"variation": null,
@@ -14705,7 +14779,7 @@
"generator": false
},
{
- "__docId__": 698,
+ "__docId__": 702,
"kind": "method",
"static": false,
"variation": null,
@@ -14719,7 +14793,7 @@
"generator": false
},
{
- "__docId__": 699,
+ "__docId__": 703,
"kind": "method",
"static": false,
"variation": null,
@@ -14733,7 +14807,7 @@
"generator": false
},
{
- "__docId__": 700,
+ "__docId__": 704,
"kind": "method",
"static": false,
"variation": null,
@@ -14747,7 +14821,7 @@
"generator": false
},
{
- "__docId__": 701,
+ "__docId__": 705,
"kind": "member",
"static": false,
"variation": null,
@@ -14765,7 +14839,7 @@
}
},
{
- "__docId__": 702,
+ "__docId__": 706,
"kind": "method",
"static": false,
"variation": null,
@@ -14779,7 +14853,7 @@
"generator": false
},
{
- "__docId__": 703,
+ "__docId__": 707,
"kind": "member",
"static": false,
"variation": null,
@@ -14797,7 +14871,7 @@
}
},
{
- "__docId__": 704,
+ "__docId__": 708,
"kind": "member",
"static": false,
"variation": null,
@@ -14815,7 +14889,7 @@
}
},
{
- "__docId__": 705,
+ "__docId__": 709,
"kind": "member",
"static": false,
"variation": null,
@@ -14833,7 +14907,7 @@
}
},
{
- "__docId__": 706,
+ "__docId__": 710,
"kind": "member",
"static": false,
"variation": null,
@@ -14851,7 +14925,7 @@
}
},
{
- "__docId__": 707,
+ "__docId__": 711,
"kind": "file",
"static": true,
"variation": null,
@@ -14864,7 +14938,7 @@
"content": "import {Feature} from '../feature';\nimport {root} from '../root';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\n\nconst EVENTS = [\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'\n];\n\n/**\n * Status bar UI component\n * @export\n * @class StatusBar\n * @extends {Feature}\n */\nexport class StatusBar extends Feature {\n\n /**\n * Creates an instance of StatusBar\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'statusBar');\n\n // Configuration object\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.status_bar_target_id || null;\n\n /**\n * Container DOM element\n * @type {DOMElement}\n * @private\n */\n this.container = null;\n\n /**\n * Message container DOM element\n * @type {DOMElement}\n * @private\n */\n this.msgContainer = null;\n\n /**\n * Label container DOM element\n * @type {DOMElement}\n * @private\n */\n this.labelContainer = null;\n\n /**\n * Text preceding status message\n * @type {String}\n */\n this.text = f.status_bar_text || '';\n\n /**\n * Css class for container element\n * @type {String}\n */\n this.cssClass = f.status_bar_css_class || 'status';\n\n /**\n * Message visibility duration in milliseconds\n * @type {Number}\n * @private\n */\n this.delay = 250;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShowMsg = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : EMPTY_FN;\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShowMsg = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : EMPTY_FN;\n\n /**\n * Message appearing upon filtering\n * @type {String}\n */\n this.msgFilter = f.msg_filter || 'Filtering data...';\n\n /**\n * Message appearing when a drop-down filter is populated\n * @type {String}\n */\n this.msgPopulate = f.msg_populate || 'Populating filter...';\n\n /**\n * Message appearing when a checklist filter is populated\n * @type {String}\n */\n this.msgPopulateCheckList = f.msg_populate_checklist ||\n 'Populating list...';\n\n /**\n * Message appearing when a pagination page is changed\n * @type {String}\n */\n this.msgChangePage = f.msg_change_page || 'Collecting paging data...';\n\n /**\n * Message appearing when filters are cleared\n * @type {String}\n */\n this.msgClear = f.msg_clear || 'Clearing filters...';\n\n /**\n * Message appearing when the page length is changed\n * @type {String}\n */\n this.msgChangeResults = f.msg_change_results ||\n 'Changing results per page...';\n\n /**\n * Message appearing when the page is re-set\n * @type {String}\n */\n this.msgResetPage = f.msg_reset_page || 'Re-setting page...';\n\n /**\n * Message appearing when the page length is re-set\n * @type {String}\n */\n this.msgResetPageLength = f.msg_reset_page_length ||\n 'Re-setting page length...';\n\n /**\n * Message appearing upon column sorting\n * @type {String}\n */\n this.msgSort = f.msg_sort || 'Sorting data...';\n\n /**\n * Message appearing when extensions are loading\n * @type {String}\n */\n this.msgLoadExtensions = f.msg_load_extensions ||\n 'Loading extensions...';\n\n /**\n * Message appearing when themes are loading\n * @type {String}\n */\n this.msgLoadThemes = f.msg_load_themes || 'Loading theme(s)...';\n }\n\n /**\n * Initializes StatusBar instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n //status bar container\n let statusDiv = createElm('div');\n statusDiv.className = this.cssClass;\n\n //status bar label\n let statusSpan = createElm('span');\n //preceding text\n let statusSpanText = createElm('span');\n statusSpanText.appendChild(createText(this.text));\n\n // target element container\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = (!this.targetId) ? tf.lDiv : elm(this.targetId);\n\n //default container: 'lDiv'\n if (!this.targetId) {\n statusDiv.appendChild(statusSpanText);\n statusDiv.appendChild(statusSpan);\n targetEl.appendChild(statusDiv);\n } else {\n // custom container, no need to append statusDiv\n targetEl.appendChild(statusSpanText);\n targetEl.appendChild(statusSpan);\n }\n\n this.container = statusDiv;\n this.msgContainer = statusSpan;\n this.labelContainer = statusSpanText;\n\n // Subscribe to events\n emitter.on(['before-filtering'], () => this.message(this.msgFilter));\n emitter.on(['before-populating-filter'],\n () => this.message(this.msgPopulate));\n emitter.on(['before-page-change'],\n () => this.message(this.msgChangePage));\n emitter.on(['before-clearing-filters'], () =>\n this.message(this.msgClear));\n emitter.on(['before-page-length-change'],\n () => this.message(this.msgChangeResults));\n emitter.on(['before-reset-page'],\n () => this.message(this.msgResetPage));\n emitter.on(['before-reset-page-length'],\n () => this.message(this.msgResetPageLength));\n emitter.on(['before-loading-extensions'],\n () => this.message(this.msgLoadExtensions));\n emitter.on(['before-loading-themes'],\n () => this.message(this.msgLoadThemes));\n\n emitter.on(EVENTS, () => this.message(''));\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Display status message\n * @param {String} [t=''] Message to be displayed\n */\n message(t = '') {\n if (!this.isEnabled()) {\n return;\n }\n\n this.onBeforeShowMsg(this.tf, t);\n\n let d = t === '' ? this.delay : 1;\n root.setTimeout(() => {\n if (!this.initialized) {\n return;\n }\n this.msgContainer.innerHTML = t;\n\n this.onAfterShowMsg(this.tf, t);\n }, d);\n }\n\n /**\n * Destroy StatusBar instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n this.container.innerHTML = '';\n if (!this.targetId) {\n removeElm(this.container);\n }\n this.labelContainer = null;\n this.msgContainer = null;\n this.container = null;\n\n // Unsubscribe to events\n emitter.off(['before-filtering'], () => this.message(this.msgFilter));\n emitter.off(['before-populating-filter'],\n () => this.message(this.msgPopulate));\n emitter.off(['before-page-change'],\n () => this.message(this.msgChangePage));\n emitter.off(['before-clearing-filters'],\n () => this.message(this.msgClear));\n emitter.off(['before-page-length-change'],\n () => this.message(this.msgChangeResults));\n emitter.off(['before-reset-page'], () =>\n this.message(this.msgResetPage));\n emitter.off(['before-reset-page-length'],\n () => this.message(this.msgResetPageLength));\n emitter.off(['before-loading-extensions'],\n () => this.message(this.msgLoadExtensions));\n emitter.off(['before-loading-themes'],\n () => this.message(this.msgLoadThemes));\n\n emitter.off(EVENTS, () => this.message(''));\n\n this.initialized = false;\n }\n}\n"
},
{
- "__docId__": 708,
+ "__docId__": 712,
"kind": "variable",
"static": true,
"variation": null,
@@ -14885,7 +14959,7 @@
}
},
{
- "__docId__": 709,
+ "__docId__": 713,
"kind": "class",
"static": true,
"variation": null,
@@ -14914,7 +14988,7 @@
]
},
{
- "__docId__": 710,
+ "__docId__": 714,
"kind": "constructor",
"static": false,
"variation": null,
@@ -14939,7 +15013,7 @@
"generator": false
},
{
- "__docId__": 711,
+ "__docId__": 715,
"kind": "member",
"static": false,
"variation": null,
@@ -14959,7 +15033,7 @@
}
},
{
- "__docId__": 712,
+ "__docId__": 716,
"kind": "member",
"static": false,
"variation": null,
@@ -14979,7 +15053,7 @@
}
},
{
- "__docId__": 713,
+ "__docId__": 717,
"kind": "member",
"static": false,
"variation": null,
@@ -14999,7 +15073,7 @@
}
},
{
- "__docId__": 714,
+ "__docId__": 718,
"kind": "member",
"static": false,
"variation": null,
@@ -15019,7 +15093,7 @@
}
},
{
- "__docId__": 715,
+ "__docId__": 719,
"kind": "member",
"static": false,
"variation": null,
@@ -15039,7 +15113,7 @@
}
},
{
- "__docId__": 716,
+ "__docId__": 720,
"kind": "member",
"static": false,
"variation": null,
@@ -15059,7 +15133,7 @@
}
},
{
- "__docId__": 717,
+ "__docId__": 721,
"kind": "member",
"static": false,
"variation": null,
@@ -15079,7 +15153,7 @@
}
},
{
- "__docId__": 718,
+ "__docId__": 722,
"kind": "member",
"static": false,
"variation": null,
@@ -15099,7 +15173,7 @@
}
},
{
- "__docId__": 719,
+ "__docId__": 723,
"kind": "member",
"static": false,
"variation": null,
@@ -15119,7 +15193,7 @@
}
},
{
- "__docId__": 720,
+ "__docId__": 724,
"kind": "member",
"static": false,
"variation": null,
@@ -15139,7 +15213,7 @@
}
},
{
- "__docId__": 721,
+ "__docId__": 725,
"kind": "member",
"static": false,
"variation": null,
@@ -15159,7 +15233,7 @@
}
},
{
- "__docId__": 722,
+ "__docId__": 726,
"kind": "member",
"static": false,
"variation": null,
@@ -15179,7 +15253,7 @@
}
},
{
- "__docId__": 723,
+ "__docId__": 727,
"kind": "member",
"static": false,
"variation": null,
@@ -15199,7 +15273,7 @@
}
},
{
- "__docId__": 724,
+ "__docId__": 728,
"kind": "member",
"static": false,
"variation": null,
@@ -15219,7 +15293,7 @@
}
},
{
- "__docId__": 725,
+ "__docId__": 729,
"kind": "member",
"static": false,
"variation": null,
@@ -15239,7 +15313,7 @@
}
},
{
- "__docId__": 726,
+ "__docId__": 730,
"kind": "member",
"static": false,
"variation": null,
@@ -15259,7 +15333,7 @@
}
},
{
- "__docId__": 727,
+ "__docId__": 731,
"kind": "member",
"static": false,
"variation": null,
@@ -15279,7 +15353,7 @@
}
},
{
- "__docId__": 728,
+ "__docId__": 732,
"kind": "member",
"static": false,
"variation": null,
@@ -15299,7 +15373,7 @@
}
},
{
- "__docId__": 729,
+ "__docId__": 733,
"kind": "member",
"static": false,
"variation": null,
@@ -15319,7 +15393,7 @@
}
},
{
- "__docId__": 730,
+ "__docId__": 734,
"kind": "member",
"static": false,
"variation": null,
@@ -15339,7 +15413,7 @@
}
},
{
- "__docId__": 731,
+ "__docId__": 735,
"kind": "method",
"static": false,
"variation": null,
@@ -15353,7 +15427,7 @@
"generator": false
},
{
- "__docId__": 732,
+ "__docId__": 736,
"kind": "member",
"static": false,
"variation": null,
@@ -15371,7 +15445,7 @@
}
},
{
- "__docId__": 733,
+ "__docId__": 737,
"kind": "member",
"static": false,
"variation": null,
@@ -15389,7 +15463,7 @@
}
},
{
- "__docId__": 734,
+ "__docId__": 738,
"kind": "member",
"static": false,
"variation": null,
@@ -15407,7 +15481,7 @@
}
},
{
- "__docId__": 735,
+ "__docId__": 739,
"kind": "member",
"static": false,
"variation": null,
@@ -15430,7 +15504,7 @@
}
},
{
- "__docId__": 736,
+ "__docId__": 740,
"kind": "method",
"static": false,
"variation": null,
@@ -15457,7 +15531,7 @@
"generator": false
},
{
- "__docId__": 737,
+ "__docId__": 741,
"kind": "method",
"static": false,
"variation": null,
@@ -15471,7 +15545,7 @@
"generator": false
},
{
- "__docId__": 738,
+ "__docId__": 742,
"kind": "member",
"static": false,
"variation": null,
@@ -15489,7 +15563,7 @@
}
},
{
- "__docId__": 739,
+ "__docId__": 743,
"kind": "member",
"static": false,
"variation": null,
@@ -15507,7 +15581,7 @@
}
},
{
- "__docId__": 740,
+ "__docId__": 744,
"kind": "member",
"static": false,
"variation": null,
@@ -15525,7 +15599,7 @@
}
},
{
- "__docId__": 741,
+ "__docId__": 745,
"kind": "member",
"static": false,
"variation": null,
@@ -15543,7 +15617,7 @@
}
},
{
- "__docId__": 742,
+ "__docId__": 746,
"kind": "file",
"static": true,
"variation": null,
@@ -15556,7 +15630,7 @@
"content": "\nimport Cookie from '../cookie';\nimport {root} from '../root';\n\nconst JSON = root.JSON;\nconst localStorage = root.localStorage;\nconst location = root.location;\n\n/**\n * Checks if browser has Storage feature\n */\nexport const hasStorage = () => {\n return 'Storage' in root;\n};\n\n/**\n * Stores the features state in browser's local storage or cookie\n *\n * @export\n * @class Storage\n */\nexport class Storage {\n\n /**\n * Creates an instance of Storage\n *\n * @param {State} state Instance of State\n */\n constructor(state) {\n\n /**\n * State object\n * @type {State}\n * @private\n */\n this.state = state;\n\n /**\n * TableFilter object\n * @type {TableFilter}\n * @private\n */\n this.tf = state.tf;\n\n /**\n * Persist with local storage\n * @type {Boolean}\n * @private\n */\n this.enableLocalStorage = state.enableLocalStorage && hasStorage();\n\n /**\n * Persist with cookie\n * @type {Boolean}\n * @private\n */\n this.enableCookie = state.enableCookie && !this.enableLocalStorage;\n\n /**\n * Emitter object\n * @type {Emitter}\n * @private\n */\n this.emitter = state.emitter;\n\n /**\n * Cookie duration in hours from state object\n * @type {Number}\n * @private\n */\n this.duration = state.cookieDuration;\n }\n\n\n /**\n * Initializes the Storage object\n */\n init() {\n this.emitter.on(['state-changed'], (tf, state) => this.save(state));\n this.emitter.on(['initialized'], () => this.sync());\n }\n\n /**\n * Persists the features state on state changes\n *\n * @param {State} state Instance of State\n */\n save(state) {\n if (this.enableLocalStorage) {\n localStorage[this.getKey()] = JSON.stringify(state);\n } else {\n Cookie.write(this.getKey(), JSON.stringify(state), this.duration);\n }\n }\n\n /**\n * Turns stored string into a State JSON object\n *\n * @returns {Object} JSON object\n */\n retrieve() {\n let state = null;\n if (this.enableLocalStorage) {\n state = localStorage[this.getKey()];\n } else {\n state = Cookie.read(this.getKey());\n }\n\n if (!state) {\n return null;\n }\n return JSON.parse(state);\n }\n\n /**\n * Removes persisted state from storage\n */\n remove() {\n if (this.enableLocalStorage) {\n localStorage.removeItem(this.getKey());\n } else {\n Cookie.remove(this.getKey());\n }\n }\n\n /**\n * Applies persisted state to features\n */\n sync() {\n let state = this.retrieve();\n if (!state) {\n return;\n }\n // override current state with persisted one and sync features\n this.state.overrideAndSync(state);\n }\n\n /**\n * Returns the storage key\n *\n * @returns {String} Key\n */\n getKey() {\n return JSON.stringify({\n key: `${this.tf.prfxTf}_${this.tf.id}`,\n path: location.pathname\n });\n }\n\n /**\n * Release Storage event subscriptions and clear fields\n */\n destroy() {\n this.emitter.off(['state-changed'], (tf, state) => this.save(state));\n this.emitter.off(['initialized'], () => this.sync());\n\n this.remove();\n\n this.state = null;\n this.emitter = null;\n }\n}\n"
},
{
- "__docId__": 743,
+ "__docId__": 747,
"kind": "variable",
"static": true,
"variation": null,
@@ -15577,7 +15651,7 @@
}
},
{
- "__docId__": 744,
+ "__docId__": 748,
"kind": "variable",
"static": true,
"variation": null,
@@ -15598,7 +15672,7 @@
}
},
{
- "__docId__": 745,
+ "__docId__": 749,
"kind": "variable",
"static": true,
"variation": null,
@@ -15619,7 +15693,7 @@
}
},
{
- "__docId__": 746,
+ "__docId__": 750,
"kind": "variable",
"static": true,
"variation": null,
@@ -15639,7 +15713,7 @@
}
},
{
- "__docId__": 747,
+ "__docId__": 751,
"kind": "class",
"static": true,
"variation": null,
@@ -15665,7 +15739,7 @@
"interface": false
},
{
- "__docId__": 748,
+ "__docId__": 752,
"kind": "constructor",
"static": false,
"variation": null,
@@ -15690,7 +15764,7 @@
"generator": false
},
{
- "__docId__": 749,
+ "__docId__": 753,
"kind": "member",
"static": false,
"variation": null,
@@ -15710,7 +15784,7 @@
}
},
{
- "__docId__": 750,
+ "__docId__": 754,
"kind": "member",
"static": false,
"variation": null,
@@ -15730,7 +15804,7 @@
}
},
{
- "__docId__": 751,
+ "__docId__": 755,
"kind": "member",
"static": false,
"variation": null,
@@ -15750,7 +15824,7 @@
}
},
{
- "__docId__": 752,
+ "__docId__": 756,
"kind": "member",
"static": false,
"variation": null,
@@ -15770,7 +15844,7 @@
}
},
{
- "__docId__": 753,
+ "__docId__": 757,
"kind": "member",
"static": false,
"variation": null,
@@ -15790,7 +15864,7 @@
}
},
{
- "__docId__": 754,
+ "__docId__": 758,
"kind": "member",
"static": false,
"variation": null,
@@ -15810,7 +15884,7 @@
}
},
{
- "__docId__": 755,
+ "__docId__": 759,
"kind": "method",
"static": false,
"variation": null,
@@ -15824,7 +15898,7 @@
"generator": false
},
{
- "__docId__": 756,
+ "__docId__": 760,
"kind": "method",
"static": false,
"variation": null,
@@ -15849,7 +15923,7 @@
"generator": false
},
{
- "__docId__": 757,
+ "__docId__": 761,
"kind": "method",
"static": false,
"variation": null,
@@ -15877,7 +15951,7 @@
"generator": false
},
{
- "__docId__": 758,
+ "__docId__": 762,
"kind": "method",
"static": false,
"variation": null,
@@ -15891,7 +15965,7 @@
"generator": false
},
{
- "__docId__": 759,
+ "__docId__": 763,
"kind": "method",
"static": false,
"variation": null,
@@ -15905,7 +15979,7 @@
"generator": false
},
{
- "__docId__": 760,
+ "__docId__": 764,
"kind": "method",
"static": false,
"variation": null,
@@ -15933,7 +16007,7 @@
"generator": false
},
{
- "__docId__": 761,
+ "__docId__": 765,
"kind": "method",
"static": false,
"variation": null,
@@ -15947,7 +16021,7 @@
"generator": false
},
{
- "__docId__": 762,
+ "__docId__": 766,
"kind": "member",
"static": false,
"variation": null,
@@ -15965,7 +16039,7 @@
}
},
{
- "__docId__": 763,
+ "__docId__": 767,
"kind": "member",
"static": false,
"variation": null,
@@ -15983,7 +16057,7 @@
}
},
{
- "__docId__": 764,
+ "__docId__": 768,
"kind": "file",
"static": true,
"variation": null,
@@ -15996,7 +16070,7 @@
"content": "import {isNumber} from './types';\n\n/**\n * Takes a string, removes all formatting/cruft and returns the raw float value\n * @param {String} Formatted number\n * @param {String} Decimal type '.' or ','\n * @return {Number} Unformatted number\n *\n * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js\n */\nexport const parse = (value, decimal = '.') => {\n // Return the value as-is if it's already a number\n if (isNumber(value)) {\n return value;\n }\n\n // Build regex to strip out everything except digits, decimal point and\n // minus sign\n let regex = new RegExp('[^0-9-' + decimal + ']', ['g']);\n let unformatted = parseFloat(\n ('' + value)\n .replace(/\\((.*)\\)/, '-$1') // replace bracketed values with negatives\n .replace(regex, '') // strip out any cruft\n .replace(decimal, '.') // make sure decimal point is standard\n );\n\n // This will fail silently\n return !isNaN(unformatted) ? unformatted : 0;\n}\n"
},
{
- "__docId__": 765,
+ "__docId__": 769,
"kind": "variable",
"static": true,
"variation": null,
@@ -16046,7 +16120,7 @@
}
},
{
- "__docId__": 766,
+ "__docId__": 770,
"kind": "file",
"static": true,
"variation": null,
@@ -16059,7 +16133,7 @@
"content": "/**\n * Export window or global object depending on the environment\n */\nexport const root = (typeof self === 'object' && self.self === self && self) ||\n (typeof global === 'object' && global.global === global && global) ||\n this;\n"
},
{
- "__docId__": 767,
+ "__docId__": 771,
"kind": "variable",
"static": true,
"variation": null,
@@ -16079,7 +16153,7 @@
}
},
{
- "__docId__": 768,
+ "__docId__": 772,
"kind": "file",
"static": true,
"variation": null,
@@ -16092,7 +16166,7 @@
"content": "/**\n * Sorting utilities\n */\n\n/**\n * Case insensitive compare function for passed strings\n * @param {String} First string\n * @param {String} Second string\n * @return {Number} -1 if first string lower than second one\n * 0 if first string same order as second one\n * 1 if first string greater than second one\n */\nexport const ignoreCase = (a, b) => {\n let x = a.toLowerCase();\n let y = b.toLowerCase();\n return ((x < y) ? -1 : ((x > y) ? 1 : 0));\n}\n\n/**\n * Sorts passed numbers in a ascending manner\n * @param {Number} First number\n * @param {Number} Second number\n * @param {Number} Negative, zero or positive number\n */\nexport const numSortAsc = (a, b) => (a - b);\n\n/**\n * Sorts passed numbers in a descending manner\n * @param {Number} First number\n * @param {Number} Second number\n * @param {Number} Negative, zero or positive number\n */\nexport const numSortDesc = (a, b) => (b - a);\n"
},
{
- "__docId__": 769,
+ "__docId__": 773,
"kind": "variable",
"static": true,
"variation": null,
@@ -16142,7 +16216,7 @@
}
},
{
- "__docId__": 770,
+ "__docId__": 774,
"kind": "variable",
"static": true,
"variation": null,
@@ -16194,7 +16268,7 @@
}
},
{
- "__docId__": 771,
+ "__docId__": 775,
"kind": "variable",
"static": true,
"variation": null,
@@ -16246,7 +16320,7 @@
}
},
{
- "__docId__": 772,
+ "__docId__": 776,
"kind": "file",
"static": true,
"variation": null,
@@ -16259,7 +16333,7 @@
"content": "import {remove as removeDiacritics} from 'diacritics';\n\n/**\n * String utilities\n */\n\n/**\n * Removes whitespace from both sides of passed string\n * @param {String} text\n * @return {String}\n */\nexport const trim = (text) => {\n if (text.trim) {\n return text.trim();\n }\n return text.replace(/^\\s*|\\s*$/g, '');\n}\n\n/**\n * Checks if passed string is empty\n * @param {String} text\n * @return {Boolean}\n */\nexport const isEmpty = (text) => trim(text) === '';\n\n/**\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n */\nexport const rgxEsc = (text) => {\n let chars = /[-\\/\\\\^$*+?.()|[\\]{}]/g;\n let escMatch = '\\\\$&';\n return String(text).replace(chars, escMatch);\n}\n\n/**\n * Returns passed string as lowercase if caseSensitive flag set false. By\n * default it returns the string with no casing changes.\n * @param {String} text\n * @return {String} string\n */\nexport const matchCase = (text, caseSensitive = false) => {\n if (!caseSensitive) {\n return text.toLowerCase();\n }\n return text;\n}\n\n/**\n * Checks if passed data contains the searched term\n * @param {String} term Searched term\n * @param {String} data Data string\n * @param {Boolean} exactMatch Exact match\n * @param {Boolean} caseSensitive Case sensitive\n * @param {Boolean} ignoreDiacritics Ignore diacritics\n * @return {Boolean}\n */\nexport const contains = (term, data, exactMatch = false, caseSensitive = false,\n ignoreDiacritics = false) => {\n // Improved by Cedric Wartel (cwl) automatic exact match for selects and\n // special characters are now filtered\n let regexp;\n let modifier = caseSensitive ? 'g' : 'gi';\n if (ignoreDiacritics) {\n term = removeDiacritics(term);\n data = removeDiacritics(data);\n }\n if (exactMatch) {\n regexp = new RegExp('(^\\\\s*)' + rgxEsc(term) + '(\\\\s*$)',\n modifier);\n } else {\n regexp = new RegExp(rgxEsc(term), modifier);\n }\n return regexp.test(data);\n}\n"
},
{
- "__docId__": 773,
+ "__docId__": 777,
"kind": "variable",
"static": true,
"variation": null,
@@ -16299,7 +16373,7 @@
}
},
{
- "__docId__": 774,
+ "__docId__": 778,
"kind": "variable",
"static": true,
"variation": null,
@@ -16339,7 +16413,7 @@
}
},
{
- "__docId__": 775,
+ "__docId__": 779,
"kind": "variable",
"static": true,
"variation": null,
@@ -16379,7 +16453,7 @@
}
},
{
- "__docId__": 776,
+ "__docId__": 780,
"kind": "variable",
"static": true,
"variation": null,
@@ -16419,7 +16493,7 @@
}
},
{
- "__docId__": 777,
+ "__docId__": 781,
"kind": "variable",
"static": true,
"variation": null,
@@ -16499,7 +16573,7 @@
}
},
{
- "__docId__": 778,
+ "__docId__": 782,
"kind": "file",
"static": true,
"variation": null,
@@ -16512,7 +16586,7 @@
"content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {\n isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef, EMPTY_FN\n} from './types';\nimport {parse as parseNb} from './number'\n\nimport {root} from './root';\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\nimport {DateType} from './modules/dateType';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER\n} from './const';\n\nlet doc = root.document;\n\n/**\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n */\nexport class TableFilter {\n\n /**\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n /**\n * ID of current instance\n * @type {String}\n * @private\n */\n this.id = null;\n\n /**\n * Current version\n * @type {String}\n */\n this.version = '{VERSION}';\n\n /**\n * Current year\n * @type {Number}\n * @private\n */\n this.year = new Date().getFullYear();\n\n /**\n * HTML Table DOM element\n * @type {DOMElement}\n */\n this.tbl = null;\n\n /**\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n */\n this.refRow = null;\n\n /**\n * Index of the headers row\n * @type {Number}\n * @private\n */\n this.headersRow = null;\n\n /**\n * Configuration object\n * @type {Object}\n * @private\n */\n this.cfg = {};\n\n /**\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n */\n this.nbFilterableRows = 0;\n\n /**\n * Number of cells in the reference row\n * @type {Number}\n * @private\n */\n this.nbCells = null;\n\n let startRow;\n\n // TODO: use for-of\n args.forEach((arg) => {\n if (typeof arg === 'object' && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (isString(arg)) {\n this.id = arg;\n this.tbl = elm(arg);\n } else if (isNumber(arg)) {\n startRow = arg;\n } else if (isObj(arg)) {\n this.cfg = arg;\n }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE' ||\n this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\n }\n\n // configuration object\n let f = this.cfg;\n\n /**\n * Event emitter instance\n * @type {Emitter}\n */\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = isUndef(startRow) ? 2 : (startRow + 1);\n this.nbCells = this.getCellsNb(this.refRow);\n\n /**\n * Base path for static assets\n * @type {String}\n */\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n\n /**\n * Enable/disable filters\n * @type {Boolean}\n */\n this.fltGrid = f.grid === false ? false : true;\n\n /**\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n */\n this.gridLayout = Boolean(f.grid_layout);\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n\n /**\n * Headers row index\n * @type {Number}\n */\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n /**\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n */\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n /**\n * List of filters IDs\n * @type {Array}\n * @private\n */\n this.fltIds = [];\n\n /**\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n */\n this.validRowsIndex = [];\n\n /**\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n */\n this.infDiv = null;\n\n /**\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.lDiv = null;\n\n /**\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.rDiv = null;\n\n /**\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.mDiv = null;\n\n /**\n * Css class for toolbar's container DOM element\n * @type {String}\n */\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n\n /**\n * Css class for left-side inner container DOM element\n * @type {String}\n */\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n\n /**\n * Css class for right-side inner container DOM element\n * @type {String}\n */\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n\n /**\n * Css class for middle inner container DOM element\n * @type {String}\n */\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n\n /*** filters' grid appearance ***/\n /**\n * Path for stylesheets\n * @type {String}\n */\n this.stylePath = f.style_path || this.basePath + 'style/';\n\n /**\n * Main stylesheet path\n * @type {String}\n */\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n\n /**\n * Main stylesheet ID\n * @type {String}\n * @private\n */\n this.stylesheetId = this.id + '_style';\n\n /**\n * Css class for the filters row\n * @type {String}\n */\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n\n /**\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n */\n this.enableIcons = f.enable_icons === false ? false : true;\n\n /**\n * Enable/disable alternating rows\n * @type {Boolean}\n */\n this.alternateRows = Boolean(f.alternate_rows);\n\n /**\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n */\n this.hasColWidths = isArray(f.col_widths);\n\n /**\n * Columns widths array\n * @type {Array}\n */\n this.colWidths = this.hasColWidths ? f.col_widths : [];\n\n /**\n * Css class for a filter element\n * @type {String}\n */\n this.fltCssClass = f.flt_css_class || 'flt';\n\n /**\n * Css class for multiple select filters\n * @type {String}\n */\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n\n /**\n * Css class for small filter (when submit button is active)\n * @type {String}\n */\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n\n /**\n * Css class for single filter type\n * @type {String}\n */\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n\n /**\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n */\n this.enterKey = f.enter_key === false ? false : true;\n\n /**\n * Callback fired before filtering process starts\n * @type {Function}\n */\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : EMPTY_FN;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ?\n f.on_after_filter : EMPTY_FN;\n\n /**\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n */\n this.caseSensitive = Boolean(f.case_sensitive);\n\n /**\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n */\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n\n /**\n * Exact match filtering per column array\n * @type {Array}\n */\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n\n /**\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n */\n this.exactMatch = Boolean(f.exact_match);\n\n /**\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n */\n this.ignoreDiacritics = f.ignore_diacritics;\n\n /**\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n */\n this.linkedFilters = Boolean(f.linked_filters);\n\n /**\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n */\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n\n /**\n * Active filter ID\n * @type {String}\n * @private\n */\n this.activeFilterId = null;\n\n /**\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n */\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n\n /**\n * List of row indexes to be excluded from filtering\n * @type {Array}\n */\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n\n /**\n * Enable/disable external filters generation\n * @type {Boolean}\n */\n this.isExternalFlt = Boolean(f.external_flt_grid);\n\n /**\n * List of containers IDs where external filters will be generated\n * @type {Array}\n */\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n\n /**\n * Callback fired after filters are generated\n * @type {Function}\n */\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : EMPTY_FN;\n\n /**\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n */\n this.singleSearchFlt = Boolean(f.single_filter);\n\n /**\n * Callback fired after a row is validated during filtering\n * @type {Function}\n */\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : EMPTY_FN;\n\n /**\n * List of columns implementing custom filtering\n * @type {Array}\n */\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n\n /**\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n */\n this.customCellData = isFn(f.custom_cell_data) ?\n f.custom_cell_data : EMPTY_FN;\n\n /**\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n */\n this.watermark = f.watermark || '';\n\n /**\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n */\n this.isWatermarkArray = isArray(this.watermark);\n\n /**\n * Toolbar's custom container ID\n * @type {String}\n */\n this.toolBarTgtId = f.toolbar_target_id || null;\n\n /**\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n */\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n\n /**\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n */\n this.popupFilters = Boolean(f.popup_filters);\n\n /**\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n */\n this.markActiveColumns = Boolean(f.mark_active_columns);\n\n /**\n * Css class for filtered (active) columns\n * @type {String}\n */\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n\n /**\n * Callback fired before a column is marked as filtered\n * @type {Function}\n */\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.on_before_active_column : EMPTY_FN;\n\n /**\n * Callback fired after a column is marked as filtered\n * @type {Function}\n */\n this.onAfterActiveColumn = isFn(f.on_after_active_column) ?\n f.on_after_active_column : EMPTY_FN;\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n */\n this.clearFilterText = f.clear_filter_text || 'Clear';\n\n /**\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n */\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n\n /**\n * Text for empty option in drop-down filter types\n * @type {String}\n */\n this.emptyText = f.empty_text || '(Empty)';\n\n /**\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n */\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n\n /**\n * Text for non-empty option in drop-down filter types\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n */\n this.onSlcChange = f.on_change === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n */\n this.sortSlc = f.sort_select === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n\n /**\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n */\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n\n /**\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n */\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n\n /**\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n */\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n\n /**\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n */\n this.hasCustomOptions = isObj(f.custom_options);\n\n /**\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n */\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n /**\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n */\n this.rgxOperator = f.regexp_operator || 'rgx:';\n\n /**\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n */\n this.emOperator = f.empty_operator || '[empty]';\n\n /**\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n */\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n\n /**\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n */\n this.orOperator = f.or_operator || '||';\n\n /**\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n */\n this.anOperator = f.and_operator || '&&';\n\n /**\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n */\n this.grOperator = f.greater_operator || '>';\n\n /**\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n */\n this.lwOperator = f.lower_operator || '<';\n\n /**\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n */\n this.leOperator = f.lower_equal_operator || '<=';\n\n /**\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n */\n this.geOperator = f.greater_equal_operator || '>=';\n\n /**\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.dfOperator = f.different_operator || '!';\n\n /**\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.lkOperator = f.like_operator || '*';\n\n /**\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n */\n this.eqOperator = f.equal_operator || '=';\n\n /**\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.stOperator = f.start_with_operator || '{';\n\n /**\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.enOperator = f.end_with_operator || '}';\n\n // this.curExp = f.cur_exp || '^[¥£€$]';\n\n /**\n * Stored values separator\n * @type {String}\n */\n this.separator = f.separator || ',';\n\n /**\n * Enable rows counter UI component\n * @type {Boolean}\n */\n this.rowsCounter = Boolean(f.rows_counter);\n\n /**\n * Enable status bar UI component\n * @type {Boolean}\n */\n this.statusBar = Boolean(f.status_bar);\n\n /**\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n */\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n /**\n * Enable filters submission button\n * @type {Boolean}\n */\n this.displayBtn = Boolean(f.btn);\n\n /**\n * Define filters submission button text\n * @type {String}\n */\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n\n /**\n * Css class for filters submission button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n\n /**\n * Enable clear button\n * @type {Boolean}\n */\n this.btnReset = Boolean(f.btn_reset);\n\n /**\n * Callback fired before filters are cleared\n * @type {Function}\n */\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : EMPTY_FN;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ?\n f.on_after_reset : EMPTY_FN;\n\n /**\n * Enable paging component\n * @type {Boolean}\n */\n this.paging = Boolean(f.paging);\n\n /**\n * Number of hidden rows\n * @type {Number}\n * @private\n */\n this.nbHiddenRows = 0;\n\n /**\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n */\n this.autoFilter = Boolean(f.auto_filter);\n\n /**\n * Auto-filter delay in msecs\n * @type {Number}\n */\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n\n /**\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n */\n this.isUserTyping = null;\n\n /**\n * Auto-filter interval ID\n * @type {String}\n * @private\n */\n this.autoFilterTimer = null;\n\n /**\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n */\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /**\n * Enable no results message UI component\n * @type {Boolean}\n */\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /**\n * Enable state persistence\n * @type {Boolean}\n */\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n\n /**\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n */\n this.locale = f.locale || 'en';\n\n /**\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n */\n this.thousandsSeparator = f.thousands_separator || ',';\n\n /**\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n */\n this.decimalSeparator = f.decimal_separator || '.';\n\n /**\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n */\n this.hasColTypes = isArray(f.col_types);\n\n /**\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n */\n this.colTypes = this.hasColTypes ? f.col_types : [];\n\n /*** ids prefixes ***/\n /**\n * Main prefix\n * @private\n */\n this.prfxTf = 'TF';\n\n /**\n * Filter's ID prefix (inputs - selects)\n * @private\n */\n this.prfxFlt = 'flt';\n\n /**\n * Button's ID prefix\n * @private\n */\n this.prfxValButton = 'btn';\n\n /**\n * Toolbar container ID prefix\n * @private\n */\n this.prfxInfDiv = 'inf_';\n\n /**\n * Toolbar left element ID prefix\n * @private\n */\n this.prfxLDiv = 'ldiv_';\n\n /**\n * Toolbar right element ID prefix\n * @private\n */\n this.prfxRDiv = 'rdiv_';\n\n /**\n * Toolbar middle element ID prefix\n * @private\n */\n this.prfxMDiv = 'mdiv_';\n\n /**\n * Responsive Css class\n * @private\n */\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n /**\n * List of loaded extensions\n * @type {Array}\n * @private\n */\n this.extensions = f.extensions;\n\n /**\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n */\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n /**\n * Enable default theme\n * @type {Boolean}\n */\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n\n /**\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n */\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n\n /**\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themes = f.themes || [];\n\n /**\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n /**\n * Enable responsive layout\n * @type {Boolean}\n */\n this.responsive = Boolean(f.responsive);\n\n /**\n * Features registry\n * @private\n */\n this.Mod = {};\n\n /**\n * Extensions registry\n * @private\n */\n this.ExtRegistry = {};\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if (this.hasThemes) {\n this.loadThemes();\n }\n\n // Instanciate sugar date wrapper\n Mod.dateType = Mod.dateType || new DateType(this);\n Mod.dateType.init();\n\n // Instantiate help feature and initialise only if set true\n Mod.help = Mod.help || new Help(this);\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n Mod.state = Mod.state || new State(this);\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n Mod.gridLayout = Mod.gridLayout || new GridLayout(this);\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n Mod.loader = Mod.loader || new Loader(this);\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n Mod.popupFilter = Mod.popupFilter || new PopupFilter(this);\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = createElm(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i === n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i === n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n Mod.noResults = Mod.noResults || new NoResults(this);\n Mod.noResults.init();\n }\n\n //TF css class is added to table\n if (!this.gridLayout) {\n addClass(this.tbl, this.prfxTf);\n if (this.responsive) {\n addClass(this.tbl, this.prfxResponsive);\n }\n }\n\n /* Loads extensions */\n if (this.hasExtensions) {\n this.initExtensions();\n }\n\n // Subscribe to events\n if (this.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n /** @inherited */\n this.initialized = true;\n\n this.onFiltersLoaded(this);\n\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect
key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n cancelEvt(evt);\n stopEvt(evt);\n } else {\n this.isUserTyping = true;\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = root.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = targetEvt(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n root.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n // TODO: prevent filters row generation for popup filters too,\n // to reduce and simplify headers row index adjusting across lib modules\n // (GridLayout, PopupFilter etc)\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = tag(this.tbl, 'thead');\n if (thead.length > 0) {\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.tbl.insertRow(this.filtersRowIndex);\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inpType = col === INPUT ? 'text' : 'hidden';\n let inp = createElm(INPUT,\n ['id', this.buildFilterId(colIndex)],\n ['type', inpType], ['ct', colIndex]);\n\n if (inpType !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n addEvt(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n addEvt(inp, 'keypress', (evt) => this.detectKey(evt));\n addEvt(inp, 'keydown', () => this.onKeyDown());\n addEvt(inp, 'keyup', (evt) => this.onKeyUp(evt));\n addEvt(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnText]\n );\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n addEvt(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions() {\n let exts = this.extensions;\n\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n let extInstance = this.ExtRegistry[ext.name];\n if (extInstance) {\n extInstance.destroy();\n this.ExtRegistry[ext.name] = undefined;\n }\n }\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n // Enable loader indicator\n this.loader = true;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return elm(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.tbl.deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event\n emitter.emit('destroy', this);\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.tbl, this.prfxTf);\n removeClass(this.tbl, this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infDiv = createElm('div');\n infDiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n elm(this.toolBarTgtId).appendChild(infDiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infDiv);\n infDiv.className = gridLayout.infDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = createElm('caption');\n cont.appendChild(infDiv);\n this.tbl.insertBefore(cont, this.tbl.firstChild);\n }\n this.infDiv = infDiv;\n\n /*** left div containing rows # displayer ***/\n let lDiv = createElm('div');\n lDiv.className = this.lDivCssClass;\n infDiv.appendChild(lDiv);\n this.lDiv = lDiv;\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rDiv = createElm('div');\n rDiv.className = this.rDivCssClass;\n infDiv.appendChild(rDiv);\n this.rDiv = rDiv;\n\n /*** mid div containing paging elements ***/\n let mDiv = createElm('div');\n mDiv.className = this.mDivCssClass;\n infDiv.appendChild(mDiv);\n this.mDiv = mDiv;\n\n // emit help initialisation only if undefined\n if (isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n removeElm(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.tbl;\n let captions = tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = elm(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) !== -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this.initialized) {\n return;\n }\n //fire onbefore callback\n this.onBeforeFilter(this);\n this.emitter.emit('before-filtering', this);\n\n let row = this.tbl.rows,\n nbRows = this.getRowsNb(true),\n hiddenRows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n for (let k = this.refRow; k < nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells;\n let nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellData = matchCase(this.getCellData(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // isolate search term and check occurence in cell data\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = this._testTerm(cS, cellData, j);\n\n if (occur) {\n this.emitter.emit('highlight-keyword', this,\n cells[j], cS);\n }\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = this._testTerm(trim(sA), cellData, j);\n if (occurence[j]) {\n this.emitter.emit('highlight-keyword', this, cells[j],\n sA);\n }\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n this.validateRow(k, isRowValid);\n if (!isRowValid) {\n hiddenRows++;\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbHiddenRows = hiddenRows;\n\n //fire onafterfilter callback\n this.onAfterFilter(this);\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellData Cell data\n * @param {Number} colIdx Column index\n * @returns {Boolean}\n */\n _testTerm(term, cellData, colIdx) {\n let numData;\n let decimal = this.decimalSeparator;\n let reLe = new RegExp(this.leOperator),\n reGe = new RegExp(this.geOperator),\n reL = new RegExp(this.lwOperator),\n reG = new RegExp(this.grOperator),\n reD = new RegExp(this.dfOperator),\n reLk = new RegExp(rgxEsc(this.lkOperator)),\n reEq = new RegExp(this.eqOperator),\n reSt = new RegExp(this.stOperator),\n reEn = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n reEm = this.emOperator,\n reNm = this.nmOperator,\n reRe = new RegExp(rgxEsc(this.rgxOperator));\n\n term = matchCase(term, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = reL.test(term),\n hasLE = reLe.test(term),\n hasGR = reG.test(term),\n hasGE = reGe.test(term),\n hasDF = reD.test(term),\n hasEQ = reEq.test(term),\n hasLK = reLk.test(term),\n // hatermN = re_an.test(term),\n hasST = reSt.test(term),\n hasEN = reEn.test(term),\n hasEM = (reEm === term),\n hasNM = (reNm === term),\n hasRE = reRe.test(term);\n\n // Check for dates or resolve date type\n if (this.hasType(colIdx, [DATE])) {\n let dte1, dte2;\n\n let dateType = this.Mod.dateType;\n let isValidDate = dateType.isValid.bind(dateType);\n let parseDate = dateType.parse.bind(dateType);\n let locale = dateType.getOptions(colIdx).locale || this.locale;\n\n // Search arg dates tests\n let isLDate = hasLO &&\n isValidDate(term.replace(reL, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(term.replace(reLe, ''), locale);\n let isGDate = hasGR &&\n isValidDate(term.replace(reG, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(term.replace(reGe, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(term.replace(reD, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(term.replace(reEq, ''), locale);\n\n dte1 = parseDate(cellData, locale);\n\n // lower date\n if (isLDate) {\n dte2 = parseDate(term.replace(reL, ''), locale);\n occurence = dte1 < dte2;\n }\n // lower equal date\n else if (isLEDate) {\n dte2 = parseDate(term.replace(reLe, ''), locale);\n occurence = dte1 <= dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(term.replace(reGe, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(term.replace(reG, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(term.replace(reD, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(term.replace(reEq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (reLk.test(term)) {// like date\n occurence = contains(term.replace(reLk, ''), cellData,\n false, this.caseSensitive);\n }\n else if (isValidDate(term)) {\n dte2 = parseDate(term, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n } else {\n occurence = contains(term, cellData,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n else {\n if (this.hasType(colIdx, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIdx];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n // Convert to number anyways to auto-resolve type in case not\n // defined by configuration\n numData = Number(cellData) || parseNb(cellData, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n term.replace(reLe, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n term.replace(reGe, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n term.replace(reL, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n term.replace(reG, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(term.replace(reD, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(term.replace(reLk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(term.replace(reEq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellData.indexOf(term.replace(reSt, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = term.replace(reEn, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length - 1) ===\n (cellData.length - 1) - (searchArg.length - 1) &&\n cellData.lastIndexOf(searchArg, cellData.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n }\n //regexp\n else if (hasRE) {\n //in case regexp throws\n try {\n //operator is removed\n let srchArg = term.replace(reRe, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numData &&\n this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) &&\n !this.singleSearchFlt) {\n // parseNb can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in parseNb\n term = parseNb(term, decimal) || term;\n occurence = numData === term ||\n contains(term.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(\n term,\n cellData,\n this.isExactMatch(colIdx),\n this.caseSensitive,\n this.ignoresDiacritics(colIdx)\n );\n }\n }\n\n }//else\n\n return occurence;\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders = false, num = false, exclude = []) {\n if (!this.fltGrid) {\n return;\n }\n let row = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) !== -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j !== colIndex || row[i].style.display !== '') {\n continue;\n }\n let cellData = this.getCellData(cell[j]);\n let decimal = this.decimalSeparator;\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n let data = num ?\n Number(cellData) || parseNb(cellData, decimal) :\n cellData;\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === type.toLowerCase()) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return elm(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.tbl.rows[rowIndex >= 0 ? rowIndex : 0];\n return tr.cells.length;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = isUndef(this.refRow) ? 0 : this.refRow;\n let ntrs = this.tbl.rows.length;\n if (includeHeaders) {\n s = 0;\n }\n return parseInt(ntrs - s, 10);\n }\n\n /**\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n */\n getCellData(cell) {\n let idx = cell.cellIndex;\n //Fire customCellData callback\n if (this.customCellDataCols.indexOf(idx) !== -1) {\n return this.customCellData(this, cell, idx);\n } else {\n return getText(cell);\n }\n }\n\n /**\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(includeHeaders = false, excludeHiddenCols = false) {\n let rows = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[j]);\n rowData[1].push(cellData);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[k]);\n rData[1].push(cellData);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(colIndex, includeHeaders = false) {\n if (isUndef(colIndex)) {\n return [];\n }\n let data = this.getFilteredData(),\n colData = [];\n if (includeHeaders) {\n colData.push(this.getHeadersText()[colIndex]);\n }\n for (let i = 0, len = data.length; i < len; i++) {\n let r = data[i],\n //cols values of current row\n d = r[1],\n //data of searched column\n c = d[colIndex];\n colData.push(c);\n }\n return colData;\n }\n\n /**\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.tbl.rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n this.onRowValidated(this, rowIndex);\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this.initialized) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.linkedFilters);\n }\n if (isArray(query)) {\n values = query;\n } else {\n query = matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.tbl;\n\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = createElm('col');\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n\n /**\n * Makes defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n let nbRows = this.getRowsNb(true);\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n this.onBeforeReset(this, this.getFiltersValue());\n\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n this.onAfterReset(this);\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Clears filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n removeClass(this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n this.onBeforeActiveColumn(this, colIndex);\n\n addClass(header, this.activeColumnsCssClass);\n\n this.onAfterActiveColumn(this, colIndex);\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Builds filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n */\n buildFilterId(colIndex) {\n return `${this.prfxFlt}${colIndex}_${this.id}`;\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let colIdx = slcIndex[i];\n let curSlc = elm(this.fltIds[colIdx]);\n let slcSelectedValue = this.getFilterValue(colIdx);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== colIdx ||\n (this.paging && slcA1.indexOf(colIdx) !== -1 &&\n activeIdx === colIdx) ||\n (!this.paging && (slcA3.indexOf(colIdx) !== -1 ||\n slcA2.indexOf(colIdx) !== -1)) ||\n slcSelectedValue === this.getClearFilterText(colIdx)) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.getClearFilterText(colIdx), '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(colIdx) !== -1) {\n this.emitter.emit('build-checklist-filter', this, colIdx,\n true);\n } else {\n this.emitter.emit('build-select-filter', this, colIdx,\n true);\n }\n\n this.setFilterValue(colIdx, slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Checks if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n */\n isRowValid(rowIndex) {\n return this.getValidRows().indexOf(rowIndex) !== -1;\n }\n\n /**\n * Checks if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n */\n isRowDisplayed(rowIndex) {\n let row = this.tbl.rows[rowIndex];\n return this.getRowDisplay(row) === '';\n }\n\n /**\n * Checks if specified column filter ignores diacritics.\n * Note this is only valid for input filter types.\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n */\n ignoresDiacritics(colIndex) {\n let ignoreDiac = this.ignoreDiacritics;\n if (isArray(ignoreDiac)) {\n return ignoreDiac[colIndex];\n }\n return Boolean(ignoreDiac);\n }\n\n /**\n * Returns clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n */\n getClearFilterText(colIndex) {\n let clearText = this.clearFilterText;\n if (isArray(clearText)) {\n return clearText[colIndex];\n }\n return clearText;\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type = 'script') {\n let imported = false,\n attr = type === 'script' ? 'src' : 'href',\n files = tag(doc, type);\n for (let i = 0, len = files.length; i < len; i++) {\n if (isUndef(files[i][attr])) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type = 'script') {\n if (this.isImported(filePath, type)) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (type.toLowerCase() === 'link') {\n file = createElm('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = createElm('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = () => {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error(`TableFilter could not load: ${filePath}`);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n isInitialized() {\n return this.initialized;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n let nbRows = this.getRowsNb(true);\n this.validRowsIndex = [];\n for (let k = this.refRow; k < nbRows; k++) {\n let r = this.tbl.rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n let nbRows = this.getRowsNb(true);\n return (nbRows - 1);\n }\n\n /**\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n */\n hasType(colIndex, types = []) {\n if (!this.hasColTypes) {\n return false;\n }\n let colType = this.colTypes[colIndex];\n if (isObj(colType)) {\n colType = colType.type;\n }\n return types.indexOf(colType) !== -1;\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.tbl;\n let tHead = tag(table, 'thead');\n let headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : colType.toLowerCase();\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n */\n getValidRowsNb(reCalc = false) {\n return this.getValidRows(reCalc).length;\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n"
},
{
- "__docId__": 779,
+ "__docId__": 783,
"kind": "variable",
"static": true,
"variation": null,
@@ -16533,7 +16607,7 @@
}
},
{
- "__docId__": 780,
+ "__docId__": 784,
"kind": "class",
"static": true,
"variation": null,
@@ -16559,7 +16633,7 @@
"interface": false
},
{
- "__docId__": 781,
+ "__docId__": 785,
"kind": "constructor",
"static": false,
"variation": null,
@@ -16614,7 +16688,7 @@
"generator": false
},
{
- "__docId__": 782,
+ "__docId__": 786,
"kind": "member",
"static": false,
"variation": null,
@@ -16634,7 +16708,7 @@
}
},
{
- "__docId__": 783,
+ "__docId__": 787,
"kind": "member",
"static": false,
"variation": null,
@@ -16654,7 +16728,7 @@
}
},
{
- "__docId__": 784,
+ "__docId__": 788,
"kind": "member",
"static": false,
"variation": null,
@@ -16674,7 +16748,7 @@
}
},
{
- "__docId__": 785,
+ "__docId__": 789,
"kind": "member",
"static": false,
"variation": null,
@@ -16694,7 +16768,7 @@
}
},
{
- "__docId__": 786,
+ "__docId__": 790,
"kind": "member",
"static": false,
"variation": null,
@@ -16714,7 +16788,7 @@
}
},
{
- "__docId__": 787,
+ "__docId__": 791,
"kind": "member",
"static": false,
"variation": null,
@@ -16734,7 +16808,7 @@
}
},
{
- "__docId__": 788,
+ "__docId__": 792,
"kind": "member",
"static": false,
"variation": null,
@@ -16754,7 +16828,7 @@
}
},
{
- "__docId__": 789,
+ "__docId__": 793,
"kind": "member",
"static": false,
"variation": null,
@@ -16774,7 +16848,7 @@
}
},
{
- "__docId__": 790,
+ "__docId__": 794,
"kind": "member",
"static": false,
"variation": null,
@@ -16794,7 +16868,7 @@
}
},
{
- "__docId__": 791,
+ "__docId__": 795,
"kind": "member",
"static": false,
"variation": null,
@@ -16812,7 +16886,7 @@
}
},
{
- "__docId__": 792,
+ "__docId__": 796,
"kind": "member",
"static": false,
"variation": null,
@@ -16830,7 +16904,7 @@
}
},
{
- "__docId__": 793,
+ "__docId__": 797,
"kind": "member",
"static": false,
"variation": null,
@@ -16848,7 +16922,7 @@
}
},
{
- "__docId__": 794,
+ "__docId__": 798,
"kind": "member",
"static": false,
"variation": null,
@@ -16866,7 +16940,7 @@
}
},
{
- "__docId__": 795,
+ "__docId__": 799,
"kind": "member",
"static": false,
"variation": null,
@@ -16884,7 +16958,7 @@
}
},
{
- "__docId__": 796,
+ "__docId__": 800,
"kind": "member",
"static": false,
"variation": null,
@@ -16904,7 +16978,7 @@
}
},
{
- "__docId__": 797,
+ "__docId__": 801,
"kind": "member",
"static": false,
"variation": null,
@@ -16922,7 +16996,7 @@
}
},
{
- "__docId__": 798,
+ "__docId__": 802,
"kind": "member",
"static": false,
"variation": null,
@@ -16940,7 +17014,7 @@
}
},
{
- "__docId__": 799,
+ "__docId__": 803,
"kind": "member",
"static": false,
"variation": null,
@@ -16960,7 +17034,7 @@
}
},
{
- "__docId__": 800,
+ "__docId__": 804,
"kind": "member",
"static": false,
"variation": null,
@@ -16980,7 +17054,7 @@
}
},
{
- "__docId__": 801,
+ "__docId__": 805,
"kind": "member",
"static": false,
"variation": null,
@@ -17000,7 +17074,7 @@
}
},
{
- "__docId__": 802,
+ "__docId__": 806,
"kind": "member",
"static": false,
"variation": null,
@@ -17020,7 +17094,7 @@
}
},
{
- "__docId__": 803,
+ "__docId__": 807,
"kind": "member",
"static": false,
"variation": null,
@@ -17040,7 +17114,7 @@
}
},
{
- "__docId__": 804,
+ "__docId__": 808,
"kind": "member",
"static": false,
"variation": null,
@@ -17060,7 +17134,7 @@
}
},
{
- "__docId__": 805,
+ "__docId__": 809,
"kind": "member",
"static": false,
"variation": null,
@@ -17080,7 +17154,7 @@
}
},
{
- "__docId__": 806,
+ "__docId__": 810,
"kind": "member",
"static": false,
"variation": null,
@@ -17100,7 +17174,7 @@
}
},
{
- "__docId__": 807,
+ "__docId__": 811,
"kind": "member",
"static": false,
"variation": null,
@@ -17120,7 +17194,7 @@
}
},
{
- "__docId__": 808,
+ "__docId__": 812,
"kind": "member",
"static": false,
"variation": null,
@@ -17140,7 +17214,7 @@
}
},
{
- "__docId__": 809,
+ "__docId__": 813,
"kind": "member",
"static": false,
"variation": null,
@@ -17160,7 +17234,7 @@
}
},
{
- "__docId__": 810,
+ "__docId__": 814,
"kind": "member",
"static": false,
"variation": null,
@@ -17180,7 +17254,7 @@
}
},
{
- "__docId__": 811,
+ "__docId__": 815,
"kind": "member",
"static": false,
"variation": null,
@@ -17200,7 +17274,7 @@
}
},
{
- "__docId__": 812,
+ "__docId__": 816,
"kind": "member",
"static": false,
"variation": null,
@@ -17220,7 +17294,7 @@
}
},
{
- "__docId__": 813,
+ "__docId__": 817,
"kind": "member",
"static": false,
"variation": null,
@@ -17240,7 +17314,7 @@
}
},
{
- "__docId__": 814,
+ "__docId__": 818,
"kind": "member",
"static": false,
"variation": null,
@@ -17260,7 +17334,7 @@
}
},
{
- "__docId__": 815,
+ "__docId__": 819,
"kind": "member",
"static": false,
"variation": null,
@@ -17280,7 +17354,7 @@
}
},
{
- "__docId__": 816,
+ "__docId__": 820,
"kind": "member",
"static": false,
"variation": null,
@@ -17300,7 +17374,7 @@
}
},
{
- "__docId__": 817,
+ "__docId__": 821,
"kind": "member",
"static": false,
"variation": null,
@@ -17320,7 +17394,7 @@
}
},
{
- "__docId__": 818,
+ "__docId__": 822,
"kind": "member",
"static": false,
"variation": null,
@@ -17340,7 +17414,7 @@
}
},
{
- "__docId__": 819,
+ "__docId__": 823,
"kind": "member",
"static": false,
"variation": null,
@@ -17360,7 +17434,7 @@
}
},
{
- "__docId__": 820,
+ "__docId__": 824,
"kind": "member",
"static": false,
"variation": null,
@@ -17380,7 +17454,7 @@
}
},
{
- "__docId__": 821,
+ "__docId__": 825,
"kind": "member",
"static": false,
"variation": null,
@@ -17400,7 +17474,7 @@
}
},
{
- "__docId__": 822,
+ "__docId__": 826,
"kind": "member",
"static": false,
"variation": null,
@@ -17420,7 +17494,7 @@
}
},
{
- "__docId__": 823,
+ "__docId__": 827,
"kind": "member",
"static": false,
"variation": null,
@@ -17440,7 +17514,7 @@
}
},
{
- "__docId__": 824,
+ "__docId__": 828,
"kind": "member",
"static": false,
"variation": null,
@@ -17460,7 +17534,7 @@
}
},
{
- "__docId__": 825,
+ "__docId__": 829,
"kind": "member",
"static": false,
"variation": null,
@@ -17480,7 +17554,7 @@
}
},
{
- "__docId__": 826,
+ "__docId__": 830,
"kind": "member",
"static": false,
"variation": null,
@@ -17500,7 +17574,7 @@
}
},
{
- "__docId__": 827,
+ "__docId__": 831,
"kind": "member",
"static": false,
"variation": null,
@@ -17520,7 +17594,7 @@
}
},
{
- "__docId__": 828,
+ "__docId__": 832,
"kind": "member",
"static": false,
"variation": null,
@@ -17540,7 +17614,7 @@
}
},
{
- "__docId__": 829,
+ "__docId__": 833,
"kind": "member",
"static": false,
"variation": null,
@@ -17560,7 +17634,7 @@
}
},
{
- "__docId__": 830,
+ "__docId__": 834,
"kind": "member",
"static": false,
"variation": null,
@@ -17580,7 +17654,7 @@
}
},
{
- "__docId__": 831,
+ "__docId__": 835,
"kind": "member",
"static": false,
"variation": null,
@@ -17600,7 +17674,7 @@
}
},
{
- "__docId__": 832,
+ "__docId__": 836,
"kind": "member",
"static": false,
"variation": null,
@@ -17620,7 +17694,7 @@
}
},
{
- "__docId__": 833,
+ "__docId__": 837,
"kind": "member",
"static": false,
"variation": null,
@@ -17640,7 +17714,7 @@
}
},
{
- "__docId__": 834,
+ "__docId__": 838,
"kind": "member",
"static": false,
"variation": null,
@@ -17661,7 +17735,7 @@
}
},
{
- "__docId__": 835,
+ "__docId__": 839,
"kind": "member",
"static": false,
"variation": null,
@@ -17681,7 +17755,7 @@
}
},
{
- "__docId__": 836,
+ "__docId__": 840,
"kind": "member",
"static": false,
"variation": null,
@@ -17701,7 +17775,7 @@
}
},
{
- "__docId__": 837,
+ "__docId__": 841,
"kind": "member",
"static": false,
"variation": null,
@@ -17721,7 +17795,7 @@
}
},
{
- "__docId__": 838,
+ "__docId__": 842,
"kind": "member",
"static": false,
"variation": null,
@@ -17741,7 +17815,7 @@
}
},
{
- "__docId__": 839,
+ "__docId__": 843,
"kind": "member",
"static": false,
"variation": null,
@@ -17761,7 +17835,7 @@
}
},
{
- "__docId__": 840,
+ "__docId__": 844,
"kind": "member",
"static": false,
"variation": null,
@@ -17781,7 +17855,7 @@
}
},
{
- "__docId__": 841,
+ "__docId__": 845,
"kind": "member",
"static": false,
"variation": null,
@@ -17801,7 +17875,7 @@
}
},
{
- "__docId__": 842,
+ "__docId__": 846,
"kind": "member",
"static": false,
"variation": null,
@@ -17821,7 +17895,7 @@
}
},
{
- "__docId__": 843,
+ "__docId__": 847,
"kind": "member",
"static": false,
"variation": null,
@@ -17841,7 +17915,7 @@
}
},
{
- "__docId__": 844,
+ "__docId__": 848,
"kind": "member",
"static": false,
"variation": null,
@@ -17861,7 +17935,7 @@
}
},
{
- "__docId__": 845,
+ "__docId__": 849,
"kind": "member",
"static": false,
"variation": null,
@@ -17881,7 +17955,7 @@
}
},
{
- "__docId__": 846,
+ "__docId__": 850,
"kind": "member",
"static": false,
"variation": null,
@@ -17901,7 +17975,7 @@
}
},
{
- "__docId__": 847,
+ "__docId__": 851,
"kind": "member",
"static": false,
"variation": null,
@@ -17922,7 +17996,7 @@
}
},
{
- "__docId__": 848,
+ "__docId__": 852,
"kind": "member",
"static": false,
"variation": null,
@@ -17942,7 +18016,7 @@
}
},
{
- "__docId__": 849,
+ "__docId__": 853,
"kind": "member",
"static": false,
"variation": null,
@@ -17962,7 +18036,7 @@
}
},
{
- "__docId__": 850,
+ "__docId__": 854,
"kind": "member",
"static": false,
"variation": null,
@@ -17982,7 +18056,7 @@
}
},
{
- "__docId__": 851,
+ "__docId__": 855,
"kind": "member",
"static": false,
"variation": null,
@@ -18002,7 +18076,7 @@
}
},
{
- "__docId__": 852,
+ "__docId__": 856,
"kind": "member",
"static": false,
"variation": null,
@@ -18022,7 +18096,7 @@
}
},
{
- "__docId__": 853,
+ "__docId__": 857,
"kind": "member",
"static": false,
"variation": null,
@@ -18042,7 +18116,7 @@
}
},
{
- "__docId__": 854,
+ "__docId__": 858,
"kind": "member",
"static": false,
"variation": null,
@@ -18062,7 +18136,7 @@
}
},
{
- "__docId__": 855,
+ "__docId__": 859,
"kind": "member",
"static": false,
"variation": null,
@@ -18082,7 +18156,7 @@
}
},
{
- "__docId__": 856,
+ "__docId__": 860,
"kind": "member",
"static": false,
"variation": null,
@@ -18103,7 +18177,7 @@
}
},
{
- "__docId__": 857,
+ "__docId__": 861,
"kind": "member",
"static": false,
"variation": null,
@@ -18123,7 +18197,7 @@
}
},
{
- "__docId__": 858,
+ "__docId__": 862,
"kind": "member",
"static": false,
"variation": null,
@@ -18143,7 +18217,7 @@
}
},
{
- "__docId__": 859,
+ "__docId__": 863,
"kind": "member",
"static": false,
"variation": null,
@@ -18163,7 +18237,7 @@
}
},
{
- "__docId__": 860,
+ "__docId__": 864,
"kind": "member",
"static": false,
"variation": null,
@@ -18183,7 +18257,7 @@
}
},
{
- "__docId__": 861,
+ "__docId__": 865,
"kind": "member",
"static": false,
"variation": null,
@@ -18203,7 +18277,7 @@
}
},
{
- "__docId__": 862,
+ "__docId__": 866,
"kind": "member",
"static": false,
"variation": null,
@@ -18223,7 +18297,7 @@
}
},
{
- "__docId__": 863,
+ "__docId__": 867,
"kind": "member",
"static": false,
"variation": null,
@@ -18243,7 +18317,7 @@
}
},
{
- "__docId__": 864,
+ "__docId__": 868,
"kind": "member",
"static": false,
"variation": null,
@@ -18263,7 +18337,7 @@
}
},
{
- "__docId__": 865,
+ "__docId__": 869,
"kind": "member",
"static": false,
"variation": null,
@@ -18283,7 +18357,7 @@
}
},
{
- "__docId__": 866,
+ "__docId__": 870,
"kind": "member",
"static": false,
"variation": null,
@@ -18303,7 +18377,7 @@
}
},
{
- "__docId__": 867,
+ "__docId__": 871,
"kind": "member",
"static": false,
"variation": null,
@@ -18323,7 +18397,7 @@
}
},
{
- "__docId__": 868,
+ "__docId__": 872,
"kind": "member",
"static": false,
"variation": null,
@@ -18343,7 +18417,7 @@
}
},
{
- "__docId__": 869,
+ "__docId__": 873,
"kind": "member",
"static": false,
"variation": null,
@@ -18363,7 +18437,7 @@
}
},
{
- "__docId__": 870,
+ "__docId__": 874,
"kind": "member",
"static": false,
"variation": null,
@@ -18383,7 +18457,7 @@
}
},
{
- "__docId__": 871,
+ "__docId__": 875,
"kind": "member",
"static": false,
"variation": null,
@@ -18403,7 +18477,7 @@
}
},
{
- "__docId__": 872,
+ "__docId__": 876,
"kind": "member",
"static": false,
"variation": null,
@@ -18423,7 +18497,7 @@
}
},
{
- "__docId__": 873,
+ "__docId__": 877,
"kind": "member",
"static": false,
"variation": null,
@@ -18443,7 +18517,7 @@
}
},
{
- "__docId__": 874,
+ "__docId__": 878,
"kind": "member",
"static": false,
"variation": null,
@@ -18463,7 +18537,7 @@
}
},
{
- "__docId__": 875,
+ "__docId__": 879,
"kind": "member",
"static": false,
"variation": null,
@@ -18483,7 +18557,7 @@
}
},
{
- "__docId__": 876,
+ "__docId__": 880,
"kind": "member",
"static": false,
"variation": null,
@@ -18503,7 +18577,7 @@
}
},
{
- "__docId__": 877,
+ "__docId__": 881,
"kind": "member",
"static": false,
"variation": null,
@@ -18523,7 +18597,7 @@
}
},
{
- "__docId__": 878,
+ "__docId__": 882,
"kind": "member",
"static": false,
"variation": null,
@@ -18543,7 +18617,7 @@
}
},
{
- "__docId__": 879,
+ "__docId__": 883,
"kind": "member",
"static": false,
"variation": null,
@@ -18563,7 +18637,7 @@
}
},
{
- "__docId__": 880,
+ "__docId__": 884,
"kind": "member",
"static": false,
"variation": null,
@@ -18583,7 +18657,7 @@
}
},
{
- "__docId__": 881,
+ "__docId__": 885,
"kind": "member",
"static": false,
"variation": null,
@@ -18603,7 +18677,7 @@
}
},
{
- "__docId__": 882,
+ "__docId__": 886,
"kind": "member",
"static": false,
"variation": null,
@@ -18623,7 +18697,7 @@
}
},
{
- "__docId__": 883,
+ "__docId__": 887,
"kind": "member",
"static": false,
"variation": null,
@@ -18643,7 +18717,7 @@
}
},
{
- "__docId__": 884,
+ "__docId__": 888,
"kind": "member",
"static": false,
"variation": null,
@@ -18663,7 +18737,7 @@
}
},
{
- "__docId__": 885,
+ "__docId__": 889,
"kind": "member",
"static": false,
"variation": null,
@@ -18683,7 +18757,7 @@
}
},
{
- "__docId__": 886,
+ "__docId__": 890,
"kind": "member",
"static": false,
"variation": null,
@@ -18703,7 +18777,7 @@
}
},
{
- "__docId__": 887,
+ "__docId__": 891,
"kind": "member",
"static": false,
"variation": null,
@@ -18723,7 +18797,7 @@
}
},
{
- "__docId__": 888,
+ "__docId__": 892,
"kind": "member",
"static": false,
"variation": null,
@@ -18743,7 +18817,7 @@
}
},
{
- "__docId__": 889,
+ "__docId__": 893,
"kind": "member",
"static": false,
"variation": null,
@@ -18763,7 +18837,7 @@
}
},
{
- "__docId__": 890,
+ "__docId__": 894,
"kind": "member",
"static": false,
"variation": null,
@@ -18783,7 +18857,7 @@
}
},
{
- "__docId__": 891,
+ "__docId__": 895,
"kind": "member",
"static": false,
"variation": null,
@@ -18803,7 +18877,7 @@
}
},
{
- "__docId__": 892,
+ "__docId__": 896,
"kind": "member",
"static": false,
"variation": null,
@@ -18823,7 +18897,7 @@
}
},
{
- "__docId__": 893,
+ "__docId__": 897,
"kind": "member",
"static": false,
"variation": null,
@@ -18843,7 +18917,7 @@
}
},
{
- "__docId__": 894,
+ "__docId__": 898,
"kind": "member",
"static": false,
"variation": null,
@@ -18863,7 +18937,7 @@
}
},
{
- "__docId__": 895,
+ "__docId__": 899,
"kind": "member",
"static": false,
"variation": null,
@@ -18883,7 +18957,7 @@
}
},
{
- "__docId__": 896,
+ "__docId__": 900,
"kind": "member",
"static": false,
"variation": null,
@@ -18903,7 +18977,7 @@
}
},
{
- "__docId__": 897,
+ "__docId__": 901,
"kind": "member",
"static": false,
"variation": null,
@@ -18923,7 +18997,7 @@
}
},
{
- "__docId__": 898,
+ "__docId__": 902,
"kind": "member",
"static": false,
"variation": null,
@@ -18943,7 +19017,7 @@
}
},
{
- "__docId__": 899,
+ "__docId__": 903,
"kind": "member",
"static": false,
"variation": null,
@@ -18963,7 +19037,7 @@
}
},
{
- "__docId__": 900,
+ "__docId__": 904,
"kind": "member",
"static": false,
"variation": null,
@@ -18983,7 +19057,7 @@
}
},
{
- "__docId__": 901,
+ "__docId__": 905,
"kind": "member",
"static": false,
"variation": null,
@@ -19003,7 +19077,7 @@
}
},
{
- "__docId__": 902,
+ "__docId__": 906,
"kind": "member",
"static": false,
"variation": null,
@@ -19023,7 +19097,7 @@
}
},
{
- "__docId__": 903,
+ "__docId__": 907,
"kind": "member",
"static": false,
"variation": null,
@@ -19043,7 +19117,7 @@
}
},
{
- "__docId__": 904,
+ "__docId__": 908,
"kind": "member",
"static": false,
"variation": null,
@@ -19063,7 +19137,7 @@
}
},
{
- "__docId__": 905,
+ "__docId__": 909,
"kind": "member",
"static": false,
"variation": null,
@@ -19083,7 +19157,7 @@
}
},
{
- "__docId__": 906,
+ "__docId__": 910,
"kind": "member",
"static": false,
"variation": null,
@@ -19103,7 +19177,7 @@
}
},
{
- "__docId__": 907,
+ "__docId__": 911,
"kind": "member",
"static": false,
"variation": null,
@@ -19123,7 +19197,7 @@
}
},
{
- "__docId__": 908,
+ "__docId__": 912,
"kind": "member",
"static": false,
"variation": null,
@@ -19140,7 +19214,7 @@
}
},
{
- "__docId__": 909,
+ "__docId__": 913,
"kind": "member",
"static": false,
"variation": null,
@@ -19157,7 +19231,7 @@
}
},
{
- "__docId__": 910,
+ "__docId__": 914,
"kind": "member",
"static": false,
"variation": null,
@@ -19174,7 +19248,7 @@
}
},
{
- "__docId__": 911,
+ "__docId__": 915,
"kind": "member",
"static": false,
"variation": null,
@@ -19191,7 +19265,7 @@
}
},
{
- "__docId__": 912,
+ "__docId__": 916,
"kind": "member",
"static": false,
"variation": null,
@@ -19208,7 +19282,7 @@
}
},
{
- "__docId__": 913,
+ "__docId__": 917,
"kind": "member",
"static": false,
"variation": null,
@@ -19225,7 +19299,7 @@
}
},
{
- "__docId__": 914,
+ "__docId__": 918,
"kind": "member",
"static": false,
"variation": null,
@@ -19242,7 +19316,7 @@
}
},
{
- "__docId__": 915,
+ "__docId__": 919,
"kind": "member",
"static": false,
"variation": null,
@@ -19259,7 +19333,7 @@
}
},
{
- "__docId__": 916,
+ "__docId__": 920,
"kind": "member",
"static": false,
"variation": null,
@@ -19279,7 +19353,7 @@
}
},
{
- "__docId__": 917,
+ "__docId__": 921,
"kind": "member",
"static": false,
"variation": null,
@@ -19299,7 +19373,7 @@
}
},
{
- "__docId__": 918,
+ "__docId__": 922,
"kind": "member",
"static": false,
"variation": null,
@@ -19319,7 +19393,7 @@
}
},
{
- "__docId__": 919,
+ "__docId__": 923,
"kind": "member",
"static": false,
"variation": null,
@@ -19339,7 +19413,7 @@
}
},
{
- "__docId__": 920,
+ "__docId__": 924,
"kind": "member",
"static": false,
"variation": null,
@@ -19359,7 +19433,7 @@
}
},
{
- "__docId__": 921,
+ "__docId__": 925,
"kind": "member",
"static": false,
"variation": null,
@@ -19379,7 +19453,7 @@
}
},
{
- "__docId__": 922,
+ "__docId__": 926,
"kind": "member",
"static": false,
"variation": null,
@@ -19399,7 +19473,7 @@
}
},
{
- "__docId__": 923,
+ "__docId__": 927,
"kind": "member",
"static": false,
"variation": null,
@@ -19416,7 +19490,7 @@
}
},
{
- "__docId__": 924,
+ "__docId__": 928,
"kind": "member",
"static": false,
"variation": null,
@@ -19433,7 +19507,7 @@
}
},
{
- "__docId__": 925,
+ "__docId__": 929,
"kind": "method",
"static": false,
"variation": null,
@@ -19447,7 +19521,7 @@
"generator": false
},
{
- "__docId__": 926,
+ "__docId__": 930,
"kind": "member",
"static": false,
"variation": null,
@@ -19465,7 +19539,7 @@
}
},
{
- "__docId__": 927,
+ "__docId__": 931,
"kind": "member",
"static": false,
"variation": null,
@@ -19488,7 +19562,7 @@
}
},
{
- "__docId__": 928,
+ "__docId__": 932,
"kind": "method",
"static": false,
"variation": null,
@@ -19513,7 +19587,7 @@
"generator": false
},
{
- "__docId__": 929,
+ "__docId__": 933,
"kind": "member",
"static": false,
"variation": null,
@@ -19531,7 +19605,7 @@
}
},
{
- "__docId__": 930,
+ "__docId__": 934,
"kind": "member",
"static": false,
"variation": null,
@@ -19549,7 +19623,7 @@
}
},
{
- "__docId__": 931,
+ "__docId__": 935,
"kind": "method",
"static": false,
"variation": null,
@@ -19574,7 +19648,7 @@
"generator": false
},
{
- "__docId__": 932,
+ "__docId__": 936,
"kind": "member",
"static": false,
"variation": null,
@@ -19592,7 +19666,7 @@
}
},
{
- "__docId__": 933,
+ "__docId__": 937,
"kind": "member",
"static": false,
"variation": null,
@@ -19610,7 +19684,7 @@
}
},
{
- "__docId__": 934,
+ "__docId__": 938,
"kind": "member",
"static": false,
"variation": null,
@@ -19628,7 +19702,7 @@
}
},
{
- "__docId__": 935,
+ "__docId__": 939,
"kind": "member",
"static": false,
"variation": null,
@@ -19646,7 +19720,7 @@
}
},
{
- "__docId__": 936,
+ "__docId__": 940,
"kind": "member",
"static": false,
"variation": null,
@@ -19664,7 +19738,7 @@
}
},
{
- "__docId__": 937,
+ "__docId__": 941,
"kind": "method",
"static": false,
"variation": null,
@@ -19678,7 +19752,7 @@
"generator": false
},
{
- "__docId__": 938,
+ "__docId__": 942,
"kind": "member",
"static": false,
"variation": null,
@@ -19696,7 +19770,7 @@
}
},
{
- "__docId__": 939,
+ "__docId__": 943,
"kind": "method",
"static": false,
"variation": null,
@@ -19721,7 +19795,7 @@
"generator": false
},
{
- "__docId__": 940,
+ "__docId__": 944,
"kind": "method",
"static": false,
"variation": null,
@@ -19735,7 +19809,7 @@
"generator": false
},
{
- "__docId__": 941,
+ "__docId__": 945,
"kind": "member",
"static": false,
"variation": null,
@@ -19753,7 +19827,7 @@
}
},
{
- "__docId__": 942,
+ "__docId__": 946,
"kind": "method",
"static": false,
"variation": null,
@@ -19772,7 +19846,7 @@
"generator": false
},
{
- "__docId__": 943,
+ "__docId__": 947,
"kind": "method",
"static": false,
"variation": null,
@@ -19786,7 +19860,7 @@
"generator": false
},
{
- "__docId__": 944,
+ "__docId__": 948,
"kind": "member",
"static": false,
"variation": null,
@@ -19804,7 +19878,7 @@
}
},
{
- "__docId__": 945,
+ "__docId__": 949,
"kind": "member",
"static": false,
"variation": null,
@@ -19822,7 +19896,7 @@
}
},
{
- "__docId__": 946,
+ "__docId__": 950,
"kind": "method",
"static": false,
"variation": null,
@@ -19867,7 +19941,7 @@
"generator": false
},
{
- "__docId__": 947,
+ "__docId__": 951,
"kind": "method",
"static": false,
"variation": null,
@@ -19902,7 +19976,7 @@
"generator": false
},
{
- "__docId__": 948,
+ "__docId__": 952,
"kind": "method",
"static": false,
"variation": null,
@@ -19935,7 +20009,7 @@
"generator": false
},
{
- "__docId__": 949,
+ "__docId__": 953,
"kind": "method",
"static": false,
"variation": null,
@@ -19949,7 +20023,7 @@
"generator": false
},
{
- "__docId__": 950,
+ "__docId__": 954,
"kind": "method",
"static": false,
"variation": null,
@@ -19974,7 +20048,7 @@
"generator": false
},
{
- "__docId__": 951,
+ "__docId__": 955,
"kind": "method",
"static": false,
"variation": null,
@@ -20007,7 +20081,7 @@
"generator": false
},
{
- "__docId__": 952,
+ "__docId__": 956,
"kind": "method",
"static": false,
"variation": null,
@@ -20040,7 +20114,7 @@
"generator": false
},
{
- "__docId__": 953,
+ "__docId__": 957,
"kind": "method",
"static": false,
"variation": null,
@@ -20054,7 +20128,7 @@
"generator": false
},
{
- "__docId__": 954,
+ "__docId__": 958,
"kind": "method",
"static": false,
"variation": null,
@@ -20068,7 +20142,7 @@
"generator": false
},
{
- "__docId__": 955,
+ "__docId__": 959,
"kind": "member",
"static": false,
"variation": null,
@@ -20086,7 +20160,7 @@
}
},
{
- "__docId__": 956,
+ "__docId__": 960,
"kind": "method",
"static": false,
"variation": null,
@@ -20118,7 +20192,7 @@
"generator": false
},
{
- "__docId__": 957,
+ "__docId__": 961,
"kind": "method",
"static": false,
"variation": null,
@@ -20132,7 +20206,7 @@
"generator": false
},
{
- "__docId__": 958,
+ "__docId__": 962,
"kind": "member",
"static": false,
"variation": null,
@@ -20150,7 +20224,7 @@
}
},
{
- "__docId__": 959,
+ "__docId__": 963,
"kind": "member",
"static": false,
"variation": null,
@@ -20168,7 +20242,7 @@
}
},
{
- "__docId__": 960,
+ "__docId__": 964,
"kind": "member",
"static": false,
"variation": null,
@@ -20186,7 +20260,7 @@
}
},
{
- "__docId__": 961,
+ "__docId__": 965,
"kind": "member",
"static": false,
"variation": null,
@@ -20204,7 +20278,7 @@
}
},
{
- "__docId__": 962,
+ "__docId__": 966,
"kind": "method",
"static": false,
"variation": null,
@@ -20218,7 +20292,7 @@
"generator": false
},
{
- "__docId__": 963,
+ "__docId__": 967,
"kind": "member",
"static": false,
"variation": null,
@@ -20236,7 +20310,7 @@
}
},
{
- "__docId__": 964,
+ "__docId__": 968,
"kind": "member",
"static": false,
"variation": null,
@@ -20254,7 +20328,7 @@
}
},
{
- "__docId__": 965,
+ "__docId__": 969,
"kind": "member",
"static": false,
"variation": null,
@@ -20272,7 +20346,7 @@
}
},
{
- "__docId__": 966,
+ "__docId__": 970,
"kind": "member",
"static": false,
"variation": null,
@@ -20290,7 +20364,7 @@
}
},
{
- "__docId__": 967,
+ "__docId__": 971,
"kind": "method",
"static": false,
"variation": null,
@@ -20304,7 +20378,7 @@
"generator": false
},
{
- "__docId__": 968,
+ "__docId__": 972,
"kind": "member",
"static": false,
"variation": null,
@@ -20322,7 +20396,7 @@
}
},
{
- "__docId__": 969,
+ "__docId__": 973,
"kind": "method",
"static": false,
"variation": null,
@@ -20336,7 +20410,7 @@
"generator": false
},
{
- "__docId__": 970,
+ "__docId__": 974,
"kind": "method",
"static": false,
"variation": null,
@@ -20369,7 +20443,7 @@
"generator": false
},
{
- "__docId__": 971,
+ "__docId__": 975,
"kind": "method",
"static": false,
"variation": null,
@@ -20402,7 +20476,7 @@
"generator": false
},
{
- "__docId__": 972,
+ "__docId__": 976,
"kind": "method",
"static": false,
"variation": null,
@@ -20416,7 +20490,7 @@
"generator": false
},
{
- "__docId__": 973,
+ "__docId__": 977,
"kind": "member",
"static": false,
"variation": null,
@@ -20434,7 +20508,7 @@
}
},
{
- "__docId__": 974,
+ "__docId__": 978,
"kind": "member",
"static": false,
"variation": null,
@@ -20452,7 +20526,7 @@
}
},
{
- "__docId__": 975,
+ "__docId__": 979,
"kind": "method",
"static": false,
"variation": null,
@@ -20511,7 +20585,7 @@
"generator": false
},
{
- "__docId__": 976,
+ "__docId__": 980,
"kind": "method",
"static": false,
"variation": null,
@@ -20574,7 +20648,7 @@
"generator": false
},
{
- "__docId__": 977,
+ "__docId__": 981,
"kind": "method",
"static": false,
"variation": null,
@@ -20607,7 +20681,7 @@
"generator": false
},
{
- "__docId__": 978,
+ "__docId__": 982,
"kind": "method",
"static": false,
"variation": null,
@@ -20629,7 +20703,7 @@
"generator": false
},
{
- "__docId__": 979,
+ "__docId__": 983,
"kind": "method",
"static": false,
"variation": null,
@@ -20662,7 +20736,7 @@
"generator": false
},
{
- "__docId__": 980,
+ "__docId__": 984,
"kind": "method",
"static": false,
"variation": null,
@@ -20705,7 +20779,7 @@
"generator": false
},
{
- "__docId__": 981,
+ "__docId__": 985,
"kind": "method",
"static": false,
"variation": null,
@@ -20738,7 +20812,7 @@
"generator": false
},
{
- "__docId__": 982,
+ "__docId__": 986,
"kind": "method",
"static": false,
"variation": null,
@@ -20771,7 +20845,7 @@
"generator": false
},
{
- "__docId__": 983,
+ "__docId__": 987,
"kind": "method",
"static": false,
"variation": null,
@@ -20804,7 +20878,7 @@
"generator": false
},
{
- "__docId__": 984,
+ "__docId__": 988,
"kind": "method",
"static": false,
"variation": null,
@@ -20837,7 +20911,7 @@
"generator": false
},
{
- "__docId__": 985,
+ "__docId__": 989,
"kind": "method",
"static": false,
"variation": null,
@@ -20880,7 +20954,7 @@
"generator": false
},
{
- "__docId__": 986,
+ "__docId__": 990,
"kind": "method",
"static": false,
"variation": null,
@@ -20923,7 +20997,7 @@
"generator": false
},
{
- "__docId__": 987,
+ "__docId__": 991,
"kind": "method",
"static": false,
"variation": null,
@@ -20966,7 +21040,7 @@
"generator": false
},
{
- "__docId__": 988,
+ "__docId__": 992,
"kind": "method",
"static": false,
"variation": null,
@@ -20999,7 +21073,7 @@
"generator": false
},
{
- "__docId__": 989,
+ "__docId__": 993,
"kind": "method",
"static": false,
"variation": null,
@@ -21034,7 +21108,7 @@
"generator": false
},
{
- "__docId__": 990,
+ "__docId__": 994,
"kind": "method",
"static": false,
"variation": null,
@@ -21048,7 +21122,7 @@
"generator": false
},
{
- "__docId__": 991,
+ "__docId__": 995,
"kind": "member",
"static": false,
"variation": null,
@@ -21066,7 +21140,7 @@
}
},
{
- "__docId__": 992,
+ "__docId__": 996,
"kind": "method",
"static": false,
"variation": null,
@@ -21101,7 +21175,7 @@
"generator": false
},
{
- "__docId__": 993,
+ "__docId__": 997,
"kind": "method",
"static": false,
"variation": null,
@@ -21126,7 +21200,7 @@
"generator": false
},
{
- "__docId__": 994,
+ "__docId__": 998,
"kind": "method",
"static": false,
"variation": null,
@@ -21140,7 +21214,7 @@
"generator": false
},
{
- "__docId__": 995,
+ "__docId__": 999,
"kind": "method",
"static": false,
"variation": null,
@@ -21154,7 +21228,7 @@
"generator": false
},
{
- "__docId__": 996,
+ "__docId__": 1000,
"kind": "method",
"static": false,
"variation": null,
@@ -21168,7 +21242,7 @@
"generator": false
},
{
- "__docId__": 997,
+ "__docId__": 1001,
"kind": "method",
"static": false,
"variation": null,
@@ -21193,7 +21267,7 @@
"generator": false
},
{
- "__docId__": 998,
+ "__docId__": 1002,
"kind": "method",
"static": false,
"variation": null,
@@ -21221,7 +21295,7 @@
"generator": false
},
{
- "__docId__": 999,
+ "__docId__": 1003,
"kind": "method",
"static": false,
"variation": null,
@@ -21246,7 +21320,7 @@
"generator": false
},
{
- "__docId__": 1000,
+ "__docId__": 1004,
"kind": "member",
"static": false,
"variation": null,
@@ -21264,7 +21338,7 @@
}
},
{
- "__docId__": 1001,
+ "__docId__": 1005,
"kind": "method",
"static": false,
"variation": null,
@@ -21305,7 +21379,7 @@
"generator": false
},
{
- "__docId__": 1002,
+ "__docId__": 1006,
"kind": "method",
"static": false,
"variation": null,
@@ -21344,7 +21418,7 @@
"generator": false
},
{
- "__docId__": 1003,
+ "__docId__": 1007,
"kind": "method",
"static": false,
"variation": null,
@@ -21369,7 +21443,7 @@
"generator": false
},
{
- "__docId__": 1004,
+ "__docId__": 1008,
"kind": "method",
"static": false,
"variation": null,
@@ -21383,7 +21457,7 @@
"generator": false
},
{
- "__docId__": 1005,
+ "__docId__": 1009,
"kind": "method",
"static": false,
"variation": null,
@@ -21416,7 +21490,7 @@
"generator": false
},
{
- "__docId__": 1006,
+ "__docId__": 1010,
"kind": "method",
"static": false,
"variation": null,
@@ -21455,7 +21529,7 @@
"generator": false
},
{
- "__docId__": 1007,
+ "__docId__": 1011,
"kind": "method",
"static": false,
"variation": null,
@@ -21494,7 +21568,7 @@
"generator": false
},
{
- "__docId__": 1008,
+ "__docId__": 1012,
"kind": "method",
"static": false,
"variation": null,
@@ -21533,7 +21607,7 @@
"generator": false
},
{
- "__docId__": 1009,
+ "__docId__": 1013,
"kind": "method",
"static": false,
"variation": null,
@@ -21572,7 +21646,7 @@
"generator": false
},
{
- "__docId__": 1010,
+ "__docId__": 1014,
"kind": "method",
"static": false,
"variation": null,
@@ -21615,7 +21689,7 @@
"generator": false
},
{
- "__docId__": 1011,
+ "__docId__": 1015,
"kind": "method",
"static": false,
"variation": null,
@@ -21670,7 +21744,7 @@
"generator": false
},
{
- "__docId__": 1012,
+ "__docId__": 1016,
"kind": "method",
"static": false,
"variation": null,
@@ -21692,7 +21766,7 @@
"generator": false
},
{
- "__docId__": 1013,
+ "__docId__": 1017,
"kind": "method",
"static": false,
"variation": null,
@@ -21714,7 +21788,7 @@
"generator": false
},
{
- "__docId__": 1014,
+ "__docId__": 1018,
"kind": "method",
"static": false,
"variation": null,
@@ -21747,7 +21821,7 @@
"generator": false
},
{
- "__docId__": 1015,
+ "__docId__": 1019,
"kind": "member",
"static": false,
"variation": null,
@@ -21765,7 +21839,7 @@
}
},
{
- "__docId__": 1016,
+ "__docId__": 1020,
"kind": "method",
"static": false,
"variation": null,
@@ -21787,7 +21861,7 @@
"generator": false
},
{
- "__docId__": 1017,
+ "__docId__": 1021,
"kind": "method",
"static": false,
"variation": null,
@@ -21809,7 +21883,7 @@
"generator": false
},
{
- "__docId__": 1018,
+ "__docId__": 1022,
"kind": "method",
"static": false,
"variation": null,
@@ -21831,7 +21905,7 @@
"generator": false
},
{
- "__docId__": 1019,
+ "__docId__": 1023,
"kind": "method",
"static": false,
"variation": null,
@@ -21853,7 +21927,7 @@
"generator": false
},
{
- "__docId__": 1020,
+ "__docId__": 1024,
"kind": "method",
"static": false,
"variation": null,
@@ -21904,7 +21978,7 @@
"generator": false
},
{
- "__docId__": 1021,
+ "__docId__": 1025,
"kind": "method",
"static": false,
"variation": null,
@@ -21937,7 +22011,7 @@
"generator": false
},
{
- "__docId__": 1022,
+ "__docId__": 1026,
"kind": "method",
"static": false,
"variation": null,
@@ -21970,7 +22044,7 @@
"generator": false
},
{
- "__docId__": 1023,
+ "__docId__": 1027,
"kind": "method",
"static": false,
"variation": null,
@@ -22003,7 +22077,7 @@
"generator": false
},
{
- "__docId__": 1024,
+ "__docId__": 1028,
"kind": "method",
"static": false,
"variation": null,
@@ -22025,7 +22099,7 @@
"generator": false
},
{
- "__docId__": 1025,
+ "__docId__": 1029,
"kind": "method",
"static": false,
"variation": null,
@@ -22066,7 +22140,7 @@
"generator": false
},
{
- "__docId__": 1026,
+ "__docId__": 1030,
"kind": "method",
"static": false,
"variation": null,
@@ -22088,7 +22162,7 @@
"generator": false
},
{
- "__docId__": 1027,
+ "__docId__": 1031,
"kind": "file",
"static": true,
"variation": null,
@@ -22101,7 +22175,7 @@
"content": "\n/**\n * Types utilities\n */\n\nconst UNDEFINED = void 0;\n\n/**\n * Return an empty function\n * @return {Function}\n */\nexport const EMPTY_FN = function() {};\n\n/**\n * Check passed argument is an object\n * @param {Object} obj\n * @return {Boolean}\n */\nexport const isObj =\n (obj) => Object.prototype.toString.call(obj) === '[object Object]';\n\n/**\n * Check passed argument is a function\n * @param {Function} obj\n * @return {Boolean}\n */\nexport const isFn =\n (obj) => Object.prototype.toString.call(obj) === '[object Function]';\n\n/**\n * Check passed argument is an array\n * @param {Array} obj\n * @return {Boolean}\n */\nexport const isArray =\n (obj) => Object.prototype.toString.call(obj) === '[object Array]';\n\n/**\n * Check passed argument is a string\n * @param {String} obj objue\n * @returns {Boolean}\n */\nexport const isString =\n (obj) => Object.prototype.toString.call(obj) === '[object String]';\n\n/**\n * Check passed argument is a number\n * @param {Number} obj\n * @returns {Boolean}\n */\nexport const isNumber =\n (obj) => Object.prototype.toString.call(obj) === '[object Number]';\n\n/**\n * Check passed argument is undefined\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isUndef = (obj) => obj === UNDEFINED;\n\n/**\n * Check passed argument is null\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isNull = obj => obj === null;\n\n/**\n * Check passed argument is empty (undefined, null or empty string)\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isEmpty = (obj) => isUndef(obj) || isNull(obj) || obj.length === 0;\n"
},
{
- "__docId__": 1028,
+ "__docId__": 1032,
"kind": "variable",
"static": true,
"variation": null,
@@ -22121,7 +22195,7 @@
}
},
{
- "__docId__": 1029,
+ "__docId__": 1033,
"kind": "function",
"static": true,
"variation": null,
@@ -22146,7 +22220,7 @@
"generator": false
},
{
- "__docId__": 1030,
+ "__docId__": 1034,
"kind": "variable",
"static": true,
"variation": null,
@@ -22186,7 +22260,7 @@
}
},
{
- "__docId__": 1031,
+ "__docId__": 1035,
"kind": "variable",
"static": true,
"variation": null,
@@ -22226,7 +22300,7 @@
}
},
{
- "__docId__": 1032,
+ "__docId__": 1036,
"kind": "variable",
"static": true,
"variation": null,
@@ -22266,7 +22340,7 @@
}
},
{
- "__docId__": 1033,
+ "__docId__": 1037,
"kind": "variable",
"static": true,
"variation": null,
@@ -22312,7 +22386,7 @@
}
},
{
- "__docId__": 1034,
+ "__docId__": 1038,
"kind": "variable",
"static": true,
"variation": null,
@@ -22358,7 +22432,7 @@
}
},
{
- "__docId__": 1035,
+ "__docId__": 1039,
"kind": "variable",
"static": true,
"variation": null,
@@ -22398,7 +22472,7 @@
}
},
{
- "__docId__": 1036,
+ "__docId__": 1040,
"kind": "variable",
"static": true,
"variation": null,
@@ -22438,7 +22512,7 @@
}
},
{
- "__docId__": 1037,
+ "__docId__": 1041,
"kind": "variable",
"static": true,
"variation": null,
@@ -22478,7 +22552,7 @@
}
},
{
- "__docId__": 1039,
+ "__docId__": 1043,
"kind": "external",
"static": true,
"variation": null,
@@ -22491,7 +22565,7 @@
"builtinExternal": true
},
{
- "__docId__": 1040,
+ "__docId__": 1044,
"kind": "external",
"static": true,
"variation": null,
@@ -22504,7 +22578,7 @@
"builtinExternal": true
},
{
- "__docId__": 1041,
+ "__docId__": 1045,
"kind": "external",
"static": true,
"variation": null,
@@ -22517,7 +22591,7 @@
"builtinExternal": true
},
{
- "__docId__": 1042,
+ "__docId__": 1046,
"kind": "external",
"static": true,
"variation": null,
@@ -22530,7 +22604,7 @@
"builtinExternal": true
},
{
- "__docId__": 1043,
+ "__docId__": 1047,
"kind": "external",
"static": true,
"variation": null,
@@ -22543,7 +22617,7 @@
"builtinExternal": true
},
{
- "__docId__": 1044,
+ "__docId__": 1048,
"kind": "external",
"static": true,
"variation": null,
@@ -22556,7 +22630,7 @@
"builtinExternal": true
},
{
- "__docId__": 1045,
+ "__docId__": 1049,
"kind": "external",
"static": true,
"variation": null,
@@ -22569,7 +22643,7 @@
"builtinExternal": true
},
{
- "__docId__": 1046,
+ "__docId__": 1050,
"kind": "external",
"static": true,
"variation": null,
@@ -22582,7 +22656,7 @@
"builtinExternal": true
},
{
- "__docId__": 1047,
+ "__docId__": 1051,
"kind": "external",
"static": true,
"variation": null,
@@ -22595,7 +22669,7 @@
"builtinExternal": true
},
{
- "__docId__": 1048,
+ "__docId__": 1052,
"kind": "external",
"static": true,
"variation": null,
@@ -22608,7 +22682,7 @@
"builtinExternal": true
},
{
- "__docId__": 1049,
+ "__docId__": 1053,
"kind": "external",
"static": true,
"variation": null,
@@ -22621,7 +22695,7 @@
"builtinExternal": true
},
{
- "__docId__": 1050,
+ "__docId__": 1054,
"kind": "external",
"static": true,
"variation": null,
@@ -22634,7 +22708,7 @@
"builtinExternal": true
},
{
- "__docId__": 1051,
+ "__docId__": 1055,
"kind": "external",
"static": true,
"variation": null,
@@ -22647,7 +22721,7 @@
"builtinExternal": true
},
{
- "__docId__": 1052,
+ "__docId__": 1056,
"kind": "external",
"static": true,
"variation": null,
@@ -22660,7 +22734,7 @@
"builtinExternal": true
},
{
- "__docId__": 1053,
+ "__docId__": 1057,
"kind": "external",
"static": true,
"variation": null,
@@ -22673,7 +22747,7 @@
"builtinExternal": true
},
{
- "__docId__": 1054,
+ "__docId__": 1058,
"kind": "external",
"static": true,
"variation": null,
@@ -22686,7 +22760,7 @@
"builtinExternal": true
},
{
- "__docId__": 1055,
+ "__docId__": 1059,
"kind": "external",
"static": true,
"variation": null,
@@ -22699,7 +22773,7 @@
"builtinExternal": true
},
{
- "__docId__": 1056,
+ "__docId__": 1060,
"kind": "external",
"static": true,
"variation": null,
@@ -22712,7 +22786,7 @@
"builtinExternal": true
},
{
- "__docId__": 1057,
+ "__docId__": 1061,
"kind": "external",
"static": true,
"variation": null,
@@ -22725,7 +22799,7 @@
"builtinExternal": true
},
{
- "__docId__": 1058,
+ "__docId__": 1062,
"kind": "external",
"static": true,
"variation": null,
@@ -22738,7 +22812,7 @@
"builtinExternal": true
},
{
- "__docId__": 1059,
+ "__docId__": 1063,
"kind": "external",
"static": true,
"variation": null,
@@ -22751,7 +22825,7 @@
"builtinExternal": true
},
{
- "__docId__": 1060,
+ "__docId__": 1064,
"kind": "external",
"static": true,
"variation": null,
@@ -22764,7 +22838,7 @@
"builtinExternal": true
},
{
- "__docId__": 1061,
+ "__docId__": 1065,
"kind": "external",
"static": true,
"variation": null,
@@ -22777,7 +22851,7 @@
"builtinExternal": true
},
{
- "__docId__": 1062,
+ "__docId__": 1066,
"kind": "external",
"static": true,
"variation": null,
@@ -22790,7 +22864,7 @@
"builtinExternal": true
},
{
- "__docId__": 1063,
+ "__docId__": 1067,
"kind": "external",
"static": true,
"variation": null,
@@ -22803,7 +22877,7 @@
"builtinExternal": true
},
{
- "__docId__": 1064,
+ "__docId__": 1068,
"kind": "external",
"static": true,
"variation": null,
@@ -22816,7 +22890,7 @@
"builtinExternal": true
},
{
- "__docId__": 1065,
+ "__docId__": 1069,
"kind": "external",
"static": true,
"variation": null,
@@ -22829,7 +22903,7 @@
"builtinExternal": true
},
{
- "__docId__": 1066,
+ "__docId__": 1070,
"kind": "external",
"static": true,
"variation": null,
@@ -22842,7 +22916,7 @@
"builtinExternal": true
},
{
- "__docId__": 1067,
+ "__docId__": 1071,
"kind": "external",
"static": true,
"variation": null,
@@ -22855,7 +22929,7 @@
"builtinExternal": true
},
{
- "__docId__": 1068,
+ "__docId__": 1072,
"kind": "external",
"static": true,
"variation": null,
@@ -22868,7 +22942,7 @@
"builtinExternal": true
},
{
- "__docId__": 1069,
+ "__docId__": 1073,
"kind": "external",
"static": true,
"variation": null,
@@ -22881,7 +22955,7 @@
"builtinExternal": true
},
{
- "__docId__": 1070,
+ "__docId__": 1074,
"kind": "external",
"static": true,
"variation": null,
@@ -22894,7 +22968,7 @@
"builtinExternal": true
},
{
- "__docId__": 1071,
+ "__docId__": 1075,
"kind": "external",
"static": true,
"variation": null,
@@ -22907,7 +22981,7 @@
"builtinExternal": true
},
{
- "__docId__": 1072,
+ "__docId__": 1076,
"kind": "external",
"static": true,
"variation": null,
@@ -22920,7 +22994,7 @@
"builtinExternal": true
},
{
- "__docId__": 1073,
+ "__docId__": 1077,
"kind": "external",
"static": true,
"variation": null,
@@ -22933,7 +23007,7 @@
"builtinExternal": true
},
{
- "__docId__": 1074,
+ "__docId__": 1078,
"kind": "external",
"static": true,
"variation": null,
@@ -22946,7 +23020,7 @@
"builtinExternal": true
},
{
- "__docId__": 1075,
+ "__docId__": 1079,
"kind": "external",
"static": true,
"variation": null,
@@ -22959,7 +23033,7 @@
"builtinExternal": true
},
{
- "__docId__": 1076,
+ "__docId__": 1080,
"kind": "external",
"static": true,
"variation": null,
@@ -22972,7 +23046,7 @@
"builtinExternal": true
},
{
- "__docId__": 1077,
+ "__docId__": 1081,
"kind": "external",
"static": true,
"variation": null,
@@ -22985,7 +23059,7 @@
"builtinExternal": true
},
{
- "__docId__": 1078,
+ "__docId__": 1082,
"kind": "external",
"static": true,
"variation": null,
@@ -22998,7 +23072,7 @@
"builtinExternal": true
},
{
- "__docId__": 1079,
+ "__docId__": 1083,
"kind": "external",
"static": true,
"variation": null,
@@ -23011,7 +23085,7 @@
"builtinExternal": true
},
{
- "__docId__": 1080,
+ "__docId__": 1084,
"kind": "external",
"static": true,
"variation": null,
@@ -23024,7 +23098,7 @@
"builtinExternal": true
},
{
- "__docId__": 1081,
+ "__docId__": 1085,
"kind": "external",
"static": true,
"variation": null,
@@ -23037,7 +23111,7 @@
"builtinExternal": true
},
{
- "__docId__": 1082,
+ "__docId__": 1086,
"kind": "external",
"static": true,
"variation": null,
@@ -23050,7 +23124,7 @@
"builtinExternal": true
},
{
- "__docId__": 1083,
+ "__docId__": 1087,
"kind": "external",
"static": true,
"variation": null,
@@ -23063,7 +23137,7 @@
"builtinExternal": true
},
{
- "__docId__": 1084,
+ "__docId__": 1088,
"kind": "external",
"static": true,
"variation": null,
@@ -23076,7 +23150,7 @@
"builtinExternal": true
},
{
- "__docId__": 1085,
+ "__docId__": 1089,
"kind": "external",
"static": true,
"variation": null,
@@ -23089,7 +23163,7 @@
"builtinExternal": true
},
{
- "__docId__": 1087,
+ "__docId__": 1091,
"kind": "external",
"static": true,
"variation": null,
@@ -23102,7 +23176,7 @@
"builtinExternal": true
},
{
- "__docId__": 1088,
+ "__docId__": 1092,
"kind": "external",
"static": true,
"variation": null,
@@ -23115,7 +23189,7 @@
"builtinExternal": true
},
{
- "__docId__": 1089,
+ "__docId__": 1093,
"kind": "external",
"static": true,
"variation": null,
@@ -23128,7 +23202,7 @@
"builtinExternal": true
},
{
- "__docId__": 1090,
+ "__docId__": 1094,
"kind": "external",
"static": true,
"variation": null,
@@ -23141,7 +23215,7 @@
"builtinExternal": true
},
{
- "__docId__": 1091,
+ "__docId__": 1095,
"kind": "external",
"static": true,
"variation": null,
@@ -23154,7 +23228,7 @@
"builtinExternal": true
},
{
- "__docId__": 1092,
+ "__docId__": 1096,
"kind": "external",
"static": true,
"variation": null,
@@ -23167,7 +23241,7 @@
"builtinExternal": true
},
{
- "__docId__": 1093,
+ "__docId__": 1097,
"kind": "external",
"static": true,
"variation": null,
@@ -23180,7 +23254,7 @@
"builtinExternal": true
},
{
- "__docId__": 1094,
+ "__docId__": 1098,
"kind": "external",
"static": true,
"variation": null,
diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html
index 44215c99..e084bb1f 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.26 API Document
+ src/array.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html
index 3be92986..7d8a0a3a 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.26 API Document
+ src/const.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html
index 48aaa041..d4e32b6d 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.26 API Document
+ src/cookie.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html
index dfe7053b..d5fef268 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.26 API Document
+ src/dom.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html
index febc4e90..0dd927ca 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.26 API Document
+ src/emitter.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html
index 1d8f01dd..a5cc8a65 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.26 API Document
+ src/event.js | tablefilter v0.4.27 API Document
@@ -156,11 +156,10 @@ export const addEvt = (obj, type, func, capture) => {
* the capturing or in the bubbling phase
*/
export const removeEvt = (obj, type, func, capture) => {
- if (obj.detachEvent) {
- obj.detachEvent('on' + type, func);
- }
- else if (obj.removeEventListener) {
+ if (obj.removeEventListener) {
obj.removeEventListener(type, func, capture);
+ } else if (obj.detachEvent) {
+ obj.detachEvent('on' + type, func);
} else {
obj['on' + type] = null;
}
@@ -171,7 +170,7 @@ export const removeEvt = (obj, type, func, capture) => {
*
* @param {Event} evt Event on the DOM
*/
-export const stopEvt = evt =>{
+export const stopEvt = (evt) => {
if (!evt) {
evt = root.event;
}
@@ -188,7 +187,7 @@ export const stopEvt = evt =>{
*
* @param {Event} evt Event on the DOM
*/
-export const cancelEvt = evt => {
+export const cancelEvt = (evt) => {
if (!evt) {
evt = root.event;
}
@@ -205,7 +204,7 @@ export const cancelEvt = evt => {
* @param {Event} evt Event on the DOM
* @returns {DOMElement}
*/
-export const targetEvt = evt => {
+export const targetEvt = (evt) => {
if (!evt) {
evt = root.event;
}
@@ -218,7 +217,7 @@ export const targetEvt = evt => {
* @param {Event} evt Event on the DOM
* @returns {Number}
*/
-export const keyCode = evt => {
+export const keyCode = (evt) => {
return evt.charCode ? evt.charCode :
(evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));
};
diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html
index 1f9e788f..6528911d 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.26 API Document
+ src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html
index d4889b17..1e9e3712 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.26 API Document
+ src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html
index 80e59e0b..8c39a71e 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.26 API Document
+ src/extensions/colOps/colOps.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html
index 15247e35..ebb9c31f 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.26 API Document
+ src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html
index 34202099..f63fa0ea 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.26 API Document
+ src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html
index 64f20b20..cfbb91d0 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.26 API Document
+ src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html
index 5bf2b8ef..c6257c02 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.26 API Document
+ src/extensions/sort/sort.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html
index 2f940041..d1d24a79 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.26 API Document
+ src/feature.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html
index 7d0005ac..b2ed315e 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.26 API Document
+ src/modules/alternateRows.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html
index e18dd23b..0659bb03 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.26 API Document
+ src/modules/checkList.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html
index 71900ef0..8c4d3679 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.26 API Document
+ src/modules/clearButton.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html
index 9de72289..5427f163 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.26 API Document
+ src/modules/dateType.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html
index c5d5c586..ab5003f6 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.26 API Document
+ src/modules/dropdown.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html
index 052c0eaf..3f0bb157 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.26 API Document
+ src/modules/gridLayout.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html
index 3fed612c..5eb6594a 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.26 API Document
+ src/modules/hash.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html
index c32694e2..2701d4ac 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.26 API Document
+ src/modules/help.js | tablefilter v0.4.27 API Document
@@ -122,8 +122,9 @@
src/modules/help.js
import {Feature} from '../feature';
import {createElm, createText, elm, removeElm} from '../dom';
-import {addEvt} from '../event';
+import {addEvt, targetEvt, removeEvt} from '../event';
import {NONE} from '../const';
+import {root} from '../root';
const WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +
'4.-Filter-operators';
@@ -202,17 +203,23 @@ export class Help extends Feature {
'helpCont';
/**
- * Stores button DOM element
+ * Button DOM element
* @type {DOMElement}
*/
this.btn = null;
/**
- * Stores help container DOM element
+ * Help container DOM element
* @type {DOMElement}
*/
this.cont = null;
+ /**
+ * Bound mouseup wrapper
+ * @private
+ */
+ this.boundMouseup = null;
+
/**
* Default HTML appended to instructions text
* @type {String}
@@ -227,6 +234,18 @@ export class Help extends Feature {
this.emitter.on(['init-help'], () => this.init());
}
+ /**
+ * Mouse-up event handler handling popup auto-close behaviour
+ * @private
+ */
+ onMouseup(evt) {
+ let targetElm = targetEvt(evt);
+ if (targetElm !== this.cont) {
+ this.toggle();
+ }
+ return;
+ }
+
/**
* Initialise Help instance
*/
@@ -240,6 +259,8 @@ export class Help extends Feature {
let btn = createElm('span');
let cont = createElm('div');
+ this.boundMouseup = this.onMouseup.bind(this);
+
//help button is added to defined element
if (!this.tgtId) {
tf.setToolbar();
@@ -295,9 +316,13 @@ export class Help extends Feature {
if (this.enabled === false) {
return;
}
+ // ensure mouseup event handler is removed
+ removeEvt(root, 'mouseup', this.boundMouseup);
+
let divDisplay = this.cont.style.display;
if (divDisplay === '' || divDisplay === NONE) {
this.cont.style.display = 'inline';
+ addEvt(root, 'mouseup', this.boundMouseup);
} else {
this.cont.style.display = NONE;
}
@@ -316,6 +341,8 @@ export class Help extends Feature {
removeElm(this.cont);
this.cont = null;
+ this.boundMouseup = null;
+
this.initialized = false;
}
diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html
index 71053a24..b8b6d769 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.26 API Document
+ src/modules/highlightKeywords.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html
index 804670e0..17974c0f 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.26 API Document
+ src/modules/loader.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html
index 4a734584..36b8f0f6 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.26 API Document
+ src/modules/noResults.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html
index 0b77bf15..5bc46dbd 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.26 API Document
+ src/modules/paging.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html
index bca0cbe5..81d64391 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.26 API Document
+ src/modules/popupFilter.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html
index 28ccc089..48ad519b 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.26 API Document
+ src/modules/rowsCounter.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html
index 0f323cdb..a0e4aad4 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.26 API Document
+ src/modules/state.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html
index 1092071e..e6398beb 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.26 API Document
+ src/modules/statusBar.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html
index 47fc6d40..87f8c028 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.26 API Document
+ src/modules/storage.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html
index b38f40c7..e80f0068 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.26 API Document
+ src/number.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html
index 4a8cb96e..8b8f51bb 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.26 API Document
+ src/root.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html
index 3ab93c2f..83f94030 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.26 API Document
+ src/sort.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html
index b25a7edb..36198372 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.26 API Document
+ src/string.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html
index ee3a88b5..e55e97ce 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.26 API Document
+ src/tablefilter.js | tablefilter v0.4.27 API Document
diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html
index 7259c62e..24d43f2b 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.26 API Document
+ src/types.js | tablefilter v0.4.27 API Document
diff --git a/docs/function/index.html b/docs/function/index.html
index 4b84b346..1be85339 100644
--- a/docs/function/index.html
+++ b/docs/function/index.html
@@ -3,7 +3,7 @@
- Function | tablefilter v0.4.26 API Document
+ Function | tablefilter v0.4.27 API Document
diff --git a/docs/identifiers.html b/docs/identifiers.html
index 42fe0b1a..4bf22861 100644
--- a/docs/identifiers.html
+++ b/docs/identifiers.html
@@ -3,7 +3,7 @@
- Index | tablefilter v0.4.26 API Document
+ Index | tablefilter v0.4.27 API Document
diff --git a/docs/index.html b/docs/index.html
index c3927f5d..37626f37 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,7 +3,7 @@
- tablefilter v0.4.26 API Document
+ tablefilter v0.4.27 API Document
diff --git a/docs/package.json b/docs/package.json
index c870c022..b0f9f5c8 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "tablefilter",
- "version": "0.4.26",
+ "version": "0.4.27",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
diff --git a/docs/source.html b/docs/source.html
index afe6255c..a61c2c74 100644
--- a/docs/source.html
+++ b/docs/source.html
@@ -3,7 +3,7 @@
- Source | tablefilter v0.4.26 API Document
+ Source | tablefilter v0.4.27 API Document
@@ -140,7 +140,7 @@
| 100 %1/1 |
545 byte |
22 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/const.js |
@@ -165,7 +165,7 @@
100 %18/18 |
1536 byte |
118 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/cookie.js |
@@ -173,7 +173,7 @@
- |
1412 byte |
57 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/dom.js |
@@ -192,7 +192,7 @@
100 %12/12 |
4767 byte |
191 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/emitter.js |
@@ -200,7 +200,7 @@
100 %6/6 |
1323 byte |
53 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/event.js |
@@ -211,9 +211,9 @@
stopEvt
targetEvt
100 %6/6 |
- 2379 byte |
- 102 |
- 2016-12-07 13:01:36 (UTC) |
+ 2384 byte |
+ 101 |
+ 2016-12-03 10:50:54 (UTC) |
| src/extensions/advancedGrid/adapterEzEditTable.js |
@@ -221,7 +221,7 @@
100 %13/13 |
18919 byte |
502 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/extensions/advancedGrid/advancedGrid.js |
@@ -229,7 +229,7 @@
- |
90 byte |
2 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/extensions/colOps/colOps.js |
@@ -237,7 +237,7 @@
100 %9/9 |
13525 byte |
366 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/extensions/colsVisibility/colsVisibility.js |
@@ -245,7 +245,7 @@
100 %49/49 |
20130 byte |
707 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/extensions/filtersVisibility/filtersVisibility.js |
@@ -253,7 +253,7 @@
100 %25/25 |
7784 byte |
307 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/extensions/sort/adapterSortabletable.js |
@@ -261,7 +261,7 @@
100 %23/23 |
16452 byte |
532 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/extensions/sort/sort.js |
@@ -269,7 +269,7 @@
- |
197 byte |
8 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/feature.js |
@@ -277,7 +277,7 @@
100 %14/14 |
1864 byte |
97 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/alternateRows.js |
@@ -285,7 +285,7 @@
100 %9/9 |
3507 byte |
138 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/checkList.js |
@@ -293,7 +293,7 @@
100 %18/18 |
18399 byte |
570 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/clearButton.js |
@@ -301,7 +301,7 @@
100 %10/10 |
3129 byte |
128 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/dateType.js |
@@ -309,7 +309,7 @@
100 %11/11 |
3997 byte |
147 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/dropdown.js |
@@ -317,7 +317,7 @@
100 %13/13 |
13130 byte |
425 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/gridLayout.js |
@@ -325,7 +325,7 @@
100 %16/16 |
14075 byte |
494 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/hash.js |
@@ -334,15 +334,15 @@
100 %10/10 |
2981 byte |
126 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/help.js |
Help |
100 %17/17 |
- 5809 byte |
- 200 |
- 2016-12-07 13:01:36 (UTC) |
+ 6471 byte |
+ 227 |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/highlightKeywords.js |
@@ -350,7 +350,7 @@
100 %10/10 |
5405 byte |
179 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/loader.js |
@@ -358,7 +358,7 @@
100 %14/14 |
4005 byte |
173 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/noResults.js |
@@ -366,7 +366,7 @@
100 %17/17 |
4809 byte |
198 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/paging.js |
@@ -374,7 +374,7 @@
100 %45/45 |
27455 byte |
898 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/popupFilter.js |
@@ -382,7 +382,7 @@
100 %26/26 |
12712 byte |
446 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/rowsCounter.js |
@@ -390,7 +390,7 @@
100 %13/13 |
5643 byte |
197 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/state.js |
@@ -398,7 +398,7 @@
100 %24/24 |
14771 byte |
541 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/statusBar.js |
@@ -406,7 +406,7 @@
100 %22/22 |
8485 byte |
299 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/modules/storage.js |
@@ -415,7 +415,7 @@
100 %10/10 |
3544 byte |
162 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/number.js |
@@ -423,7 +423,7 @@
100 %1/1 |
998 byte |
29 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/root.js |
@@ -431,7 +431,7 @@
100 %1/1 |
235 byte |
6 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/sort.js |
@@ -441,7 +441,7 @@
100 %3/3 |
930 byte |
33 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/string.js |
@@ -453,7 +453,7 @@
100 %5/5 |
2082 byte |
76 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/tablefilter.js |
@@ -461,7 +461,7 @@
100 %170/170 |
89104 byte |
2971 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
| src/types.js |
@@ -477,7 +477,7 @@
100 %9/9 |
1563 byte |
73 |
- 2016-12-07 13:01:36 (UTC) |
+ 2016-12-03 10:50:54 (UTC) |
diff --git a/docs/variable/index.html b/docs/variable/index.html
index b4454e0d..9c8fc3c5 100644
--- a/docs/variable/index.html
+++ b/docs/variable/index.html
@@ -3,7 +3,7 @@
- Variable | tablefilter v0.4.26 API Document
+ Variable | tablefilter v0.4.27 API Document
@@ -2443,11 +2443,11 @@ propagation of the event.
- source
+ source
-
+
Cancels the event if it is cancelable, without stopping further
@@ -3593,11 +3593,11 @@ propagation of the event.
- source
+ source
-
+
Returns the Unicode value of pressed key
@@ -4059,11 +4059,11 @@ default it returns the string with no casing changes.
- source
+ source
-
+
Prevents further propagation of the current event in the bubbling phase
@@ -4151,11 +4151,11 @@ default it returns the string with no casing changes.
- source
+ source
-
+
Reference to the object that dispatched the event