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.ce = null; _this.cc = null; _this.ci = null; _this.cd = null; _this.cf = null; _this.b2 = 0; _this.cg = null; _this.ch = null; _this.b5 = 0; _this.b7 = 0; _this.b6 = 0; _this.b4 = 0; return _this; } SummaryRowDescription.prototype.get_type = function () { return "SummaryRow"; }; Object.defineProperty(SummaryRowDescription.prototype, "selectedBackground", { get: function () { return this.ce; }, set: function (a) { this.ce = a; this.e("SelectedBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "actualSelectedBackground", { get: function () { return this.cc; }, set: function (a) { this.cc = a; this.e("ActualSelectedBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelTextColor", { get: function () { return this.ci; }, set: function (a) { this.ci = a; this.e("SummaryLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "actualSummaryLabelTextColor", { get: function () { return this.cd; }, set: function (a) { this.cd = a; this.e("ActualSummaryLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontFamily", { get: function () { return this.cf; }, set: function (a) { this.cf = a; this.e("SummaryLabelFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontSize", { get: function () { return this.b2; }, set: function (a) { this.b2 = a; this.e("SummaryLabelFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontStyle", { get: function () { return this.cg; }, set: function (a) { this.cg = a; this.e("SummaryLabelFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "summaryLabelFontWeight", { get: function () { return this.ch; }, set: function (a) { this.ch = a; this.e("SummaryLabelFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingLeft", { get: function () { return this.b5; }, set: function (a) { this.b5 = a; this.e("PaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingTop", { get: function () { return this.b7; }, set: function (a) { this.b7 = a; this.e("PaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingRight", { get: function () { return this.b6; }, set: function (a) { this.b6 = a; this.e("PaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(SummaryRowDescription.prototype, "paddingBottom", { get: function () { return this.b4; }, set: function (a) { this.b4 = a; this.e("PaddingBottom"); }, enumerable: false, configurable: true }); SummaryRowDescription.$t = markType(SummaryRowDescription, 'SummaryRowDescription', DefinitionBaseDescription.$); return SummaryRowDescription; }(DefinitionBaseDescription)); export { SummaryRowDescription };