igniteui-react-grids
Version:
Ignite UI React grid components.
41 lines (40 loc) • 1.74 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { __extends } from "tslib";
import { GridColumnOptionsBase } from "./GridColumnOptionsBase";
import { markType } from "igniteui-react-core";
/**
* @hidden
*/
var GridColumnOptionsSectionBase = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(GridColumnOptionsSectionBase, _super);
function GridColumnOptionsSectionBase() {
var _this = _super.call(this) || this;
_this.bl();
_this.bi();
return _this;
}
GridColumnOptionsSectionBase.prototype.be = function (a, b, c) {
_super.prototype.be.call(this, a, b, c);
switch (a) {
case "ActualLabelTextStyle":
case "ActualBaseTheme":
case "ActualButtonDensity":
case "ActualButtonTextStyle":
case "ActualDensity":
this.e.m();
break;
}
};
GridColumnOptionsSectionBase.prototype.bt = function () {
};
GridColumnOptionsSectionBase.prototype.bu = function () {
};
GridColumnOptionsSectionBase.$t = markType(GridColumnOptionsSectionBase, 'GridColumnOptionsSectionBase', GridColumnOptionsBase.$);
return GridColumnOptionsSectionBase;
}(GridColumnOptionsBase));
export { GridColumnOptionsSectionBase };