@app-studio/web 0.8.96 → 0.8.97
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/components/ChatInput/AttachmentGroup.d.ts +19 -0
- package/dist/components/ChatInput/ChatInput/ChatInput.props.d.ts +204 -0
- package/dist/components/ChatInput/ChatInput/ChatInput.state.d.ts +33 -0
- package/dist/components/ChatInput/ChatInput/ChatInput.style.d.ts +112 -0
- package/dist/components/ChatInput/ChatInput/ChatInput.type.d.ts +67 -0
- package/dist/components/ChatInput/ChatInput/ChatInput.view.d.ts +4 -0
- package/dist/components/ChatInput/ChatInput.d.ts +21 -0
- package/dist/components/ChatInput/EditableInput.d.ts +15 -0
- package/dist/components/ChatInput/FileUploadHandler.d.ts +20 -0
- package/dist/components/ChatInput/GuideTip.d.ts +12 -0
- package/dist/components/ChatInput/MessageInput.d.ts +36 -0
- package/dist/components/ChatInput/PromptExamples.d.ts +13 -0
- package/dist/components/ChatInput/ReferenceImageButton.d.ts +11 -0
- package/dist/components/ChatInput/ReferenceImageModal.d.ts +12 -0
- package/dist/components/ChatInput/index.d.ts +9 -0
- package/dist/components/Flow/Flow/Flow.props.d.ts +144 -0
- package/dist/components/Flow/Flow/Flow.state.d.ts +95 -0
- package/dist/components/Flow/Flow/Flow.style.d.ts +40 -0
- package/dist/components/Flow/Flow/Flow.type.d.ts +181 -0
- package/dist/components/Flow/Flow/Flow.view.d.ts +28 -0
- package/dist/components/Flow/Flow.d.ts +2 -0
- package/dist/components/Flow/examples/DragAndDrop.d.ts +2 -0
- package/dist/components/Flow/examples/default.d.ts +2 -0
- package/dist/components/Flow/examples/flowchart.d.ts +2 -0
- package/dist/components/Flow/examples/index.d.ts +2 -0
- package/dist/components/Flow/examples/list.d.ts +2 -0
- package/dist/components/Flow/index.d.ts +2 -0
- package/dist/components/Icon/Icon.d.ts +7 -0
- package/dist/components/TextArea/TextArea.d.ts +22 -0
- package/dist/components/Tree/Tree/Tree.props.d.ts +106 -0
- package/dist/components/Tree/Tree/Tree.state.d.ts +38 -0
- package/dist/components/Tree/Tree/Tree.style.d.ts +41 -0
- package/dist/components/Tree/Tree/Tree.type.d.ts +133 -0
- package/dist/components/Tree/Tree/Tree.view.d.ts +36 -0
- package/dist/components/Tree/Tree.d.ts +2 -0
- package/dist/components/Tree/examples/DragAndDrop.d.ts +2 -0
- package/dist/components/Tree/examples/controlled.d.ts +2 -0
- package/dist/components/Tree/examples/custom-styling.d.ts +2 -0
- package/dist/components/Tree/examples/data-driven.d.ts +2 -0
- package/dist/components/Tree/examples/default.d.ts +2 -0
- package/dist/components/Tree/examples/index.d.ts +6 -0
- package/dist/components/Tree/examples/variants.d.ts +2 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/pages/chat.page.d.ts +2 -2
- package/dist/pages/flow.page.d.ts +3 -0
- package/dist/pages/tree.page.d.ts +3 -0
- package/dist/web.cjs.development.js +3830 -281
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +3823 -284
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +3832 -285
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +3 -3
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.props.d.ts +0 -40
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.style.d.ts +0 -10
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.type.d.ts +0 -23
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay/AIResponseDisplay.view.d.ts +0 -9
- package/dist/components/Chat/AIResponseDisplay/AIResponseDisplay.d.ts +0 -10
- package/dist/components/Chat/AIResponseDisplay/examples/basic.d.ts +0 -5
- package/dist/components/Chat/AIResponseDisplay/examples/index.d.ts +0 -4
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.props.d.ts +0 -56
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.state.d.ts +0 -12
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.style.d.ts +0 -10
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.type.d.ts +0 -19
- package/dist/components/Chat/ChatInterface/ChatInterface/ChatInterface.view.d.ts +0 -14
- package/dist/components/Chat/ChatInterface/ChatInterface.d.ts +0 -11
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.props.d.ts +0 -35
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.state.d.ts +0 -7
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.style.d.ts +0 -12
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.type.d.ts +0 -11
- package/dist/components/Chat/CodeBlock/CodeBlock/CodeBlock.view.d.ts +0 -11
- package/dist/components/Chat/CodeBlock/CodeBlock.d.ts +0 -10
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.props.d.ts +0 -47
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.state.d.ts +0 -15
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.style.d.ts +0 -15
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.type.d.ts +0 -24
- package/dist/components/Chat/FileUploader/FileUploader/FileUploader.view.d.ts +0 -18
- package/dist/components/Chat/FileUploader/FileUploader.d.ts +0 -11
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.props.d.ts +0 -27
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.style.d.ts +0 -13
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.type.d.ts +0 -11
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator/LoadingIndicator.view.d.ts +0 -6
- package/dist/components/Chat/LoadingIndicator/LoadingIndicator.d.ts +0 -10
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.props.d.ts +0 -36
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.state.d.ts +0 -14
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.style.d.ts +0 -10
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.type.d.ts +0 -11
- package/dist/components/Chat/MessageBubble/MessageBubble/MessageBubble.view.d.ts +0 -17
- package/dist/components/Chat/MessageBubble/MessageBubble.d.ts +0 -10
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.props.d.ts +0 -39
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.state.d.ts +0 -12
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.style.d.ts +0 -11
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.type.d.ts +0 -21
- package/dist/components/Chat/ModelSelector/ModelSelector/ModelSelector.view.d.ts +0 -16
- package/dist/components/Chat/ModelSelector/ModelSelector.d.ts +0 -10
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.props.d.ts +0 -59
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.state.d.ts +0 -13
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.style.d.ts +0 -10
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.type.d.ts +0 -11
- package/dist/components/Chat/PromptInput/PromptInput/PromptInput.view.d.ts +0 -16
- package/dist/components/Chat/PromptInput/PromptInput.d.ts +0 -10
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.props.d.ts +0 -31
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.style.d.ts +0 -11
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.type.d.ts +0 -30
- package/dist/components/Chat/SettingsPanel/SettingsPanel/SettingsPanel.view.d.ts +0 -6
- package/dist/components/Chat/SettingsPanel/SettingsPanel.d.ts +0 -10
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.props.d.ts +0 -39
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.style.d.ts +0 -10
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.type.d.ts +0 -20
- package/dist/components/Chat/ToolSelector/ToolSelector/ToolSelector.view.d.ts +0 -6
- package/dist/components/Chat/ToolSelector/ToolSelector.d.ts +0 -10
- package/dist/components/Chat/index.d.ts +0 -16
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TreeNode } from './Tree.type';
|
|
3
|
+
interface UseTreeStateProps {
|
|
4
|
+
defaultExpandedItems?: string[];
|
|
5
|
+
expandedItems?: string[];
|
|
6
|
+
onExpandedItemsChange?: (expandedItems: string[]) => void;
|
|
7
|
+
defaultSelectedItem?: string;
|
|
8
|
+
selectedItem?: string;
|
|
9
|
+
onItemSelect?: (itemId: string, itemData?: TreeNode) => void;
|
|
10
|
+
multiSelect?: boolean;
|
|
11
|
+
items?: TreeNode[];
|
|
12
|
+
allowDragAndDrop?: boolean;
|
|
13
|
+
onItemsReorder?: (items: TreeNode[]) => void;
|
|
14
|
+
onDragStart?: (itemId: string, event: React.DragEvent) => void;
|
|
15
|
+
onDragEnd?: (itemId: string) => void;
|
|
16
|
+
}
|
|
17
|
+
export declare const useTreeState: ({ defaultExpandedItems, expandedItems: controlledExpandedItems, onExpandedItemsChange, defaultSelectedItem, selectedItem: controlledSelectedItem, onItemSelect, multiSelect, items, allowDragAndDrop, onItemsReorder, onDragStart, onDragEnd, }: UseTreeStateProps) => {
|
|
18
|
+
baseId: string;
|
|
19
|
+
expandedItems: string[] | undefined;
|
|
20
|
+
toggleItem: (itemId: string) => void;
|
|
21
|
+
isItemExpanded: (itemId: string) => boolean | undefined;
|
|
22
|
+
selectedItem: any;
|
|
23
|
+
selectItem: (itemId: string) => void;
|
|
24
|
+
multiSelect: boolean;
|
|
25
|
+
allowDragAndDrop: boolean;
|
|
26
|
+
draggedItemId: string | null;
|
|
27
|
+
dropTarget: {
|
|
28
|
+
itemId: string;
|
|
29
|
+
position: 'before' | 'after' | 'inside';
|
|
30
|
+
} | null;
|
|
31
|
+
handleDragStart: (e: React.DragEvent, itemId: string) => void;
|
|
32
|
+
handleDragOver: (e: React.DragEvent, itemId: string) => void;
|
|
33
|
+
handleDrop: (e: React.DragEvent) => void;
|
|
34
|
+
handleDragEnd: (_: React.DragEvent) => void;
|
|
35
|
+
getDraggedItem: () => TreeNode | undefined;
|
|
36
|
+
items: TreeNode[] | undefined;
|
|
37
|
+
};
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ViewProps } from 'app-studio';
|
|
2
|
+
import { Size, Variant } from './Tree.type';
|
|
3
|
+
/**
|
|
4
|
+
* Default styles for the Tree component and its parts
|
|
5
|
+
*/
|
|
6
|
+
export declare const DefaultTreeStyles: {
|
|
7
|
+
container: ViewProps;
|
|
8
|
+
item: ViewProps;
|
|
9
|
+
itemLabel: ViewProps;
|
|
10
|
+
itemContent: ViewProps;
|
|
11
|
+
icon: ViewProps;
|
|
12
|
+
expandIcon: ViewProps;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Size variations for the Tree component (primarily affects TreeItemLabel padding and font size)
|
|
16
|
+
*/
|
|
17
|
+
export declare const TreeSizes: Record<Size, ViewProps>;
|
|
18
|
+
/**
|
|
19
|
+
* Variant styles for the Tree component (applied to TreeItemLabel for visual feedback)
|
|
20
|
+
*/
|
|
21
|
+
export declare const TreeItemLabelVariants: Record<Variant, ViewProps>;
|
|
22
|
+
/**
|
|
23
|
+
* States for tree items (typically applied to TreeItemLabel)
|
|
24
|
+
*/
|
|
25
|
+
export declare const TreeItemStates: {
|
|
26
|
+
selected: {
|
|
27
|
+
backgroundColor: string;
|
|
28
|
+
color: string;
|
|
29
|
+
fontWeight: string;
|
|
30
|
+
};
|
|
31
|
+
hover: {
|
|
32
|
+
backgroundColor: string;
|
|
33
|
+
};
|
|
34
|
+
disabled: {
|
|
35
|
+
opacity: number;
|
|
36
|
+
cursor: string;
|
|
37
|
+
_hover: {
|
|
38
|
+
backgroundColor: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ViewProps } from 'app-studio';
|
|
3
|
+
import { TreeProps } from './Tree.props';
|
|
4
|
+
interface TreePropsPlaceholder {
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Size options for the Tree component (affects item padding/font)
|
|
8
|
+
*/
|
|
9
|
+
export declare type Size = 'sm' | 'md' | 'lg';
|
|
10
|
+
/**
|
|
11
|
+
* Variant options for the Tree component (affects item appearance)
|
|
12
|
+
*/
|
|
13
|
+
export declare type Variant = 'default' | 'outline' | 'filled';
|
|
14
|
+
/**
|
|
15
|
+
* Tree node data structure for data-driven approach
|
|
16
|
+
*/
|
|
17
|
+
export interface TreeNode {
|
|
18
|
+
/** Unique identifier for the node */
|
|
19
|
+
id: string;
|
|
20
|
+
/** Label text for the node */
|
|
21
|
+
label: string;
|
|
22
|
+
/** Optional icon to display next to the label */
|
|
23
|
+
icon?: React.ReactNode;
|
|
24
|
+
/** Child nodes for hierarchical structure */
|
|
25
|
+
children?: TreeNode[];
|
|
26
|
+
/** Whether the node is disabled (unclickable, deemphasized) */
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
/** Custom data to associate with the node (e.g., for onItemSelect callback) */
|
|
29
|
+
data?: any;
|
|
30
|
+
/** Optional custom styles for this specific node (applied to TreeItem) */
|
|
31
|
+
style?: ViewProps;
|
|
32
|
+
/** Whether the node is currently being dragged */
|
|
33
|
+
isDragging?: boolean;
|
|
34
|
+
/** Whether the node can be dragged */
|
|
35
|
+
draggable?: boolean;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Props for the TreeItem component (compound pattern)
|
|
39
|
+
*/
|
|
40
|
+
export interface TreeItemProps extends ViewProps {
|
|
41
|
+
/** Unique identifier for the item, used for expansion state and selection */
|
|
42
|
+
value: string;
|
|
43
|
+
/** Whether the item is disabled */
|
|
44
|
+
disabled?: boolean;
|
|
45
|
+
/** Custom icon to display for this item */
|
|
46
|
+
icon?: React.ReactNode;
|
|
47
|
+
/** Children elements: typically TreeItemLabel and TreeItemContent */
|
|
48
|
+
children?: React.ReactNode;
|
|
49
|
+
/** Custom views for styling parts of this specific item */
|
|
50
|
+
views?: {
|
|
51
|
+
container?: ViewProps;
|
|
52
|
+
label?: ViewProps;
|
|
53
|
+
content?: ViewProps;
|
|
54
|
+
icon?: ViewProps;
|
|
55
|
+
expandIcon?: ViewProps;
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Props for the TreeItemLabel component (compound pattern)
|
|
60
|
+
*/
|
|
61
|
+
export interface TreeItemLabelProps extends ViewProps {
|
|
62
|
+
/** Content of the label, typically text or other inline elements */
|
|
63
|
+
children?: React.ReactNode;
|
|
64
|
+
/** Custom views (rarely needed here, usually styled via TreeItem or global views) */
|
|
65
|
+
views?: {
|
|
66
|
+
container?: ViewProps;
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Props for the TreeItemContent component (compound pattern)
|
|
71
|
+
*/
|
|
72
|
+
export interface TreeItemContentProps extends ViewProps {
|
|
73
|
+
/** Child elements, typically more TreeItem components for nesting */
|
|
74
|
+
children?: React.ReactNode;
|
|
75
|
+
/** Custom views (rarely needed here, usually styled via TreeItem or global views) */
|
|
76
|
+
views?: {
|
|
77
|
+
container?: ViewProps;
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Context type for the Tree component, passed via React Context
|
|
82
|
+
*/
|
|
83
|
+
export interface TreeContextType {
|
|
84
|
+
/** List of expanded item IDs */
|
|
85
|
+
expandedItems: string[];
|
|
86
|
+
/** Function to toggle an item's expanded state */
|
|
87
|
+
toggleItem: (itemId: string) => void;
|
|
88
|
+
/** Function to check if an item is expanded */
|
|
89
|
+
isItemExpanded: (itemId: string) => boolean;
|
|
90
|
+
/** Base ID for generating accessible unique IDs for tree parts */
|
|
91
|
+
baseId: string;
|
|
92
|
+
/** Currently selected item ID */
|
|
93
|
+
selectedItem?: string;
|
|
94
|
+
/** Function to handle item selection */
|
|
95
|
+
selectItem: (itemId: string) => void;
|
|
96
|
+
/** Global size for tree items */
|
|
97
|
+
size: Size;
|
|
98
|
+
/** Global variant for tree items */
|
|
99
|
+
variant: Variant;
|
|
100
|
+
/** Global views configuration */
|
|
101
|
+
views?: TreeProps['views'];
|
|
102
|
+
/** Whether drag and drop is enabled */
|
|
103
|
+
allowDragAndDrop?: boolean;
|
|
104
|
+
/** Custom icon to use for the drag handle */
|
|
105
|
+
dragHandleIcon?: React.ReactNode;
|
|
106
|
+
/** Currently dragged item ID */
|
|
107
|
+
draggedItemId?: string | null;
|
|
108
|
+
/** Current drop target information */
|
|
109
|
+
dropTarget?: {
|
|
110
|
+
itemId: string;
|
|
111
|
+
position: 'before' | 'after' | 'inside';
|
|
112
|
+
} | null;
|
|
113
|
+
/** Function to handle drag start */
|
|
114
|
+
handleDragStart?: (e: React.DragEvent, itemId: string) => void;
|
|
115
|
+
/** Function to handle drag over */
|
|
116
|
+
handleDragOver?: (e: React.DragEvent, itemId: string) => void;
|
|
117
|
+
/** Function to handle drop */
|
|
118
|
+
handleDrop?: (e: React.DragEvent) => void;
|
|
119
|
+
/** Function to handle drag end */
|
|
120
|
+
handleDragEnd?: (e: React.DragEvent) => void;
|
|
121
|
+
/** Function to get the dragged item's data */
|
|
122
|
+
getDraggedItem?: () => TreeNode | undefined;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Tree component type with sub-components.
|
|
126
|
+
* P represents the props of the main Tree component (e.g., TreeProps).
|
|
127
|
+
*/
|
|
128
|
+
export interface TreeComponentType<P = TreePropsPlaceholder> extends React.FC<P> {
|
|
129
|
+
Item: React.FC<TreeItemProps>;
|
|
130
|
+
ItemLabel: React.FC<TreeItemLabelProps>;
|
|
131
|
+
ItemContent: React.FC<TreeItemContentProps>;
|
|
132
|
+
}
|
|
133
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewProps } from 'app-studio';
|
|
3
|
+
import { TreeContextType, TreeNode, Size, Variant, TreeItemProps, TreeItemLabelProps, TreeItemContentProps } from './Tree.type';
|
|
4
|
+
import { TreeProps } from './Tree.props';
|
|
5
|
+
export declare const TreeProvider: React.FC<{
|
|
6
|
+
value: TreeContextType;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const useTreeContext: () => TreeContextType;
|
|
10
|
+
interface TreeViewProps extends Pick<TreeProps, 'size' | 'variant' | 'views' | 'children'>, Omit<ViewProps, keyof Pick<TreeProps, 'size' | 'variant' | 'views' | 'children'>> {
|
|
11
|
+
baseId: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const TreeView: React.FC<TreeViewProps>;
|
|
14
|
+
export declare const TreeItem: React.FC<TreeItemProps>;
|
|
15
|
+
interface InternalTreeItemLabelProps extends TreeItemLabelProps {
|
|
16
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
17
|
+
onToggleExpand?: (e: React.MouseEvent) => void;
|
|
18
|
+
hasChildren?: boolean;
|
|
19
|
+
expanded?: boolean;
|
|
20
|
+
icon?: React.ReactNode;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
isSelected?: boolean;
|
|
23
|
+
isDragging?: boolean;
|
|
24
|
+
size?: Size;
|
|
25
|
+
variant?: Variant;
|
|
26
|
+
views?: TreeProps['views'];
|
|
27
|
+
}
|
|
28
|
+
export declare const TreeItemLabel: React.FC<InternalTreeItemLabelProps>;
|
|
29
|
+
interface InternalTreeItemContentProps extends TreeItemContentProps {
|
|
30
|
+
views?: TreeProps['views'];
|
|
31
|
+
}
|
|
32
|
+
export declare const TreeItemContent: React.FC<InternalTreeItemContentProps>;
|
|
33
|
+
export declare const DataDrivenTreeView: React.FC<{
|
|
34
|
+
items: TreeNode[];
|
|
35
|
+
}>;
|
|
36
|
+
export {};
|
|
@@ -48,6 +48,9 @@ export * from './Resizable/Resizable';
|
|
|
48
48
|
export * from './Toast/Toast';
|
|
49
49
|
export * from './Command/Command';
|
|
50
50
|
export * from './Tooltip/Tooltip';
|
|
51
|
+
export * from './Tree/Tree';
|
|
52
|
+
export * from './Flow/Flow';
|
|
53
|
+
export * from './ChatInput/ChatInput';
|
|
51
54
|
export * from './Accordion/Accordion/Accordion.props';
|
|
52
55
|
export * from './Alert/Alert/Alert.props';
|
|
53
56
|
export * from './AspectRatio/AspectRatio/AspectRatio.props';
|
|
@@ -92,3 +95,6 @@ export * from './Resizable/Resizable/Resizable.props';
|
|
|
92
95
|
export * from './Toast/Toast/Toast.props';
|
|
93
96
|
export * from './Command/Command/Command.props';
|
|
94
97
|
export * from './Tooltip/Tooltip/Tooltip.props';
|
|
98
|
+
export * from './Tree/Tree/Tree.props';
|
|
99
|
+
export * from './Flow/Flow/Flow.props';
|
|
100
|
+
export * from './ChatInput/ChatInput/ChatInput.props';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const ChatInputDemo: () => React.JSX.Element;
|
|
3
|
+
export default ChatInputDemo;
|