mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Commit changes from update to TypeScript 3.9.9 so we don't keep reverting them.
This commit is contained in:
@ -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
|
||||
});
|
||||
/**
|
||||
|
Reference in New Issue
Block a user