tuain-ng-forms-lib 12.0.63 → 12.0.64

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.
@@ -1288,6 +1288,8 @@
1288
1288
  var RecordTableColumn = /** @class */ (function () {
1289
1289
  function RecordTableColumn(recTableColReceived, formConfig) {
1290
1290
  var _a, _b, _c;
1291
+ // Filtros
1292
+ this.filterVisible = false;
1291
1293
  this._formConfig = formConfig;
1292
1294
  this.filterDef = null;
1293
1295
  if (recTableColReceived) {