igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
379 lines (378 loc) • 9.78 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 IconDescription = /*@__PURE__*/ (() => {
class IconDescription extends Description {
constructor() {
super();
this.a4 = null;
this.a0 = null;
this.a1 = null;
this.a2 = null;
this.u = 0;
this.a6 = null;
this.bj = null;
this.ad = 0;
this.bm = null;
this.ba = null;
this.bb = null;
this.ab = 0;
this.bc = null;
this.k = null;
this.l = null;
this.be = null;
this.bf = null;
this.bg = null;
this.bh = null;
this.bi = null;
this.a5 = null;
this.bl = null;
this.bk = null;
this.m = null;
this.a7 = null;
this.z = 0;
this.a8 = null;
this.a9 = null;
this.bd = null;
this.ay = 0;
this.a3 = null;
this.r = false;
this.q = false;
this.ac = 0;
this.w = 0;
this.af = 0;
this.x = 0;
this.ag = 0;
this.y = 0;
this.ah = 0;
this.v = 0;
this.ae = 0;
this.ai = 0;
this.aa = 0;
}
get_type() {
return "Icon";
}
get type() {
return this.get_type();
}
get baseTheme() {
return this.a4;
}
set baseTheme(a) {
this.a4 = a;
this.j("BaseTheme");
}
get actualFill() {
return this.a0;
}
set actualFill(a) {
this.a0 = a;
this.j("ActualFill");
}
get actualStroke() {
return this.a1;
}
set actualStroke(a) {
this.a1 = a;
this.j("ActualStroke");
}
get actualTextColor() {
return this.a2;
}
set actualTextColor(a) {
this.a2 = a;
this.j("ActualTextColor");
}
get actualStrokeWidth() {
return this.u;
}
set actualStrokeWidth(a) {
this.u = a;
this.j("ActualStrokeWidth");
}
get fill() {
return this.a6;
}
set fill(a) {
this.a6 = a;
this.j("Fill");
}
get stroke() {
return this.bj;
}
set stroke(a) {
this.bj = a;
this.j("Stroke");
}
get strokeWidth() {
return this.ad;
}
set strokeWidth(a) {
this.ad = a;
this.j("StrokeWidth");
}
get textColor() {
return this.bm;
}
set textColor(a) {
this.bm = a;
this.j("TextColor");
}
get hoverFill() {
return this.ba;
}
set hoverFill(a) {
this.ba = a;
this.j("HoverFill");
}
get hoverStroke() {
return this.bb;
}
set hoverStroke(a) {
this.bb = a;
this.j("HoverStroke");
}
get hoverStrokeThickness() {
return this.ab;
}
set hoverStrokeThickness(a) {
this.ab = a;
this.j("HoverStrokeThickness");
}
get hoverTextColor() {
return this.bc;
}
set hoverTextColor(a) {
this.bc = a;
this.j("HoverTextColor");
}
get fillColors() {
return this.k;
}
set fillColors(a) {
this.k = a;
this.j("FillColors");
}
get strokeColors() {
return this.l;
}
set strokeColors(a) {
this.l = a;
this.j("StrokeColors");
}
get primaryFillColor() {
return this.be;
}
set primaryFillColor(a) {
this.be = a;
this.j("PrimaryFillColor");
}
get primaryStrokeColor() {
return this.bf;
}
set primaryStrokeColor(a) {
this.bf = a;
this.j("PrimaryStrokeColor");
}
get secondaryFillColor() {
return this.bg;
}
set secondaryFillColor(a) {
this.bg = a;
this.j("SecondaryFillColor");
}
get secondaryStrokeColor() {
return this.bh;
}
set secondaryStrokeColor(a) {
this.bh = a;
this.j("SecondaryStrokeColor");
}
get sourceRef() {
return this.bi;
}
set sourceRef(a) {
this.bi = a;
this.j("SourceRef");
}
get dataURL() {
return this.a5;
}
set dataURL(a) {
this.a5 = a;
this.j("DataURL");
}
get svgPath() {
return this.bl;
}
set svgPath(a) {
this.bl = a;
this.j("SvgPath");
}
get svg() {
return this.bk;
}
set svg(a) {
this.bk = a;
this.j("Svg");
}
get sVGPaths() {
return this.m;
}
set sVGPaths(a) {
this.m = a;
this.j("SVGPaths");
}
get fontFamily() {
return this.a7;
}
set fontFamily(a) {
this.a7 = a;
this.j("FontFamily");
}
get fontSize() {
return this.z;
}
set fontSize(a) {
this.z = a;
this.j("FontSize");
}
get fontStyle() {
return this.a8;
}
set fontStyle(a) {
this.a8 = a;
this.j("FontStyle");
}
get fontWeight() {
return this.a9;
}
set fontWeight(a) {
this.a9 = a;
this.j("FontWeight");
}
get id() {
return this.bd;
}
set id(a) {
this.bd = a;
this.j("Id");
}
get tabIndex() {
return this.ay;
}
set tabIndex(a) {
this.ay = a;
this.j("TabIndex");
}
get ariaLabel() {
return this.a3;
}
set ariaLabel(a) {
this.a3 = a;
this.j("AriaLabel");
}
get isHover() {
return this.r;
}
set isHover(a) {
this.r = a;
this.j("IsHover");
}
get disabled() {
return this.q;
}
set disabled(a) {
this.q = a;
this.j("Disabled");
}
get opacity() {
return this.ac;
}
set opacity(a) {
this.ac = a;
this.j("Opacity");
}
get actualViewBoxLeft() {
return this.w;
}
set actualViewBoxLeft(a) {
this.w = a;
this.j("ActualViewBoxLeft");
}
get viewBoxLeft() {
return this.af;
}
set viewBoxLeft(a) {
this.af = a;
this.j("ViewBoxLeft");
}
get actualViewBoxTop() {
return this.x;
}
set actualViewBoxTop(a) {
this.x = a;
this.j("ActualViewBoxTop");
}
get viewBoxTop() {
return this.ag;
}
set viewBoxTop(a) {
this.ag = a;
this.j("ViewBoxTop");
}
get actualViewBoxWidth() {
return this.y;
}
set actualViewBoxWidth(a) {
this.y = a;
this.j("ActualViewBoxWidth");
}
get viewBoxWidth() {
return this.ah;
}
set viewBoxWidth(a) {
this.ah = a;
this.j("ViewBoxWidth");
}
get actualViewBoxHeight() {
return this.v;
}
set actualViewBoxHeight(a) {
this.v = a;
this.j("ActualViewBoxHeight");
}
get viewBoxHeight() {
return this.ae;
}
set viewBoxHeight(a) {
this.ae = a;
this.j("ViewBoxHeight");
}
get width() {
return this.ai;
}
set width(a) {
this.ai = a;
this.j("Width");
}
get height() {
return this.aa;
}
set height(a) {
this.aa = a;
this.j("Height");
}
}
IconDescription.$t = markType(IconDescription, 'IconDescription', Description.$);
return IconDescription;
})();