igniteui-react-core
Version:
Ignite UI React Core.
419 lines (418 loc) • 12.1 kB
JavaScript
/*
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 ToolActionInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ToolActionInfoDescription, _super);
function ToolActionInfoDescription() {
var _this = _super.call(this) || this;
_this.a3 = null;
_this.av = null;
_this.at = null;
_this.au = null;
_this.ab = 0;
_this.ac = 0;
_this.aa = 0;
_this.ad = 0;
_this.a2 = null;
_this.a6 = null;
_this.a4 = null;
_this.a0 = null;
_this.ay = null;
_this.w = 0;
_this.x = 0;
_this.y = 0;
_this.v = 0;
_this.z = 0;
_this.t = 0;
_this.az = null;
_this.a1 = null;
_this.u = 0;
_this.aq = 0;
_this.s = 0;
_this.n = false;
_this.o = false;
_this.a5 = null;
_this.ax = null;
_this.m = false;
_this.aw = null;
_this.h = null;
_this.i = null;
return _this;
}
ToolActionInfoDescription.prototype.get_type = function () {
return "ToolActionInfo";
};
Object.defineProperty(ToolActionInfoDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "parentId", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.g("ParentId");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "commandId", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.g("CommandId");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "commandArgument", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.g("CommandArgument");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "commandArgumentValueRef", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.g("CommandArgumentValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingLeft", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.g("PaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingRight", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.g("PaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingBottom", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.g("PaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingTop", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.g("PaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "name", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.g("Name");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "title", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.g("Title");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "subtitle", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.g("Subtitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconName", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.g("IconName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconCollectionName", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.g("IconCollectionName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxLeft", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.g("IconViewBoxLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxTop", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.g("IconViewBoxTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxWidth", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.g("IconViewBoxWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxHeight", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.g("IconViewBoxHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconWidth", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.g("IconWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconHeight", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.g("IconHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconFill", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.g("IconFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconStroke", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.g("IconStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconStrokeWidth", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.g("IconStrokeWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "subPanelRowHeight", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.g("SubPanelRowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "height", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.g("Height");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "isDisabled", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.g("IsDisabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "isHighlighted", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.g("IsHighlighted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "textColor", {
get: function () {
return this.a5;
},
set: function (a) {
this.a5 = a;
this.g("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "disabledTextColor", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.g("DisabledTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "closeOnExecute", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.g("CloseOnExecute");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "density", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.g("Density");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "actions", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.g("Actions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "contextBindings", {
get: function () {
return this.i;
},
set: function (a) {
this.i = a;
this.g("ContextBindings");
},
enumerable: false,
configurable: true
});
ToolActionInfoDescription.$t = markType(ToolActionInfoDescription, 'ToolActionInfoDescription', Description.$);
ToolActionInfoDescription.__marshalByValue = true;
ToolActionInfoDescription.__marshalByValueAlias = "ToolActionInfo";
return ToolActionInfoDescription;
}(Description));
export { ToolActionInfoDescription };