UNPKG

igniteui-react-core

Version:
37 lines (36 loc) 2.14 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, markType } from "./type"; import { WebDockManagerLayoutDescriptionModule } from "./WebDockManagerLayoutDescriptionModule"; import { WebContentPaneDescriptionModule } from "./WebContentPaneDescriptionModule"; import { WebSplitPaneDescriptionModule } from "./WebSplitPaneDescriptionModule"; import { WebDocumentHostDescriptionModule } from "./WebDocumentHostDescriptionModule"; import { WebTabGroupPaneDescriptionModule } from "./WebTabGroupPaneDescriptionModule"; import { WebTabHeaderElementDescriptionModule } from "./WebTabHeaderElementDescriptionModule"; import { WebDockManagerDescriptionMetadata } from "./WebDockManagerDescriptionMetadata"; /** * @hidden */ var WebDockManagerDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebDockManagerDescriptionModule, _super); function WebDockManagerDescriptionModule() { return _super !== null && _super.apply(this, arguments) || this; } WebDockManagerDescriptionModule.register = function (a) { WebDockManagerLayoutDescriptionModule.register(a); WebContentPaneDescriptionModule.register(a); WebSplitPaneDescriptionModule.register(a); WebDocumentHostDescriptionModule.register(a); WebTabGroupPaneDescriptionModule.register(a); WebTabHeaderElementDescriptionModule.register(a); WebDockManagerDescriptionMetadata.d(a); }; WebDockManagerDescriptionModule.$t = markType(WebDockManagerDescriptionModule, 'WebDockManagerDescriptionModule'); return WebDockManagerDescriptionModule; }(Base)); export { WebDockManagerDescriptionModule };