Commit changes from update to TypeScript 3.9.9 so we don't keep reverting them.

This commit is contained in:
nathangray
2021-03-22 11:42:50 -06:00
parent ac1a975f1d
commit d0c5f3c09b
49 changed files with 54 additions and 11 deletions

View File

@ -11,6 +11,7 @@
* @version $Id$
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.et2_dataview_columns = exports.et2_dataview_column = void 0;
/*egw:uses
et2_core_inheritance;
et2_inheritance;
@ -204,14 +205,14 @@ var et2_dataview_columns = /** @class */ (function () {
get: function () {
return this._totalWidth;
},
enumerable: true,
enumerable: false,
configurable: true
});
Object.defineProperty(et2_dataview_columns.prototype, "totalFixed", {
get: function () {
return this._totalFixed ? this._totalFixed : 0;
},
enumerable: true,
enumerable: false,
configurable: true
});
/**