UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

46 lines (45 loc) 2.77 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 { DataGridColumnDescriptionMetadata } from "./DataGridColumnDescriptionMetadata"; import { ColumnPinnedChangedEventArgsDescription } from "./ColumnPinnedChangedEventArgsDescription"; /** * @hidden */ var ColumnPinnedChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ColumnPinnedChangedEventArgsDescriptionMetadata, _super); function ColumnPinnedChangedEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } ColumnPinnedChangedEventArgsDescriptionMetadata.b = function (a) { if (ColumnPinnedChangedEventArgsDescriptionMetadata.a == null) { ColumnPinnedChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ColumnPinnedChangedEventArgsDescriptionMetadata.c(ColumnPinnedChangedEventArgsDescriptionMetadata.a); } if (a.k(ColumnPinnedChangedEventArgsDescriptionMetadata.a)) { return; } a.ac(ColumnPinnedChangedEventArgsDescriptionMetadata.a); DataGridColumnDescriptionMetadata.d(a); }; ColumnPinnedChangedEventArgsDescriptionMetadata.c = function (a) { a.item("Column", "ExportedType:DataGridColumn"); a.item("Pinned", "ExportedType:string:PinnedPositions"); a.item("Pinned@names", "None;Left;Right"); }; ColumnPinnedChangedEventArgsDescriptionMetadata.d = function (a) { ColumnPinnedChangedEventArgsDescriptionMetadata.b(a); a.ae("ColumnPinnedChangedEventArgs", function () { return new ColumnPinnedChangedEventArgsDescription(); }); a.ad("ColumnPinnedChangedEventArgs", ColumnPinnedChangedEventArgsDescriptionMetadata.a); }; ColumnPinnedChangedEventArgsDescriptionMetadata.$t = markType(ColumnPinnedChangedEventArgsDescriptionMetadata, 'ColumnPinnedChangedEventArgsDescriptionMetadata'); ColumnPinnedChangedEventArgsDescriptionMetadata.a = null; return ColumnPinnedChangedEventArgsDescriptionMetadata; }(Base)); export { ColumnPinnedChangedEventArgsDescriptionMetadata };