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.
- package/bundles/tuain-ng-forms-lib.umd.js +2 -0
- package/bundles/tuain-ng-forms-lib.umd.js.map +1 -1
- package/esm2015/lib/classes/forms/table/column.js +3 -1
- package/fesm2015/tuain-ng-forms-lib.js +2 -0
- package/fesm2015/tuain-ng-forms-lib.js.map +1 -1
- package/lib/classes/forms/table/column.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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) {
|