flexlayout-react 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ChangeLog.txt CHANGED
@@ -1,3 +1,8 @@
1
+ 0.8.1
2
+ Fixed enableDrag on tab and tabset nodes.
3
+ Fixed calc for min/max tabset height from min/max tab height.
4
+ Modified style sheet code in demo to reduce flash.
5
+
1
6
  0.8.0
2
7
  New:
3
8
  * Wrap tabs option
@@ -96,6 +96,7 @@ export declare class Layout extends React.Component<ILayoutProps> {
96
96
  /** Get the root div element of the layout */
97
97
  getRootDiv(): HTMLDivElement | null;
98
98
  }
99
+ export declare const FlexLayoutVersion = "0.8.1";
99
100
  export type DragRectRenderCallback = (content: React.ReactNode | undefined, node?: Node, json?: IJsonTabNode) => React.ReactNode | undefined;
100
101
  export type NodeMouseEvent = (node: TabNode | TabSetNode | BorderNode, event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
101
102
  export type ShowOverflowMenuCallback = (node: TabSetNode | BorderNode, mouseEvent: React.MouseEvent<HTMLElement, MouseEvent>, items: {