UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

172 lines (171 loc) 5.5 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.g6 = null; _this.go = null; _this.gq = null; _this.gm = null; _this.g8 = null; _this.g7 = null; _this.gy = 0; _this.gx = 0; _this.gw = 0; _this.gv = 0; _this.gu = 0; _this.gt = 0; return _this; } FilterCellInfoDescription.prototype.get_type = function () { return "FilterCellInfo"; }; Object.defineProperty(FilterCellInfoDescription.prototype, "dataType", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.j("DataType"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filter", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("Filter"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filterExpression", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.j("FilterExpression"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filterOperands", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.j("FilterOperands"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "operatorType", { get: function () { return this.g8; }, set: function (a) { this.g8 = a; this.j("OperatorType"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "filterValueRef", { get: function () { return this.g7; }, set: function (a) { this.g7 = a; this.j("FilterValueRef"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "selectorTop", { get: function () { return this.gy; }, set: function (a) { this.gy = a; this.j("SelectorTop"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "selectorLeft", { get: function () { return this.gx; }, set: function (a) { this.gx = a; this.j("SelectorLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "editorTop", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.j("EditorTop"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "editorLeft", { get: function () { return this.gv; }, set: function (a) { this.gv = a; this.j("EditorLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "clearIconTop", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.j("ClearIconTop"); }, enumerable: false, configurable: true }); Object.defineProperty(FilterCellInfoDescription.prototype, "clearIconLeft", { get: function () { return this.gt; }, set: function (a) { this.gt = 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 };