dockview-core
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -58,3 +58,3 @@ "use strict"; | ||
var _a; | ||
var _this = _super.call(this, document.createElement('div'), options.disableAutoResizing) || this; | ||
var _this = _super.call(this, parentElement, options.disableAutoResizing) || this; | ||
_this._id = nextLayoutId.next(); | ||
@@ -78,3 +78,2 @@ _this._groups = new Map(); | ||
_this._classNames.setClassNames((_a = options.className) !== null && _a !== void 0 ? _a : ''); | ||
parentElement.appendChild(_this.element); | ||
_this.gridview = new gridview_1.Gridview(!!options.proportionalLayout, options.styles, options.orientation, options.locked, options.margin); | ||
@@ -81,0 +80,0 @@ _this.gridview.locked = !!options.locked; |
@@ -63,3 +63,3 @@ import { Emitter, Event, AsapEvent } from '../events'; | ||
var _a; | ||
super(document.createElement('div'), options.disableAutoResizing); | ||
super(parentElement, options.disableAutoResizing); | ||
this._id = nextLayoutId.next(); | ||
@@ -83,3 +83,2 @@ this._groups = new Map(); | ||
this._classNames.setClassNames((_a = options.className) !== null && _a !== void 0 ? _a : ''); | ||
parentElement.appendChild(this.element); | ||
this.gridview = new Gridview(!!options.proportionalLayout, options.styles, options.orientation, options.locked, options.margin); | ||
@@ -86,0 +85,0 @@ this.gridview.locked = !!options.locked; |
{ | ||
"name": "dockview-core", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
12782000
96726