jderobot-ide-interface 0.2.155 → 0.3.1
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/Button/Button.d.ts +5 -4
- package/dist/components/Button/Button.styles.d.ts +1 -1
- package/dist/components/ButtonsContainer/ButtonsContainer.styles.d.ts +2 -2
- package/dist/components/Dropdown/Dropdown.d.ts +3 -2
- package/dist/components/Dropdown/Dropdown.styles.d.ts +1 -1
- package/dist/components/Explorer/Explorer.d.ts +2 -1
- package/dist/components/Explorer/Explorer.styles.d.ts +3 -3
- package/dist/components/Explorer/file_explorer/FileExplorer.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/FileExplorer.styles.d.ts +1 -1
- package/dist/components/Explorer/file_explorer/FileIcon.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/MoreActionsMenu.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/MoreActionsMenu.styles.d.ts +4 -4
- package/dist/components/Explorer/file_explorer/TreeNode.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/TreeNode.styles.d.ts +6 -8
- package/dist/components/FileEditor/FileEditor.d.ts +2 -2
- package/dist/components/FileEditor/FileEditor.styles.d.ts +3 -3
- package/dist/components/FileEditor/TextEditor.d.ts +2 -1
- package/dist/components/FileEditor/extras.d.ts +1 -2
- package/dist/components/IdeInterface/IdeInterface.d.ts +1 -0
- package/dist/components/IdeInterface/IdeInterface.styles.d.ts +12 -12
- package/dist/components/IdeInterface/TheoryInterface.d.ts +1 -0
- package/dist/components/IdeInterface/TheoryInterface.styles.d.ts +7 -7
- package/dist/components/Modals/DeleteModal.d.ts +2 -1
- package/dist/components/Modals/EditorKeybindModal.d.ts +2 -1
- package/dist/components/Modals/EditorKeybindModal.styles.d.ts +1 -1
- package/dist/components/Modals/ErrorModal.d.ts +2 -1
- package/dist/components/Modals/ErrorModal.styles.d.ts +3 -3
- package/dist/components/Modals/Modal.d.ts +1 -1
- package/dist/components/Modals/Modal.styles.d.ts +27 -27
- package/dist/components/Modals/NewFileModal.d.ts +2 -1
- package/dist/components/Modals/NewFolderModal.d.ts +2 -1
- package/dist/components/Modals/RenameModal.d.ts +2 -1
- package/dist/components/Modals/UploadModal.d.ts +2 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts +2 -1
- package/dist/components/ProgressBar/ProgressBar.style.d.ts +1 -1
- package/dist/components/ResizableLayout/ResizableComponents.d.ts +5 -5
- package/dist/components/ResizableLayout/ResizableComponents.styles.d.ts +9 -9
- package/dist/components/StatusBar/StatusBar.d.ts +3 -2
- package/dist/components/StatusBar/StatusBar.style.d.ts +3 -3
- package/dist/components/Theory/Canvas.d.ts +1 -1
- package/dist/components/Theory/Canvas.styles.d.ts +1 -1
- package/dist/components/Theory/CarouselDisplay.d.ts +2 -1
- package/dist/components/Theory/CarouselDisplay.styles.d.ts +13 -13
- package/dist/components/Theory/Code.d.ts +2 -1
- package/dist/components/Theory/Code.styles.d.ts +1 -1
- package/dist/components/Theory/ComparisonDisplay.d.ts +2 -1
- package/dist/components/Theory/FormulaSection.d.ts +2 -2
- package/dist/components/Theory/FormulaSection.styles.d.ts +1 -1
- package/dist/components/Theory/HighlightedSection.d.ts +2 -2
- package/dist/components/Theory/HighlightedSection.styles.d.ts +1 -1
- package/dist/components/Theory/Image.d.ts +2 -1
- package/dist/components/Theory/Image.styles.d.ts +1 -1
- package/dist/components/Theory/ImageRow.d.ts +2 -2
- package/dist/components/Theory/ImageRow.styles.d.ts +1 -1
- package/dist/components/Theory/Link.d.ts +2 -1
- package/dist/components/Theory/Link.styles.d.ts +1 -1
- package/dist/components/Theory/List.d.ts +2 -2
- package/dist/components/Theory/List.styles.d.ts +1 -1
- package/dist/components/Theory/LocalVideo.d.ts +2 -1
- package/dist/components/Theory/LocalVideo.styles.d.ts +1 -1
- package/dist/components/Theory/NumberedList.d.ts +2 -2
- package/dist/components/Theory/NumberedList.styles.d.ts +1 -1
- package/dist/components/Theory/Section.d.ts +2 -2
- package/dist/components/Theory/Section.styles.d.ts +2 -2
- package/dist/components/Theory/Subsection.d.ts +2 -2
- package/dist/components/Theory/Subsection.styles.d.ts +2 -2
- package/dist/components/Theory/Subsubsection.d.ts +2 -2
- package/dist/components/Theory/Subsubsection.styles.d.ts +2 -2
- package/dist/components/Theory/Timeline.d.ts +2 -1
- package/dist/components/Theory/Timeline.styles.d.ts +8 -8
- package/dist/components/Theory/TimelineComparison.d.ts +2 -1
- package/dist/components/Theory/TimelineComparison.styles.d.ts +5 -5
- package/dist/components/Theory/YoutubeVideo.d.ts +2 -1
- package/dist/components/Theory/YoutubeVideo.styles.d.ts +1 -1
- package/dist/components/VncViewer/VncViewer.d.ts +2 -1
- package/dist/components/VncViewer/VncViewer.styles.d.ts +4 -4
- package/dist/main.js +48677 -42410
- package/dist/package.json +32 -36
- package/dist/types/fileTypes.d.ts +1 -0
- package/dist/types/modal.d.ts +1 -0
- package/dist/utils/contrastTheme.d.ts +1 -1
- package/dist/utils/errorProvider.d.ts +2 -2
- package/dist/utils/optionsProvider.d.ts +2 -2
- package/dist/utils/themeProvider.d.ts +2 -2
- package/package.json +33 -37
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export type ButtonVariant = "standard" | "colored" | "tab";
|
|
2
3
|
export type IconVariant = "fill" | "stroke";
|
|
3
4
|
declare const Button: ({ active, isLabel, variant, iconType, title, id, onClick, children, }: {
|
|
@@ -9,23 +10,23 @@ declare const Button: ({ active, isLabel, variant, iconType, title, id, onClick,
|
|
|
9
10
|
id: string;
|
|
10
11
|
onClick: Function;
|
|
11
12
|
children: any;
|
|
12
|
-
}) => JSX.Element;
|
|
13
|
+
}) => React.JSX.Element;
|
|
13
14
|
export default Button;
|
|
14
15
|
export declare const MenuButton: ({ title, id, onClick, children, }: {
|
|
15
16
|
title: string;
|
|
16
17
|
id: string;
|
|
17
18
|
onClick: Function;
|
|
18
19
|
children: any;
|
|
19
|
-
}) => JSX.Element;
|
|
20
|
+
}) => React.JSX.Element;
|
|
20
21
|
export declare const MenuButtonStroke: ({ title, id, onClick, children, }: {
|
|
21
22
|
title: string;
|
|
22
23
|
id: string;
|
|
23
24
|
onClick: Function;
|
|
24
25
|
children: any;
|
|
25
|
-
}) => JSX.Element;
|
|
26
|
+
}) => React.JSX.Element;
|
|
26
27
|
export declare const MenuButtonLabel: ({ title, id, onClick, children, }: {
|
|
27
28
|
title: string;
|
|
28
29
|
id: string;
|
|
29
30
|
onClick: Function;
|
|
30
31
|
children: any;
|
|
31
|
-
}) => JSX.Element;
|
|
32
|
+
}) => React.JSX.Element;
|
|
@@ -7,5 +7,5 @@ interface StyledButtonProps {
|
|
|
7
7
|
active: boolean;
|
|
8
8
|
isLabel: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
10
|
+
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof StyledButtonProps> & StyledButtonProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof StyledButtonProps> & StyledButtonProps, never>>> & string;
|
|
11
11
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const StyledButtonsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledButtonsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
2
2
|
interface StyledSeparatedButtonsContainerProps {
|
|
3
3
|
color?: string;
|
|
4
4
|
}
|
|
5
|
-
export declare const StyledSeparatedButtonsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
5
|
+
export declare const StyledSeparatedButtonsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color"> & StyledSeparatedButtonsContainerProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color"> & StyledSeparatedButtonsContainerProps, never>>> & string;
|
|
6
6
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export declare const DropdownStatusBar: ({ id, title, baseHeight, width, down, setter, possibleValues, onOpen, children, }: {
|
|
2
3
|
id: string;
|
|
3
4
|
title: string;
|
|
@@ -8,7 +9,7 @@ export declare const DropdownStatusBar: ({ id, title, baseHeight, width, down, s
|
|
|
8
9
|
possibleValues: any[];
|
|
9
10
|
onOpen: () => void;
|
|
10
11
|
children: any;
|
|
11
|
-
}) => JSX.Element;
|
|
12
|
+
}) => React.JSX.Element;
|
|
12
13
|
export declare const DropdownIcon: ({ id, title, width, setter, possibleValues, children, }: {
|
|
13
14
|
id: string;
|
|
14
15
|
title: string;
|
|
@@ -17,4 +18,4 @@ export declare const DropdownIcon: ({ id, title, width, setter, possibleValues,
|
|
|
17
18
|
setter: Function;
|
|
18
19
|
possibleValues: any[];
|
|
19
20
|
children: any;
|
|
20
|
-
}) => JSX.Element;
|
|
21
|
+
}) => React.JSX.Element;
|
|
@@ -8,5 +8,5 @@ interface StyledDropdownProps {
|
|
|
8
8
|
left?: number;
|
|
9
9
|
down?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare const StyledDropdown: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
11
|
+
export declare const StyledDropdown: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof StyledDropdownProps> & StyledDropdownProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof StyledDropdownProps> & StyledDropdownProps, never>>> & string;
|
|
12
12
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { Entry, ExplorerEntry } from "Types";
|
|
2
3
|
declare const Explorer: ({ setCurrentFile, currentFile, project, api, }: {
|
|
3
4
|
setCurrentFile: Function;
|
|
4
5
|
currentFile?: Entry;
|
|
5
6
|
project: string;
|
|
6
7
|
api: ExplorerEntry;
|
|
7
|
-
}) => JSX.Element;
|
|
8
|
+
}) => React.JSX.Element;
|
|
8
9
|
export default Explorer;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const StyledSidebarContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledSidebarContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
2
2
|
interface StyledSidebarEntryMenuProps {
|
|
3
3
|
bgColor?: string;
|
|
4
4
|
}
|
|
5
|
-
export declare const StyledSidebarEntry: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
6
|
-
export declare const StyledSidebarEntryMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
5
|
+
export declare const StyledSidebarEntry: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledSidebarEntryMenuProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledSidebarEntryMenuProps, never>>> & string;
|
|
6
|
+
export declare const StyledSidebarEntryMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledSidebarEntryMenuProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledSidebarEntryMenuProps, never>>> & string;
|
|
7
7
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { Entry } from "Types";
|
|
2
3
|
declare const FileExplorer: ({ setCurrentFile, currentFile, currentProjectname, setSelectedEntry, fileList, fetchFileList, onDelete, onCreateFile, onCreateFolder, onUpload, onDownload, onRename, }: {
|
|
3
4
|
setCurrentFile: Function;
|
|
@@ -12,5 +13,5 @@ declare const FileExplorer: ({ setCurrentFile, currentFile, currentProjectname,
|
|
|
12
13
|
onUpload: Function;
|
|
13
14
|
onDownload: Function;
|
|
14
15
|
onRename: Function;
|
|
15
|
-
}) => JSX.Element;
|
|
16
|
+
}) => React.JSX.Element;
|
|
16
17
|
export default FileExplorer;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface BGProps {
|
|
2
2
|
bgColor?: string;
|
|
3
3
|
}
|
|
4
|
-
export declare const StyledSidebarEntryContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
4
|
+
export declare const StyledSidebarEntryContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & BGProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & BGProps, never>>> & string;
|
|
5
5
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
declare function FileIcon({ is_dir, is_collapsed, name, group, color, }: {
|
|
2
3
|
is_dir: boolean;
|
|
3
4
|
is_collapsed: boolean;
|
|
4
5
|
name: string;
|
|
5
6
|
group: string;
|
|
6
7
|
color?: string;
|
|
7
|
-
}): JSX.Element;
|
|
8
|
+
}): React.JSX.Element;
|
|
8
9
|
export default FileIcon;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { Entry } from "Types";
|
|
2
3
|
declare function MoreActionsMenu({ menuProps, onDelete, onCreateFile, onCreateFolder, onUpload, onDownload, onRename, }: {
|
|
3
4
|
menuProps: ContextMenuProps;
|
|
@@ -7,7 +8,7 @@ declare function MoreActionsMenu({ menuProps, onDelete, onCreateFile, onCreateFo
|
|
|
7
8
|
onUpload: Function;
|
|
8
9
|
onDownload: Function;
|
|
9
10
|
onRename: Function;
|
|
10
|
-
}): JSX.Element;
|
|
11
|
+
}): React.JSX.Element;
|
|
11
12
|
export default MoreActionsMenu;
|
|
12
13
|
export declare class ContextMenuProps {
|
|
13
14
|
isShown: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
interface StyledExplorerExtraMenuBackdropProps {
|
|
2
2
|
active?: boolean;
|
|
3
3
|
}
|
|
4
|
-
export declare const StyledExplorerExtraMenuBackdrop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
4
|
+
export declare const StyledExplorerExtraMenuBackdrop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "active"> & StyledExplorerExtraMenuBackdropProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "active"> & StyledExplorerExtraMenuBackdropProps, never>>> & string;
|
|
5
5
|
interface StyledExplorerExtraMenuProps {
|
|
6
6
|
color?: string;
|
|
7
7
|
bgColor?: string;
|
|
@@ -11,10 +11,10 @@ interface StyledExplorerExtraMenuProps {
|
|
|
11
11
|
top: number;
|
|
12
12
|
left: number;
|
|
13
13
|
}
|
|
14
|
-
export declare const StyledExplorerExtraMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
15
|
-
export declare const StyledExplorerExtraMenuEntry: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
14
|
+
export declare const StyledExplorerExtraMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledExplorerExtraMenuProps> & StyledExplorerExtraMenuProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledExplorerExtraMenuProps> & StyledExplorerExtraMenuProps, never>>> & string;
|
|
15
|
+
export declare const StyledExplorerExtraMenuEntry: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
16
16
|
interface StyledExplorerExtraMenuDividerProps {
|
|
17
17
|
bgColor?: string;
|
|
18
18
|
}
|
|
19
|
-
export declare const StyledExplorerExtraMenuDivider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
19
|
+
export declare const StyledExplorerExtraMenuDivider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledExplorerExtraMenuDividerProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledExplorerExtraMenuDividerProps, never>>> & string;
|
|
20
20
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { ContextMenuProps } from "./MoreActionsMenu";
|
|
2
3
|
import { Entry } from "Types";
|
|
3
4
|
declare function TreeNode({ node, depth, currentFile, handleFileClick, handleFolderClick, menuProps, }: {
|
|
@@ -7,5 +8,5 @@ declare function TreeNode({ node, depth, currentFile, handleFileClick, handleFol
|
|
|
7
8
|
handleFileClick: Function;
|
|
8
9
|
handleFolderClick: Function;
|
|
9
10
|
menuProps: ContextMenuProps;
|
|
10
|
-
}): JSX.Element;
|
|
11
|
+
}): React.JSX.Element;
|
|
11
12
|
export default TreeNode;
|
|
@@ -1,24 +1,22 @@
|
|
|
1
|
-
export declare const StyledSidebarEntryContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
2
|
-
export declare const StyledSidebarEntry: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledSidebarEntryContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
2
|
+
export declare const StyledSidebarEntry: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
3
3
|
interface StyledExplorerItemContainerProps {
|
|
4
4
|
bgColor?: string;
|
|
5
5
|
hoverColor?: string;
|
|
6
6
|
active?: boolean;
|
|
7
7
|
roundness?: number;
|
|
8
8
|
}
|
|
9
|
-
export declare const StyledExplorerItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
9
|
+
export declare const StyledExplorerItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledExplorerItemContainerProps> & StyledExplorerItemContainerProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledExplorerItemContainerProps> & StyledExplorerItemContainerProps, never>>> & string;
|
|
10
10
|
interface StyledExplorerItemProps {
|
|
11
11
|
color?: string;
|
|
12
12
|
depth: number;
|
|
13
13
|
}
|
|
14
|
-
export declare const StyledExplorerItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
15
|
-
export declare const StyledExtraIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never
|
|
14
|
+
export declare const StyledExplorerItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledExplorerItemProps> & StyledExplorerItemProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledExplorerItemProps> & StyledExplorerItemProps, never>>> & string;
|
|
15
|
+
export declare const StyledExtraIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>>> & string;
|
|
16
16
|
interface StyledExplorerAccentProps {
|
|
17
17
|
color?: string;
|
|
18
18
|
}
|
|
19
|
-
export declare const StyledExplorerAccent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/
|
|
20
|
-
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
21
|
-
}, "children" | "style" | "className" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, StyledExplorerAccentProps>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
19
|
+
export declare const StyledExplorerAccent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").SVGProps<SVGSVGElement>, "children" | "color" | "className" | "style" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, "color"> & StyledExplorerAccentProps, never> & Partial<Pick<import("styled-components").FastOmit<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").SVGProps<SVGSVGElement>, "children" | "color" | "className" | "style" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, "color"> & StyledExplorerAccentProps, never>>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
22
20
|
muiName: string;
|
|
23
21
|
}, keyof import("react").Component<any, {}, any>>;
|
|
24
22
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { JSX } from "react";
|
|
1
2
|
import { CommsManager } from "jderobot-commsmanager";
|
|
2
|
-
import { Entry, EditorsEntry, Options, ExtraSnippets } from "Types";
|
|
3
|
-
import { ExtraApi } from "src/types/fileTypes";
|
|
3
|
+
import { Entry, EditorsEntry, Options, ExtraSnippets, ExtraApi } from "Types";
|
|
4
4
|
declare const FileEditor: ({ currentFile, changeCurrentFile, currentProjectname, autosave, manager, api, extraEditors, splashIcon, options, extraSnippets, }: {
|
|
5
5
|
currentFile?: Entry;
|
|
6
6
|
changeCurrentFile: Function;
|
|
@@ -2,10 +2,10 @@ interface StyledEditorMenuProps {
|
|
|
2
2
|
bgColor?: string;
|
|
3
3
|
roundness?: number;
|
|
4
4
|
}
|
|
5
|
-
export declare const StyledEditorMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
5
|
+
export declare const StyledEditorMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledEditorMenuProps> & StyledEditorMenuProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledEditorMenuProps> & StyledEditorMenuProps, never>>> & string;
|
|
6
6
|
interface StyledChangeIndicatorProps {
|
|
7
7
|
color?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare const StyledChangeIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
10
|
-
export declare const StyledSplashEditor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
9
|
+
export declare const StyledChangeIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color"> & StyledChangeIndicatorProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color"> & StyledChangeIndicatorProps, never>>> & string;
|
|
10
|
+
export declare const StyledSplashEditor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledEditorMenuProps> & StyledEditorMenuProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledEditorMenuProps> & StyledEditorMenuProps, never>>> & string;
|
|
11
11
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { CommsManager } from "jderobot-commsmanager";
|
|
2
3
|
import { ExtraSnippets } from "Types";
|
|
3
4
|
declare const FileEditor: ({ commsManager, fileContent, setFileContent, saveFile, language, zoomLevel, extraSnippets, }: {
|
|
@@ -8,5 +9,5 @@ declare const FileEditor: ({ commsManager, fileContent, setFileContent, saveFile
|
|
|
8
9
|
language: string;
|
|
9
10
|
zoomLevel: number;
|
|
10
11
|
extraSnippets?: ExtraSnippets;
|
|
11
|
-
}) => JSX.Element;
|
|
12
|
+
}) => React.JSX.Element;
|
|
12
13
|
export default FileEditor;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Monaco } from "@monaco-editor/react";
|
|
2
2
|
import { CommsManager } from "jderobot-commsmanager";
|
|
3
|
-
import type { languages } from "monaco-editor";
|
|
4
3
|
import { ExtraSnippets, Snippet } from "Types";
|
|
5
4
|
interface Range {
|
|
6
5
|
startLineNumber: number;
|
|
@@ -18,6 +17,6 @@ interface CompletionItem {
|
|
|
18
17
|
range: Range;
|
|
19
18
|
}
|
|
20
19
|
export declare const monacoEditorSnippet: (monaco: Monaco, manager: CommsManager | null, extraSnippets?: ExtraSnippets) => void;
|
|
21
|
-
export declare const snippetKind: (kind: string, monaco: Monaco) =>
|
|
20
|
+
export declare const snippetKind: (kind: string, monaco: Monaco) => any;
|
|
22
21
|
export declare const snippetsBuilderV2: (monaco: Monaco, range: Range, callback?: () => Snippet[]) => CompletionItem[];
|
|
23
22
|
export {};
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
interface StyledIdeHorizContainerProps {
|
|
2
2
|
bgColor?: string;
|
|
3
3
|
}
|
|
4
|
-
export declare const StyledIdeHorizContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
4
|
+
export declare const StyledIdeHorizContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledIdeHorizContainerProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledIdeHorizContainerProps, never>>> & string;
|
|
5
5
|
interface StyledIdeVertContainerProps {
|
|
6
6
|
bgColor?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const StyledIdeVertContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
8
|
+
export declare const StyledIdeVertContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledIdeVertContainerProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledIdeVertContainerProps, never>>> & string;
|
|
9
9
|
interface StyledIdeContainerProps {
|
|
10
10
|
bgColor?: string;
|
|
11
11
|
}
|
|
12
|
-
export declare const StyledIdeContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
12
|
+
export declare const StyledIdeContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledIdeContainerProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledIdeContainerProps, never>>> & string;
|
|
13
13
|
interface StyledViewerMenuProps {
|
|
14
14
|
bgColor?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare const StyledViewerMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
16
|
+
export declare const StyledViewerMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledViewerMenuProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bgColor"> & StyledViewerMenuProps, never>>> & string;
|
|
17
17
|
interface StyledSplashIcon {
|
|
18
18
|
color?: string;
|
|
19
19
|
}
|
|
20
|
-
export declare const StyledMonocolorSplashIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
20
|
+
export declare const StyledMonocolorSplashIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").SVGProps<SVGSVGElement> & {
|
|
21
21
|
title?: string;
|
|
22
|
-
}, "
|
|
23
|
-
|
|
24
|
-
}, StyledSplashIcon
|
|
22
|
+
}, "color"> & StyledSplashIcon, never> & Partial<Pick<import("styled-components").FastOmit<import("react").SVGProps<SVGSVGElement> & {
|
|
23
|
+
title?: string;
|
|
24
|
+
}, "color"> & StyledSplashIcon, never>>> & string & Omit<import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
25
25
|
title?: string;
|
|
26
26
|
}>, keyof import("react").Component<any, {}, any>>;
|
|
27
|
-
export declare const StyledSplashIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
27
|
+
export declare const StyledSplashIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
+
title?: string;
|
|
29
|
+
}, "color"> & StyledSplashIcon, never> & Partial<Pick<import("styled-components").FastOmit<import("react").SVGProps<SVGSVGElement> & {
|
|
28
30
|
title?: string;
|
|
29
|
-
}, "
|
|
30
|
-
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
31
|
-
}, StyledSplashIcon>> & string & Omit<import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
31
|
+
}, "color"> & StyledSplashIcon, never>>> & string & Omit<import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
32
|
title?: string;
|
|
33
33
|
}>, keyof import("react").Component<any, {}, any>>;
|
|
34
34
|
export {};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
interface StyledTheoryTitleProps {
|
|
2
2
|
color?: string;
|
|
3
3
|
}
|
|
4
|
-
export declare const StyledTheoryTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
4
|
+
export declare const StyledTheoryTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color"> & StyledTheoryTitleProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color"> & StyledTheoryTitleProps, never>>> & string;
|
|
5
5
|
interface StyledIndexProps {
|
|
6
6
|
color?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const StyledIndex: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
8
|
+
export declare const StyledIndex: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "color"> & StyledIndexProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "color"> & StyledIndexProps, never>>> & string;
|
|
9
9
|
interface StyledIndexContainerProps {
|
|
10
10
|
bg?: string;
|
|
11
11
|
border?: string;
|
|
12
12
|
roundness?: number;
|
|
13
13
|
}
|
|
14
|
-
export declare const StyledIndexContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
14
|
+
export declare const StyledIndexContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, keyof StyledIndexContainerProps> & StyledIndexContainerProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, keyof StyledIndexContainerProps> & StyledIndexContainerProps, never>>> & string;
|
|
15
15
|
interface StyledIndexTitleProps {
|
|
16
16
|
color?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare const StyledIndexTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
19
|
-
export declare const StyledTheoryContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
20
|
-
export declare const StyledTheoryContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
18
|
+
export declare const StyledIndexTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color"> & StyledIndexTitleProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color"> & StyledIndexTitleProps, never>>> & string;
|
|
19
|
+
export declare const StyledTheoryContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
20
|
+
export declare const StyledTheoryContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
21
21
|
interface StyledTheoryPageProps {
|
|
22
22
|
bg?: string;
|
|
23
23
|
}
|
|
24
|
-
export declare const StyledTheoryPage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
24
|
+
export declare const StyledTheoryPage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bg"> & StyledTheoryPageProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "bg"> & StyledTheoryPageProps, never>>> & string;
|
|
25
25
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { Entry } from "Types";
|
|
2
3
|
declare const DeleteModal: ({ onSubmit, isOpen, onClose, selectedEntry, }: {
|
|
3
4
|
onSubmit: Function;
|
|
4
5
|
isOpen: boolean;
|
|
5
6
|
onClose: Function;
|
|
6
7
|
selectedEntry: Entry;
|
|
7
|
-
}) => JSX.Element;
|
|
8
|
+
}) => React.JSX.Element;
|
|
8
9
|
export default DeleteModal;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { EditorKeybind } from "Types";
|
|
2
3
|
declare const NewFolderModal: ({ isOpen, onClose, keybinds, }: {
|
|
3
4
|
isOpen: boolean;
|
|
4
5
|
onClose: () => void;
|
|
5
6
|
keybinds: EditorKeybind[];
|
|
6
|
-
}) => JSX.Element;
|
|
7
|
+
}) => React.JSX.Element;
|
|
7
8
|
export default NewFolderModal;
|
|
@@ -3,5 +3,5 @@ interface StyledModalEditorKeybindProps {
|
|
|
3
3
|
darkText?: string;
|
|
4
4
|
bg?: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const StyledModalEditorKeybind: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
6
|
+
export declare const StyledModalEditorKeybind: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledModalEditorKeybindProps> & StyledModalEditorKeybindProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledModalEditorKeybindProps> & StyledModalEditorKeybindProps, never>>> & string;
|
|
7
7
|
export {};
|
|
@@ -17,7 +17,7 @@ interface StyledModalErrorProps {
|
|
|
17
17
|
warningButtonColor?: string;
|
|
18
18
|
warningHoverColor?: string;
|
|
19
19
|
}
|
|
20
|
-
export declare const StyledModalErrorRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
21
|
-
export declare const StyledModalError: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
22
|
-
export declare const StyledModalErrorTitlebar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
20
|
+
export declare const StyledModalErrorRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledModalErrorProps> & StyledModalErrorProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledModalErrorProps> & StyledModalErrorProps, never>>> & string;
|
|
21
|
+
export declare const StyledModalError: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, keyof StyledModalErrorProps> & StyledModalErrorProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, keyof StyledModalErrorProps> & StyledModalErrorProps, never>>> & string;
|
|
22
|
+
export declare const StyledModalErrorTitlebar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledModalErrorProps> & StyledModalErrorProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledModalErrorProps> & StyledModalErrorProps, never>>> & string;
|
|
23
23
|
export {};
|