@lonli-lokli/react-mosaic-component
Version:
A React Tiling Window Manager
26 lines (25 loc) • 2.57 kB
TypeScript
export { Mosaic, MosaicControlledProps, MosaicProps, MosaicUncontrolledProps, MosaicWithoutDragDropContext } from './lib/Mosaic.js';
export { C as CreateNode, p as LegacyMosaicBranch, o as LegacyMosaicDirection, n as LegacyMosaicKey, L as LegacyMosaicNode, m as LegacyMosaicParent, q as LegacyMosaicPath, r as MosaicContext, d as MosaicDirection, c as MosaicDragType, M as MosaicNode, e as MosaicPath, s as MosaicRootActions, a as MosaicSplitNode, b as MosaicTabsNode, f as MosaicUpdate, g as MosaicUpdateSpec, t as MosaicWindowActions, u as MosaicWindowContext, i as TabButtonRenderer, k as TabCanCloseFunction, l as TabCloseState, h as TabTitleRenderer, j as TabToolbarRenderer, T as TileRenderer } from './types-D_JoxNST.js';
export { buildSpecFromUpdate, createDragToUpdates, createExpandUpdate, createHideUpdate, createRemoveUpdate, updateTree } from './lib/util/mosaicUpdates.js';
export { Corner, convertLegacyToNary, createBalancedTreeFromLeaves, getAndAssertNodeAtPathExists, getLeaves, getNodeAtPath, getOtherDirection, getParentNode, getParentPath, getPathToCorner, isSplitNode, isTabsNode } from './lib/util/mosaicUtilities.js';
export { MosaicWindow, MosaicWindowProps } from './lib/MosaicWindow.js';
export { MosaicTabs, MosaicTabsProps } from './lib/MosaicTabs.js';
export { DefaultToolbarButton, MosaicButtonProps, createDefaultToolbarButton } from './lib/buttons/MosaicButton.js';
export { MosaicZeroState, MosaicZeroStateProps } from './lib/MosaicZeroState.js';
export { Separator } from './lib/buttons/Separator.js';
export { ExpandButton } from './lib/buttons/ExpandButton.js';
export { ReplaceButton } from './lib/buttons/ReplaceButton.js';
export { SplitButton } from './lib/buttons/SplitButton.js';
export { RemoveButton } from './lib/buttons/RemoveButton.js';
export { AddTabButton } from './lib/buttons/AddTabButton.js';
export { TabSplitButton } from './lib/buttons/TabSplitButton.js';
export { TabRemoveButton } from './lib/buttons/TabRemoveButton.js';
export { TabExpandButton } from './lib/buttons/TabExpandButton.js';
export { DraggableTab, DraggableTabProps } from './lib/DraggableTab.js';
export { DEFAULT_PANEL_CONTROLS_IN_TABS as DEFAULT_CONTROLS_IN_TABS, DEFAULT_PANEL_CONTROLS_WITHOUT_CREATION as DEFAULT_CONTROLS_WITHOUT_CREATION, DEFAULT_PANEL_CONTROLS_WITH_CREATION as DEFAULT_CONTROLS_WITH_CREATION, createDefaultTabsControls } from './lib/buttons/defaultToolbarControls.js';
import 'dnd-core';
import 'react';
import 'immutability-helper';
import './lib/internalTypes.js';
import 'react-dnd';
import './lib/util/BoundingBox.js';