UNPKG

igniteui-react-core

Version:
470 lines (469 loc) 14.2 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 { ToolActionDescription } from "./ToolActionDescription"; import { markType } from "./type"; /** * @hidden */ var ToolActionButtonPairDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ToolActionButtonPairDescription, _super); function ToolActionButtonPairDescription() { var _this = _super.call(this) || this; _this.ec = false; _this.ee = false; _this.eb = false; _this.ed = false; _this.fe = null; _this.fb = null; _this.ea = false; _this.fc = null; _this.en = 0; _this.eo = 0; _this.ep = 0; _this.em = 0; _this.fd = null; _this.e6 = null; _this.d2 = null; _this.ff = null; _this.e7 = null; _this.d3 = null; _this.el = 0; _this.fg = null; _this.fk = null; _this.fh = null; _this.fi = null; _this.es = 0; _this.et = 0; _this.eu = 0; _this.er = 0; _this.fj = null; _this.e8 = null; _this.d4 = null; _this.fl = null; _this.e9 = null; _this.d5 = null; _this.eq = 0; _this.fm = null; _this.fa = null; _this.ek = 0; return _this; } ToolActionButtonPairDescription.prototype.get_type = function () { return "ToolActionButtonPair"; }; Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIsSelected", { get: function () { return this.ec; }, set: function (a) { this.ec = a; this.j("LeftIsSelected"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIsSelected", { get: function () { return this.ee; }, set: function (a) { this.ee = a; this.j("RightIsSelected"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIsDisabled", { get: function () { return this.eb; }, set: function (a) { this.eb = a; this.j("LeftIsDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIsDisabled", { get: function () { return this.ed; }, set: function (a) { this.ed = a; this.j("RightIsDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconName", { get: function () { return this.fe; }, set: function (a) { this.fe = a; this.j("LeftIconName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftCommandArgument", { get: function () { return this.fb; }, set: function (a) { this.fb = a; this.j("LeftCommandArgument"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "isToggleDisabled", { get: function () { return this.ea; }, set: function (a) { this.ea = a; this.j("IsToggleDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconCollectionName", { get: function () { return this.fc; }, set: function (a) { this.fc = a; this.j("LeftIconCollectionName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconViewBoxLeft", { get: function () { return this.en; }, set: function (a) { this.en = a; this.j("LeftIconViewBoxLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconViewBoxTop", { get: function () { return this.eo; }, set: function (a) { this.eo = a; this.j("LeftIconViewBoxTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconViewBoxWidth", { get: function () { return this.ep; }, set: function (a) { this.ep = a; this.j("LeftIconViewBoxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconViewBoxHeight", { get: function () { return this.em; }, set: function (a) { this.em = a; this.j("LeftIconViewBoxHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconFill", { get: function () { return this.fd; }, set: function (a) { this.fd = a; this.j("LeftIconFill"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "actualLeftIconFill", { get: function () { return this.e6; }, set: function (a) { this.e6 = a; this.j("ActualLeftIconFill"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconFillColors", { get: function () { return this.d2; }, set: function (a) { this.d2 = a; this.j("LeftIconFillColors"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconStroke", { get: function () { return this.ff; }, set: function (a) { this.ff = a; this.j("LeftIconStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "actualLeftIconStroke", { get: function () { return this.e7; }, set: function (a) { this.e7 = a; this.j("ActualLeftIconStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconStrokeColors", { get: function () { return this.d3; }, set: function (a) { this.d3 = a; this.j("LeftIconStrokeColors"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftIconStrokeWidth", { get: function () { return this.el; }, set: function (a) { this.el = a; this.j("LeftIconStrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "leftTitle", { get: function () { return this.fg; }, set: function (a) { this.fg = a; this.j("LeftTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconName", { get: function () { return this.fk; }, set: function (a) { this.fk = a; this.j("RightIconName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightCommandArgument", { get: function () { return this.fh; }, set: function (a) { this.fh = a; this.j("RightCommandArgument"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconCollectionName", { get: function () { return this.fi; }, set: function (a) { this.fi = a; this.j("RightIconCollectionName"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconViewBoxLeft", { get: function () { return this.es; }, set: function (a) { this.es = a; this.j("RightIconViewBoxLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconViewBoxTop", { get: function () { return this.et; }, set: function (a) { this.et = a; this.j("RightIconViewBoxTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconViewBoxWidth", { get: function () { return this.eu; }, set: function (a) { this.eu = a; this.j("RightIconViewBoxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconViewBoxHeight", { get: function () { return this.er; }, set: function (a) { this.er = a; this.j("RightIconViewBoxHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconFill", { get: function () { return this.fj; }, set: function (a) { this.fj = a; this.j("RightIconFill"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "actualRightIconFill", { get: function () { return this.e8; }, set: function (a) { this.e8 = a; this.j("ActualRightIconFill"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconFillColors", { get: function () { return this.d4; }, set: function (a) { this.d4 = a; this.j("RightIconFillColors"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconStroke", { get: function () { return this.fl; }, set: function (a) { this.fl = a; this.j("RightIconStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "actualRightIconStroke", { get: function () { return this.e9; }, set: function (a) { this.e9 = a; this.j("ActualRightIconStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconStrokeColors", { get: function () { return this.d5; }, set: function (a) { this.d5 = a; this.j("RightIconStrokeColors"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightIconStrokeWidth", { get: function () { return this.eq; }, set: function (a) { this.eq = a; this.j("RightIconStrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "rightTitle", { get: function () { return this.fm; }, set: function (a) { this.fm = a; this.j("RightTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "displayType", { get: function () { return this.fa; }, set: function (a) { this.fa = a; this.j("DisplayType"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionButtonPairDescription.prototype, "cornerRadius", { get: function () { return this.ek; }, set: function (a) { this.ek = a; this.j("CornerRadius"); }, enumerable: false, configurable: true }); ToolActionButtonPairDescription.$t = markType(ToolActionButtonPairDescription, 'ToolActionButtonPairDescription', ToolActionDescription.$); return ToolActionButtonPairDescription; }(ToolActionDescription)); export { ToolActionButtonPairDescription };