UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

59 lines (58 loc) 3.17 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 { WebSplitPaneDescriptionMetadata } from "./WebSplitPaneDescriptionMetadata"; import { WebDockManagerPaneDescriptionMetadata } from "./WebDockManagerPaneDescriptionMetadata"; import { WebDocumentHostDescription } from "./WebDocumentHostDescription"; /** * @hidden */ var WebDocumentHostDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebDocumentHostDescriptionMetadata, _super); function WebDocumentHostDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebDocumentHostDescriptionMetadata.b = function (a) { if (WebDocumentHostDescriptionMetadata.a == null) { WebDocumentHostDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebDocumentHostDescriptionMetadata.c(WebDocumentHostDescriptionMetadata.a); } if (a.k(WebDocumentHostDescriptionMetadata.a)) { return; } a.ac(WebDocumentHostDescriptionMetadata.a); WebSplitPaneDescriptionMetadata.d(a); }; WebDocumentHostDescriptionMetadata.c = function (a) { WebDockManagerPaneDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:DocumentHost"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("__marshalByValue", "Boolean"); a.item("__skipSuffix", "Boolean"); a.item("Id", "String"); a.item("PaneType", "(wc:Type)ExportedType:string:DockManagerPaneType"); a.item("PaneType@names", "SplitPane;ContentPane;TabGroupPane;DocumentHost"); a.item("RootPane", "ExportedType:WebSplitPane"); a.item("Size", "Number:double"); WebDocumentHostDescriptionMetadata.e(a); }; WebDocumentHostDescriptionMetadata.d = function (a) { WebDocumentHostDescriptionMetadata.b(a); a.ae("WebDocumentHost", function () { return new WebDocumentHostDescription(); }); a.ad("WebDocumentHost", WebDocumentHostDescriptionMetadata.a); }; WebDocumentHostDescriptionMetadata.e = function (a) { a.item("__preferUnsuffixed", "Boolean"); }; WebDocumentHostDescriptionMetadata.$t = markType(WebDocumentHostDescriptionMetadata, 'WebDocumentHostDescriptionMetadata'); WebDocumentHostDescriptionMetadata.a = null; return WebDocumentHostDescriptionMetadata; }(Base)); export { WebDocumentHostDescriptionMetadata };