caplink-saas-ui-shared-component-library 1.36.2 → 1.36.3
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/dist/index.d.ts +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ import { ContentSplit, ContentSplitProps, Sidebar, SidebarHeader, SidebarProps }
|
|
|
41
41
|
import { EmptySearchIcon } from './svg/empty-search-icon';
|
|
42
42
|
import { EmptyFolderIcon } from './svg/empty-folder-icon';
|
|
43
43
|
import { FloatButton, FloatButtonProps } from './components/float-button/float-button';
|
|
44
|
+
import { InitialColumn } from './features/spreadsheet/lib/setup-columns';
|
|
44
45
|
import { MatrixTypes, SpreadsheetTypes } from './types';
|
|
45
46
|
import { Position, Connection, DagProps, DefaultNodeDataProps, Edge, EdgePosition, EdgeProps, Node, NodeProps, UseDagProps } from './features/dag/model';
|
|
46
47
|
import { GetLayoutedElementsProps } from './features/dag/utils/get-layout-elements';
|
|
@@ -268,4 +269,4 @@ export declare const CapLink: {
|
|
|
268
269
|
DropdownMenuTrigger: import('react').ForwardRefExoticComponent<import('@radix-ui/react-dropdown-menu').DropdownMenuTriggerProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
269
270
|
};
|
|
270
271
|
export { CapLinkProvider };
|
|
271
|
-
export type { ImageUploaderProps, MatrixTypes, SpreadsheetTypes, SearchNodeProps, FloatButtonProps, ContentSplitProps, SidebarProps, useGetAdjacentNodesProps, AdjacentNodesProps, ButtonChangeOrientationProps, FloatMenuProps, Connection, DagProps, DefaultNodeDataProps, Edge, EdgePosition, EdgeProps, Node, NodeProps, UseDagProps, Position, GetLayoutedElementsProps, BadgeProps, CustomPaginationProps, IconTextButtonProps, };
|
|
272
|
+
export type { ImageUploaderProps, MatrixTypes, SpreadsheetTypes, InitialColumn, SearchNodeProps, FloatButtonProps, ContentSplitProps, SidebarProps, useGetAdjacentNodesProps, AdjacentNodesProps, ButtonChangeOrientationProps, FloatMenuProps, Connection, DagProps, DefaultNodeDataProps, Edge, EdgePosition, EdgeProps, Node, NodeProps, UseDagProps, Position, GetLayoutedElementsProps, BadgeProps, CustomPaginationProps, IconTextButtonProps, };
|