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