Comparing version 1.13.1 to 1.14.0
@@ -39,3 +39,3 @@ "use strict"; | ||
var _a; | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update(event.params); | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update({ params: event.params }); | ||
}; | ||
@@ -42,0 +42,0 @@ ReactPanelContentPart.prototype.layout = function (_width, _height) { |
@@ -34,3 +34,3 @@ "use strict"; | ||
var _a; | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update(event.params); | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update({ params: event.params }); | ||
}; | ||
@@ -37,0 +37,0 @@ ReactPanelHeaderPart.prototype.layout = function (_width, _height) { |
@@ -32,3 +32,3 @@ import { ReactPart } from '../react'; | ||
var _a; | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update(event.params); | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update({ params: event.params }); | ||
} | ||
@@ -35,0 +35,0 @@ layout(_width, _height) { |
@@ -27,3 +27,3 @@ import { ReactPart } from '../react'; | ||
var _a; | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update(event.params); | ||
(_a = this.part) === null || _a === void 0 ? void 0 : _a.update({ params: event.params }); | ||
} | ||
@@ -30,0 +30,0 @@ layout(_width, _height) { |
{ | ||
"name": "dockview", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews", | ||
@@ -57,4 +57,4 @@ "keywords": [ | ||
"dependencies": { | ||
"dockview-core": "^1.13.1" | ||
"dockview-core": "^1.14.0" | ||
} | ||
} |
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
11761229
68346
Updateddockview-core@^1.14.0