UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

304 lines (303 loc) 9.93 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 { ToolActionInfoDescription } from "./ToolActionInfoDescription"; import { markType } from "./type"; /** * @hidden */ var ToolActionButtonPairInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ToolActionButtonPairInfoDescription, _super); function ToolActionButtonPairInfoDescription() { var _this = _super.call(this) || this; _this.cg = null; _this.cb = null; _this.ce = null; _this.cc = null; _this.cd = null; _this.cf = null; _this.bq = 0; _this.bo = false; _this.bs = 0; _this.bt = 0; _this.bu = 0; _this.br = 0; _this.cm = null; _this.ch = null; _this.ck = null; _this.ci = null; _this.cj = null; _this.cl = null; _this.bv = 0; _this.bx = 0; _this.by = 0; _this.bz = 0; _this.bw = 0; return _this; } ToolActionButtonPairInfoDescription.prototype.get_type = function () { return "ToolActionButtonPairInfo"; }; Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftTitle", { get: function () { return this.cg; }, set: function (a) { this.cg = a; this.j("LeftTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftCommandArgument", { get: function () { return this.cb; }, set: function (a) { this.cb = a; this.j("LeftCommandArgument"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconName", { get: function () { return this.ce; }, set: function (a) { this.ce = a; this.j("LeftIconName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconCollectionName", { get: function () { return this.cc; }, set: function (a) { this.cc = a; this.j("LeftIconCollectionName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconFill", { get: function () { return this.cd; }, set: function (a) { this.cd = a; this.j("LeftIconFill"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconStroke", { get: function () { return this.cf; }, set: function (a) { this.cf = a; this.j("LeftIconStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconStrokeWidth", { get: function () { return this.bq; }, set: function (a) { this.bq = a; this.j("LeftIconStrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "isToggleDisabled", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.j("IsToggleDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconViewBoxLeft", { get: function () { return this.bs; }, set: function (a) { this.bs = a; this.j("LeftIconViewBoxLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconViewBoxTop", { get: function () { return this.bt; }, set: function (a) { this.bt = a; this.j("LeftIconViewBoxTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconViewBoxWidth", { get: function () { return this.bu; }, set: function (a) { this.bu = a; this.j("LeftIconViewBoxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "leftIconViewBoxHeight", { get: function () { return this.br; }, set: function (a) { this.br = a; this.j("LeftIconViewBoxHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightTitle", { get: function () { return this.cm; }, set: function (a) { this.cm = a; this.j("RightTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightCommandArgument", { get: function () { return this.ch; }, set: function (a) { this.ch = a; this.j("RightCommandArgument"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconName", { get: function () { return this.ck; }, set: function (a) { this.ck = a; this.j("RightIconName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconCollectionName", { get: function () { return this.ci; }, set: function (a) { this.ci = a; this.j("RightIconCollectionName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconFill", { get: function () { return this.cj; }, set: function (a) { this.cj = a; this.j("RightIconFill"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconStroke", { get: function () { return this.cl; }, set: function (a) { this.cl = a; this.j("RightIconStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconStrokeWidth", { get: function () { return this.bv; }, set: function (a) { this.bv = a; this.j("RightIconStrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconViewBoxLeft", { get: function () { return this.bx; }, set: function (a) { this.bx = a; this.j("RightIconViewBoxLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconViewBoxTop", { get: function () { return this.by; }, set: function (a) { this.by = a; this.j("RightIconViewBoxTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconViewBoxWidth", { get: function () { return this.bz; }, set: function (a) { this.bz = a; this.j("RightIconViewBoxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairInfoDescription.prototype, "rightIconViewBoxHeight", { get: function () { return this.bw; }, set: function (a) { this.bw = a; this.j("RightIconViewBoxHeight"); }, enumerable: false, configurable: true }); ToolActionButtonPairInfoDescription.$t = markType(ToolActionButtonPairInfoDescription, 'ToolActionButtonPairInfoDescription', ToolActionInfoDescription.$); ToolActionButtonPairInfoDescription.__marshalByValue1 = true; ToolActionButtonPairInfoDescription.__marshalByValueAlias1 = "ToolActionButtonPairInfo"; return ToolActionButtonPairInfoDescription; }(ToolActionInfoDescription)); export { ToolActionButtonPairInfoDescription };