UNPKG

igniteui-react-core

Version:
41 lines (40 loc) 2.13 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 { ChartSortDescriptionDescription } from "./ChartSortDescriptionDescription"; /** * @hidden */ export let ChartSortDescriptionDescriptionMetadata = /*@__PURE__*/ (() => { class ChartSortDescriptionDescriptionMetadata extends Base { static b(a) { if (ChartSortDescriptionDescriptionMetadata.a == null) { ChartSortDescriptionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ChartSortDescriptionDescriptionMetadata.c(ChartSortDescriptionDescriptionMetadata.a); } if (a.k(ChartSortDescriptionDescriptionMetadata.a)) { return; } a.ac(ChartSortDescriptionDescriptionMetadata.a); } static c(a) { a.item("__marshalByValue", "Boolean"); a.item("Field", "String"); a.item("SortDirection", "ExportedType:string:ListSortDirection"); a.item("SortDirection@names", "Ascending;Descending"); } static d(a) { ChartSortDescriptionDescriptionMetadata.b(a); a.ae("ChartSortDescription", () => new ChartSortDescriptionDescription()); a.ad("ChartSortDescription", ChartSortDescriptionDescriptionMetadata.a); } } ChartSortDescriptionDescriptionMetadata.$t = /*@__PURE__*/ markType(ChartSortDescriptionDescriptionMetadata, 'ChartSortDescriptionDescriptionMetadata'); ChartSortDescriptionDescriptionMetadata.a = null; return ChartSortDescriptionDescriptionMetadata; })();