UNPKG

igniteui-react-core

Version:
112 lines (111 loc) 3.91 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, __read, __spreadArray } from "tslib"; import { Base, String_$type, markType } from "./type"; import { List$1 } from "./List$1"; import { DataSourceSummaryOperand_$type } from "./DataSourceSummaryOperand"; import { stringStartsWith } from "./string"; /** * @hidden */ var AggregatedDataProviderLayerInfo = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AggregatedDataProviderLayerInfo, _super); function AggregatedDataProviderLayerInfo() { var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this; _this.f = new List$1(String_$type, 0); _this.e = new List$1(String_$type, 0); _this.h = new List$1(Base.$, 0); _this.g = new List$1(DataSourceSummaryOperand_$type, 0); _this.b = new List$1(String_$type, 0); _this.c = new List$1(Base.$, 0); _this.d = new List$1(Base.$, 0); return _this; } AggregatedDataProviderLayerInfo.prototype.q = function (a, b, c, d) { this.m.add(this.p(a)); this.l.add(b); this.n.add(c); this.o.add1(d); }; AggregatedDataProviderLayerInfo.prototype.p = function (a) { if (a == null) { return null; } if (stringStartsWith(a, "[")) { return a.substr(1, a.length - 2); } return a; }; Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "a", { get: function () { return this.i != null && this.i.count == 1; }, enumerable: false, configurable: true }); Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "m", { get: function () { return this.f; }, enumerable: false, configurable: true }); Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "l", { get: function () { return this.e; }, enumerable: false, configurable: true }); Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "o", { get: function () { return this.h; }, enumerable: false, configurable: true }); Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "n", { get: function () { return this.g; }, enumerable: false, configurable: true }); Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "i", { get: function () { return this.b; }, set: function (a) { this.b = a; }, enumerable: false, configurable: true }); Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "j", { get: function () { return this.c; }, set: function (a) { this.c = a; }, enumerable: false, configurable: true }); Object.defineProperty(AggregatedDataProviderLayerInfo.prototype, "k", { get: function () { return this.d; }, set: function (a) { this.d = a; }, enumerable: false, configurable: true }); AggregatedDataProviderLayerInfo.$t = markType(AggregatedDataProviderLayerInfo, 'AggregatedDataProviderLayerInfo'); return AggregatedDataProviderLayerInfo; }(Base)); export { AggregatedDataProviderLayerInfo };