UNPKG

igniteui-react-core

Version:
172 lines (171 loc) 5.33 kB
/* 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 { CellInfoDescription } from "./CellInfoDescription"; import { markType } from "./type"; /** * @hidden */ var FilterCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FilterCellInfoDescription, _super); function FilterCellInfoDescription() { var _this = _super.call(this) || this; _this.hc = null; _this.gu = null; _this.gw = null; _this.gs = null; _this.he = null; _this.hd = null; _this.g4 = 0; _this.g3 = 0; _this.g2 = 0; _this.g1 = 0; _this.g0 = 0; _this.gz = 0; return _this; } FilterCellInfoDescription.prototype.get_type = function () { return "FilterCellInfo"; }; Object.defineProperty(FilterCellInfoDescription.prototype, "dataType", { get: function () { return this.hc; }, set: function (a) { this.hc = a; this.j("DataType"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filter", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.j("Filter"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filterExpression", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.j("FilterExpression"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filterOperands", { get: function () { return this.gs; }, set: function (a) { this.gs = a; this.j("FilterOperands"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "operatorType", { get: function () { return this.he; }, set: function (a) { this.he = a; this.j("OperatorType"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filterValueRef", { get: function () { return this.hd; }, set: function (a) { this.hd = a; this.j("FilterValueRef"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "selectorTop", { get: function () { return this.g4; }, set: function (a) { this.g4 = a; this.j("SelectorTop"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "selectorLeft", { get: function () { return this.g3; }, set: function (a) { this.g3 = a; this.j("SelectorLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "editorTop", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.j("EditorTop"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "editorLeft", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.j("EditorLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "clearIconTop", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.j("ClearIconTop"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "clearIconLeft", { get: function () { return this.gz; }, set: function (a) { this.gz = a; this.j("ClearIconLeft"); }, enumerable: false, configurable: true }); FilterCellInfoDescription.$t = markType(FilterCellInfoDescription, 'FilterCellInfoDescription', CellInfoDescription.$); FilterCellInfoDescription.__marshalByValue1 = true; FilterCellInfoDescription.__marshalByValueAlias1 = "FilterCellModel"; return FilterCellInfoDescription; }(CellInfoDescription)); export { FilterCellInfoDescription };