UNPKG

igniteui-react-core

Version:
49 lines (48 loc) 2.78 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 { DataGridSummaryResultDescriptionMetadata } from "./DataGridSummaryResultDescriptionMetadata"; import { DataSourceSpecialRowDescription } from "./DataSourceSpecialRowDescription"; /** * @hidden */ var DataSourceSpecialRowDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataSourceSpecialRowDescriptionMetadata, _super); function DataSourceSpecialRowDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } DataSourceSpecialRowDescriptionMetadata.b = function (a) { if (DataSourceSpecialRowDescriptionMetadata.a == null) { DataSourceSpecialRowDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DataSourceSpecialRowDescriptionMetadata.c(DataSourceSpecialRowDescriptionMetadata.a); } if (a.k(DataSourceSpecialRowDescriptionMetadata.a)) { return; } a.ac(DataSourceSpecialRowDescriptionMetadata.a); DataGridSummaryResultDescriptionMetadata.d(a); }; DataSourceSpecialRowDescriptionMetadata.c = function (a) { a.item("__marshalByValue", "Boolean"); a.item("RowType", "ExportedType:string:DataSourceRowType"); a.item("RowType@names", "Normal;SectionHeader;SectionFooter;ShiftedRow;SummaryRowRoot;SummaryRowSection;Custom"); a.item("TargetRow", "Unknown"); a.item("Level", "Number:int"); a.item("SummaryResults", "Array:DataGridSummaryResultDescription:ISummaryResult"); }; DataSourceSpecialRowDescriptionMetadata.d = function (a) { DataSourceSpecialRowDescriptionMetadata.b(a); a.ae("DataSourceSpecialRow", function () { return new DataSourceSpecialRowDescription(); }); a.ad("DataSourceSpecialRow", DataSourceSpecialRowDescriptionMetadata.a); }; DataSourceSpecialRowDescriptionMetadata.$t = markType(DataSourceSpecialRowDescriptionMetadata, 'DataSourceSpecialRowDescriptionMetadata'); DataSourceSpecialRowDescriptionMetadata.a = null; return DataSourceSpecialRowDescriptionMetadata; }(Base)); export { DataSourceSpecialRowDescriptionMetadata };