igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
1,507 lines (1,506 loc) • 42.4 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 ButtonDescription = /*@__PURE__*/ (() => {
class ButtonDescription extends Description {
constructor() {
super();
this.bd = 0;
this.bc = 0;
this.e8 = null;
this.e3 = null;
this.e0 = null;
this.ek = null;
this.ej = null;
this.ew = null;
this.et = null;
this.eh = null;
this.cx = 0;
this.cv = 0;
this.cw = 0;
this.eu = null;
this.ak = 0;
this.aj = 0;
this.al = 0;
this.am = 0;
this.ei = null;
this.el = null;
this.em = null;
this.en = null;
this.cu = 0;
this.eo = null;
this.ev = null;
this.es = null;
this.ep = null;
this.eq = null;
this.er = null;
this.ai = 0;
this.gw = null;
this.gy = null;
this.gz = null;
this.g0 = null;
this.dh = 0;
this.g3 = null;
this.gx = null;
this.dk = 0;
this.dj = 0;
this.di = 0;
this.bj = 0;
this.bl = 0;
this.bk = 0;
this.bm = 0;
this.bn = 0;
this.g5 = null;
this.fl = null;
this.fn = null;
this.fo = null;
this.fp = null;
this.c3 = 0;
this.fs = null;
this.fm = null;
this.c6 = 0;
this.c5 = 0;
this.c4 = 0;
this.fu = null;
this.fv = null;
this.ft = null;
this.fq = null;
this.fr = null;
this.a1 = 0;
this.a3 = 0;
this.a2 = 0;
this.a4 = 0;
this.a5 = 0;
this.ez = null;
this.e4 = null;
this.e5 = null;
this.e6 = null;
this.cy = 0;
this.e9 = null;
this.f5 = null;
this.e1 = null;
this.dl = 0;
this.c8 = 0;
this.c7 = 0;
this.f0 = null;
this.a6 = 0;
this.f1 = null;
this.f2 = null;
this.g8 = null;
this.f6 = null;
this.g7 = null;
this.g6 = null;
this.g4 = null;
this.g1 = null;
this.g2 = null;
this.fy = null;
this.fz = null;
this.an = 0;
this.at = 0;
this.as = 0;
this.au = 0;
this.av = 0;
this.gl = null;
this.gn = null;
this.go = null;
this.gp = null;
this.dd = 0;
this.gs = null;
this.gm = null;
this.dg = 0;
this.df = 0;
this.de = 0;
this.be = 0;
this.bg = 0;
this.bf = 0;
this.bh = 0;
this.bi = 0;
this.gu = null;
this.gv = null;
this.gt = null;
this.gq = null;
this.gr = null;
this.fa = null;
this.fc = null;
this.fd = null;
this.fe = null;
this.cz = 0;
this.fh = null;
this.fb = null;
this.c2 = 0;
this.c1 = 0;
this.c0 = 0;
this.aw = 0;
this.ay = 0;
this.ax = 0;
this.az = 0;
this.a0 = 0;
this.fj = null;
this.fk = null;
this.fi = null;
this.ff = null;
this.fg = null;
this.f7 = null;
this.f9 = null;
this.ga = null;
this.gb = null;
this.c9 = 0;
this.ge = null;
this.f8 = null;
this.dc = 0;
this.db = 0;
this.da = 0;
this.a7 = 0;
this.a9 = 0;
this.a8 = 0;
this.ba = 0;
this.bb = 0;
this.gg = null;
this.gh = null;
this.gf = null;
this.gc = null;
this.gd = null;
this.gj = null;
this.gi = null;
this.e7 = null;
this.fw = null;
this.fx = null;
this.ex = null;
this.g9 = null;
this.dm = 0;
this.ey = null;
this.r = false;
this.s = false;
this.t = false;
this.p = false;
this.k = false;
this.n = false;
this.u = false;
this.m = false;
this.q = false;
this.o = false;
this.ap = 0;
this.ar = 0;
this.aq = 0;
this.ao = 0;
this.f4 = null;
this.ha = null;
this.l = false;
this.v = false;
this.e2 = null;
this.f3 = null;
this.gk = null;
}
get_type() {
return "Button";
}
get type() {
return this.get_type();
}
get minWidth() {
return this.bd;
}
set minWidth(a) {
this.bd = a;
this.j("MinWidth");
}
get minHeight() {
return this.bc;
}
set minHeight(a) {
this.bc = a;
this.j("MinHeight");
}
get displayType() {
return this.e8;
}
set displayType(a) {
this.e8 = a;
this.j("DisplayType");
}
get density() {
return this.e3;
}
set density(a) {
this.e3 = a;
this.j("Density");
}
get baseTheme() {
return this.e0;
}
set baseTheme(a) {
this.e0 = a;
this.j("BaseTheme");
}
get actualDensity() {
return this.ek;
}
set actualDensity(a) {
this.ek = a;
this.j("ActualDensity");
}
get actualBorderColor() {
return this.ej;
}
set actualBorderColor(a) {
this.ej = a;
this.j("ActualBorderColor");
}
get actualUmbraShadowColor() {
return this.ew;
}
set actualUmbraShadowColor(a) {
this.ew = a;
this.j("ActualUmbraShadowColor");
}
get actualPenumbraShadowColor() {
return this.et;
}
set actualPenumbraShadowColor(a) {
this.et = a;
this.j("ActualPenumbraShadowColor");
}
get actualAmbientShadowColor() {
return this.eh;
}
set actualAmbientShadowColor(a) {
this.eh = a;
this.j("ActualAmbientShadowColor");
}
get actualRestingElevation() {
return this.cx;
}
set actualRestingElevation(a) {
this.cx = a;
this.j("ActualRestingElevation");
}
get actualFocusElevation() {
return this.cv;
}
set actualFocusElevation(a) {
this.cv = a;
this.j("ActualFocusElevation");
}
get actualHoverElevation() {
return this.cw;
}
set actualHoverElevation(a) {
this.cw = a;
this.j("ActualHoverElevation");
}
get actualRippleColor() {
return this.eu;
}
set actualRippleColor(a) {
this.eu = a;
this.j("ActualRippleColor");
}
get actualCornerRadiusBottomRight() {
return this.ak;
}
set actualCornerRadiusBottomRight(a) {
this.ak = a;
this.j("ActualCornerRadiusBottomRight");
}
get actualCornerRadiusBottomLeft() {
return this.aj;
}
set actualCornerRadiusBottomLeft(a) {
this.aj = a;
this.j("ActualCornerRadiusBottomLeft");
}
get actualCornerRadiusTopLeft() {
return this.al;
}
set actualCornerRadiusTopLeft(a) {
this.al = a;
this.j("ActualCornerRadiusTopLeft");
}
get actualCornerRadiusTopRight() {
return this.am;
}
set actualCornerRadiusTopRight(a) {
this.am = a;
this.j("ActualCornerRadiusTopRight");
}
get actualBackgroundColor() {
return this.ei;
}
set actualBackgroundColor(a) {
this.ei = a;
this.j("ActualBackgroundColor");
}
get actualDisabledBackgroundColor() {
return this.el;
}
set actualDisabledBackgroundColor(a) {
this.el = a;
this.j("ActualDisabledBackgroundColor");
}
get actualDisabledBorderColor() {
return this.em;
}
set actualDisabledBorderColor(a) {
this.em = a;
this.j("ActualDisabledBorderColor");
}
get actualDisabledTextColor() {
return this.en;
}
set actualDisabledTextColor(a) {
this.en = a;
this.j("ActualDisabledTextColor");
}
get actualDisabledElevation() {
return this.cu;
}
set actualDisabledElevation(a) {
this.cu = a;
this.j("ActualDisabledElevation");
}
get actualElevationMode() {
return this.eo;
}
set actualElevationMode(a) {
this.eo = a;
this.j("ActualElevationMode");
}
get actualTextColor() {
return this.ev;
}
set actualTextColor(a) {
this.ev = a;
this.j("ActualTextColor");
}
get actualHoverTextColor() {
return this.es;
}
set actualHoverTextColor(a) {
this.es = a;
this.j("ActualHoverTextColor");
}
get actualFocusBackgroundColor() {
return this.ep;
}
set actualFocusBackgroundColor(a) {
this.ep = a;
this.j("ActualFocusBackgroundColor");
}
get actualFocusTextColor() {
return this.eq;
}
set actualFocusTextColor(a) {
this.eq = a;
this.j("ActualFocusTextColor");
}
get actualHoverBackgroundColor() {
return this.er;
}
set actualHoverBackgroundColor(a) {
this.er = a;
this.j("ActualHoverBackgroundColor");
}
get actualBorderWidth() {
return this.ai;
}
set actualBorderWidth(a) {
this.ai = a;
this.j("ActualBorderWidth");
}
get raisedBackgroundColor() {
return this.gw;
}
set raisedBackgroundColor(a) {
this.gw = a;
this.j("RaisedBackgroundColor");
}
get raisedDisabledBackgroundColor() {
return this.gy;
}
set raisedDisabledBackgroundColor(a) {
this.gy = a;
this.j("RaisedDisabledBackgroundColor");
}
get raisedDisabledBorderColor() {
return this.gz;
}
set raisedDisabledBorderColor(a) {
this.gz = a;
this.j("RaisedDisabledBorderColor");
}
get raisedDisabledTextColor() {
return this.g0;
}
set raisedDisabledTextColor(a) {
this.g0 = a;
this.j("RaisedDisabledTextColor");
}
get raisedDisabledElevation() {
return this.dh;
}
set raisedDisabledElevation(a) {
this.dh = a;
this.j("RaisedDisabledElevation");
}
get raisedHoverBackgroundColor() {
return this.g3;
}
set raisedHoverBackgroundColor(a) {
this.g3 = a;
this.j("RaisedHoverBackgroundColor");
}
get raisedBorderColor() {
return this.gx;
}
set raisedBorderColor(a) {
this.gx = a;
this.j("RaisedBorderColor");
}
get raisedRestingElevation() {
return this.dk;
}
set raisedRestingElevation(a) {
this.dk = a;
this.j("RaisedRestingElevation");
}
get raisedHoverElevation() {
return this.dj;
}
set raisedHoverElevation(a) {
this.dj = a;
this.j("RaisedHoverElevation");
}
get raisedFocusElevation() {
return this.di;
}
set raisedFocusElevation(a) {
this.di = a;
this.j("RaisedFocusElevation");
}
get raisedBorderWidth() {
return this.bj;
}
set raisedBorderWidth(a) {
this.bj = a;
this.j("RaisedBorderWidth");
}
get raisedCornerRadiusBottomRight() {
return this.bl;
}
set raisedCornerRadiusBottomRight(a) {
this.bl = a;
this.j("RaisedCornerRadiusBottomRight");
}
get raisedCornerRadiusBottomLeft() {
return this.bk;
}
set raisedCornerRadiusBottomLeft(a) {
this.bk = a;
this.j("RaisedCornerRadiusBottomLeft");
}
get raisedCornerRadiusTopLeft() {
return this.bm;
}
set raisedCornerRadiusTopLeft(a) {
this.bm = a;
this.j("RaisedCornerRadiusTopLeft");
}
get raisedCornerRadiusTopRight() {
return this.bn;
}
set raisedCornerRadiusTopRight(a) {
this.bn = a;
this.j("RaisedCornerRadiusTopRight");
}
get raisedRippleColor() {
return this.g5;
}
set raisedRippleColor(a) {
this.g5 = a;
this.j("RaisedRippleColor");
}
get flatBackgroundColor() {
return this.fl;
}
set flatBackgroundColor(a) {
this.fl = a;
this.j("FlatBackgroundColor");
}
get flatDisabledBackgroundColor() {
return this.fn;
}
set flatDisabledBackgroundColor(a) {
this.fn = a;
this.j("FlatDisabledBackgroundColor");
}
get flatDisabledBorderColor() {
return this.fo;
}
set flatDisabledBorderColor(a) {
this.fo = a;
this.j("FlatDisabledBorderColor");
}
get flatDisabledTextColor() {
return this.fp;
}
set flatDisabledTextColor(a) {
this.fp = a;
this.j("FlatDisabledTextColor");
}
get flatDisabledElevation() {
return this.c3;
}
set flatDisabledElevation(a) {
this.c3 = a;
this.j("FlatDisabledElevation");
}
get flatHoverBackgroundColor() {
return this.fs;
}
set flatHoverBackgroundColor(a) {
this.fs = a;
this.j("FlatHoverBackgroundColor");
}
get flatBorderColor() {
return this.fm;
}
set flatBorderColor(a) {
this.fm = a;
this.j("FlatBorderColor");
}
get flatRestingElevation() {
return this.c6;
}
set flatRestingElevation(a) {
this.c6 = a;
this.j("FlatRestingElevation");
}
get flatHoverElevation() {
return this.c5;
}
set flatHoverElevation(a) {
this.c5 = a;
this.j("FlatHoverElevation");
}
get flatFocusElevation() {
return this.c4;
}
set flatFocusElevation(a) {
this.c4 = a;
this.j("FlatFocusElevation");
}
get flatRippleColor() {
return this.fu;
}
set flatRippleColor(a) {
this.fu = a;
this.j("FlatRippleColor");
}
get flatTextColor() {
return this.fv;
}
set flatTextColor(a) {
this.fv = a;
this.j("FlatTextColor");
}
get flatHoverTextColor() {
return this.ft;
}
set flatHoverTextColor(a) {
this.ft = a;
this.j("FlatHoverTextColor");
}
get flatFocusBackgroundColor() {
return this.fq;
}
set flatFocusBackgroundColor(a) {
this.fq = a;
this.j("FlatFocusBackgroundColor");
}
get flatFocusTextColor() {
return this.fr;
}
set flatFocusTextColor(a) {
this.fr = a;
this.j("FlatFocusTextColor");
}
get flatBorderWidth() {
return this.a1;
}
set flatBorderWidth(a) {
this.a1 = a;
this.j("FlatBorderWidth");
}
get flatCornerRadiusBottomRight() {
return this.a3;
}
set flatCornerRadiusBottomRight(a) {
this.a3 = a;
this.j("FlatCornerRadiusBottomRight");
}
get flatCornerRadiusBottomLeft() {
return this.a2;
}
set flatCornerRadiusBottomLeft(a) {
this.a2 = a;
this.j("FlatCornerRadiusBottomLeft");
}
get flatCornerRadiusTopLeft() {
return this.a4;
}
set flatCornerRadiusTopLeft(a) {
this.a4 = a;
this.j("FlatCornerRadiusTopLeft");
}
get flatCornerRadiusTopRight() {
return this.a5;
}
set flatCornerRadiusTopRight(a) {
this.a5 = a;
this.j("FlatCornerRadiusTopRight");
}
get backgroundColor() {
return this.ez;
}
set backgroundColor(a) {
this.ez = a;
this.j("BackgroundColor");
}
get disabledBackgroundColor() {
return this.e4;
}
set disabledBackgroundColor(a) {
this.e4 = a;
this.j("DisabledBackgroundColor");
}
get disabledBorderColor() {
return this.e5;
}
set disabledBorderColor(a) {
this.e5 = a;
this.j("DisabledBorderColor");
}
get disabledTextColor() {
return this.e6;
}
set disabledTextColor(a) {
this.e6 = a;
this.j("DisabledTextColor");
}
get disabledElevation() {
return this.cy;
}
set disabledElevation(a) {
this.cy = a;
this.j("DisabledElevation");
}
get elevationMode() {
return this.e9;
}
set elevationMode(a) {
this.e9 = a;
this.j("ElevationMode");
}
get hoverBackgroundColor() {
return this.f5;
}
set hoverBackgroundColor(a) {
this.f5 = a;
this.j("HoverBackgroundColor");
}
get borderColor() {
return this.e1;
}
set borderColor(a) {
this.e1 = a;
this.j("BorderColor");
}
get restingElevation() {
return this.dl;
}
set restingElevation(a) {
this.dl = a;
this.j("RestingElevation");
}
get hoverElevation() {
return this.c8;
}
set hoverElevation(a) {
this.c8 = a;
this.j("HoverElevation");
}
get focusElevation() {
return this.c7;
}
set focusElevation(a) {
this.c7 = a;
this.j("FocusElevation");
}
get fontFamily() {
return this.f0;
}
set fontFamily(a) {
this.f0 = a;
this.j("FontFamily");
}
get fontSize() {
return this.a6;
}
set fontSize(a) {
this.a6 = a;
this.j("FontSize");
}
get fontStyle() {
return this.f1;
}
set fontStyle(a) {
this.f1 = a;
this.j("FontStyle");
}
get fontWeight() {
return this.f2;
}
set fontWeight(a) {
this.f2 = a;
this.j("FontWeight");
}
get textColor() {
return this.g8;
}
set textColor(a) {
this.g8 = a;
this.j("TextColor");
}
get hoverTextColor() {
return this.f6;
}
set hoverTextColor(a) {
this.f6 = a;
this.j("HoverTextColor");
}
get rippleColor() {
return this.g7;
}
set rippleColor(a) {
this.g7 = a;
this.j("RippleColor");
}
get raisedTextColor() {
return this.g6;
}
set raisedTextColor(a) {
this.g6 = a;
this.j("RaisedTextColor");
}
get raisedHoverTextColor() {
return this.g4;
}
set raisedHoverTextColor(a) {
this.g4 = a;
this.j("RaisedHoverTextColor");
}
get raisedFocusBackgroundColor() {
return this.g1;
}
set raisedFocusBackgroundColor(a) {
this.g1 = a;
this.j("RaisedFocusBackgroundColor");
}
get raisedFocusTextColor() {
return this.g2;
}
set raisedFocusTextColor(a) {
this.g2 = a;
this.j("RaisedFocusTextColor");
}
get focusBackgroundColor() {
return this.fy;
}
set focusBackgroundColor(a) {
this.fy = a;
this.j("FocusBackgroundColor");
}
get focusTextColor() {
return this.fz;
}
set focusTextColor(a) {
this.fz = a;
this.j("FocusTextColor");
}
get borderWidth() {
return this.an;
}
set borderWidth(a) {
this.an = a;
this.j("BorderWidth");
}
get cornerRadiusBottomRight() {
return this.at;
}
set cornerRadiusBottomRight(a) {
this.at = a;
this.j("CornerRadiusBottomRight");
}
get cornerRadiusBottomLeft() {
return this.as;
}
set cornerRadiusBottomLeft(a) {
this.as = a;
this.j("CornerRadiusBottomLeft");
}
get cornerRadiusTopLeft() {
return this.au;
}
set cornerRadiusTopLeft(a) {
this.au = a;
this.j("CornerRadiusTopLeft");
}
get cornerRadiusTopRight() {
return this.av;
}
set cornerRadiusTopRight(a) {
this.av = a;
this.j("CornerRadiusTopRight");
}
get outlinedBackgroundColor() {
return this.gl;
}
set outlinedBackgroundColor(a) {
this.gl = a;
this.j("OutlinedBackgroundColor");
}
get outlinedDisabledBackgroundColor() {
return this.gn;
}
set outlinedDisabledBackgroundColor(a) {
this.gn = a;
this.j("OutlinedDisabledBackgroundColor");
}
get outlinedDisabledBorderColor() {
return this.go;
}
set outlinedDisabledBorderColor(a) {
this.go = a;
this.j("OutlinedDisabledBorderColor");
}
get outlinedDisabledTextColor() {
return this.gp;
}
set outlinedDisabledTextColor(a) {
this.gp = a;
this.j("OutlinedDisabledTextColor");
}
get outlinedDisabledElevation() {
return this.dd;
}
set outlinedDisabledElevation(a) {
this.dd = a;
this.j("OutlinedDisabledElevation");
}
get outlinedHoverBackgroundColor() {
return this.gs;
}
set outlinedHoverBackgroundColor(a) {
this.gs = a;
this.j("OutlinedHoverBackgroundColor");
}
get outlinedBorderColor() {
return this.gm;
}
set outlinedBorderColor(a) {
this.gm = a;
this.j("OutlinedBorderColor");
}
get outlinedRestingElevation() {
return this.dg;
}
set outlinedRestingElevation(a) {
this.dg = a;
this.j("OutlinedRestingElevation");
}
get outlinedHoverElevation() {
return this.df;
}
set outlinedHoverElevation(a) {
this.df = a;
this.j("OutlinedHoverElevation");
}
get outlinedFocusElevation() {
return this.de;
}
set outlinedFocusElevation(a) {
this.de = a;
this.j("OutlinedFocusElevation");
}
get outlinedBorderWidth() {
return this.be;
}
set outlinedBorderWidth(a) {
this.be = a;
this.j("OutlinedBorderWidth");
}
get outlinedCornerRadiusBottomRight() {
return this.bg;
}
set outlinedCornerRadiusBottomRight(a) {
this.bg = a;
this.j("OutlinedCornerRadiusBottomRight");
}
get outlinedCornerRadiusBottomLeft() {
return this.bf;
}
set outlinedCornerRadiusBottomLeft(a) {
this.bf = a;
this.j("OutlinedCornerRadiusBottomLeft");
}
get outlinedCornerRadiusTopLeft() {
return this.bh;
}
set outlinedCornerRadiusTopLeft(a) {
this.bh = a;
this.j("OutlinedCornerRadiusTopLeft");
}
get outlinedCornerRadiusTopRight() {
return this.bi;
}
set outlinedCornerRadiusTopRight(a) {
this.bi = a;
this.j("OutlinedCornerRadiusTopRight");
}
get outlinedRippleColor() {
return this.gu;
}
set outlinedRippleColor(a) {
this.gu = a;
this.j("OutlinedRippleColor");
}
get outlinedTextColor() {
return this.gv;
}
set outlinedTextColor(a) {
this.gv = a;
this.j("OutlinedTextColor");
}
get outlinedHoverTextColor() {
return this.gt;
}
set outlinedHoverTextColor(a) {
this.gt = a;
this.j("OutlinedHoverTextColor");
}
get outlinedFocusBackgroundColor() {
return this.gq;
}
set outlinedFocusBackgroundColor(a) {
this.gq = a;
this.j("OutlinedFocusBackgroundColor");
}
get outlinedFocusTextColor() {
return this.gr;
}
set outlinedFocusTextColor(a) {
this.gr = a;
this.j("OutlinedFocusTextColor");
}
get fabBackgroundColor() {
return this.fa;
}
set fabBackgroundColor(a) {
this.fa = a;
this.j("FabBackgroundColor");
}
get fabDisabledBackgroundColor() {
return this.fc;
}
set fabDisabledBackgroundColor(a) {
this.fc = a;
this.j("FabDisabledBackgroundColor");
}
get fabDisabledBorderColor() {
return this.fd;
}
set fabDisabledBorderColor(a) {
this.fd = a;
this.j("FabDisabledBorderColor");
}
get fabDisabledTextColor() {
return this.fe;
}
set fabDisabledTextColor(a) {
this.fe = a;
this.j("FabDisabledTextColor");
}
get fabDisabledElevation() {
return this.cz;
}
set fabDisabledElevation(a) {
this.cz = a;
this.j("FabDisabledElevation");
}
get fabHoverBackgroundColor() {
return this.fh;
}
set fabHoverBackgroundColor(a) {
this.fh = a;
this.j("FabHoverBackgroundColor");
}
get fabBorderColor() {
return this.fb;
}
set fabBorderColor(a) {
this.fb = a;
this.j("FabBorderColor");
}
get fabRestingElevation() {
return this.c2;
}
set fabRestingElevation(a) {
this.c2 = a;
this.j("FabRestingElevation");
}
get fabHoverElevation() {
return this.c1;
}
set fabHoverElevation(a) {
this.c1 = a;
this.j("FabHoverElevation");
}
get fabFocusElevation() {
return this.c0;
}
set fabFocusElevation(a) {
this.c0 = a;
this.j("FabFocusElevation");
}
get fabBorderWidth() {
return this.aw;
}
set fabBorderWidth(a) {
this.aw = a;
this.j("FabBorderWidth");
}
get fabCornerRadiusBottomRight() {
return this.ay;
}
set fabCornerRadiusBottomRight(a) {
this.ay = a;
this.j("FabCornerRadiusBottomRight");
}
get fabCornerRadiusBottomLeft() {
return this.ax;
}
set fabCornerRadiusBottomLeft(a) {
this.ax = a;
this.j("FabCornerRadiusBottomLeft");
}
get fabCornerRadiusTopLeft() {
return this.az;
}
set fabCornerRadiusTopLeft(a) {
this.az = a;
this.j("FabCornerRadiusTopLeft");
}
get fabCornerRadiusTopRight() {
return this.a0;
}
set fabCornerRadiusTopRight(a) {
this.a0 = a;
this.j("FabCornerRadiusTopRight");
}
get fabRippleColor() {
return this.fj;
}
set fabRippleColor(a) {
this.fj = a;
this.j("FabRippleColor");
}
get fabTextColor() {
return this.fk;
}
set fabTextColor(a) {
this.fk = a;
this.j("FabTextColor");
}
get fabHoverTextColor() {
return this.fi;
}
set fabHoverTextColor(a) {
this.fi = a;
this.j("FabHoverTextColor");
}
get fabFocusBackgroundColor() {
return this.ff;
}
set fabFocusBackgroundColor(a) {
this.ff = a;
this.j("FabFocusBackgroundColor");
}
get fabFocusTextColor() {
return this.fg;
}
set fabFocusTextColor(a) {
this.fg = a;
this.j("FabFocusTextColor");
}
get iconBackgroundColor() {
return this.f7;
}
set iconBackgroundColor(a) {
this.f7 = a;
this.j("IconBackgroundColor");
}
get iconDisabledBackgroundColor() {
return this.f9;
}
set iconDisabledBackgroundColor(a) {
this.f9 = a;
this.j("IconDisabledBackgroundColor");
}
get iconDisabledBorderColor() {
return this.ga;
}
set iconDisabledBorderColor(a) {
this.ga = a;
this.j("IconDisabledBorderColor");
}
get iconDisabledTextColor() {
return this.gb;
}
set iconDisabledTextColor(a) {
this.gb = a;
this.j("IconDisabledTextColor");
}
get iconDisabledElevation() {
return this.c9;
}
set iconDisabledElevation(a) {
this.c9 = a;
this.j("IconDisabledElevation");
}
get iconHoverBackgroundColor() {
return this.ge;
}
set iconHoverBackgroundColor(a) {
this.ge = a;
this.j("IconHoverBackgroundColor");
}
get iconBorderColor() {
return this.f8;
}
set iconBorderColor(a) {
this.f8 = a;
this.j("IconBorderColor");
}
get iconRestingElevation() {
return this.dc;
}
set iconRestingElevation(a) {
this.dc = a;
this.j("IconRestingElevation");
}
get iconHoverElevation() {
return this.db;
}
set iconHoverElevation(a) {
this.db = a;
this.j("IconHoverElevation");
}
get iconFocusElevation() {
return this.da;
}
set iconFocusElevation(a) {
this.da = a;
this.j("IconFocusElevation");
}
get iconBorderWidth() {
return this.a7;
}
set iconBorderWidth(a) {
this.a7 = a;
this.j("IconBorderWidth");
}
get iconCornerRadiusBottomRight() {
return this.a9;
}
set iconCornerRadiusBottomRight(a) {
this.a9 = a;
this.j("IconCornerRadiusBottomRight");
}
get iconCornerRadiusBottomLeft() {
return this.a8;
}
set iconCornerRadiusBottomLeft(a) {
this.a8 = a;
this.j("IconCornerRadiusBottomLeft");
}
get iconCornerRadiusTopLeft() {
return this.ba;
}
set iconCornerRadiusTopLeft(a) {
this.ba = a;
this.j("IconCornerRadiusTopLeft");
}
get iconCornerRadiusTopRight() {
return this.bb;
}
set iconCornerRadiusTopRight(a) {
this.bb = a;
this.j("IconCornerRadiusTopRight");
}
get iconRippleColor() {
return this.gg;
}
set iconRippleColor(a) {
this.gg = a;
this.j("IconRippleColor");
}
get iconTextColor() {
return this.gh;
}
set iconTextColor(a) {
this.gh = a;
this.j("IconTextColor");
}
get iconHoverTextColor() {
return this.gf;
}
set iconHoverTextColor(a) {
this.gf = a;
this.j("IconHoverTextColor");
}
get iconFocusBackgroundColor() {
return this.gc;
}
set iconFocusBackgroundColor(a) {
this.gc = a;
this.j("IconFocusBackgroundColor");
}
get iconFocusTextColor() {
return this.gd;
}
set iconFocusTextColor(a) {
this.gd = a;
this.j("IconFocusTextColor");
}
get inputId() {
return this.gj;
}
set inputId(a) {
this.gj = a;
this.j("InputId");
}
get id() {
return this.gi;
}
set id(a) {
this.gi = a;
this.j("Id");
}
get display() {
return this.e7;
}
set display(a) {
this.e7 = a;
this.j("Display");
}
get flexDirection() {
return this.fw;
}
set flexDirection(a) {
this.fw = a;
this.j("FlexDirection");
}
get flexGrow() {
return this.fx;
}
set flexGrow(a) {
this.fx = a;
this.j("FlexGrow");
}
get alignItems() {
return this.ex;
}
set alignItems(a) {
this.ex = a;
this.j("AlignItems");
}
get valueRef() {
return this.g9;
}
set valueRef(a) {
this.g9 = a;
this.j("ValueRef");
}
get tabIndex() {
return this.dm;
}
set tabIndex(a) {
this.dm = a;
this.j("TabIndex");
}
get ariaLabel() {
return this.ey;
}
set ariaLabel(a) {
this.ey = a;
this.j("AriaLabel");
}
get fillAvailableSpace() {
return this.r;
}
set fillAvailableSpace(a) {
this.r = a;
this.j("FillAvailableSpace");
}
get focused() {
return this.s;
}
set focused(a) {
this.s = a;
this.j("Focused");
}
get isFocusStyleEnabled() {
return this.t;
}
set isFocusStyleEnabled(a) {
this.t = a;
this.j("IsFocusStyleEnabled");
}
get disableRipple() {
return this.p;
}
set disableRipple(a) {
this.p = a;
this.j("DisableRipple");
}
get actualDisableRipple() {
return this.k;
}
set actualDisableRipple(a) {
this.k = a;
this.j("ActualDisableRipple");
}
get disableHover() {
return this.n;
}
set disableHover(a) {
this.n = a;
this.j("DisableHover");
}
get isHover() {
return this.u;
}
set isHover(a) {
this.u = a;
this.j("IsHover");
}
get disabled() {
return this.m;
}
set disabled(a) {
this.m = a;
this.j("Disabled");
}
get disableTransitions() {
return this.q;
}
set disableTransitions(a) {
this.q = a;
this.j("DisableTransitions");
}
get disablePointer() {
return this.o;
}
set disablePointer(a) {
this.o = a;
this.j("DisablePointer");
}
get contentPaddingLeft() {
return this.ap;
}
set contentPaddingLeft(a) {
this.ap = a;
this.j("ContentPaddingLeft");
}
get contentPaddingTop() {
return this.ar;
}
set contentPaddingTop(a) {
this.ar = a;
this.j("ContentPaddingTop");
}
get contentPaddingRight() {
return this.aq;
}
set contentPaddingRight(a) {
this.aq = a;
this.j("ContentPaddingRight");
}
get contentPaddingBottom() {
return this.ao;
}
set contentPaddingBottom(a) {
this.ao = a;
this.j("ContentPaddingBottom");
}
get horizontalContentAlignment() {
return this.f4;
}
set horizontalContentAlignment(a) {
this.f4 = a;
this.j("HorizontalContentAlignment");
}
get verticalContentAlignment() {
return this.ha;
}
set verticalContentAlignment(a) {
this.ha = a;
this.j("VerticalContentAlignment");
}
get clickTunneling() {
return this.l;
}
set clickTunneling(a) {
this.l = a;
this.j("ClickTunneling");
}
get stopPropagation() {
return this.v;
}
set stopPropagation(a) {
this.v = a;
this.j("StopPropagation");
}
get clickedRef() {
return this.e2;
}
set clickedRef(a) {
this.e2 = a;
this.j("ClickedRef");
}
get gotFocusRef() {
return this.f3;
}
set gotFocusRef(a) {
this.f3 = a;
this.j("GotFocusRef");
}
get lostFocusRef() {
return this.gk;
}
set lostFocusRef(a) {
this.gk = a;
this.j("LostFocusRef");
}
}
ButtonDescription.$t = markType(ButtonDescription, 'ButtonDescription', Description.$);
return ButtonDescription;
})();