UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

87 lines (86 loc) 4.65 kB
/* 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { IconDescription } from "./IconDescription"; /** * @hidden */ var IconDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(IconDescriptionMetadata, _super); function IconDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } IconDescriptionMetadata.b = function (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.ad(IconDescriptionMetadata.a); }; IconDescriptionMetadata.c = function (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,p:Source)DataRef"); a.item("DataURL", "String"); a.item("SvgPath", "(w:SVGPath,p:SVGPath)String"); a.item("Svg", "(w:SVG,p:SVG)String"); a.item("SVGPaths", "Array:string"); a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,s:TextStyle/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String"); a.item("FontSize", "(w:FontSize,s:TextStyle/FontSizeTransform,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double"); a.item("FontStyle", "(w:FontStyle/FontStyleTransform,p:FontStyle/FontStyleTransform,wf:TextStyle/FontStyleTransform,s:TextStyle/FontStyleTransform,web:textStyle/FontStyleTransform)String"); a.item("FontWeight", "(w:FontWeight/FontWeightTransform,p:FontWeight/FontWeightTransform,s:TextStyle/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,p:IsDisabled)Boolean"); a.item("Opacity", "Number:double"); a.item("ActualViewBoxLeft", "Number:double"); a.item("ViewBoxLeft", "Number:double"); a.item("ActualViewBoxTop", "Number:double"); a.item("ViewBoxTop", "Number:double"); a.item("ActualViewBoxWidth", "Number:double"); a.item("ViewBoxWidth", "Number:double"); a.item("ActualViewBoxHeight", "Number:double"); a.item("ViewBoxHeight", "Number:double"); a.item("Width", "Pixel:double"); a.item("Height", "Pixel:double"); }; IconDescriptionMetadata.d = function (a) { IconDescriptionMetadata.b(a); a.af("Icon", function () { return new IconDescription(); }); a.ae("Icon", IconDescriptionMetadata.a); }; IconDescriptionMetadata.$t = markType(IconDescriptionMetadata, 'IconDescriptionMetadata'); IconDescriptionMetadata.a = null; return IconDescriptionMetadata; }(Base)); export { IconDescriptionMetadata };