@vuu-ui/vuu-shell 0.8.8-debug → 0.8.9-debug
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/cjs/index.js +31866 -5765
- package/cjs/index.js.map +4 -4
- package/esm/index.js +32201 -5793
- package/esm/index.js.map +4 -4
- package/index.css +2864 -132
- package/index.css.map +3 -3
- package/package.json +4 -4
- package/types/{vuu-shell/src/ShellContextProvider.d.ts → ShellContextProvider.d.ts} +1 -1
- package/types/feature/Feature.d.ts +24 -0
- package/types/feature/FeatureErrorBoundary.d.ts +13 -0
- package/types/feature-list/FeatureList.d.ts +7 -0
- package/types/feature-list/index.d.ts +1 -0
- package/types/{vuu-shell/src/index.d.ts → index.d.ts} +2 -0
- package/types/layout-config/local-config.d.ts +4 -0
- package/types/{vuu-shell/src/layout-config → layout-config}/remote-config.d.ts +2 -2
- package/types/{vuu-shell/src/layout-config → layout-config}/use-layout-config.d.ts +2 -2
- package/types/layout-management/LayoutList.d.ts +3 -0
- package/types/layout-management/SaveLayoutPanel.d.ts +10 -0
- package/types/layout-management/index.d.ts +4 -0
- package/types/layout-management/layoutTypes.d.ts +13 -0
- package/types/layout-management/useLayoutManager.d.ts +13 -0
- package/types/left-nav/LeftNav.d.ts +14 -0
- package/types/{vuu-shell/src/shell.d.ts → shell.d.ts} +3 -1
- package/types/{vuu-shell/src/shellTypes.d.ts → shellTypes.d.ts} +4 -0
- package/types/vuu-data-react/src/hooks/index.d.ts +0 -6
- package/types/vuu-data-react/src/hooks/useDataSource.d.ts +0 -24
- package/types/vuu-data-react/src/hooks/useServerConnectionQuality.d.ts +0 -1
- package/types/vuu-data-react/src/hooks/useServerConnectionStatus.d.ts +0 -1
- package/types/vuu-data-react/src/hooks/useTypeaheadSuggestions.d.ts +0 -4
- package/types/vuu-data-react/src/hooks/useVuuMenuActions.d.ts +0 -57
- package/types/vuu-data-react/src/hooks/useVuuTables.d.ts +0 -2
- package/types/vuu-data-react/src/index.d.ts +0 -1
- package/types/vuu-shell/src/feature/ErrorBoundary.d.ts +0 -11
- package/types/vuu-shell/src/feature/Feature.d.ts +0 -11
- package/types/vuu-shell/src/layout-config/local-config.d.ts +0 -4
- package/types/vuu-shell/src/layout-management/SaveLayoutPanel.d.ts +0 -3
- package/types/vuu-shell/src/layout-management/index.d.ts +0 -1
- package/types/vuu-shell/src/left-nav/LeftNav.d.ts +0 -12
- /package/types/{vuu-shell/src/app-header → app-header}/AppHeader.d.ts +0 -0
- /package/types/{vuu-shell/src/app-header → app-header}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/connection-status → connection-status}/ConnectionStatusIcon.d.ts +0 -0
- /package/types/{vuu-shell/src/connection-status → connection-status}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/density-switch → density-switch}/DensitySwitch.d.ts +0 -0
- /package/types/{vuu-shell/src/density-switch → density-switch}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/feature → feature}/Loader.d.ts +0 -0
- /package/types/{vuu-shell/src/feature → feature}/css-module-loader.d.ts +0 -0
- /package/types/{vuu-shell/src/feature → feature}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/get-layout-history.d.ts → get-layout-history.d.ts} +0 -0
- /package/types/{vuu-shell/src/layout-config → layout-config}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/left-nav → left-nav}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/login → login}/LoginPanel.d.ts +0 -0
- /package/types/{vuu-shell/src/login → login}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/login → login}/login-utils.d.ts +0 -0
- /package/types/{vuu-shell/src/session-editing-form → session-editing-form}/SessionEditingForm.d.ts +0 -0
- /package/types/{vuu-shell/src/session-editing-form → session-editing-form}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/shell-layouts → shell-layouts}/context-panel/ContextPanel.d.ts +0 -0
- /package/types/{vuu-shell/src/shell-layouts → shell-layouts}/context-panel/index.d.ts +0 -0
- /package/types/{vuu-shell/src/shell-layouts → shell-layouts}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/shell-layouts → shell-layouts}/useFullHeightLeftPanel.d.ts +0 -0
- /package/types/{vuu-shell/src/shell-layouts → shell-layouts}/useInlayLeftPanel.d.ts +0 -0
- /package/types/{vuu-shell/src/shell-layouts → shell-layouts}/useShellLayout.d.ts +0 -0
- /package/types/{vuu-shell/src/theme-provider → theme-provider}/ThemeProvider.d.ts +0 -0
- /package/types/{vuu-shell/src/theme-provider → theme-provider}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/theme-switch → theme-switch}/ThemeSwitch.d.ts +0 -0
- /package/types/{vuu-shell/src/theme-switch → theme-switch}/index.d.ts +0 -0
- /package/types/{vuu-shell/src/use-force-render.d.ts → use-force-render.d.ts} +0 -0
- /package/types/{vuu-shell/src/user-profile → user-profile}/UserPanel.d.ts +0 -0
- /package/types/{vuu-shell/src/user-profile → user-profile}/UserProfile.d.ts +0 -0
- /package/types/{vuu-shell/src/user-profile → user-profile}/index.d.ts +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React, { ErrorInfo, ReactNode } from "react";
|
|
2
|
+
import { FeatureProps } from "./Feature";
|
|
3
|
+
export interface FeatureErrorBoundaryProps extends FeatureProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
}
|
|
6
|
+
export declare class FeatureErrorBoundary extends React.Component<FeatureErrorBoundaryProps, any> {
|
|
7
|
+
constructor(props: FeatureErrorBoundaryProps);
|
|
8
|
+
static getDerivedStateFromError(error: Error): {
|
|
9
|
+
errorMessage: string;
|
|
10
|
+
};
|
|
11
|
+
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
12
|
+
render(): React.ReactNode;
|
|
13
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HTMLAttributes } from "react";
|
|
2
|
+
import { FeatureProps } from "../feature/Feature";
|
|
3
|
+
import "./FeatureList.css";
|
|
4
|
+
export interface FeatureListProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
features: FeatureProps[];
|
|
6
|
+
}
|
|
7
|
+
export declare const FeatureList: ({ features, title, ...htmlAttributes }: FeatureListProps) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./FeatureList";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./connection-status";
|
|
2
2
|
export * from "./density-switch";
|
|
3
3
|
export * from "./feature";
|
|
4
|
+
export * from "./layout-config";
|
|
4
5
|
export * from "./layout-management";
|
|
5
6
|
export * from "./left-nav";
|
|
6
7
|
export * from "./login";
|
|
@@ -10,4 +11,5 @@ export * from "./shell-layouts";
|
|
|
10
11
|
export * from "./shellTypes";
|
|
11
12
|
export * from "./ShellContextProvider";
|
|
12
13
|
export * from "./theme-provider";
|
|
14
|
+
export * from "./feature-list";
|
|
13
15
|
export * from "./theme-switch";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { LayoutJSON } from "@vuu-ui/vuu-layout/src/layout-reducer";
|
|
2
|
+
import { VuuUser } from "../shell";
|
|
3
|
+
export declare const loadLocalConfig: (saveUrl: string, user?: VuuUser, id?: string) => Promise<LayoutJSON>;
|
|
4
|
+
export declare const saveLocalConfig: (saveUrl: string, user: VuuUser | undefined, data: LayoutJSON) => Promise<undefined>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { LayoutJSON } from "@vuu-ui/vuu-layout/src/layout-reducer";
|
|
2
2
|
import { VuuUser } from "../shell";
|
|
3
|
-
export declare const loadRemoteConfig: (saveUrl: string, user: VuuUser, id?: string) => Promise<LayoutJSON>;
|
|
4
|
-
export declare const saveRemoteConfig: (saveUrl: string, user: VuuUser, data: LayoutJSON) => Promise<unknown>;
|
|
3
|
+
export declare const loadRemoteConfig: (saveUrl: string, user: VuuUser | undefined, id?: string) => Promise<LayoutJSON>;
|
|
4
|
+
export declare const saveRemoteConfig: (saveUrl: string, user: VuuUser | undefined, data: LayoutJSON) => Promise<unknown>;
|
|
@@ -2,10 +2,10 @@ import { LayoutJSON } from "@vuu-ui/vuu-layout/src/layout-reducer";
|
|
|
2
2
|
import { VuuUser } from "../shell";
|
|
3
3
|
import { SaveLocation } from "../shellTypes";
|
|
4
4
|
export interface LayoutConfigHookProps {
|
|
5
|
-
defaultLayout
|
|
5
|
+
defaultLayout?: LayoutJSON;
|
|
6
6
|
saveLocation: SaveLocation;
|
|
7
7
|
saveUrl?: string;
|
|
8
|
-
user
|
|
8
|
+
user?: VuuUser;
|
|
9
9
|
}
|
|
10
10
|
export type LayoutHookResult = [
|
|
11
11
|
LayoutJSON,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LayoutMetadata } from "./layoutTypes";
|
|
3
|
+
import "./SaveLayoutPanel.css";
|
|
4
|
+
type SaveLayoutPanelProps = {
|
|
5
|
+
onCancel: () => void;
|
|
6
|
+
onSave: (layoutMetadata: Omit<LayoutMetadata, "id">) => void;
|
|
7
|
+
componentId?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const SaveLayoutPanel: (props: SaveLayoutPanelProps) => JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LayoutJSON } from "@vuu-ui/vuu-layout";
|
|
2
|
+
export type LayoutMetadata = {
|
|
3
|
+
name: string;
|
|
4
|
+
group: string;
|
|
5
|
+
screenshot: string;
|
|
6
|
+
user: string;
|
|
7
|
+
date: string;
|
|
8
|
+
id: string;
|
|
9
|
+
};
|
|
10
|
+
export type Layout = {
|
|
11
|
+
json: LayoutJSON;
|
|
12
|
+
metadata: LayoutMetadata;
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { LayoutMetadata, Layout } from "./layoutTypes";
|
|
3
|
+
export declare const LayoutManagementContext: React.Context<{
|
|
4
|
+
layouts: Layout[];
|
|
5
|
+
saveLayout: (n: Omit<LayoutMetadata, "id">) => void;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const LayoutManagementProvider: (props: {
|
|
8
|
+
children: JSX.Element | JSX.Element[];
|
|
9
|
+
}) => JSX.Element;
|
|
10
|
+
export declare const useLayoutManager: () => {
|
|
11
|
+
layouts: Layout[];
|
|
12
|
+
saveLayout: (n: Omit<LayoutMetadata, "id">) => void;
|
|
13
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { HTMLAttributes } from "react";
|
|
2
|
+
import { FeatureProps } from "../feature";
|
|
3
|
+
import "./LeftNav.css";
|
|
4
|
+
interface LeftNavProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
"data-path"?: string;
|
|
6
|
+
features: FeatureProps[];
|
|
7
|
+
tableFeatures: FeatureProps[];
|
|
8
|
+
onResize?: (size: number) => void;
|
|
9
|
+
sizeCollapsed?: number;
|
|
10
|
+
sizeContent?: number;
|
|
11
|
+
sizeExpanded?: number;
|
|
12
|
+
}
|
|
13
|
+
export declare const LeftNav: ({ "data-path": path, features, onResize, sizeCollapsed, sizeContent, sizeExpanded, style: styleProp, tableFeatures, ...htmlAttributes }: LeftNavProps) => JSX.Element;
|
|
14
|
+
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactElement, ReactNode } from "react";
|
|
2
|
+
import { LayoutProviderProps } from "@vuu-ui/vuu-layout";
|
|
2
3
|
import { LayoutJSON } from "@vuu-ui/vuu-layout/src/layout-reducer";
|
|
3
4
|
import { SaveLocation } from "./shellTypes";
|
|
4
5
|
import "./shell.css";
|
|
@@ -7,6 +8,7 @@ export type VuuUser = {
|
|
|
7
8
|
token: string;
|
|
8
9
|
};
|
|
9
10
|
export interface ShellProps extends HTMLAttributes<HTMLDivElement> {
|
|
11
|
+
LayoutProps?: Pick<LayoutProviderProps, "createNewChild" | "pathToDropTarget">;
|
|
10
12
|
children?: ReactNode;
|
|
11
13
|
defaultLayout?: LayoutJSON;
|
|
12
14
|
leftSidePanel?: ReactElement;
|
|
@@ -17,4 +19,4 @@ export interface ShellProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
17
19
|
serverUrl?: string;
|
|
18
20
|
user: VuuUser;
|
|
19
21
|
}
|
|
20
|
-
export declare const Shell: ({ children, className: classNameProp, defaultLayout, leftSidePanel, leftSidePanelLayout, loginUrl, saveLocation, saveUrl, serverUrl, user, ...htmlAttributes }: ShellProps) => JSX.Element;
|
|
22
|
+
export declare const Shell: ({ LayoutProps, children, className: classNameProp, defaultLayout, leftSidePanel, leftSidePanelLayout, loginUrl, saveLocation, saveUrl, serverUrl, user, ...htmlAttributes }: ShellProps) => JSX.Element;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { DataSource } from "@vuu-ui/vuu-data";
|
|
2
|
-
import { DataSourceRow } from "@vuu-ui/vuu-data-types";
|
|
3
|
-
import { VuuRange } from "@vuu-ui/vuu-protocol-types";
|
|
4
|
-
export interface DataSourceHookProps {
|
|
5
|
-
dataSource: DataSource;
|
|
6
|
-
renderBufferSize?: number;
|
|
7
|
-
}
|
|
8
|
-
export declare function useDataSource({ dataSource, renderBufferSize, }: DataSourceHookProps): [
|
|
9
|
-
DataSourceRow[],
|
|
10
|
-
number,
|
|
11
|
-
VuuRange,
|
|
12
|
-
(range: VuuRange) => void
|
|
13
|
-
];
|
|
14
|
-
export declare class MovingWindow {
|
|
15
|
-
data: DataSourceRow[];
|
|
16
|
-
rowCount: number;
|
|
17
|
-
private range;
|
|
18
|
-
constructor({ from, to }: VuuRange);
|
|
19
|
-
setRowCount: (rowCount: number) => void;
|
|
20
|
-
add(data: DataSourceRow): void;
|
|
21
|
-
getAtIndex(index: number): DataSourceRow | undefined;
|
|
22
|
-
isWithinRange(index: number): boolean;
|
|
23
|
-
setRange(from: number, to: number): void;
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useServerConnectionQuality: () => number;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useServerConnectionStatus: () => string;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { TypeaheadParams, VuuTable } from "@vuu-ui/vuu-protocol-types";
|
|
2
|
-
export type SuggestionFetcher = (params: TypeaheadParams) => Promise<string[]>;
|
|
3
|
-
export declare const getTypeaheadParams: (table: VuuTable, column: string, text?: string, selectedValues?: string[]) => TypeaheadParams;
|
|
4
|
-
export declare const useTypeaheadSuggestions: () => SuggestionFetcher;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { DataSource, DataSourceMenusMessage, DataSourceVisualLinkCreatedMessage, DataSourceVisualLinkRemovedMessage, DataSourceVisualLinksMessage, MenuRpcResponse, VuuFeatureInvocationMessage, VuuFeatureMessage, VuuUIMessageInRPCEditReject, VuuUIMessageInRPCEditResponse } from "@vuu-ui/vuu-data";
|
|
2
|
-
import { DataSourceRow, MenuActionHandler, MenuBuilder } from "@vuu-ui/vuu-data-types";
|
|
3
|
-
import { GridAction } from "@vuu-ui/vuu-datagrid-types";
|
|
4
|
-
import { LinkDescriptorWithLabel, VuuMenu, VuuMenuItem, VuuRowDataItemType } from "@vuu-ui/vuu-protocol-types";
|
|
5
|
-
import { ColumnMap } from "@vuu-ui/vuu-utils";
|
|
6
|
-
export declare const addRowsFromInstruments = "addRowsFromInstruments";
|
|
7
|
-
export interface VuuCellMenuItem extends VuuMenuItem {
|
|
8
|
-
rowKey: string;
|
|
9
|
-
field: string;
|
|
10
|
-
value: VuuRowDataItemType;
|
|
11
|
-
}
|
|
12
|
-
export interface VuuRowMenuItem extends VuuMenuItem {
|
|
13
|
-
rowKey: string;
|
|
14
|
-
row: {
|
|
15
|
-
[key: string]: VuuRowDataItemType;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export declare const isVisualLinksAction: (action: GridAction) => action is DataSourceVisualLinksMessage;
|
|
19
|
-
export declare const isVisualLinkCreatedAction: (action: GridAction) => action is DataSourceVisualLinkCreatedMessage;
|
|
20
|
-
export declare const isVisualLinkRemovedAction: (action: GridAction) => action is DataSourceVisualLinkRemovedMessage;
|
|
21
|
-
export declare const isViewportMenusAction: (action: GridAction) => action is DataSourceMenusMessage;
|
|
22
|
-
export declare const isVuuFeatureAction: (action: GridAction) => action is VuuFeatureMessage;
|
|
23
|
-
export declare const isVuuFeatureInvocation: (action: GridAction) => action is VuuFeatureInvocationMessage;
|
|
24
|
-
export type VuuMenuActionHandler = (type: string, options: unknown) => boolean;
|
|
25
|
-
export interface ViewServerHookResult {
|
|
26
|
-
buildViewserverMenuOptions: MenuBuilder;
|
|
27
|
-
handleMenuAction: MenuActionHandler;
|
|
28
|
-
}
|
|
29
|
-
export interface MenuActionConfig {
|
|
30
|
-
vuuMenu?: VuuMenu;
|
|
31
|
-
visualLink?: DataSourceVisualLinkCreatedMessage;
|
|
32
|
-
visualLinks?: LinkDescriptorWithLabel[];
|
|
33
|
-
}
|
|
34
|
-
export type RpcResponseHandler = (response: MenuRpcResponse | VuuUIMessageInRPCEditReject | VuuUIMessageInRPCEditResponse) => void;
|
|
35
|
-
export interface VuuMenuActionHookProps {
|
|
36
|
-
/**
|
|
37
|
-
* By default, vuuMenuActions will be handled automatically. When activated, a
|
|
38
|
-
* message will be sent to server and response will be handled here too.
|
|
39
|
-
* This prop allows client to provide a custom handler for a menu Item. This will
|
|
40
|
-
* take priority and if handler returns true, no further processing for the menu
|
|
41
|
-
* item will be handled by Vuu. This can also be used to prevent an item from being
|
|
42
|
-
* actioned, even when no custom handling is intended. If the handler returns false,
|
|
43
|
-
* Vuu will process the menuItem.
|
|
44
|
-
*/
|
|
45
|
-
clientSideMenuActionHandler?: VuuMenuActionHandler;
|
|
46
|
-
dataSource: DataSource;
|
|
47
|
-
menuActionConfig?: MenuActionConfig;
|
|
48
|
-
onRpcResponse?: RpcResponseHandler;
|
|
49
|
-
}
|
|
50
|
-
export type VuuServerMenuOptions = {
|
|
51
|
-
columnMap: ColumnMap;
|
|
52
|
-
columnName: string;
|
|
53
|
-
row: DataSourceRow;
|
|
54
|
-
selectedRows: DataSourceRow[];
|
|
55
|
-
viewport: string;
|
|
56
|
-
};
|
|
57
|
-
export declare const useVuuMenuActions: ({ clientSideMenuActionHandler, dataSource, menuActionConfig, onRpcResponse, }: VuuMenuActionHookProps) => ViewServerHookResult;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./hooks";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export class ErrorBoundary extends React.Component<any, any, any> {
|
|
2
|
-
static getDerivedStateFromError(error: any): {
|
|
3
|
-
errorMessage: any;
|
|
4
|
-
};
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
state: {
|
|
7
|
-
errorMessage: null;
|
|
8
|
-
};
|
|
9
|
-
componentDidCatch(error: any, errorInfo: any): void;
|
|
10
|
-
}
|
|
11
|
-
import React from "react";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export interface FeatureProps<Params extends object | undefined = undefined> {
|
|
3
|
-
height?: number;
|
|
4
|
-
url: string;
|
|
5
|
-
css?: string;
|
|
6
|
-
width?: number;
|
|
7
|
-
params: Params;
|
|
8
|
-
}
|
|
9
|
-
declare function RawFeature<Params extends object | undefined>({ url, css, params, ...props }: FeatureProps<Params>): JSX.Element;
|
|
10
|
-
export declare const Feature: React.MemoExoticComponent<typeof RawFeature>;
|
|
11
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { LayoutJSON } from "@vuu-ui/vuu-layout/src/layout-reducer";
|
|
2
|
-
import { VuuUser } from "../shell";
|
|
3
|
-
export declare const loadLocalConfig: (saveUrl: string, user: VuuUser, id?: string) => Promise<LayoutJSON>;
|
|
4
|
-
export declare const saveLocalConfig: (saveUrl: string, user: VuuUser, data: LayoutJSON) => Promise<undefined>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./SaveLayoutPanel";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import "./LeftNav.css";
|
|
3
|
-
interface LeftNavProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
"data-path"?: string;
|
|
5
|
-
onResize?: (size: number) => void;
|
|
6
|
-
open?: boolean;
|
|
7
|
-
sizeCollapsed?: number;
|
|
8
|
-
sizeContent?: number;
|
|
9
|
-
sizeExpanded?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const LeftNav: ({ "data-path": path, onResize, open, sizeCollapsed, sizeContent, sizeExpanded, style: styleProp, ...htmlAttributes }: LeftNavProps) => JSX.Element;
|
|
12
|
-
export {};
|
|
File without changes
|
|
File without changes
|
/package/types/{vuu-shell/src/connection-status → connection-status}/ConnectionStatusIcon.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/types/{vuu-shell/src/session-editing-form → session-editing-form}/SessionEditingForm.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/types/{vuu-shell/src/shell-layouts → shell-layouts}/context-panel/ContextPanel.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|