UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

46 lines (45 loc) 2.53 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 { PageRequestedEventArgsDescription } from "./PageRequestedEventArgsDescription"; /** * @hidden */ var PageRequestedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PageRequestedEventArgsDescriptionMetadata, _super); function PageRequestedEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } PageRequestedEventArgsDescriptionMetadata.b = function (a) { if (PageRequestedEventArgsDescriptionMetadata.a == null) { PageRequestedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); PageRequestedEventArgsDescriptionMetadata.c(PageRequestedEventArgsDescriptionMetadata.a); } if (a.k(PageRequestedEventArgsDescriptionMetadata.a)) { return; } a.ad(PageRequestedEventArgsDescriptionMetadata.a); }; PageRequestedEventArgsDescriptionMetadata.c = function (a) { a.item("IsSchemaRequest", "Boolean"); a.item("RequestId", "Number:int"); a.item("DataSourceId", "Number:int"); a.item("PageIndex", "Number:int"); a.item("PageSize", "Number:int"); }; PageRequestedEventArgsDescriptionMetadata.d = function (a) { PageRequestedEventArgsDescriptionMetadata.b(a); a.af("PageRequestedEventArgs", function () { return new PageRequestedEventArgsDescription(); }); a.ae("PageRequestedEventArgs", PageRequestedEventArgsDescriptionMetadata.a); }; PageRequestedEventArgsDescriptionMetadata.$t = markType(PageRequestedEventArgsDescriptionMetadata, 'PageRequestedEventArgsDescriptionMetadata'); PageRequestedEventArgsDescriptionMetadata.a = null; return PageRequestedEventArgsDescriptionMetadata; }(Base)); export { PageRequestedEventArgsDescriptionMetadata };