igniteui-react-core
Version:
Ignite UI React Core.
79 lines (78 loc) • 4.21 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 { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { IconDescription } from "./IconDescription";
/**
* @hidden
*/
export let IconDescriptionMetadata = /*@__PURE__*/ (() => {
class IconDescriptionMetadata extends Base {
static b(a) {
if (IconDescriptionMetadata.a == null) {
IconDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
IconDescriptionMetadata.c(IconDescriptionMetadata.a);
}
if (a.k(IconDescriptionMetadata.a)) {
return;
}
a.ac(IconDescriptionMetadata.a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:XIcon");
a.item("BaseTheme", "ExportedType:string:BaseControlTheme");
a.item("BaseTheme@names", "Default;DenaliLight;MaterialLight;SlingshotLight;SlingshotDark;RevealLight;RevealDark");
a.item("ActualFill", "Brush");
a.item("ActualStroke", "Brush");
a.item("ActualTextColor", "Brush");
a.item("ActualStrokeWidth", "Number:double");
a.item("Fill", "Brush");
a.item("Stroke", "Brush");
a.item("StrokeWidth", "Number:double");
a.item("TextColor", "Brush");
a.item("HoverFill", "Brush");
a.item("HoverStroke", "Brush");
a.item("HoverStrokeThickness", "Number:double");
a.item("HoverTextColor", "Brush");
a.item("FillColors", "BrushCollection:string");
a.item("StrokeColors", "BrushCollection:string");
a.item("PrimaryFillColor", "Brush");
a.item("PrimaryStrokeColor", "Brush");
a.item("SecondaryFillColor", "Brush");
a.item("SecondaryStrokeColor", "Brush");
a.item("SourceRef", "(w:Source,wf:Source)DataRef");
a.item("DataURL", "String");
a.item("SvgPath", "(w:SVGPath,wf:SVGPath)String");
a.item("Svg", "(w:SVG,wf:SVG)String");
a.item("SVGPaths", "Array:string");
a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String");
a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double");
a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontFamily/FontStyleTransform,wf:FontFamily/FontStyleTransform,web:textStyle/FontStyleTransform)String");
a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontFamily/FontWeightTransform,wf:FontFamily/FontWeightTransform,web:textStyle/FontWeightTransform)String");
a.item("Id", "String");
a.item("TabIndex", "Number:int");
a.item("AriaLabel", "String");
a.item("IsHover", "Boolean");
a.item("Disabled", "(w:IsDisabled,xam:IsDisabled,wf:IsDisabled)Boolean");
a.item("Opacity", "Number:double");
a.item("ViewBoxLeft", "Number:double");
a.item("ViewBoxTop", "Number:double");
a.item("ViewBoxWidth", "Number:double");
a.item("ViewBoxHeight", "Number:double");
a.item("Width", "Number:double");
a.item("Height", "Number:double");
}
static d(a) {
IconDescriptionMetadata.b(a);
a.ae("Icon", () => new IconDescription());
a.ad("Icon", IconDescriptionMetadata.a);
}
}
IconDescriptionMetadata.$t = /*@__PURE__*/ markType(IconDescriptionMetadata, 'IconDescriptionMetadata');
IconDescriptionMetadata.a = null;
return IconDescriptionMetadata;
})();