lexgui 8.1.0 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/lexgui.js CHANGED
@@ -16,7 +16,7 @@
16
16
  exports.LX = g.LX;
17
17
  if (!exports.LX) {
18
18
  exports.LX = {
19
- version: '8.1.0',
19
+ version: '8.1.2',
20
20
  ready: false,
21
21
  extensions: [], // Store extensions used
22
22
  extraCommandbarEntries: [], // User specific entries for command bar
@@ -6352,7 +6352,7 @@
6352
6352
  }
6353
6353
  this.data = data;
6354
6354
  this.filter = options.filter ?? false;
6355
- this.customFilters = options.customFilters;
6355
+ this.customFilters = options.customFilters ?? null;
6356
6356
  this.activeCustomFilters = {};
6357
6357
  this._toggleColumns = options.toggleColumns ?? false;
6358
6358
  this._sortColumns = options.sortColumns ?? true;