@glue42/golden-layout
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -461,2 +461,9 @@ declare module '@glue42/golden-layout' { | ||
isPinned?:boolean; | ||
/** | ||
* The icon related to the workspace - will be used for pinned icon. | ||
*/ | ||
icon?: string; | ||
selected?: boolean; | ||
} | ||
@@ -646,2 +653,17 @@ | ||
layoutName?: string; | ||
/** | ||
* Controls whether the tab should be opened as pinned or not | ||
*/ | ||
isPinned?:boolean; | ||
/** | ||
* The icon associated with the layout | ||
*/ | ||
icon?:string; | ||
/** | ||
* Flag which indicates how to workspace should open selected or not | ||
*/ | ||
selected?: boolean; | ||
} | ||
@@ -1358,2 +1380,17 @@ | ||
onCloseClick: () => void; | ||
/** | ||
* Changed the tab state to pinned which consists of placing the workspace tab at the front of the frame and hiding its title close and save buttons | ||
*/ | ||
pin(): void; | ||
/** | ||
* Restores the workspace tab from a pinned to a normal state - the title, close and save button are shown and the tab is moved to the end of the pinned tabs | ||
*/ | ||
unpin():void; | ||
/** | ||
* Indicates whether the tab is pinned or not | ||
*/ | ||
isPinned: boolean; | ||
} | ||
@@ -1360,0 +1397,0 @@ |
{ | ||
"name": "@glue42/golden-layout", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"author": { | ||
@@ -54,3 +54,3 @@ "name": "Glue42", | ||
"homepage": "https://www.glue42.com", | ||
"gitHead": "b713e462f4f075357fab948697d7ccd830850c24" | ||
"gitHead": "423a05b6a8d926189ae7ade9477ca135abe996ac" | ||
} |
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
336856
6816