UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

179 lines (178 loc) 6 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var ColumnSummaryDescriptionDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ColumnSummaryDescriptionDescription, _super); function ColumnSummaryDescriptionDescription() { var _this = _super.call(this) || this; _this.x = null; _this.z = null; _this.u = null; _this.w = null; _this.ab = null; _this.p = false; _this.l = null; _this.v = null; _this.k = null; _this.r = 0; _this.y = null; _this.aa = null; return _this; } ColumnSummaryDescriptionDescription.prototype.get_type = function () { return "ColumnSummaryDescription"; }; Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "field", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("Field"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "operand", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("Operand"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "calculatorDisplayName", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("CalculatorDisplayName"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "displayName", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("DisplayName"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "valueFormat", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("ValueFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "shouldDisplay", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("ShouldDisplay"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "valueFormatSpecifiers", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("ValueFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "displayFormat", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("DisplayFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "displayFormatSpecifiers", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("DisplayFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "maxFractionDigits", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("MaxFractionDigits"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "formatTextRef", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("FormatTextRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ColumnSummaryDescriptionDescription.prototype, "provideCalculatorRef", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("ProvideCalculatorRef"); }, enumerable: false, configurable: true }); ColumnSummaryDescriptionDescription.$t = markType(ColumnSummaryDescriptionDescription, 'ColumnSummaryDescriptionDescription', Description.$); ColumnSummaryDescriptionDescription.__marshalByValue = true; ColumnSummaryDescriptionDescription.__marshalByValueAlias = "ColumnSummaryDescription"; return ColumnSummaryDescriptionDescription; }(Description)); export { ColumnSummaryDescriptionDescription };