@glue42/golden-layout
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -402,2 +402,12 @@ declare module '@glue42/golden-layout' { | ||
/** | ||
* Controls whether the window can be reordered | ||
*/ | ||
allowReorder?:boolean; | ||
/** | ||
* Controls whether the windows in the workspace can be reordered | ||
*/ | ||
allowWindowReorder?:boolean; | ||
/** | ||
* Controls the visibility of the add window buttons in the group headers | ||
@@ -443,3 +453,8 @@ */ | ||
showSaveButton?: boolean; | ||
/** | ||
* Controls whether the workspace tab can be reordered | ||
*/ | ||
allowWorkspaceTabReorder?: boolean; | ||
/** | ||
* Controls whether the workspace tab can be dragged out or not | ||
@@ -645,3 +660,8 @@ */ | ||
allowExtract?: boolean; | ||
/** | ||
* Enables or disables the ability to reorder windows in the workspace | ||
*/ | ||
allowWindowReorder?:boolean; | ||
/** | ||
* Constrols the visibility of the workspace close button located in the workspace tab | ||
@@ -655,2 +675,6 @@ */ | ||
/** | ||
* Controls whether the workspace tab can be reordered or not | ||
*/ | ||
allowWorkspaceTabReorder?:boolean; | ||
/** | ||
* Controls whether the workspace tab can be dragged out or not | ||
@@ -657,0 +681,0 @@ */ |
{ | ||
"name": "@glue42/golden-layout", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"author": { | ||
@@ -54,3 +54,3 @@ "name": "Glue42", | ||
"homepage": "https://www.glue42.com", | ||
"gitHead": "228c262e4fbae0967b47584efc9ffc2c92544577" | ||
"gitHead": "712f7c1b5af4e651c2b35ddd99b6b8658453daa7" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
350604
7023