@glue42/golden-layout
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -473,2 +473,8 @@ declare module '@glue42/golden-layout' { | ||
positionIndex?: number; | ||
layoutName?: string; | ||
/** | ||
* Indicates whether the item is maximized | ||
*/ | ||
isMaximized?: boolean; | ||
} | ||
@@ -661,2 +667,6 @@ | ||
/** | ||
* The id of the corresponding workspace | ||
*/ | ||
workspaceId?:string; | ||
/** | ||
* Controls whether the tab should be opened as pinned or not | ||
@@ -1406,2 +1416,7 @@ */ | ||
isPinned: boolean; | ||
/** | ||
* The title of the tab | ||
*/ | ||
title: string; | ||
} | ||
@@ -1408,0 +1423,0 @@ |
{ | ||
"name": "@glue42/golden-layout", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"author": { | ||
@@ -54,3 +54,3 @@ "name": "Glue42", | ||
"homepage": "https://www.glue42.com", | ||
"gitHead": "05e6a942faba003b27414500750d6b9694d0aea2" | ||
"gitHead": "37239d9f880f0f5592c94c2b2cff32fe7c90ccdb" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
342700
6900