@cyber-harbour/ui 1.0.24 → 1.0.26
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/cross_light-JTZWFLSV.png +0 -0
- package/dist/cross_light_hover-UQZ7E3CW.png +0 -0
- package/dist/eye_light-EQXRQBFN.png +0 -0
- package/dist/eye_light_hover-5XFRPJS4.png +0 -0
- package/dist/index.d.mts +17 -4
- package/dist/index.d.ts +17 -4
- package/dist/index.js +141 -139
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +117 -115
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -1
- package/src/Core/IconComponents/Check.tsx +5 -2
- package/src/Core/IconComponents/Cross.tsx +16 -0
- package/src/Core/IconComponents/Unfold.tsx +20 -0
- package/src/Core/IconComponents/index.ts +2 -0
- package/src/Graph2D/Graph2D.tsx +720 -145
- package/src/Graph2D/cross_light.png +0 -0
- package/src/Graph2D/cross_light_hover.png +0 -0
- package/src/Graph2D/eye_light.png +0 -0
- package/src/Graph2D/eye_light_hover.png +0 -0
- package/src/Graph2D/types.ts +4 -1
- package/src/custom.d.ts +19 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.d.mts
CHANGED
|
@@ -309,10 +309,10 @@ interface ClosedLockIconProps extends SVGProps<SVGSVGElement> {
|
|
|
309
309
|
}
|
|
310
310
|
declare const ClosedLockIcon: ({ fill, ...props }: ClosedLockIconProps) => react_jsx_runtime.JSX.Element;
|
|
311
311
|
|
|
312
|
-
interface DataSetsIconProps extends SVGProps<SVGSVGElement> {
|
|
312
|
+
interface DataSetsIconProps$2 extends SVGProps<SVGSVGElement> {
|
|
313
313
|
fill?: string;
|
|
314
314
|
}
|
|
315
|
-
declare const DataSetsIcon: ({ fill, ...props }: DataSetsIconProps) => react_jsx_runtime.JSX.Element;
|
|
315
|
+
declare const DataSetsIcon: ({ fill, ...props }: DataSetsIconProps$2) => react_jsx_runtime.JSX.Element;
|
|
316
316
|
|
|
317
317
|
interface DeepSearchIconProps extends SVGProps<SVGSVGElement> {
|
|
318
318
|
fill?: string;
|
|
@@ -470,6 +470,16 @@ interface InfoCircleIconProps extends SVGProps<SVGSVGElement> {
|
|
|
470
470
|
}
|
|
471
471
|
declare const InfoCircleFilledIcon: ({ fill, ...props }: InfoCircleIconProps) => react_jsx_runtime.JSX.Element;
|
|
472
472
|
|
|
473
|
+
interface DataSetsIconProps$1 extends SVGProps<SVGSVGElement> {
|
|
474
|
+
fill?: string;
|
|
475
|
+
}
|
|
476
|
+
declare const UnfoldIcon: ({ fill, ...props }: DataSetsIconProps$1) => react_jsx_runtime.JSX.Element;
|
|
477
|
+
|
|
478
|
+
interface DataSetsIconProps extends SVGProps<SVGSVGElement> {
|
|
479
|
+
fill?: string;
|
|
480
|
+
}
|
|
481
|
+
declare const CrossIcon: ({ fill, ...props }: DataSetsIconProps) => react_jsx_runtime.JSX.Element;
|
|
482
|
+
|
|
473
483
|
interface SidebarProps {
|
|
474
484
|
defaultCollapsed?: boolean;
|
|
475
485
|
children: any;
|
|
@@ -684,10 +694,13 @@ interface Graph2DProps {
|
|
|
684
694
|
width?: number;
|
|
685
695
|
height?: number;
|
|
686
696
|
config?: {
|
|
687
|
-
nodeSizeFactor: number;
|
|
688
697
|
fontSize: number;
|
|
698
|
+
maxZoom: number;
|
|
689
699
|
nodeSizeBase: number;
|
|
700
|
+
nodeAreaFactor: number;
|
|
690
701
|
textPaddingFactor: number;
|
|
702
|
+
gridSpacing: number;
|
|
703
|
+
dotSize: number;
|
|
691
704
|
};
|
|
692
705
|
onNodeClick?: (node: any) => void;
|
|
693
706
|
onLinkClick?: (link: any) => void;
|
|
@@ -695,4 +708,4 @@ interface Graph2DProps {
|
|
|
695
708
|
|
|
696
709
|
declare const Graph2D: ({ graphData, width, height, linkTarget, linkSource, config, onNodeClick, onLinkClick, }: Graph2DProps) => react_jsx_runtime.JSX.Element;
|
|
697
710
|
|
|
698
|
-
export { type Action, AlertIcon, ApiIcon, ArrowCircleTopRightIcon, ArrowRightIcon, BallsMenu, type Breakpoint, BugReportIcon, Button, type ButtonColor, type ButtonElementStyle, type ButtonProps, type ButtonSize, type ButtonSizeStyle, type ButtonState, type ButtonVariant, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClosedLockIcon, type ColorVariant, type ColumnTable, ContextMenu, ContextMenuDelimiter, DataSetsIcon, DeepSearchIcon, DisabledVisibleIcon, DocsIcon, DownloadIcon, EditUserIcon, EnableVisibleIcon, EnterArrowLeftIcon, FiltersIcon, GlobalStyle, Graph2D, type Graph2DProps, Header, HeaderDelimeter, HeaderSection, HomepageIcon, InfoCircleFilledIcon, InfoCircleIcon, Input, type InputElementStyle, type InputSize, type InputSizeStyle, type InputState, type InputVariant, ListMenu, ListMenuItem, type ListMenuItemAnchorProps, type ListMenuItemBase, type ListMenuItemButtonProps, type ListMenuItemProps, type ListMenuProps, ListMenuSection, type ListMenuSectionProps, MapRadarIcon, MoonIcon, type NestedColorPaths, OpenLockIcon, OrganizationIcon, PageLayout, Pagination, type PaginationProps, PasswordFinderIcon, PhonebookIcon, PlusIcon, PrintIcon, Profiler2Icon, ProfilerIcon, type RenderCellProps, type RenderHeaderCellProps, RowActionsMenu, SandBoxIcon, Select, Sidebar, SidebarContext, SidebarDelimeter, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, type SidebarSectionProps, StatisticIcon, StyledContainer, SunIcon, Table, type Theme, ThemeProvider, Typography, type TypographyProps, type TypographyVariant, UpRightArrowCircleIcon, UsersIcon, VectorIcon, convertPaletteToRem, darkTheme, getBreakpoint, getButtonSizeStyles, getButtonStyles, getTypographyStyles, lightTheme, lightThemePx, pxToRem, resolveThemeColor, useContextMenuControl };
|
|
711
|
+
export { type Action, AlertIcon, ApiIcon, ArrowCircleTopRightIcon, ArrowRightIcon, BallsMenu, type Breakpoint, BugReportIcon, Button, type ButtonColor, type ButtonElementStyle, type ButtonProps, type ButtonSize, type ButtonSizeStyle, type ButtonState, type ButtonVariant, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClosedLockIcon, type ColorVariant, type ColumnTable, ContextMenu, ContextMenuDelimiter, CrossIcon, DataSetsIcon, DeepSearchIcon, DisabledVisibleIcon, DocsIcon, DownloadIcon, EditUserIcon, EnableVisibleIcon, EnterArrowLeftIcon, FiltersIcon, GlobalStyle, Graph2D, type Graph2DProps, Header, HeaderDelimeter, HeaderSection, HomepageIcon, InfoCircleFilledIcon, InfoCircleIcon, Input, type InputElementStyle, type InputSize, type InputSizeStyle, type InputState, type InputVariant, ListMenu, ListMenuItem, type ListMenuItemAnchorProps, type ListMenuItemBase, type ListMenuItemButtonProps, type ListMenuItemProps, type ListMenuProps, ListMenuSection, type ListMenuSectionProps, MapRadarIcon, MoonIcon, type NestedColorPaths, OpenLockIcon, OrganizationIcon, PageLayout, Pagination, type PaginationProps, PasswordFinderIcon, PhonebookIcon, PlusIcon, PrintIcon, Profiler2Icon, ProfilerIcon, type RenderCellProps, type RenderHeaderCellProps, RowActionsMenu, SandBoxIcon, Select, Sidebar, SidebarContext, SidebarDelimeter, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, type SidebarSectionProps, StatisticIcon, StyledContainer, SunIcon, Table, type Theme, ThemeProvider, Typography, type TypographyProps, type TypographyVariant, UnfoldIcon, UpRightArrowCircleIcon, UsersIcon, VectorIcon, convertPaletteToRem, darkTheme, getBreakpoint, getButtonSizeStyles, getButtonStyles, getTypographyStyles, lightTheme, lightThemePx, pxToRem, resolveThemeColor, useContextMenuControl };
|
package/dist/index.d.ts
CHANGED
|
@@ -309,10 +309,10 @@ interface ClosedLockIconProps extends SVGProps<SVGSVGElement> {
|
|
|
309
309
|
}
|
|
310
310
|
declare const ClosedLockIcon: ({ fill, ...props }: ClosedLockIconProps) => react_jsx_runtime.JSX.Element;
|
|
311
311
|
|
|
312
|
-
interface DataSetsIconProps extends SVGProps<SVGSVGElement> {
|
|
312
|
+
interface DataSetsIconProps$2 extends SVGProps<SVGSVGElement> {
|
|
313
313
|
fill?: string;
|
|
314
314
|
}
|
|
315
|
-
declare const DataSetsIcon: ({ fill, ...props }: DataSetsIconProps) => react_jsx_runtime.JSX.Element;
|
|
315
|
+
declare const DataSetsIcon: ({ fill, ...props }: DataSetsIconProps$2) => react_jsx_runtime.JSX.Element;
|
|
316
316
|
|
|
317
317
|
interface DeepSearchIconProps extends SVGProps<SVGSVGElement> {
|
|
318
318
|
fill?: string;
|
|
@@ -470,6 +470,16 @@ interface InfoCircleIconProps extends SVGProps<SVGSVGElement> {
|
|
|
470
470
|
}
|
|
471
471
|
declare const InfoCircleFilledIcon: ({ fill, ...props }: InfoCircleIconProps) => react_jsx_runtime.JSX.Element;
|
|
472
472
|
|
|
473
|
+
interface DataSetsIconProps$1 extends SVGProps<SVGSVGElement> {
|
|
474
|
+
fill?: string;
|
|
475
|
+
}
|
|
476
|
+
declare const UnfoldIcon: ({ fill, ...props }: DataSetsIconProps$1) => react_jsx_runtime.JSX.Element;
|
|
477
|
+
|
|
478
|
+
interface DataSetsIconProps extends SVGProps<SVGSVGElement> {
|
|
479
|
+
fill?: string;
|
|
480
|
+
}
|
|
481
|
+
declare const CrossIcon: ({ fill, ...props }: DataSetsIconProps) => react_jsx_runtime.JSX.Element;
|
|
482
|
+
|
|
473
483
|
interface SidebarProps {
|
|
474
484
|
defaultCollapsed?: boolean;
|
|
475
485
|
children: any;
|
|
@@ -684,10 +694,13 @@ interface Graph2DProps {
|
|
|
684
694
|
width?: number;
|
|
685
695
|
height?: number;
|
|
686
696
|
config?: {
|
|
687
|
-
nodeSizeFactor: number;
|
|
688
697
|
fontSize: number;
|
|
698
|
+
maxZoom: number;
|
|
689
699
|
nodeSizeBase: number;
|
|
700
|
+
nodeAreaFactor: number;
|
|
690
701
|
textPaddingFactor: number;
|
|
702
|
+
gridSpacing: number;
|
|
703
|
+
dotSize: number;
|
|
691
704
|
};
|
|
692
705
|
onNodeClick?: (node: any) => void;
|
|
693
706
|
onLinkClick?: (link: any) => void;
|
|
@@ -695,4 +708,4 @@ interface Graph2DProps {
|
|
|
695
708
|
|
|
696
709
|
declare const Graph2D: ({ graphData, width, height, linkTarget, linkSource, config, onNodeClick, onLinkClick, }: Graph2DProps) => react_jsx_runtime.JSX.Element;
|
|
697
710
|
|
|
698
|
-
export { type Action, AlertIcon, ApiIcon, ArrowCircleTopRightIcon, ArrowRightIcon, BallsMenu, type Breakpoint, BugReportIcon, Button, type ButtonColor, type ButtonElementStyle, type ButtonProps, type ButtonSize, type ButtonSizeStyle, type ButtonState, type ButtonVariant, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClosedLockIcon, type ColorVariant, type ColumnTable, ContextMenu, ContextMenuDelimiter, DataSetsIcon, DeepSearchIcon, DisabledVisibleIcon, DocsIcon, DownloadIcon, EditUserIcon, EnableVisibleIcon, EnterArrowLeftIcon, FiltersIcon, GlobalStyle, Graph2D, type Graph2DProps, Header, HeaderDelimeter, HeaderSection, HomepageIcon, InfoCircleFilledIcon, InfoCircleIcon, Input, type InputElementStyle, type InputSize, type InputSizeStyle, type InputState, type InputVariant, ListMenu, ListMenuItem, type ListMenuItemAnchorProps, type ListMenuItemBase, type ListMenuItemButtonProps, type ListMenuItemProps, type ListMenuProps, ListMenuSection, type ListMenuSectionProps, MapRadarIcon, MoonIcon, type NestedColorPaths, OpenLockIcon, OrganizationIcon, PageLayout, Pagination, type PaginationProps, PasswordFinderIcon, PhonebookIcon, PlusIcon, PrintIcon, Profiler2Icon, ProfilerIcon, type RenderCellProps, type RenderHeaderCellProps, RowActionsMenu, SandBoxIcon, Select, Sidebar, SidebarContext, SidebarDelimeter, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, type SidebarSectionProps, StatisticIcon, StyledContainer, SunIcon, Table, type Theme, ThemeProvider, Typography, type TypographyProps, type TypographyVariant, UpRightArrowCircleIcon, UsersIcon, VectorIcon, convertPaletteToRem, darkTheme, getBreakpoint, getButtonSizeStyles, getButtonStyles, getTypographyStyles, lightTheme, lightThemePx, pxToRem, resolveThemeColor, useContextMenuControl };
|
|
711
|
+
export { type Action, AlertIcon, ApiIcon, ArrowCircleTopRightIcon, ArrowRightIcon, BallsMenu, type Breakpoint, BugReportIcon, Button, type ButtonColor, type ButtonElementStyle, type ButtonProps, type ButtonSize, type ButtonSizeStyle, type ButtonState, type ButtonVariant, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClosedLockIcon, type ColorVariant, type ColumnTable, ContextMenu, ContextMenuDelimiter, CrossIcon, DataSetsIcon, DeepSearchIcon, DisabledVisibleIcon, DocsIcon, DownloadIcon, EditUserIcon, EnableVisibleIcon, EnterArrowLeftIcon, FiltersIcon, GlobalStyle, Graph2D, type Graph2DProps, Header, HeaderDelimeter, HeaderSection, HomepageIcon, InfoCircleFilledIcon, InfoCircleIcon, Input, type InputElementStyle, type InputSize, type InputSizeStyle, type InputState, type InputVariant, ListMenu, ListMenuItem, type ListMenuItemAnchorProps, type ListMenuItemBase, type ListMenuItemButtonProps, type ListMenuItemProps, type ListMenuProps, ListMenuSection, type ListMenuSectionProps, MapRadarIcon, MoonIcon, type NestedColorPaths, OpenLockIcon, OrganizationIcon, PageLayout, Pagination, type PaginationProps, PasswordFinderIcon, PhonebookIcon, PlusIcon, PrintIcon, Profiler2Icon, ProfilerIcon, type RenderCellProps, type RenderHeaderCellProps, RowActionsMenu, SandBoxIcon, Select, Sidebar, SidebarContext, SidebarDelimeter, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, type SidebarSectionProps, StatisticIcon, StyledContainer, SunIcon, Table, type Theme, ThemeProvider, Typography, type TypographyProps, type TypographyVariant, UnfoldIcon, UpRightArrowCircleIcon, UsersIcon, VectorIcon, convertPaletteToRem, darkTheme, getBreakpoint, getButtonSizeStyles, getButtonStyles, getTypographyStyles, lightTheme, lightThemePx, pxToRem, resolveThemeColor, useContextMenuControl };
|