flexlayout-react 0.8.4 → 0.8.5

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,6 @@
1
+ 0.8.5
2
+ Changed the mini scrollbar to only show when tabs are hovered over
3
+
1
4
  0.8.4
2
5
  Added attribute 'enableTabScrollbar' to TabSet and Border nodes
3
6
  Enabling this attribute will show a mini 'scrollbar' for the tabs to indicate the scroll position
@@ -91,7 +91,8 @@ export declare enum CLASSES {
91
91
  FLEXLAYOUT__TAB_TOOLBAR_BUTTON_CLOSE = "flexlayout__tab_toolbar_button-close",
92
92
  FLEXLAYOUT__POPUP_MENU_CONTAINER = "flexlayout__popup_menu_container",
93
93
  FLEXLAYOUT__POPUP_MENU_ITEM = "flexlayout__popup_menu_item",
94
+ FLEXLAYOUT__POPUP_MENU_ITEM__SELECTED = "flexlayout__popup_menu_item--selected",
94
95
  FLEXLAYOUT__POPUP_MENU = "flexlayout__popup_menu",
95
96
  FLEXLAYOUT__MINI_SCROLLBAR = "flexlayout__mini_scrollbar",
96
- FLEXLAYOUT__MINI_SCROLLBAR_HIDDEN = "flexlayout__mini_scrollbar_hidden"
97
+ FLEXLAYOUT__MINI_SCROLLBAR_CONTAINER = "flexlayout__mini_scrollbar_container"
97
98
  }
@@ -96,7 +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.4";
99
+ export declare const FlexLayoutVersion = "0.8.5";
100
100
  export type DragRectRenderCallback = (content: React.ReactNode | undefined, node?: Node, json?: IJsonTabNode) => React.ReactNode | undefined;
101
101
  export type NodeMouseEvent = (node: TabNode | TabSetNode | BorderNode, event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
102
102
  export type ShowOverflowMenuCallback = (node: TabSetNode | BorderNode, mouseEvent: React.MouseEvent<HTMLElement, MouseEvent>, items: {