igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
407 lines (406 loc) • 12.2 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.a5 = null;
_this.ay = null;
_this.aw = null;
_this.ax = null;
_this.ae = 0;
_this.af = 0;
_this.ad = 0;
_this.ag = 0;
_this.a8 = null;
_this.a6 = null;
_this.a3 = null;
_this.a1 = null;
_this.z = 0;
_this.aa = 0;
_this.ab = 0;
_this.y = 0;
_this.ac = 0;
_this.w = 0;
_this.a2 = null;
_this.a4 = null;
_this.x = 0;
_this.at = 0;
_this.v = 0;
_this.q = false;
_this.r = false;
_this.a7 = null;
_this.a0 = null;
_this.p = false;
_this.az = null;
_this.k = null;
_this.l = 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.a5;
},
set: function (a) {
this.a5 = a;
this.j("ParentId");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "commandId", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.j("CommandId");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "commandArgument", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("CommandArgument");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "commandArgumentValueRef", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("CommandArgumentValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingLeft", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("PaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingRight", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("PaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingBottom", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("PaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "paddingTop", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("PaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "title", {
get: function () {
return this.a8;
},
set: function (a) {
this.a8 = a;
this.j("Title");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "subtitle", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.j("Subtitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconName", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.j("IconName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconCollectionName", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.j("IconCollectionName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxLeft", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("IconViewBoxLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxTop", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("IconViewBoxTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxWidth", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("IconViewBoxWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconViewBoxHeight", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("IconViewBoxHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconWidth", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("IconWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconHeight", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("IconHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconFill", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.j("IconFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconStroke", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.j("IconStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "iconStrokeWidth", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("IconStrokeWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "subPanelRowHeight", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("SubPanelRowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "height", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("Height");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "isDisabled", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("IsDisabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "isHighlighted", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("IsHighlighted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "textColor", {
get: function () {
return this.a7;
},
set: function (a) {
this.a7 = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "disabledTextColor", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.j("DisabledTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "closeOnExecute", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("CloseOnExecute");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "density", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("Density");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "actions", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("Actions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ToolActionInfoDescription.prototype, "contextBindings", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("ContextBindings");
},
enumerable: false,
configurable: true
});
ToolActionInfoDescription.$t = markType(ToolActionInfoDescription, 'ToolActionInfoDescription', Description.$);
ToolActionInfoDescription.__marshalByValue = true;
ToolActionInfoDescription.__marshalByValueAlias = "ToolActionInfo";
return ToolActionInfoDescription;
}(Description));
export { ToolActionInfoDescription };