igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
837 lines (836 loc) • 25.8 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 ButtonGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ButtonGroupDescription, _super);
function ButtonGroupDescription() {
var _this = _super.call(this) || this;
_this.ax = null;
_this.av = null;
_this.aw = null;
_this.ai = null;
_this.l = null;
_this.t = 0;
_this.aj = null;
_this.al = null;
_this.aq = null;
_this.an = null;
_this.ak = null;
_this.am = null;
_this.s = 0;
_this.ar = null;
_this.au = null;
_this.ao = null;
_this.ap = null;
_this.as = null;
_this.at = null;
_this.x = 0;
_this.bb = null;
_this.bd = null;
_this.bi = null;
_this.bf = null;
_this.bg = null;
_this.bc = null;
_this.be = null;
_this.w = 0;
_this.bh = null;
_this.bw = null;
_this.bz = null;
_this.bx = null;
_this.by = null;
_this.z = 0;
_this.bk = null;
_this.bm = null;
_this.br = null;
_this.bo = null;
_this.bp = null;
_this.bl = null;
_this.bn = null;
_this.y = 0;
_this.bq = null;
_this.bs = null;
_this.bv = null;
_this.bt = null;
_this.bu = null;
_this.v = 0;
_this.ay = null;
_this.a0 = null;
_this.a5 = null;
_this.a2 = null;
_this.a3 = null;
_this.az = null;
_this.a1 = null;
_this.u = 0;
_this.a4 = null;
_this.a6 = null;
_this.a9 = null;
_this.a7 = null;
_this.a8 = null;
_this.bj = null;
_this.ba = null;
_this.o = false;
_this.p = false;
_this.k = null;
_this.b0 = null;
return _this;
}
ButtonGroupDescription.prototype.get_type = function () {
return "ButtonGroup";
};
Object.defineProperty(ButtonGroupDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "displayType", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("DisplayType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "baseTheme", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("BaseTheme");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "density", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("Density");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualDensity", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("ActualDensity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "selectedIndices", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("SelectedIndices");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemCornerRadius", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("ActualItemCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemBackgroundColor", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("ActualItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemDisabledBackgroundColor", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("ActualItemDisabledBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemTextColor", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("ActualItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemDisabledTextColor", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("ActualItemDisabledTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemBorderColor", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("ActualItemBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemDisabledBorderColor", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("ActualItemDisabledBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemBorderWidth", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("ActualItemBorderWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualSelectedItemBackgroundColor", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("ActualSelectedItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualSelectedItemTextColor", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("ActualSelectedItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemHoverBackgroundColor", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("ActualItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualItemHoverTextColor", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("ActualItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualSelectedItemHoverBackgroundColor", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("ActualSelectedItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "actualSelectedItemHoverTextColor", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("ActualSelectedItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemCornerRadius", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("ItemCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemBackgroundColor", {
get: function () {
return this.bb;
},
set: function (a) {
this.bb = a;
this.j("ItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemDisabledBackgroundColor", {
get: function () {
return this.bd;
},
set: function (a) {
this.bd = a;
this.j("ItemDisabledBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemTextColor", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.j("ItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemDisabledTextColor", {
get: function () {
return this.bf;
},
set: function (a) {
this.bf = a;
this.j("ItemDisabledTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemHoverBackgroundColor", {
get: function () {
return this.bg;
},
set: function (a) {
this.bg = a;
this.j("ItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemBorderColor", {
get: function () {
return this.bc;
},
set: function (a) {
this.bc = a;
this.j("ItemBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemDisabledBorderColor", {
get: function () {
return this.be;
},
set: function (a) {
this.be = a;
this.j("ItemDisabledBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemBorderWidth", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("ItemBorderWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "itemHoverTextColor", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.j("ItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "selectedItemBackgroundColor", {
get: function () {
return this.bw;
},
set: function (a) {
this.bw = a;
this.j("SelectedItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "selectedItemTextColor", {
get: function () {
return this.bz;
},
set: function (a) {
this.bz = a;
this.j("SelectedItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "selectedItemHoverBackgroundColor", {
get: function () {
return this.bx;
},
set: function (a) {
this.bx = a;
this.j("SelectedItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "selectedItemHoverTextColor", {
get: function () {
return this.by;
},
set: function (a) {
this.by = a;
this.j("SelectedItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemCornerRadius", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("OutlinedItemCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemBackgroundColor", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.j("OutlinedItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemDisabledBackgroundColor", {
get: function () {
return this.bm;
},
set: function (a) {
this.bm = a;
this.j("OutlinedItemDisabledBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemTextColor", {
get: function () {
return this.br;
},
set: function (a) {
this.br = a;
this.j("OutlinedItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemDisabledTextColor", {
get: function () {
return this.bo;
},
set: function (a) {
this.bo = a;
this.j("OutlinedItemDisabledTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemHoverBackgroundColor", {
get: function () {
return this.bp;
},
set: function (a) {
this.bp = a;
this.j("OutlinedItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemBorderColor", {
get: function () {
return this.bl;
},
set: function (a) {
this.bl = a;
this.j("OutlinedItemBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemDisabledBorderColor", {
get: function () {
return this.bn;
},
set: function (a) {
this.bn = a;
this.j("OutlinedItemDisabledBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemBorderWidth", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("OutlinedItemBorderWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedItemHoverTextColor", {
get: function () {
return this.bq;
},
set: function (a) {
this.bq = a;
this.j("OutlinedItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedSelectedItemBackgroundColor", {
get: function () {
return this.bs;
},
set: function (a) {
this.bs = a;
this.j("OutlinedSelectedItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedSelectedItemTextColor", {
get: function () {
return this.bv;
},
set: function (a) {
this.bv = a;
this.j("OutlinedSelectedItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedSelectedItemHoverBackgroundColor", {
get: function () {
return this.bt;
},
set: function (a) {
this.bt = a;
this.j("OutlinedSelectedItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "outlinedSelectedItemHoverTextColor", {
get: function () {
return this.bu;
},
set: function (a) {
this.bu = a;
this.j("OutlinedSelectedItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemCornerRadius", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("FlatItemCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemBackgroundColor", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.j("FlatItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemDisabledBackgroundColor", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.j("FlatItemDisabledBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemTextColor", {
get: function () {
return this.a5;
},
set: function (a) {
this.a5 = a;
this.j("FlatItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemDisabledTextColor", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.j("FlatItemDisabledTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemHoverBackgroundColor", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.j("FlatItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemBorderColor", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("FlatItemBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemDisabledBorderColor", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.j("FlatItemDisabledBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemBorderWidth", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("FlatItemBorderWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatItemHoverTextColor", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.j("FlatItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatSelectedItemBackgroundColor", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.j("FlatSelectedItemBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatSelectedItemTextColor", {
get: function () {
return this.a9;
},
set: function (a) {
this.a9 = a;
this.j("FlatSelectedItemTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatSelectedItemHoverBackgroundColor", {
get: function () {
return this.a7;
},
set: function (a) {
this.a7 = a;
this.j("FlatSelectedItemHoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "flatSelectedItemHoverTextColor", {
get: function () {
return this.a8;
},
set: function (a) {
this.a8 = a;
this.j("FlatSelectedItemHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "orientation", {
get: function () {
return this.bj;
},
set: function (a) {
this.bj = a;
this.j("Orientation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "id", {
get: function () {
return this.ba;
},
set: function (a) {
this.ba = a;
this.j("Id");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "disabled", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("Disabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "isMultiSelect", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("IsMultiSelect");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "buttons", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("Buttons");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ButtonGroupDescription.prototype, "selectionChangedRef", {
get: function () {
return this.b0;
},
set: function (a) {
this.b0 = a;
this.j("SelectionChangedRef");
},
enumerable: false,
configurable: true
});
ButtonGroupDescription.$t = markType(ButtonGroupDescription, 'ButtonGroupDescription', Description.$);
return ButtonGroupDescription;
}(Description));
export { ButtonGroupDescription };