UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 2.58 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { DataLegendStylingRowEventArgsDescription } from "./DataLegendStylingRowEventArgsDescription"; /** * @hidden */ export let DataLegendStylingRowEventArgsDescriptionMetadata = /*@__PURE__*/ (() => { class DataLegendStylingRowEventArgsDescriptionMetadata extends Base { static b(a) { if (DataLegendStylingRowEventArgsDescriptionMetadata.a == null) { DataLegendStylingRowEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DataLegendStylingRowEventArgsDescriptionMetadata.c(DataLegendStylingRowEventArgsDescriptionMetadata.a); } if (a.k(DataLegendStylingRowEventArgsDescriptionMetadata.a)) { return; } a.ac(DataLegendStylingRowEventArgsDescriptionMetadata.a); } static c(a) { a.item("BadgeShape", "ExportedType:string:LegendItemBadgeShape"); a.item("BadgeShape@names", "Automatic;Circle;Line;Square;Marker;Bar;Column;Hidden"); a.item("IsBadgeVisible", "Boolean"); a.item("IsRowVisible", "Boolean"); a.item("SeriesIndex", "Number:int"); a.item("SeriesTitle", "String"); a.item("TitleText", "String"); a.item("GroupName", "String"); a.item("TitleTextColor", "Brush"); } static d(a) { DataLegendStylingRowEventArgsDescriptionMetadata.b(a); a.ae("DataLegendStylingRowEventArgs", () => new DataLegendStylingRowEventArgsDescription()); a.ad("DataLegendStylingRowEventArgs", DataLegendStylingRowEventArgsDescriptionMetadata.a); } } DataLegendStylingRowEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(DataLegendStylingRowEventArgsDescriptionMetadata, 'DataLegendStylingRowEventArgsDescriptionMetadata'); DataLegendStylingRowEventArgsDescriptionMetadata.a = null; return DataLegendStylingRowEventArgsDescriptionMetadata; })();