UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

45 lines (44 loc) 2.49 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 { WebDragServiceDescriptionMetadata } from "./WebDragServiceDescriptionMetadata"; import { WebTabHeaderElementDescription } from "./WebTabHeaderElementDescription"; /** * @hidden */ var WebTabHeaderElementDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebTabHeaderElementDescriptionMetadata, _super); function WebTabHeaderElementDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebTabHeaderElementDescriptionMetadata.b = function (a) { if (WebTabHeaderElementDescriptionMetadata.a == null) { WebTabHeaderElementDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebTabHeaderElementDescriptionMetadata.c(WebTabHeaderElementDescriptionMetadata.a); } if (a.j(WebTabHeaderElementDescriptionMetadata.a)) { return; } a.y(WebTabHeaderElementDescriptionMetadata.a); WebDragServiceDescriptionMetadata.d(a); }; WebTabHeaderElementDescriptionMetadata.c = function (a) { a.item("__qualifiedNameTS", "String:TabHeaderElement"); a.item("DragService", "ExportedType:WebDragService"); }; WebTabHeaderElementDescriptionMetadata.d = function (a) { WebTabHeaderElementDescriptionMetadata.b(a); a.aa("WebTabHeaderElement", function () { return new WebTabHeaderElementDescription(); }); a.z("WebTabHeaderElement", WebTabHeaderElementDescriptionMetadata.a); }; WebTabHeaderElementDescriptionMetadata.$t = markType(WebTabHeaderElementDescriptionMetadata, 'WebTabHeaderElementDescriptionMetadata'); WebTabHeaderElementDescriptionMetadata.a = null; return WebTabHeaderElementDescriptionMetadata; }(Base)); export { WebTabHeaderElementDescriptionMetadata };