UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

170 lines (169 loc) 5.47 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 { DefinitionBaseDescription } from "./DefinitionBaseDescription"; import { markType } from "./type"; /** * @hidden */ var SummaryRowDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(SummaryRowDescription, _super); function SummaryRowDescription() { var _this = _super.call(this) || this; _this.c3 = null; _this.c1 = null; _this.c7 = null; _this.c2 = null; _this.c4 = null; _this.cr = 0; _this.c5 = null; _this.c6 = null; _this.cu = 0; _this.cw = 0; _this.cv = 0; _this.ct = 0; return _this; } SummaryRowDescription.prototype.get_type = function () { return "SummaryRow"; }; Object.defineProperty(SummaryRowDescription.prototype, "selectedBackground", { get: function () { return this.c3; }, set: function (a) { this.c3 = a; this.j("SelectedBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "actualSelectedBackground", { get: function () { return this.c1; }, set: function (a) { this.c1 = a; this.j("ActualSelectedBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelTextColor", { get: function () { return this.c7; }, set: function (a) { this.c7 = a; this.j("SummaryLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "actualSummaryLabelTextColor", { get: function () { return this.c2; }, set: function (a) { this.c2 = a; this.j("ActualSummaryLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontFamily", { get: function () { return this.c4; }, set: function (a) { this.c4 = a; this.j("SummaryLabelFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontSize", { get: function () { return this.cr; }, set: function (a) { this.cr = a; this.j("SummaryLabelFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontStyle", { get: function () { return this.c5; }, set: function (a) { this.c5 = a; this.j("SummaryLabelFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontWeight", { get: function () { return this.c6; }, set: function (a) { this.c6 = a; this.j("SummaryLabelFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingLeft", { get: function () { return this.cu; }, set: function (a) { this.cu = a; this.j("PaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingTop", { get: function () { return this.cw; }, set: function (a) { this.cw = a; this.j("PaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingRight", { get: function () { return this.cv; }, set: function (a) { this.cv = a; this.j("PaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingBottom", { get: function () { return this.ct; }, set: function (a) { this.ct = a; this.j("PaddingBottom"); }, enumerable: false, configurable: true }); SummaryRowDescription.$t = markType(SummaryRowDescription, 'SummaryRowDescription', DefinitionBaseDescription.$); return SummaryRowDescription; }(DefinitionBaseDescription)); export { SummaryRowDescription };