UNPKG

dockview-core

Version:

Zero dependency layout manager supporting tabs, groups, grids and splitviews for vanilla TypeScript

26 lines (25 loc) 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllModules = void 0; var floatingGroupService_1 = require("./floatingGroupService"); var popoutWindowService_1 = require("./popoutWindowService"); var watermarkService_1 = require("./watermarkService"); var edgeGroupService_1 = require("./edgeGroupService"); var rootDropTargetService_1 = require("./rootDropTargetService"); var headerActionsService_1 = require("./headerActionsService"); var liveRegionService_1 = require("./liveRegionService"); /** * Internal list of the built-in modules that ship with the core. Registered * automatically by DockviewComponent at construction time; not exported from * the package. Additional modules contributed by sibling packages (via * `registerModules(...)`) are appended at construction. */ exports.AllModules = [ floatingGroupService_1.FloatingGroupModule, popoutWindowService_1.PopoutWindowModule, watermarkService_1.WatermarkModule, edgeGroupService_1.EdgeGroupModule, rootDropTargetService_1.RootDropTargetModule, headerActionsService_1.HeaderActionsModule, liveRegionService_1.LiveRegionModule, ];