@sistent/sistent 0.14.212 → 0.14.214
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +159 -2462
- package/dist/index.d.ts +159 -2462
- package/dist/index.js +32 -32
- package/dist/index.mjs +32 -32
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,21 +1,11 @@
|
|
|
1
1
|
import * as _mui_material from '@mui/material';
|
|
2
|
-
import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps
|
|
3
|
-
export { AccordionDetailsProps, AccordionProps, AccordionSummaryProps, AlertTitleProps, AppBarProps, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonGroupProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CardProps, CollapseProps, CssBaselineProps, DividerProps, DrawerProps, FormControlProps, ListItemAvatarProps, ListItemProps, ListItemSecondaryActionProps, ListItemTextProps, ListProps, ListSubheaderProps, MenuItemProps, MenuListProps, MenuProps, OutlinedInputProps, PaginationItem, PaginationProps, PaperProps, PopperProps, RadioGroupProps, SelectProps, SkeletonProps, SlideProps, StackProps, StepConnectorProps, SvgIconProps, SwitchProps, TabProps, TableProps, TabsProps, TextFieldProps, Theme, ThemeProvider, ToggleButtonGroupProps, ToggleButtonProps, ToolbarProps,
|
|
4
|
-
import
|
|
5
|
-
import React__default, { ReactNode, FC, CSSProperties, Dispatch, SetStateAction, FunctionComponent, MutableRefObject, SVGProps } from 'react';
|
|
2
|
+
import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps, AlertTitleProps, AppBarProps, AutocompleteProps as AutocompleteProps$1, AvatarProps, AvatarGroupProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonProps as ButtonProps$1, ButtonGroupProps, CardProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CheckboxProps, ChipProps, CircularProgressProps, ClickAwayListenerProps, CollapseProps, ContainerProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, DrawerProps, FabProps, FadeProps, FormControlProps, FormControlLabelProps, FormGroupProps, FormLabelProps, GridProps, Grid2Props, GrowProps, HiddenProps, IconButtonProps as IconButtonProps$1, InputProps, InputAdornmentProps, InputBaseProps, InputLabelProps, LinearProgressProps, LinkProps, ListProps, ListItemProps, ListItemAvatarProps, ListItemButtonProps, ListItemIconProps, ListItemSecondaryActionProps, ListItemTextProps, ListSubheaderProps, MenuProps, MenuItemProps, MenuListProps, NativeSelectProps, NoSsrProps, OutlinedInputProps, PaginationProps, PaperProps, PopoverProps, PopperProps, RadioProps, RadioGroupProps, SkeletonProps, SlideProps, SliderProps, SnackbarProps, SpeedDialProps, SpeedDialActionProps, StackProps, StepProps, StepButtonProps, StepConnectorProps, StepContentProps, StepIconProps, StepLabelProps, StepperProps, SvgIconProps, SwitchProps, TabProps, TableProps, TableBodyProps, TableCellProps, TableContainerProps, TableHeadProps, TableRowProps, TableSortLabelProps, TabsProps, ToggleButtonProps, ToggleButtonGroupProps, ToolbarProps, TooltipProps as TooltipProps$1, TypographyProps, ZoomProps, PaletteOptions, PaletteMode, Interactiveness } from '@mui/material';
|
|
3
|
+
export { AccordionDetailsProps, AccordionProps, AccordionSummaryProps, AlertTitleProps, AppBarProps, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonGroupProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CardProps, CollapseProps, CssBaselineProps, DividerProps, DrawerProps, FormControlProps, ListItemAvatarProps, ListItemProps, ListItemSecondaryActionProps, ListItemTextProps, ListProps, ListSubheaderProps, MenuItemProps, MenuListProps, MenuProps, OutlinedInputProps, PaginationItem, PaginationProps, PaperProps, PopperProps, RadioGroupProps, SelectProps, SkeletonProps, SlideProps, StackProps, StepConnectorProps, SvgIconProps, SwitchProps, TabProps, TableProps, TabsProps, TextFieldProps, Theme, ThemeProvider, ToggleButtonGroupProps, ToggleButtonProps, ToolbarProps, TypographyProps, alpha, createTheme, keyframes, lighten, stepConnectorClasses, styled, useMediaQuery, useTheme } from '@mui/material';
|
|
4
|
+
import React$1, { MutableRefObject, FC, SVGProps, CSSProperties, ReactNode } from 'react';
|
|
6
5
|
export { outlinedInputClasses } from '@mui/material/OutlinedInput';
|
|
7
6
|
export { tooltipClasses } from '@mui/material/Tooltip';
|
|
8
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
|
-
import {
|
|
10
|
-
import { MUIDataTableColumn } from 'mui-datatables';
|
|
11
|
-
import { FallbackProps } from 'react-error-boundary';
|
|
12
|
-
import { OptionsObject } from 'notistack';
|
|
13
|
-
import { PopperProps as PopperProps$1, PopperPlacementType } from '@mui/material/Popper';
|
|
14
|
-
import * as _emotion_styled from '@emotion/styled';
|
|
15
|
-
import * as _mui_system from '@mui/system';
|
|
16
|
-
import { Observable } from 'rxjs';
|
|
17
|
-
import _ from 'lodash';
|
|
18
|
-
import { Store as Store$1, Dispatch as Dispatch$1 } from 'redux';
|
|
8
|
+
import { Store as Store$1, Dispatch } from 'redux';
|
|
19
9
|
import { TypographyOptions } from '@mui/material/styles/createTypography';
|
|
20
10
|
import { EmotionCache } from '@emotion/react';
|
|
21
11
|
import * as xstate from 'xstate';
|
|
@@ -23,6 +13,7 @@ import { EventObject, DoneActorEvent, ErrorActorEvent, SnapshotFrom, NonReducibl
|
|
|
23
13
|
import { Store, Selector, UnknownAction } from '@reduxjs/toolkit';
|
|
24
14
|
import { Api, EndpointDefinitions, QueryResultSelectorResult } from '@reduxjs/toolkit/query/react';
|
|
25
15
|
import { AnyActorSystem } from 'xstate/dist/declarations/src/system';
|
|
16
|
+
import { Observable } from 'rxjs';
|
|
26
17
|
|
|
27
18
|
declare const DATA_VALIDATOR_COMMANDS: {
|
|
28
19
|
VALIDATE_DATA: "VALIDATE_DATA";
|
|
@@ -622,34 +613,34 @@ declare class EventBus<T extends EventBusEvent<string, any>> {
|
|
|
622
613
|
|
|
623
614
|
declare const REEE = "xxx";
|
|
624
615
|
|
|
625
|
-
declare const Accordion:
|
|
616
|
+
declare const Accordion: React$1.ForwardRefExoticComponent<Omit<AccordionProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
626
617
|
|
|
627
|
-
declare const AccordionActions:
|
|
618
|
+
declare const AccordionActions: React$1.ForwardRefExoticComponent<Omit<AccordionActionsProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
628
619
|
|
|
629
|
-
declare const AccordionDetails:
|
|
620
|
+
declare const AccordionDetails: React$1.ForwardRefExoticComponent<Omit<AccordionDetailsProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
630
621
|
|
|
631
|
-
declare const AccordionSummary:
|
|
622
|
+
declare const AccordionSummary: React$1.ForwardRefExoticComponent<Omit<AccordionSummaryProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
632
623
|
|
|
633
|
-
declare const Alert:
|
|
624
|
+
declare const Alert: React$1.ForwardRefExoticComponent<Omit<AlertProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
634
625
|
|
|
635
626
|
declare function AlertTitle(props: AlertTitleProps): JSX.Element;
|
|
636
627
|
|
|
637
|
-
declare const AppBar:
|
|
628
|
+
declare const AppBar: React$1.ForwardRefExoticComponent<Omit<AppBarProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
638
629
|
|
|
639
630
|
type AutocompleteProps<T, Multiple extends boolean = false, DisableClearable extends boolean = false, FreeSolo extends boolean = false> = AutocompleteProps$1<T, Multiple, DisableClearable, FreeSolo>;
|
|
640
|
-
declare const Autocomplete:
|
|
631
|
+
declare const Autocomplete: React$1.ForwardRefExoticComponent<Omit<AutocompleteProps<unknown, false, false, false>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
641
632
|
|
|
642
|
-
declare const Avatar:
|
|
633
|
+
declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
643
634
|
|
|
644
|
-
declare const AvatarGroup:
|
|
635
|
+
declare const AvatarGroup: React$1.ForwardRefExoticComponent<Omit<AvatarGroupProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
645
636
|
|
|
646
|
-
declare const Backdrop:
|
|
637
|
+
declare const Backdrop: React$1.ForwardRefExoticComponent<Omit<BackdropProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
647
638
|
|
|
648
|
-
declare const Badge:
|
|
639
|
+
declare const Badge: React$1.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
649
640
|
|
|
650
|
-
declare const Box:
|
|
641
|
+
declare const Box: React$1.ForwardRefExoticComponent<Omit<BoxProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
651
642
|
|
|
652
|
-
declare const Breadcrumbs:
|
|
643
|
+
declare const Breadcrumbs: React$1.ForwardRefExoticComponent<Omit<BreadcrumbsProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
653
644
|
|
|
654
645
|
interface ButtonProps extends ButtonProps$1 {
|
|
655
646
|
label?: string;
|
|
@@ -657,183 +648,186 @@ interface ButtonProps extends ButtonProps$1 {
|
|
|
657
648
|
}
|
|
658
649
|
declare function Button({ label, children, ...props }: ButtonProps): JSX.Element;
|
|
659
650
|
|
|
660
|
-
declare const ButtonGroup:
|
|
651
|
+
declare const ButtonGroup: React$1.ForwardRefExoticComponent<Omit<ButtonGroupProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
661
652
|
|
|
662
|
-
declare const Card:
|
|
653
|
+
declare const Card: React$1.ForwardRefExoticComponent<Omit<CardProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
663
654
|
|
|
664
|
-
declare const CardActions:
|
|
655
|
+
declare const CardActions: React$1.ForwardRefExoticComponent<Omit<CardActionsProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
665
656
|
|
|
666
|
-
declare const CardContent:
|
|
657
|
+
declare const CardContent: React$1.ForwardRefExoticComponent<Omit<CardContentProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
667
658
|
|
|
668
|
-
declare const CardHeader:
|
|
659
|
+
declare const CardHeader: React$1.ForwardRefExoticComponent<Omit<CardHeaderProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
669
660
|
|
|
670
|
-
declare const CardMedia:
|
|
661
|
+
declare const CardMedia: React$1.ForwardRefExoticComponent<Omit<CardMediaProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
671
662
|
|
|
672
|
-
declare const Checkbox:
|
|
663
|
+
declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
673
664
|
|
|
674
|
-
declare const Chip:
|
|
665
|
+
declare const Chip: React$1.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
675
666
|
|
|
676
|
-
declare const CircularProgress:
|
|
667
|
+
declare const CircularProgress: React$1.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
677
668
|
|
|
678
|
-
declare const ClickAwayListener:
|
|
669
|
+
declare const ClickAwayListener: React$1.ForwardRefExoticComponent<ClickAwayListenerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
679
670
|
|
|
680
|
-
declare const Collapse:
|
|
671
|
+
declare const Collapse: React$1.ForwardRefExoticComponent<Omit<CollapseProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
681
672
|
|
|
682
|
-
declare const Container:
|
|
673
|
+
declare const Container: React$1.ForwardRefExoticComponent<Omit<ContainerProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
683
674
|
|
|
684
675
|
declare function CssBaseline(props: CssBaselineProps): JSX.Element;
|
|
685
676
|
|
|
686
|
-
declare const Dialog:
|
|
677
|
+
declare const Dialog: React$1.ForwardRefExoticComponent<Omit<DialogProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
687
678
|
|
|
688
|
-
declare const DialogActions:
|
|
679
|
+
declare const DialogActions: React$1.ForwardRefExoticComponent<Omit<DialogActionsProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
689
680
|
|
|
690
|
-
declare const DialogContent:
|
|
681
|
+
declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogContentProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
691
682
|
|
|
692
|
-
declare const DialogContentText:
|
|
683
|
+
declare const DialogContentText: React$1.ForwardRefExoticComponent<Omit<DialogContentTextProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
693
684
|
|
|
694
|
-
declare const DialogTitle:
|
|
685
|
+
declare const DialogTitle: React$1.ForwardRefExoticComponent<Omit<DialogTitleProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
695
686
|
|
|
696
687
|
declare function Divider(props: DividerProps): JSX.Element;
|
|
697
688
|
|
|
698
|
-
declare const Drawer:
|
|
689
|
+
declare const Drawer: React$1.ForwardRefExoticComponent<Omit<DrawerProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
699
690
|
|
|
700
|
-
declare const Fab:
|
|
691
|
+
declare const Fab: React$1.ForwardRefExoticComponent<Omit<FabProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
701
692
|
|
|
702
|
-
declare const Fade:
|
|
693
|
+
declare const Fade: React$1.ForwardRefExoticComponent<Omit<FadeProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
703
694
|
|
|
704
695
|
declare function FormControl(props: FormControlProps): JSX.Element;
|
|
705
696
|
|
|
706
|
-
declare const FormControlLabel:
|
|
697
|
+
declare const FormControlLabel: React$1.ForwardRefExoticComponent<Omit<FormControlLabelProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
707
698
|
|
|
708
|
-
declare const FormGroup:
|
|
699
|
+
declare const FormGroup: React$1.ForwardRefExoticComponent<Omit<FormGroupProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
709
700
|
|
|
710
|
-
declare const FormLabel:
|
|
701
|
+
declare const FormLabel: React$1.ForwardRefExoticComponent<Omit<FormLabelProps, "ref"> & React$1.RefAttributes<HTMLLabelElement>>;
|
|
711
702
|
|
|
712
703
|
/**
|
|
713
704
|
* @deprecated This component is deprecated and will be removed in a future version.
|
|
714
705
|
* Please use an alternative Grid2 component instead.
|
|
715
706
|
*/
|
|
716
|
-
declare const Grid:
|
|
707
|
+
declare const Grid: React$1.ForwardRefExoticComponent<Omit<GridProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
717
708
|
|
|
718
|
-
declare const Grid2:
|
|
709
|
+
declare const Grid2: React$1.ForwardRefExoticComponent<Omit<Grid2Props, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
719
710
|
|
|
720
|
-
declare const Grow:
|
|
711
|
+
declare const Grow: React$1.ForwardRefExoticComponent<Omit<GrowProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
721
712
|
|
|
722
|
-
declare const Hidden:
|
|
713
|
+
declare const Hidden: React$1.ForwardRefExoticComponent<HiddenProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
723
714
|
|
|
724
715
|
type IconButtonProps = IconButtonProps$1;
|
|
725
|
-
declare const IconButton:
|
|
716
|
+
declare const IconButton: React$1.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
726
717
|
|
|
727
|
-
declare const Input:
|
|
718
|
+
declare const Input: React$1.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
728
719
|
|
|
729
|
-
declare const InputAdornment:
|
|
720
|
+
declare const InputAdornment: React$1.ForwardRefExoticComponent<Omit<InputAdornmentProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
730
721
|
|
|
731
|
-
declare const InputBase:
|
|
722
|
+
declare const InputBase: React$1.ForwardRefExoticComponent<Omit<InputBaseProps, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
732
723
|
|
|
733
724
|
declare function InputLabel(props: InputLabelProps): JSX.Element;
|
|
734
725
|
|
|
735
|
-
declare const LinearProgress:
|
|
726
|
+
declare const LinearProgress: React$1.FC<LinearProgressProps>;
|
|
736
727
|
|
|
737
728
|
declare function Link(props: LinkProps): JSX.Element;
|
|
738
729
|
|
|
739
730
|
declare function List(props: ListProps): JSX.Element;
|
|
740
731
|
|
|
741
|
-
declare const ListItem:
|
|
732
|
+
declare const ListItem: React$1.ForwardRefExoticComponent<Omit<ListItemProps, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
|
|
742
733
|
|
|
743
|
-
declare const ListItemAvatar:
|
|
734
|
+
declare const ListItemAvatar: React$1.ForwardRefExoticComponent<Omit<ListItemAvatarProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
744
735
|
|
|
745
|
-
declare const ListItemButton:
|
|
736
|
+
declare const ListItemButton: React$1.ForwardRefExoticComponent<Omit<ListItemButtonProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
746
737
|
|
|
747
|
-
declare const ListItemIcon:
|
|
738
|
+
declare const ListItemIcon: React$1.ForwardRefExoticComponent<Omit<ListItemIconProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
748
739
|
|
|
749
|
-
declare const ListItemSecondaryAction:
|
|
740
|
+
declare const ListItemSecondaryAction: React$1.ForwardRefExoticComponent<Omit<ListItemSecondaryActionProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
750
741
|
|
|
751
742
|
declare function ListItemText(props: ListItemTextProps): JSX.Element;
|
|
752
743
|
|
|
753
744
|
declare function ListSubheader(props: ListSubheaderProps): JSX.Element;
|
|
754
745
|
|
|
755
|
-
declare const Menu:
|
|
746
|
+
declare const Menu: React$1.ForwardRefExoticComponent<Omit<MenuProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
756
747
|
|
|
757
748
|
declare function MenuItem(props: MenuItemProps): JSX.Element;
|
|
758
749
|
|
|
759
750
|
declare function MenuList(props: MenuListProps): JSX.Element;
|
|
760
751
|
|
|
761
|
-
declare const NativeSelect:
|
|
752
|
+
declare const NativeSelect: React$1.ForwardRefExoticComponent<Omit<NativeSelectProps, "ref"> & React$1.RefAttributes<HTMLSelectElement>>;
|
|
762
753
|
|
|
763
754
|
declare function NoSsr(props: NoSsrProps): JSX.Element;
|
|
764
755
|
|
|
765
|
-
declare const OutlinedInput:
|
|
756
|
+
declare const OutlinedInput: React$1.ForwardRefExoticComponent<Omit<OutlinedInputProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
766
757
|
|
|
767
|
-
declare const Pagination:
|
|
758
|
+
declare const Pagination: React$1.ForwardRefExoticComponent<Omit<PaginationProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
768
759
|
|
|
769
|
-
declare const Paper:
|
|
760
|
+
declare const Paper: React$1.ForwardRefExoticComponent<Omit<PaperProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
770
761
|
|
|
771
|
-
declare const Popover:
|
|
762
|
+
declare const Popover: React$1.ForwardRefExoticComponent<Omit<PopoverProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
772
763
|
|
|
773
|
-
declare const Popper:
|
|
764
|
+
declare const Popper: React$1.ForwardRefExoticComponent<Omit<PopperProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
774
765
|
|
|
775
|
-
declare const Radio:
|
|
766
|
+
declare const Radio: React$1.ForwardRefExoticComponent<Omit<RadioProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
776
767
|
|
|
777
|
-
declare const RadioGroup:
|
|
768
|
+
declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
778
769
|
|
|
779
|
-
declare const Select:
|
|
770
|
+
declare const Select: React$1.ForwardRefExoticComponent<(Omit<_mui_material.FilledSelectProps & _mui_material.BaseSelectProps<unknown>, "ref"> | Omit<_mui_material.StandardSelectProps & _mui_material.BaseSelectProps<unknown>, "ref"> | Omit<_mui_material.OutlinedSelectProps & _mui_material.BaseSelectProps<unknown>, "ref">) & React$1.RefAttributes<HTMLDivElement>>;
|
|
780
771
|
|
|
781
|
-
declare const Skeleton:
|
|
772
|
+
declare const Skeleton: React$1.ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
782
773
|
|
|
783
|
-
declare const Slide:
|
|
774
|
+
declare const Slide: React$1.ForwardRefExoticComponent<Omit<SlideProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
784
775
|
|
|
785
|
-
declare const Slider:
|
|
776
|
+
declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
786
777
|
|
|
787
|
-
declare const Snackbar:
|
|
778
|
+
declare const Snackbar: React$1.ForwardRefExoticComponent<Omit<SnackbarProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
788
779
|
|
|
789
|
-
declare const SpeedDial:
|
|
790
|
-
declare const SpeedDialAction:
|
|
780
|
+
declare const SpeedDial: React$1.ForwardRefExoticComponent<Omit<SpeedDialProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
781
|
+
declare const SpeedDialAction: React$1.ForwardRefExoticComponent<Omit<SpeedDialActionProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
791
782
|
|
|
792
|
-
declare const Stack:
|
|
783
|
+
declare const Stack: React$1.ForwardRefExoticComponent<Omit<StackProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
793
784
|
|
|
794
|
-
declare const Step:
|
|
795
|
-
declare const Stepper:
|
|
796
|
-
declare const StepLabel:
|
|
797
|
-
declare const StepConnector:
|
|
798
|
-
declare const StepButton:
|
|
799
|
-
declare const StepContent:
|
|
800
|
-
declare const StepIcon:
|
|
785
|
+
declare const Step: React$1.ForwardRefExoticComponent<Omit<StepProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
786
|
+
declare const Stepper: React$1.ForwardRefExoticComponent<Omit<StepperProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
787
|
+
declare const StepLabel: React$1.ForwardRefExoticComponent<Omit<StepLabelProps, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
788
|
+
declare const StepConnector: React$1.ForwardRefExoticComponent<Omit<StepConnectorProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
789
|
+
declare const StepButton: React$1.ForwardRefExoticComponent<Omit<StepButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
790
|
+
declare const StepContent: React$1.ForwardRefExoticComponent<Omit<StepContentProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
791
|
+
declare const StepIcon: React$1.ForwardRefExoticComponent<Omit<StepIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
801
792
|
|
|
802
|
-
declare const SvgIcon:
|
|
793
|
+
declare const SvgIcon: React$1.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
|
|
803
794
|
|
|
804
|
-
declare const Switch:
|
|
795
|
+
declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
805
796
|
|
|
806
|
-
declare const Tab:
|
|
797
|
+
declare const Tab: React$1.ForwardRefExoticComponent<Omit<TabProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
807
798
|
|
|
808
799
|
declare function Table(props: TableProps): JSX.Element;
|
|
809
800
|
|
|
810
|
-
declare const TableBody:
|
|
801
|
+
declare const TableBody: React$1.ForwardRefExoticComponent<Omit<TableBodyProps, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
|
|
811
802
|
|
|
812
|
-
declare const TableCell:
|
|
803
|
+
declare const TableCell: React$1.ForwardRefExoticComponent<Omit<TableCellProps, "ref"> & React$1.RefAttributes<HTMLTableCellElement>>;
|
|
813
804
|
|
|
814
|
-
declare const TableContainer:
|
|
805
|
+
declare const TableContainer: React$1.ForwardRefExoticComponent<Omit<TableContainerProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
815
806
|
|
|
816
|
-
declare const TableHead:
|
|
807
|
+
declare const TableHead: React$1.ForwardRefExoticComponent<Omit<TableHeadProps, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
|
|
817
808
|
|
|
818
|
-
declare const TableRow:
|
|
809
|
+
declare const TableRow: React$1.ForwardRefExoticComponent<Omit<TableRowProps, "ref"> & React$1.RefAttributes<HTMLTableRowElement>>;
|
|
819
810
|
|
|
820
|
-
declare const TableSortLabel:
|
|
811
|
+
declare const TableSortLabel: React$1.ForwardRefExoticComponent<Omit<TableSortLabelProps, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
821
812
|
|
|
822
|
-
declare const Tabs:
|
|
813
|
+
declare const Tabs: React$1.ForwardRefExoticComponent<Omit<TabsProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
823
814
|
|
|
824
|
-
declare const TextField:
|
|
815
|
+
declare const TextField: React$1.ForwardRefExoticComponent<(Omit<_mui_material.OutlinedTextFieldProps, "ref"> | Omit<_mui_material.StandardTextFieldProps, "ref"> | Omit<_mui_material.FilledTextFieldProps, "ref">) & React$1.RefAttributes<HTMLDivElement>>;
|
|
825
816
|
|
|
826
817
|
declare function ToggleButton(props: ToggleButtonProps): JSX.Element;
|
|
827
818
|
|
|
828
|
-
declare const ToggleButtonGroup:
|
|
819
|
+
declare const ToggleButtonGroup: React$1.ForwardRefExoticComponent<Omit<ToggleButtonGroupProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
829
820
|
|
|
830
|
-
declare const Toolbar:
|
|
821
|
+
declare const Toolbar: React$1.ForwardRefExoticComponent<Omit<ToolbarProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
831
822
|
|
|
823
|
+
interface TooltipProps extends TooltipProps$1 {
|
|
824
|
+
interactive?: boolean;
|
|
825
|
+
}
|
|
832
826
|
declare function Tooltip(props: TooltipProps): JSX.Element;
|
|
833
827
|
|
|
834
|
-
declare const Typography:
|
|
828
|
+
declare const Typography: React$1.ForwardRefExoticComponent<Omit<TypographyProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
835
829
|
|
|
836
|
-
declare const Zoom:
|
|
830
|
+
declare const Zoom: React$1.ForwardRefExoticComponent<Omit<ZoomProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
837
831
|
|
|
838
832
|
/**
|
|
839
833
|
* @file colors.ts
|
|
@@ -847,236 +841,10 @@ declare const Zoom: React__default.ForwardRefExoticComponent<Omit<ZoomProps, "re
|
|
|
847
841
|
type ColorDictionary = Record<string, string>;
|
|
848
842
|
declare const colors: ColorDictionary;
|
|
849
843
|
|
|
850
|
-
interface Option$1 {
|
|
851
|
-
icon: React$1.ReactNode;
|
|
852
|
-
label: string;
|
|
853
|
-
onClick: (event: React$1.MouseEvent<HTMLLIElement, MouseEvent>, index: number) => void;
|
|
854
|
-
isDivider?: boolean;
|
|
855
|
-
show?: boolean;
|
|
856
|
-
}
|
|
857
|
-
interface ActionButtonProps {
|
|
858
|
-
defaultActionClick: () => void;
|
|
859
|
-
defaultActionDisabled?: boolean;
|
|
860
|
-
options: Option$1[];
|
|
861
|
-
label: string;
|
|
862
|
-
}
|
|
863
|
-
declare function ActionButton({ defaultActionClick, defaultActionDisabled, options, label }: ActionButtonProps): JSX.Element;
|
|
864
|
-
|
|
865
|
-
interface BBChartProps {
|
|
866
|
-
options: ChartOptions;
|
|
867
|
-
}
|
|
868
|
-
declare const _default$1: React$1.MemoExoticComponent<({ options }: BBChartProps) => react_jsx_runtime.JSX.Element>;
|
|
869
|
-
|
|
870
|
-
interface NotificationProps {
|
|
871
|
-
showNotification: boolean;
|
|
872
|
-
closeNotification: () => void;
|
|
873
|
-
}
|
|
874
|
-
declare const BookmarkNotification: React__default.FC<NotificationProps>;
|
|
875
|
-
|
|
876
|
-
interface CarouselProps {
|
|
877
|
-
items: ReactNode[];
|
|
878
|
-
title?: string;
|
|
879
|
-
scrollAmount?: number;
|
|
880
|
-
showNavButtons?: boolean;
|
|
881
|
-
itemClassName?: string;
|
|
882
|
-
}
|
|
883
|
-
declare const Carousel: React__default.FC<CarouselProps>;
|
|
884
|
-
|
|
885
|
-
interface CatalogFilterProps {
|
|
886
|
-
catalogVisibility: boolean;
|
|
887
|
-
handleCatalogVisibility: () => void;
|
|
888
|
-
hideCatalog?: boolean;
|
|
889
|
-
classes?: string;
|
|
890
|
-
}
|
|
891
|
-
declare function CatalogFilter({ catalogVisibility, handleCatalogVisibility, hideCatalog, classes }: CatalogFilterProps): React__default.JSX.Element;
|
|
892
|
-
|
|
893
|
-
interface Chapter {
|
|
894
|
-
frontmatter: {
|
|
895
|
-
chapterTitle?: string;
|
|
896
|
-
courseTitle: string;
|
|
897
|
-
description: string;
|
|
898
|
-
};
|
|
899
|
-
}
|
|
900
|
-
interface Props$2 {
|
|
901
|
-
chapterNum: number;
|
|
902
|
-
chapter: Chapter;
|
|
903
|
-
}
|
|
904
|
-
declare const ChapterCard: React__default.FC<Props$2>;
|
|
905
|
-
|
|
906
|
-
/**
|
|
907
|
-
* CollaboratorAvatarGroup is a component that displays a group of user avatars with a popup for additional users.
|
|
908
|
-
*
|
|
909
|
-
* @component
|
|
910
|
-
* @example
|
|
911
|
-
* ```tsx
|
|
912
|
-
* const users = {
|
|
913
|
-
* 'client1': {
|
|
914
|
-
* name: 'John Doe',
|
|
915
|
-
* avatar_url: 'https://example.com/avatar1.jpg',
|
|
916
|
-
* border_color: '#00B39F',
|
|
917
|
-
* user_id: 'user123'
|
|
918
|
-
* }
|
|
919
|
-
* };
|
|
920
|
-
*
|
|
921
|
-
* <CollaboratorAvatarGroup
|
|
922
|
-
* users={users}
|
|
923
|
-
* providerUrl="https://redirect.com"
|
|
924
|
-
* />
|
|
925
|
-
* ```
|
|
926
|
-
*/
|
|
927
|
-
/**
|
|
928
|
-
* User object structure representing a collaborator
|
|
929
|
-
* @interface User
|
|
930
|
-
* @property {string} name - Display name of the user
|
|
931
|
-
* @property {string} avatar_url - URL to the user's avatar image
|
|
932
|
-
* @property {string} border_color - Color code for the avatar border (e.g., '#00B39F')
|
|
933
|
-
* @property {string} user_id - Unique identifier for the user
|
|
934
|
-
*/
|
|
935
|
-
interface User$3 {
|
|
936
|
-
name: string;
|
|
937
|
-
avatar_url: string;
|
|
938
|
-
border_color: string;
|
|
939
|
-
user_id: string;
|
|
940
|
-
}
|
|
941
|
-
/**
|
|
942
|
-
* Collection of users mapped by their client IDs
|
|
943
|
-
* @interface Users
|
|
944
|
-
* @property {User} [clientID] - User object mapped to their client ID
|
|
945
|
-
*/
|
|
946
|
-
interface Users {
|
|
947
|
-
[clientID: string]: User$3;
|
|
948
|
-
}
|
|
949
|
-
/**
|
|
950
|
-
* Props for the CollaboratorAvatarGroup component
|
|
951
|
-
* @interface CollaboratorAvatarGroupProps
|
|
952
|
-
* @property {Users} users - Object containing user information mapped by client IDs
|
|
953
|
-
* @property {string} providerUrl - Base URL of the provider (e.g., 'https://github.com')
|
|
954
|
-
*/
|
|
955
|
-
interface CollaboratorAvatarGroupProps {
|
|
956
|
-
users: Users;
|
|
957
|
-
providerUrl: string;
|
|
958
|
-
}
|
|
959
|
-
declare const CollaboratorAvatarGroup: ({ users, providerUrl }: CollaboratorAvatarGroupProps) => JSX.Element;
|
|
960
|
-
|
|
961
|
-
interface ConnectionChipProps {
|
|
962
|
-
tooltip: string;
|
|
963
|
-
tooltipPlacement?: TooltipProps['placement'];
|
|
964
|
-
variant?: ChipProps['variant'];
|
|
965
|
-
label: string;
|
|
966
|
-
icon?: React__default.ReactElement;
|
|
967
|
-
onClick?: () => void;
|
|
968
|
-
onDelete?: () => void;
|
|
969
|
-
style?: React__default.CSSProperties;
|
|
970
|
-
}
|
|
971
|
-
declare function ConnectionChip({ tooltip, tooltipPlacement, variant, label, icon, onClick, onDelete, style, ...rest }: ConnectionChipProps): JSX.Element;
|
|
972
|
-
|
|
973
|
-
interface CatalogCardDesignLogoProps {
|
|
974
|
-
zoomEffect?: boolean;
|
|
975
|
-
imgURL?: string[];
|
|
976
|
-
type: {
|
|
977
|
-
type: string;
|
|
978
|
-
};
|
|
979
|
-
width: string;
|
|
980
|
-
height: string;
|
|
981
|
-
style?: React__default.CSSProperties;
|
|
982
|
-
}
|
|
983
|
-
declare const CatalogCardDesignLogo: React__default.FC<CatalogCardDesignLogoProps>;
|
|
984
|
-
|
|
985
|
-
interface Pattern {
|
|
986
|
-
id: string;
|
|
987
|
-
user_id: string;
|
|
988
|
-
pattern_file: string;
|
|
989
|
-
user: {
|
|
990
|
-
first_name: string;
|
|
991
|
-
last_name: string;
|
|
992
|
-
};
|
|
993
|
-
first_name?: string;
|
|
994
|
-
last_name?: string;
|
|
995
|
-
avatar_url: string;
|
|
996
|
-
name: string;
|
|
997
|
-
download_count: number;
|
|
998
|
-
clone_count: number;
|
|
999
|
-
view_count: number;
|
|
1000
|
-
deployment_count: number;
|
|
1001
|
-
share_count: number;
|
|
1002
|
-
userData?: {
|
|
1003
|
-
version?: string;
|
|
1004
|
-
avatarUrl?: string;
|
|
1005
|
-
userName?: string;
|
|
1006
|
-
technologies?: string[];
|
|
1007
|
-
updatedAt?: string;
|
|
1008
|
-
};
|
|
1009
|
-
catalog_data?: {
|
|
1010
|
-
content_class?: string;
|
|
1011
|
-
imageURL?: string[];
|
|
1012
|
-
compatibility?: string[];
|
|
1013
|
-
published_version?: string;
|
|
1014
|
-
type?: string;
|
|
1015
|
-
pattern_info?: string;
|
|
1016
|
-
pattern_caveats?: string;
|
|
1017
|
-
};
|
|
1018
|
-
visibility: string;
|
|
1019
|
-
updated_at: Date;
|
|
1020
|
-
created_at: Date;
|
|
1021
|
-
}
|
|
1022
|
-
type CatalogCardProps$1 = {
|
|
1023
|
-
pattern: Pattern;
|
|
1024
|
-
patternType: string;
|
|
1025
|
-
cardHeight?: string;
|
|
1026
|
-
cardWidth?: string;
|
|
1027
|
-
cardStyles?: React__default.CSSProperties;
|
|
1028
|
-
avatarUrl?: string;
|
|
1029
|
-
shouldFlip?: boolean;
|
|
1030
|
-
cardTechnologies?: boolean;
|
|
1031
|
-
isDetailed?: boolean;
|
|
1032
|
-
UserName?: string;
|
|
1033
|
-
children?: React__default.ReactNode;
|
|
1034
|
-
basePath?: string;
|
|
1035
|
-
subBasePath?: string;
|
|
1036
|
-
getHostUrl?: () => string;
|
|
1037
|
-
onCardClick?: () => void;
|
|
1038
|
-
};
|
|
1039
|
-
declare const CustomCatalogCard: React__default.FC<CatalogCardProps$1>;
|
|
1040
|
-
|
|
1041
|
-
declare const EmptyStateCard: FC;
|
|
1042
|
-
|
|
1043
|
-
interface CustomColumnVisibilityControlProps {
|
|
1044
|
-
columns: MUIDataTableColumn[];
|
|
1045
|
-
customToolsProps: {
|
|
1046
|
-
columnVisibility: Record<string, boolean>;
|
|
1047
|
-
setColumnVisibility: React__default.Dispatch<React__default.SetStateAction<Record<string, boolean>>>;
|
|
1048
|
-
};
|
|
1049
|
-
style?: React__default.CSSProperties;
|
|
1050
|
-
id: string;
|
|
1051
|
-
}
|
|
1052
|
-
interface CustomColumn {
|
|
1053
|
-
name: string;
|
|
1054
|
-
label: string;
|
|
1055
|
-
}
|
|
1056
|
-
declare function CustomColumnVisibilityControl({ columns, id, customToolsProps, style }: CustomColumnVisibilityControlProps): JSX.Element;
|
|
1057
|
-
|
|
1058
|
-
interface ImageComponentProps {
|
|
1059
|
-
src: string;
|
|
1060
|
-
alt?: string;
|
|
1061
|
-
width?: number | string;
|
|
1062
|
-
height?: number | string;
|
|
1063
|
-
loading?: undefined | 'eager' | 'lazy';
|
|
1064
|
-
decoding?: 'sync' | 'async' | 'auto';
|
|
1065
|
-
crossOrigin?: 'anonymous' | 'use-credentials' | '';
|
|
1066
|
-
sizes?: string;
|
|
1067
|
-
srcSet?: string;
|
|
1068
|
-
className?: string;
|
|
1069
|
-
style?: React__default.CSSProperties;
|
|
1070
|
-
caption?: string;
|
|
1071
|
-
align?: 'left' | 'center' | 'right';
|
|
1072
|
-
onClick?: (event: React__default.MouseEvent<HTMLImageElement, MouseEvent>) => void;
|
|
1073
|
-
}
|
|
1074
|
-
declare const CustomImage: React__default.FC<ImageComponentProps>;
|
|
1075
|
-
|
|
1076
844
|
type CustomTooltipProps = {
|
|
1077
|
-
title: string |
|
|
1078
|
-
onClick?: (event:
|
|
1079
|
-
children:
|
|
845
|
+
title: string | React$1.ReactNode | JSX.Element;
|
|
846
|
+
onClick?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
847
|
+
children: React$1.ReactNode;
|
|
1080
848
|
fontSize?: string;
|
|
1081
849
|
fontWeight?: number;
|
|
1082
850
|
variant?: 'standard' | 'small';
|
|
@@ -1091,2107 +859,23 @@ type InfoTooltipProps = {
|
|
|
1091
859
|
} & Omit<CustomTooltipProps, 'title' | 'children'>;
|
|
1092
860
|
declare const InfoTooltip: ({ helpText, style, ...props }: InfoTooltipProps) => react_jsx_runtime.JSX.Element;
|
|
1093
861
|
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
actions?: React.ReactNode;
|
|
1102
|
-
hideActions?: boolean;
|
|
1103
|
-
styleContent?: React.CSSProperties;
|
|
1104
|
-
content: React.ReactNode;
|
|
1105
|
-
maxWidth?: DialogProps['maxWidth'];
|
|
1106
|
-
onClose: () => void;
|
|
1107
|
-
}
|
|
1108
|
-
declare function CustomDialog({ open, onClose, title, leftHeaderIcon, helpText, helpArea, actions, hideActions, content, maxWidth, ...props }: CustomDialogProps$1): JSX.Element;
|
|
1109
|
-
|
|
1110
|
-
interface StyledDialogActionsProps {
|
|
1111
|
-
children: React__default.ReactNode;
|
|
1112
|
-
}
|
|
1113
|
-
declare function StyledDialogActions({ children, ...props }: StyledDialogActionsProps): JSX.Element;
|
|
1114
|
-
|
|
1115
|
-
interface StyledDialogContentProps {
|
|
1116
|
-
children: React__default.ReactNode;
|
|
1117
|
-
}
|
|
1118
|
-
declare function StyledDialogContent({ children, ...props }: StyledDialogContentProps): JSX.Element;
|
|
1119
|
-
|
|
1120
|
-
interface StyledDialogTitleProps {
|
|
1121
|
-
children: React__default.ReactNode;
|
|
1122
|
-
style?: React__default.CSSProperties;
|
|
1123
|
-
}
|
|
1124
|
-
declare function StyledDialogTitle({ children, style, ...props }: StyledDialogTitleProps): JSX.Element;
|
|
1125
|
-
|
|
1126
|
-
/**
|
|
1127
|
-
* Empty state component for grid view.
|
|
1128
|
-
*
|
|
1129
|
-
* @param {Object} props - The component props.
|
|
1130
|
-
* @param {Object} props.message - The message of the empty state.
|
|
1131
|
-
* @param {string} props.icon - The icon of the empty state.
|
|
1132
|
-
* @param {boolean} pros.poiner - The arrow pointer for button state.
|
|
1133
|
-
*
|
|
1134
|
-
*/
|
|
1135
|
-
interface EmptyStateProps {
|
|
1136
|
-
icon: string;
|
|
1137
|
-
message?: string;
|
|
1138
|
-
pointerLabel?: string;
|
|
1139
|
-
poiner?: boolean;
|
|
1140
|
-
}
|
|
1141
|
-
declare function EmptyState({ icon, message, pointerLabel, poiner }: EmptyStateProps): JSX.Element;
|
|
1142
|
-
|
|
1143
|
-
interface FallbackComponentProps extends FallbackProps {
|
|
1144
|
-
resetErrorBoundary: () => void;
|
|
1145
|
-
children?: React__default.ReactNode;
|
|
1146
|
-
pageUrl?: string;
|
|
1147
|
-
timestamp?: string;
|
|
1148
|
-
showPackageInfo?: boolean;
|
|
1149
|
-
version?: string;
|
|
1150
|
-
}
|
|
1151
|
-
declare function Fallback({ error, children, showPackageInfo, version }: FallbackComponentProps): JSX.Element;
|
|
1152
|
-
interface ErrorBoundaryProps {
|
|
1153
|
-
customFallback?: React__default.ComponentType<FallbackProps>;
|
|
1154
|
-
children: React__default.ReactNode;
|
|
1155
|
-
onErrorCaught?: (error: string) => void;
|
|
1156
|
-
}
|
|
1157
|
-
declare const ErrorBoundary: React__default.FC<ErrorBoundaryProps>;
|
|
1158
|
-
interface WithErrorBoundaryProps {
|
|
1159
|
-
Component: React__default.ComponentType<any>;
|
|
1160
|
-
errorHandlingProps?: ErrorBoundaryProps;
|
|
1161
|
-
}
|
|
1162
|
-
declare const withErrorBoundary: React__default.FC<WithErrorBoundaryProps>;
|
|
1163
|
-
interface WithSuppressedErrorBoundaryProps {
|
|
1164
|
-
Component: React__default.ComponentType<any>;
|
|
1165
|
-
}
|
|
1166
|
-
declare const withSuppressedErrorBoundary: React__default.FC<WithSuppressedErrorBoundaryProps>;
|
|
1167
|
-
|
|
1168
|
-
interface FeedbackComponentProps {
|
|
1169
|
-
onSubmit: (data: {
|
|
1170
|
-
label: string;
|
|
1171
|
-
message: string;
|
|
1172
|
-
}) => void;
|
|
1173
|
-
containerStyles?: CSSProperties;
|
|
1174
|
-
feedbackOptionStyles?: CSSProperties;
|
|
1175
|
-
renderPosition: 'bottom-center' | 'bottom-right' | 'bottom-left' | 'right-top' | 'right-middle' | 'right-bottom';
|
|
1176
|
-
defaultMessage?: string;
|
|
1177
|
-
defaultOpen?: boolean;
|
|
1178
|
-
}
|
|
1179
|
-
declare const FeedbackComponent: React__default.FC<FeedbackComponentProps>;
|
|
1180
|
-
|
|
1181
|
-
type FlipCardProps = {
|
|
1182
|
-
duration?: number;
|
|
1183
|
-
onClick?: () => void;
|
|
1184
|
-
onShow?: () => void;
|
|
1185
|
-
children: [React__default.ReactNode, React__default.ReactNode];
|
|
1186
|
-
disableFlip?: boolean;
|
|
1187
|
-
padding?: string;
|
|
862
|
+
type HelperTextPopoverProps = {
|
|
863
|
+
content: string | React$1.ReactNode | JSX.Element;
|
|
864
|
+
fontSize?: string;
|
|
865
|
+
fontWeight?: number;
|
|
866
|
+
variant?: 'standard' | 'small';
|
|
867
|
+
bgColor?: string;
|
|
868
|
+
icon?: React$1.ReactNode;
|
|
1188
869
|
};
|
|
1189
|
-
|
|
1190
|
-
* A card component that provides a flipping animation between two content faces
|
|
1191
|
-
*
|
|
1192
|
-
* @component
|
|
1193
|
-
* @param props.duration - Animation duration in milliseconds (default: 500)
|
|
1194
|
-
* @param props.onClick - Callback function triggered on card click
|
|
1195
|
-
* @param props.onShow - Additional callback function triggered when card shows new face
|
|
1196
|
-
* @param props.children - Array of exactly two child components (front and back)
|
|
1197
|
-
* @param props.disableFlip - When true, prevents the card from flipping (default: false)
|
|
1198
|
-
*
|
|
1199
|
-
* @example
|
|
1200
|
-
* ```tsx
|
|
1201
|
-
* <FlipCard>
|
|
1202
|
-
* <div>Front Content</div>
|
|
1203
|
-
* <div>Back Content</div>
|
|
1204
|
-
* </FlipCard>
|
|
1205
|
-
* ```
|
|
1206
|
-
*/
|
|
1207
|
-
declare function FlipCard({ duration, onClick, onShow, children, disableFlip, padding }: FlipCardProps): react_jsx_runtime.JSX.Element;
|
|
1208
|
-
|
|
1209
|
-
interface FormatIdProps {
|
|
1210
|
-
id: string;
|
|
1211
|
-
}
|
|
1212
|
-
declare const FormatId: React__default.FC<FormatIdProps>;
|
|
1213
|
-
|
|
1214
|
-
/**
|
|
1215
|
-
* Custom hook for getting window dimensions.
|
|
1216
|
-
*
|
|
1217
|
-
* @returns {WindowDimensions} { width, height }
|
|
1218
|
-
*/
|
|
1219
|
-
declare function useWindowDimensions(): WindowDimensions;
|
|
1220
|
-
/**
|
|
1221
|
-
* Represents the width and height of the window.
|
|
1222
|
-
*/
|
|
1223
|
-
interface WindowDimensions {
|
|
1224
|
-
width: number;
|
|
1225
|
-
height: number;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
type NotificationHandler = (message: string, options?: OptionsObject) => void;
|
|
1229
|
-
declare const useNotificationHandler: () => NotificationHandler;
|
|
1230
|
-
|
|
1231
|
-
interface ColView {
|
|
1232
|
-
0: string;
|
|
1233
|
-
1: 'na' | 'xs' | 's' | 'm' | 'l' | 'xl';
|
|
1234
|
-
}
|
|
1235
|
-
declare const updateVisibleColumns: (colViews: ColView[], width: number) => Record<string, boolean>;
|
|
1236
|
-
|
|
1237
|
-
interface Tutorial {
|
|
1238
|
-
frontmatter: {
|
|
1239
|
-
disabled: string;
|
|
1240
|
-
themeColor: string;
|
|
1241
|
-
title: string;
|
|
1242
|
-
courseTitle: string;
|
|
1243
|
-
description: string;
|
|
1244
|
-
status?: boolean;
|
|
1245
|
-
cardImage: string;
|
|
1246
|
-
type?: string;
|
|
1247
|
-
level?: string;
|
|
1248
|
-
};
|
|
1249
|
-
}
|
|
1250
|
-
interface Props$1 {
|
|
1251
|
-
tutorial: Tutorial;
|
|
1252
|
-
path?: string;
|
|
1253
|
-
courseCount: number;
|
|
1254
|
-
courseType: string;
|
|
1255
|
-
}
|
|
1256
|
-
declare const LearningCard: React__default.FC<Props$1>;
|
|
870
|
+
declare function HelperTextPopover({ content, fontSize, fontWeight, variant, bgColor, icon, ...props }: HelperTextPopoverProps): JSX.Element;
|
|
1257
871
|
|
|
1258
872
|
interface RenderMarkdownProps {
|
|
1259
873
|
content: string;
|
|
1260
874
|
}
|
|
1261
875
|
declare const RenderMarkdown: React.FC<RenderMarkdownProps>;
|
|
876
|
+
declare const RenderMarkdownTooltip: React.FC<RenderMarkdownProps>;
|
|
1262
877
|
declare const BasicMarkdown: React.FC<RenderMarkdownProps>;
|
|
1263
878
|
|
|
1264
|
-
interface CustomDialogProps {
|
|
1265
|
-
open: boolean;
|
|
1266
|
-
fullScreen?: boolean;
|
|
1267
|
-
title?: string;
|
|
1268
|
-
leftHeaderIcon?: React.ReactNode;
|
|
1269
|
-
helpText?: string;
|
|
1270
|
-
helpArea?: React.ReactNode;
|
|
1271
|
-
actions?: React.ReactNode;
|
|
1272
|
-
hideActions?: boolean;
|
|
1273
|
-
styleContent?: React.CSSProperties;
|
|
1274
|
-
content: React.ReactNode;
|
|
1275
|
-
closeComponent: React.ReactNode;
|
|
1276
|
-
maxWidth?: DialogProps['maxWidth'];
|
|
1277
|
-
onClose: () => void;
|
|
1278
|
-
'data-testid'?: string;
|
|
1279
|
-
}
|
|
1280
|
-
declare function ModalCard({ title, leftHeaderIcon, helpText, helpArea, actions, hideActions, content, closeComponent, 'data-testid': testId }: CustomDialogProps): JSX.Element;
|
|
1281
|
-
|
|
1282
|
-
interface IPopperListener extends PopperProps$1 {
|
|
1283
|
-
open: boolean;
|
|
1284
|
-
anchorEl: HTMLElement | null | undefined;
|
|
1285
|
-
children: React.ReactNode;
|
|
1286
|
-
placement?: PopperPlacementType;
|
|
1287
|
-
}
|
|
1288
|
-
declare function PopperListener({ children, open, anchorEl, placement, ...props }: IPopperListener): JSX.Element;
|
|
1289
|
-
|
|
1290
|
-
declare const PROMPT_VARIANTS: {
|
|
1291
|
-
readonly WARNING: "warning";
|
|
1292
|
-
readonly DANGER: "error";
|
|
1293
|
-
readonly SUCCESS: "success";
|
|
1294
|
-
readonly INFO: "info";
|
|
1295
|
-
};
|
|
1296
|
-
type PromptVariant = (typeof PROMPT_VARIANTS)[keyof typeof PROMPT_VARIANTS];
|
|
1297
|
-
interface PromptProps {
|
|
1298
|
-
variant?: PromptVariant;
|
|
1299
|
-
}
|
|
1300
|
-
interface ShowParams {
|
|
1301
|
-
title: string;
|
|
1302
|
-
subtitle: string;
|
|
1303
|
-
primaryOption: string;
|
|
1304
|
-
variant: PromptVariant;
|
|
1305
|
-
showInfoIcon?: string;
|
|
1306
|
-
showCheckbox?: boolean;
|
|
1307
|
-
headerIcon?: React.ReactNode;
|
|
1308
|
-
}
|
|
1309
|
-
interface PromptRef {
|
|
1310
|
-
show: (params: ShowParams) => Promise<string>;
|
|
1311
|
-
getCheckboxState: () => boolean;
|
|
1312
|
-
}
|
|
1313
|
-
declare const PromptComponent: React$1.ForwardRefExoticComponent<PromptProps & React$1.RefAttributes<PromptRef>>;
|
|
1314
|
-
|
|
1315
|
-
declare const DataTableEllipsisMenu: React__default.FC<{
|
|
1316
|
-
actionsList: NonNullable<Column['options']>['actionsList'];
|
|
1317
|
-
}>;
|
|
1318
|
-
interface Column {
|
|
1319
|
-
name: string;
|
|
1320
|
-
label: string;
|
|
1321
|
-
options?: {
|
|
1322
|
-
filter?: boolean;
|
|
1323
|
-
sort?: boolean;
|
|
1324
|
-
searchable?: boolean;
|
|
1325
|
-
display?: boolean;
|
|
1326
|
-
sortDescFirst?: boolean;
|
|
1327
|
-
customBodyRender?: (value: string | number | boolean | object) => JSX.Element;
|
|
1328
|
-
actionsList?: {
|
|
1329
|
-
title: string;
|
|
1330
|
-
icon: JSX.Element;
|
|
1331
|
-
onClick: () => void;
|
|
1332
|
-
disabled?: boolean;
|
|
1333
|
-
customComponent?: JSX.Element;
|
|
1334
|
-
type?: string;
|
|
1335
|
-
}[];
|
|
1336
|
-
};
|
|
1337
|
-
}
|
|
1338
|
-
interface ResponsiveDataTableProps {
|
|
1339
|
-
data: string[][];
|
|
1340
|
-
columns: MUIDataTableColumn[];
|
|
1341
|
-
options?: object;
|
|
1342
|
-
tableCols?: MUIDataTableColumn[];
|
|
1343
|
-
updateCols?: ((columns: MUIDataTableColumn[]) => void) | undefined;
|
|
1344
|
-
columnVisibility: Record<string, boolean> | undefined;
|
|
1345
|
-
colViews?: ColView[];
|
|
1346
|
-
rowsPerPageOptions?: number[] | undefined;
|
|
1347
|
-
}
|
|
1348
|
-
declare const ResponsiveDataTable: ({ data, columns, options, tableCols, updateCols, columnVisibility, rowsPerPageOptions, ...props }: ResponsiveDataTableProps) => JSX.Element;
|
|
1349
|
-
|
|
1350
|
-
interface SearchBarProps$1 {
|
|
1351
|
-
onSearch: (searchText: string) => void;
|
|
1352
|
-
style?: React__default.CSSProperties;
|
|
1353
|
-
placeholder?: string;
|
|
1354
|
-
onClear?: () => void;
|
|
1355
|
-
expanded: boolean;
|
|
1356
|
-
setExpanded: (expanded: boolean) => void;
|
|
1357
|
-
'data-testid'?: string;
|
|
1358
|
-
}
|
|
1359
|
-
declare function SearchBar({ onSearch, placeholder, onClear, expanded, setExpanded, 'data-testid': testId }: SearchBarProps$1): JSX.Element;
|
|
1360
|
-
|
|
1361
|
-
interface TeamTableProps {
|
|
1362
|
-
teams: any;
|
|
1363
|
-
tableOptions: object;
|
|
1364
|
-
columnVisibility: Record<string, boolean>;
|
|
1365
|
-
colViews: ColView[];
|
|
1366
|
-
tableCols: any[];
|
|
1367
|
-
columns: MUIDataTableColumn[];
|
|
1368
|
-
updateCols: (cols: any) => void;
|
|
1369
|
-
isRemoveFromTeamAllowed: boolean;
|
|
1370
|
-
isEditUserAllowed?: any;
|
|
1371
|
-
handleEditUser?: any;
|
|
1372
|
-
org_id: string;
|
|
1373
|
-
useGetUsersForOrgQuery: any;
|
|
1374
|
-
useNotificationHandlers: any;
|
|
1375
|
-
useRemoveUserFromTeamMutation: any;
|
|
1376
|
-
}
|
|
1377
|
-
declare const TeamTable: React.FC<TeamTableProps>;
|
|
1378
|
-
|
|
1379
|
-
interface AssignmentHookResult<T> {
|
|
1380
|
-
data: T[];
|
|
1381
|
-
workspaceData: T[];
|
|
1382
|
-
assignModal: boolean;
|
|
1383
|
-
handleAssignModal: (e?: React.MouseEvent) => void;
|
|
1384
|
-
handleAssignModalClose: (e?: React.MouseEvent) => void;
|
|
1385
|
-
handleAssignablePage: () => void;
|
|
1386
|
-
handleAssignedPage: () => void;
|
|
1387
|
-
handleAssign: () => void;
|
|
1388
|
-
handleAssignData: (data: T[]) => void;
|
|
1389
|
-
isActivityOccurred?: (allItems: T[]) => boolean;
|
|
1390
|
-
disableTransferButton: boolean;
|
|
1391
|
-
assignedItems: T[];
|
|
1392
|
-
}
|
|
1393
|
-
interface Environment {
|
|
1394
|
-
id: string;
|
|
1395
|
-
name: string;
|
|
1396
|
-
description?: string;
|
|
1397
|
-
organization_id: string;
|
|
1398
|
-
created_at: string;
|
|
1399
|
-
updated_at: string;
|
|
1400
|
-
}
|
|
1401
|
-
interface Team$1 {
|
|
1402
|
-
id: string;
|
|
1403
|
-
name: string;
|
|
1404
|
-
team_id: string;
|
|
1405
|
-
description?: string;
|
|
1406
|
-
team_name: string;
|
|
1407
|
-
deleted_at: {
|
|
1408
|
-
Valid: boolean;
|
|
1409
|
-
};
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
interface TeamTableConfigurationProps {
|
|
1413
|
-
teams: Team$1[];
|
|
1414
|
-
count: number;
|
|
1415
|
-
page: number;
|
|
1416
|
-
pageSize: number;
|
|
1417
|
-
setPage: (page: number) => void;
|
|
1418
|
-
setPageSize: (pageSize: number) => void;
|
|
1419
|
-
sortOrder: string;
|
|
1420
|
-
setSortOrder: (sortOrder: string) => void;
|
|
1421
|
-
bulkSelect: boolean;
|
|
1422
|
-
setBulkSelect: (bulkSelect: boolean) => void;
|
|
1423
|
-
handleTeamView: (ev: React.MouseEvent, rowData: any) => void;
|
|
1424
|
-
handleDeleteTeam: (ev: React.MouseEvent, rowData: any) => void;
|
|
1425
|
-
handleleaveTeam: (ev: React.MouseEvent, rowData: any) => void;
|
|
1426
|
-
handleRemoveTeamFromWorkspace?: (rowData: any) => void;
|
|
1427
|
-
teamId: string;
|
|
1428
|
-
workspace?: boolean;
|
|
1429
|
-
isEditTeamAllowed: boolean;
|
|
1430
|
-
isLeaveTeamAllowed: boolean;
|
|
1431
|
-
isRemoveTeamFromWorkspaceAllowed?: boolean;
|
|
1432
|
-
isDeleteTeamAllowed: boolean;
|
|
1433
|
-
setSearch: (search: string) => void;
|
|
1434
|
-
}
|
|
1435
|
-
declare function TeamTableConfiguration({ teams, count, page, pageSize, setPage, setPageSize, sortOrder, setSortOrder, bulkSelect, setBulkSelect, handleTeamView, handleDeleteTeam, handleRemoveTeamFromWorkspace, handleleaveTeam, teamId, workspace, isEditTeamAllowed, isLeaveTeamAllowed, isRemoveTeamFromWorkspaceAllowed, isDeleteTeamAllowed, setSearch }: TeamTableConfigurationProps): {
|
|
1436
|
-
columns: MUIDataTableColumn[];
|
|
1437
|
-
tableOptions: {
|
|
1438
|
-
filter: boolean;
|
|
1439
|
-
selectableRows: "none";
|
|
1440
|
-
filterType: "dropdown";
|
|
1441
|
-
expandableRows: boolean;
|
|
1442
|
-
expandableRowsHeader: boolean;
|
|
1443
|
-
expandableRowsOnClick: boolean;
|
|
1444
|
-
responsive: "standard";
|
|
1445
|
-
count: number;
|
|
1446
|
-
rowsPerPage: number;
|
|
1447
|
-
page: number;
|
|
1448
|
-
print: boolean;
|
|
1449
|
-
download: boolean;
|
|
1450
|
-
elevation: number;
|
|
1451
|
-
serverSide: boolean;
|
|
1452
|
-
viewColumns: boolean;
|
|
1453
|
-
search: boolean;
|
|
1454
|
-
rowsExpanded: number[];
|
|
1455
|
-
customToolbarSelect: (selected: any) => react_jsx_runtime.JSX.Element;
|
|
1456
|
-
textLabels: {
|
|
1457
|
-
selectedRows: {
|
|
1458
|
-
text: string;
|
|
1459
|
-
};
|
|
1460
|
-
};
|
|
1461
|
-
onTableChange: (action: string, tableState: any) => void;
|
|
1462
|
-
isRowSelectable: (dataIndx: number) => boolean;
|
|
1463
|
-
setRowProps: (row: any, rowIndex: number, tableState: any) => {
|
|
1464
|
-
style: {
|
|
1465
|
-
backgroundColor: string | undefined;
|
|
1466
|
-
};
|
|
1467
|
-
};
|
|
1468
|
-
};
|
|
1469
|
-
tableCols: MUIDataTableColumn[];
|
|
1470
|
-
updateCols: React$1.Dispatch<React$1.SetStateAction<MUIDataTableColumn[]>>;
|
|
1471
|
-
columnVisibility: Record<string, boolean>;
|
|
1472
|
-
setColumnVisibility: React$1.Dispatch<React$1.SetStateAction<Record<string, boolean>>>;
|
|
1473
|
-
colViews: ColView[];
|
|
1474
|
-
};
|
|
1475
|
-
|
|
1476
|
-
interface TooltipIconProps {
|
|
1477
|
-
title: string;
|
|
1478
|
-
onClick?: (event: React__default.MouseEvent<HTMLElement>) => void;
|
|
1479
|
-
icon?: React__default.ReactNode;
|
|
1480
|
-
arrow?: boolean;
|
|
1481
|
-
style?: React__default.CSSProperties;
|
|
1482
|
-
iconType?: string;
|
|
1483
|
-
id?: string;
|
|
1484
|
-
placement?: 'bottom' | 'top' | 'left' | 'right';
|
|
1485
|
-
disabled?: boolean;
|
|
1486
|
-
children?: React__default.ReactNode;
|
|
1487
|
-
}
|
|
1488
|
-
declare function TooltipIcon({ children, title, onClick, icon, style, arrow, disabled, iconType, id, placement }: TooltipIconProps): JSX.Element;
|
|
1489
|
-
|
|
1490
|
-
interface TransferListProps {
|
|
1491
|
-
name?: string;
|
|
1492
|
-
assignableData: ListItemType[];
|
|
1493
|
-
assignedData: (data: ListItemType[]) => void;
|
|
1494
|
-
originalAssignedData: ListItemType[];
|
|
1495
|
-
emptyStateIconLeft: JSX.Element;
|
|
1496
|
-
emtyStateMessageLeft: string;
|
|
1497
|
-
emptyStateIconRight: JSX.Element;
|
|
1498
|
-
emtyStateMessageRight: string;
|
|
1499
|
-
transferComponentType: string;
|
|
1500
|
-
assignablePage: () => void;
|
|
1501
|
-
assignedPage: () => void;
|
|
1502
|
-
originalLeftCount: number;
|
|
1503
|
-
originalRightCount: number;
|
|
1504
|
-
rightPermission: boolean;
|
|
1505
|
-
leftPermission: boolean;
|
|
1506
|
-
}
|
|
1507
|
-
interface ListItemType {
|
|
1508
|
-
id: number;
|
|
1509
|
-
name: string;
|
|
1510
|
-
kind: string | undefined;
|
|
1511
|
-
}
|
|
1512
|
-
/**
|
|
1513
|
-
* Renders transfer component.
|
|
1514
|
-
*
|
|
1515
|
-
* @param {Object} props - The component props.
|
|
1516
|
-
* @param {String} props.name - This is the name of the data list.
|
|
1517
|
-
* @param {Array} props.assignableData - The assignable data list.
|
|
1518
|
-
* @param {Function} props.assignedData - The callback function to transfer assigned data list.
|
|
1519
|
-
* @param {Array} props.originalAssignedData - The already assigend data list.
|
|
1520
|
-
* @param {Element} props.emptyStateIconLeft - Icon for empty state of list left.
|
|
1521
|
-
* @param {String} props.emtyStateMessageLeft - Message for the empty state of the list left.
|
|
1522
|
-
* @param {Element} props.emptyStateIconRight - Icon for empty state of list right.
|
|
1523
|
-
* @param {String} props.emtyStateMessageRight - Message for the empty state of the list right.
|
|
1524
|
-
* @param {String} props.transferComponentType - Type of the component transfer (There is two types: chip and other).
|
|
1525
|
-
* @param {Boolean} props.leftPermission - Permission to move data from left to right.
|
|
1526
|
-
* @param {Boolean} props.rightPermission - Permission to move data from right to left.
|
|
1527
|
-
*/
|
|
1528
|
-
declare function TransferList({ name, assignableData, assignedData, assignablePage, assignedPage, originalAssignedData, emptyStateIconLeft, emtyStateMessageLeft, emptyStateIconRight, emtyStateMessageRight, originalLeftCount, originalRightCount, leftPermission, rightPermission, transferComponentType }: TransferListProps): JSX.Element;
|
|
1529
|
-
|
|
1530
|
-
interface FilterColumn {
|
|
1531
|
-
name: string;
|
|
1532
|
-
options: {
|
|
1533
|
-
label: string;
|
|
1534
|
-
value: string;
|
|
1535
|
-
}[];
|
|
1536
|
-
}
|
|
1537
|
-
interface UniversalFilterProps {
|
|
1538
|
-
filters: Record<string, FilterColumn>;
|
|
1539
|
-
selectedFilters: Record<string, string>;
|
|
1540
|
-
setSelectedFilters: React__default.Dispatch<React__default.SetStateAction<Record<string, string>>>;
|
|
1541
|
-
variant: 'filled' | 'standard' | 'outlined';
|
|
1542
|
-
handleApplyFilter: () => void;
|
|
1543
|
-
showAllOption?: boolean;
|
|
1544
|
-
id: string;
|
|
1545
|
-
}
|
|
1546
|
-
declare function UniversalFilter({ filters, selectedFilters, setSelectedFilters, variant, handleApplyFilter, showAllOption, id }: UniversalFilterProps): JSX.Element;
|
|
1547
|
-
|
|
1548
|
-
interface UsersTableProps {
|
|
1549
|
-
teamID: string;
|
|
1550
|
-
useGetUsersForOrgQuery: any;
|
|
1551
|
-
org_id: string;
|
|
1552
|
-
useRemoveUserFromTeamMutation: any;
|
|
1553
|
-
useNotificationHandlers: any;
|
|
1554
|
-
isRemoveFromTeamAllowed: boolean;
|
|
1555
|
-
isEditUserAllowed: boolean;
|
|
1556
|
-
handleEditUser: (data: any[]) => () => void;
|
|
1557
|
-
theme?: Theme;
|
|
1558
|
-
}
|
|
1559
|
-
declare const UsersTable: React.FC<UsersTableProps>;
|
|
1560
|
-
|
|
1561
|
-
interface UserTableAvatarInfoProps {
|
|
1562
|
-
userId: string;
|
|
1563
|
-
userName: string;
|
|
1564
|
-
userEmail: string;
|
|
1565
|
-
profileUrl?: string;
|
|
1566
|
-
}
|
|
1567
|
-
declare const UserTableAvatarInfo: React.FC<UserTableAvatarInfoProps>;
|
|
1568
|
-
|
|
1569
|
-
declare const VIEW_VISIBILITY: {
|
|
1570
|
-
readonly PUBLIC: "public";
|
|
1571
|
-
readonly PRIVATE: "private";
|
|
1572
|
-
readonly PUBLISHED: "published";
|
|
1573
|
-
};
|
|
1574
|
-
type VIEW_VISIBILITY = (typeof VIEW_VISIBILITY)[keyof typeof VIEW_VISIBILITY];
|
|
1575
|
-
interface VisibilityChipMenuProps {
|
|
1576
|
-
value: VIEW_VISIBILITY;
|
|
1577
|
-
onChange?: (value: string) => void;
|
|
1578
|
-
options?: [string, React.ElementType][];
|
|
1579
|
-
enabled: boolean;
|
|
1580
|
-
}
|
|
1581
|
-
declare const VisibilityChipMenu: React.FC<VisibilityChipMenuProps>;
|
|
1582
|
-
|
|
1583
|
-
type CatalogCardProps = {
|
|
1584
|
-
pattern: any;
|
|
1585
|
-
patternType: string;
|
|
1586
|
-
cardHeight: string;
|
|
1587
|
-
cardWidth: string;
|
|
1588
|
-
cardStyles: React__default.CSSProperties;
|
|
1589
|
-
type: string;
|
|
1590
|
-
onCardClick?: () => void;
|
|
1591
|
-
};
|
|
1592
|
-
declare const CatalogCard: React__default.FC<CatalogCardProps>;
|
|
1593
|
-
|
|
1594
|
-
interface FilterOption {
|
|
1595
|
-
value: string;
|
|
1596
|
-
label: string;
|
|
1597
|
-
totalCount?: number;
|
|
1598
|
-
description?: string;
|
|
1599
|
-
Icon?: React.ComponentType<{
|
|
1600
|
-
width: string;
|
|
1601
|
-
height: string;
|
|
1602
|
-
}>;
|
|
1603
|
-
}
|
|
1604
|
-
interface FilterList {
|
|
1605
|
-
filterKey: string;
|
|
1606
|
-
sectionDisplayName?: string;
|
|
1607
|
-
defaultOpen?: boolean;
|
|
1608
|
-
isMultiSelect?: boolean;
|
|
1609
|
-
options?: FilterOption[];
|
|
1610
|
-
customComponent?: React.ComponentType;
|
|
1611
|
-
}
|
|
1612
|
-
type FilterListWithOptions = FilterList & {
|
|
1613
|
-
options: FilterOption[];
|
|
1614
|
-
customComponent?: never;
|
|
1615
|
-
};
|
|
1616
|
-
type FilterListWithCustomComponent = FilterList & {
|
|
1617
|
-
customComponent: React.ComponentType;
|
|
1618
|
-
options?: never;
|
|
1619
|
-
};
|
|
1620
|
-
type FilterListType = FilterListWithOptions | FilterListWithCustomComponent;
|
|
1621
|
-
interface CatalogFilterSidebarProps {
|
|
1622
|
-
setData: (callback: (prevFilters: FilterValues) => FilterValues) => void;
|
|
1623
|
-
lists: FilterListType[];
|
|
1624
|
-
value?: FilterValues;
|
|
1625
|
-
styleProps?: StyleProps;
|
|
1626
|
-
}
|
|
1627
|
-
type FilterValues = Record<string, string | string[]>;
|
|
1628
|
-
interface StyleProps {
|
|
1629
|
-
backgroundColor?: string;
|
|
1630
|
-
sectionTitleBackgroundColor?: string;
|
|
1631
|
-
fontFamily?: string;
|
|
1632
|
-
}
|
|
1633
|
-
/**
|
|
1634
|
-
* @function CatalogFilterSidebar
|
|
1635
|
-
* @description A functional component that renders the filter sidebar.
|
|
1636
|
-
* @param {Array} value - The data to be filtered.
|
|
1637
|
-
* @param {Function} setData - A function to set the filtered data.
|
|
1638
|
-
* @param {Array} lists - An array of filter sections and its options lists.
|
|
1639
|
-
*/
|
|
1640
|
-
declare const CatalogFilterSidebar: React.FC<CatalogFilterSidebarProps>;
|
|
1641
|
-
|
|
1642
|
-
interface ChartDialogProps {
|
|
1643
|
-
open: boolean;
|
|
1644
|
-
content: React__default.ReactNode;
|
|
1645
|
-
title: string;
|
|
1646
|
-
actions?: React__default.ReactNode;
|
|
1647
|
-
onClose: () => void;
|
|
1648
|
-
}
|
|
1649
|
-
declare function StyledChartDialog({ open, content, title, actions, onClose }: ChartDialogProps): JSX.Element;
|
|
1650
|
-
|
|
1651
|
-
interface Option {
|
|
1652
|
-
id: string;
|
|
1653
|
-
name: string;
|
|
1654
|
-
}
|
|
1655
|
-
interface InputSearchFieldProps {
|
|
1656
|
-
data: Option[];
|
|
1657
|
-
setFilterData: (data: Option[]) => void;
|
|
1658
|
-
label?: string;
|
|
1659
|
-
fetchSuggestions: (value: string) => void;
|
|
1660
|
-
isLoading: boolean;
|
|
1661
|
-
type: string;
|
|
1662
|
-
disabled?: boolean;
|
|
1663
|
-
selectedData: Option[];
|
|
1664
|
-
searchValue: string;
|
|
1665
|
-
setSearchValue: (value: string) => void;
|
|
1666
|
-
iconComponent?: React__default.ReactElement;
|
|
1667
|
-
}
|
|
1668
|
-
declare const InputSearchField: React__default.FC<InputSearchFieldProps>;
|
|
1669
|
-
|
|
1670
|
-
interface ChapterProps {
|
|
1671
|
-
frontmatter: {
|
|
1672
|
-
courseTitle: string;
|
|
1673
|
-
chapterTitle?: string;
|
|
1674
|
-
description: string;
|
|
1675
|
-
};
|
|
1676
|
-
}
|
|
1677
|
-
interface ContentCardProps {
|
|
1678
|
-
chapterNum: number;
|
|
1679
|
-
chapter: ChapterProps;
|
|
1680
|
-
}
|
|
1681
|
-
declare const LearningContent: React__default.FC<ContentCardProps>;
|
|
1682
|
-
|
|
1683
|
-
type NavigationItem = {
|
|
1684
|
-
id: string;
|
|
1685
|
-
title: string;
|
|
1686
|
-
icon: React__default.ReactNode;
|
|
1687
|
-
permission?: boolean;
|
|
1688
|
-
onClick: () => void;
|
|
1689
|
-
subItems?: NavigationItem[];
|
|
1690
|
-
addDivider?: boolean;
|
|
1691
|
-
showOnWeb?: boolean;
|
|
1692
|
-
};
|
|
1693
|
-
interface NavigationNavbarProps {
|
|
1694
|
-
navigationItems: NavigationItem[];
|
|
1695
|
-
MenuListProps?: Omit<MenuListProps, 'children'>;
|
|
1696
|
-
ListItemTextProps?: Omit<ListItemTextProps, 'primary'>;
|
|
1697
|
-
}
|
|
1698
|
-
declare const NavigationNavbar: React__default.FC<NavigationNavbarProps>;
|
|
1699
|
-
|
|
1700
|
-
interface AlertProps {
|
|
1701
|
-
type?: 'success' | 'warning' | 'note';
|
|
1702
|
-
title?: string;
|
|
1703
|
-
content: string;
|
|
1704
|
-
}
|
|
1705
|
-
declare const Note: FC<AlertProps>;
|
|
1706
|
-
|
|
1707
|
-
type PanelProps = {
|
|
1708
|
-
isOpen: boolean;
|
|
1709
|
-
children: React__default.ReactNode;
|
|
1710
|
-
areAllExpanded?: boolean;
|
|
1711
|
-
toggleExpandAll?: () => void;
|
|
1712
|
-
handleClose: () => void;
|
|
1713
|
-
sx?: BoxProps['sx'];
|
|
1714
|
-
id?: string;
|
|
1715
|
-
intitialPosition?: {
|
|
1716
|
-
left?: string | number;
|
|
1717
|
-
right?: string | number;
|
|
1718
|
-
top?: string | number;
|
|
1719
|
-
bottom?: string | number;
|
|
1720
|
-
};
|
|
1721
|
-
defaultSize?: {
|
|
1722
|
-
width?: string | number;
|
|
1723
|
-
height?: string | number;
|
|
1724
|
-
};
|
|
1725
|
-
minimizePanel?: () => void;
|
|
1726
|
-
title?: string;
|
|
1727
|
-
};
|
|
1728
|
-
declare const Panel: React__default.FC<PanelProps>;
|
|
1729
|
-
|
|
1730
|
-
interface PerformersSectionProps {
|
|
1731
|
-
useGetCatalogFilters: (params: any) => any;
|
|
1732
|
-
onCardClick: (pattern: Pattern) => void;
|
|
1733
|
-
onIconClick: (sortOrder: string) => void;
|
|
1734
|
-
onOpenLeaderboard?: () => void;
|
|
1735
|
-
}
|
|
1736
|
-
declare const _default: React$1.NamedExoticComponent<PerformersSectionProps>;
|
|
1737
|
-
|
|
1738
|
-
interface PerformersSectionButtonProps {
|
|
1739
|
-
open: boolean;
|
|
1740
|
-
handleClick: () => void;
|
|
1741
|
-
}
|
|
1742
|
-
interface OpenLeaderBoardButtonProps {
|
|
1743
|
-
handleClick: () => void;
|
|
1744
|
-
}
|
|
1745
|
-
declare const PerformersSectionButton: React__default.FC<PerformersSectionButtonProps>;
|
|
1746
|
-
declare const OpenLeaderBoardButton: React__default.FC<OpenLeaderBoardButtonProps>;
|
|
1747
|
-
|
|
1748
|
-
interface SetupItem {
|
|
1749
|
-
heading: string;
|
|
1750
|
-
description: string;
|
|
1751
|
-
Icon: JSX.Element | string;
|
|
1752
|
-
url: string;
|
|
1753
|
-
}
|
|
1754
|
-
interface SetupPreReqProps {
|
|
1755
|
-
Steps: SetupItem[];
|
|
1756
|
-
PrerequisiteLine?: string;
|
|
1757
|
-
}
|
|
1758
|
-
declare const SetupPreReq: React__default.FC<SetupPreReqProps>;
|
|
1759
|
-
|
|
1760
|
-
declare const StyledChapter: _emotion_styled.StyledComponent<_mui_system.MUIStyledCommonProps<_mui_material.Theme>, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1761
|
-
|
|
1762
|
-
interface SearchBarProps {
|
|
1763
|
-
onChange?: (event: React__default.ChangeEvent<HTMLInputElement>) => void;
|
|
1764
|
-
value?: string;
|
|
1765
|
-
width?: string;
|
|
1766
|
-
label?: string;
|
|
1767
|
-
placeholder?: string;
|
|
1768
|
-
sx?: SxProps<Theme>;
|
|
1769
|
-
endAdornment?: React__default.ReactNode;
|
|
1770
|
-
debounceTime?: number;
|
|
1771
|
-
}
|
|
1772
|
-
/**
|
|
1773
|
-
* StyledSearchBar component renders a search input field with customizable properties.
|
|
1774
|
-
*
|
|
1775
|
-
* @param {Object} props - The component props.
|
|
1776
|
-
* @param {function} [props.onChange] - Function to handle the change event when the search input value changes.
|
|
1777
|
-
* @param {string} [props.value] - The current value of the search input.
|
|
1778
|
-
* @param {string} [props.label] - The label for the search input.
|
|
1779
|
-
* @param {string} [props.placeholder] - The placeholder text for the search input.
|
|
1780
|
-
* @param {Object} [props.sx] - The style object for the search input.
|
|
1781
|
-
* @param {React.ReactNode} [props.endAdornment] - The element to display at the end of the search input.
|
|
1782
|
-
* @param {number} [props.debounceTime] - The debounce time for the input change handler.
|
|
1783
|
-
*
|
|
1784
|
-
* @returns {JSX.Element} The rendered StyledSearchBar component.
|
|
1785
|
-
*/
|
|
1786
|
-
declare function StyledSearchBar({ onChange, value, label, sx, placeholder, endAdornment, debounceTime }: SearchBarProps): JSX.Element;
|
|
1787
|
-
|
|
1788
|
-
interface Line {
|
|
1789
|
-
short?: boolean;
|
|
1790
|
-
color?: string;
|
|
1791
|
-
indent?: number;
|
|
1792
|
-
code: string;
|
|
1793
|
-
}
|
|
1794
|
-
interface Props {
|
|
1795
|
-
lines: Line[];
|
|
1796
|
-
title?: string;
|
|
1797
|
-
noScroll?: boolean;
|
|
1798
|
-
}
|
|
1799
|
-
declare const Terminal: FC<Props>;
|
|
1800
|
-
|
|
1801
|
-
interface TOCProps$1 {
|
|
1802
|
-
availableChapters: string[];
|
|
1803
|
-
currentChapter: string | undefined | null;
|
|
1804
|
-
onClick: (item: string, e: React__default.MouseEvent<HTMLLIElement, MouseEvent>) => void;
|
|
1805
|
-
}
|
|
1806
|
-
declare const TOC: React__default.FC<TOCProps$1>;
|
|
1807
|
-
|
|
1808
|
-
interface CourseData {
|
|
1809
|
-
frontmatter: {
|
|
1810
|
-
courseTitle: string;
|
|
1811
|
-
};
|
|
1812
|
-
}
|
|
1813
|
-
interface TOCProps {
|
|
1814
|
-
coursesData: CourseData[];
|
|
1815
|
-
}
|
|
1816
|
-
declare const TOCLearning: React__default.FC<TOCProps>;
|
|
1817
|
-
|
|
1818
|
-
interface User$2 {
|
|
1819
|
-
id: string;
|
|
1820
|
-
user_id: string;
|
|
1821
|
-
first_name: string;
|
|
1822
|
-
last_name: string;
|
|
1823
|
-
email: string;
|
|
1824
|
-
avatar_url?: string;
|
|
1825
|
-
deleted_at?: {
|
|
1826
|
-
Valid: boolean;
|
|
1827
|
-
};
|
|
1828
|
-
}
|
|
1829
|
-
interface UserSearchFieldProps$1 {
|
|
1830
|
-
usersData: User$2[];
|
|
1831
|
-
disabled?: boolean;
|
|
1832
|
-
shareWithNewUsers: (newUsers: User$2[]) => Promise<{
|
|
1833
|
-
error: string;
|
|
1834
|
-
}>;
|
|
1835
|
-
useGetAllUsersQuery: any;
|
|
1836
|
-
}
|
|
1837
|
-
declare const UserShareSearch: React__default.FC<UserSearchFieldProps$1>;
|
|
1838
|
-
|
|
1839
|
-
interface User$1 {
|
|
1840
|
-
user_id: string;
|
|
1841
|
-
first_name: string;
|
|
1842
|
-
last_name: string;
|
|
1843
|
-
email: string;
|
|
1844
|
-
avatar_url?: string;
|
|
1845
|
-
deleted_at?: {
|
|
1846
|
-
Valid: boolean;
|
|
1847
|
-
};
|
|
1848
|
-
deleted?: boolean;
|
|
1849
|
-
}
|
|
1850
|
-
interface UserSearchFieldProps {
|
|
1851
|
-
usersData: User$1[];
|
|
1852
|
-
setUsersData: React__default.Dispatch<React__default.SetStateAction<User$1[]>>;
|
|
1853
|
-
label?: string;
|
|
1854
|
-
setDisableSave?: (disable: boolean) => void;
|
|
1855
|
-
handleNotifyPref?: () => void;
|
|
1856
|
-
notifyUpdate?: boolean;
|
|
1857
|
-
isCreate?: boolean;
|
|
1858
|
-
searchType?: string;
|
|
1859
|
-
disabled?: boolean;
|
|
1860
|
-
currentUserData: User$1 | null;
|
|
1861
|
-
searchedUsers: User$1[];
|
|
1862
|
-
isUserSearchLoading: boolean;
|
|
1863
|
-
fetchSearchedUsers: (value: string) => void;
|
|
1864
|
-
usersSearch: string;
|
|
1865
|
-
setUsersSearch: React__default.Dispatch<React__default.SetStateAction<string>>;
|
|
1866
|
-
}
|
|
1867
|
-
declare const UserSearchField: React__default.FC<UserSearchFieldProps>;
|
|
1868
|
-
|
|
1869
|
-
interface ModalProps extends DialogProps {
|
|
1870
|
-
closeModal: () => void;
|
|
1871
|
-
title: string;
|
|
1872
|
-
headerIcon?: React__default.ReactNode;
|
|
1873
|
-
reactNode?: React__default.ReactNode;
|
|
1874
|
-
isFullScreenModeAllowed?: boolean;
|
|
1875
|
-
}
|
|
1876
|
-
interface ModalFooterProps {
|
|
1877
|
-
children: React__default.ReactNode;
|
|
1878
|
-
variant?: 'filled' | 'transparent';
|
|
1879
|
-
helpText?: string;
|
|
1880
|
-
hasHelpText?: boolean;
|
|
1881
|
-
}
|
|
1882
|
-
type openModalCallback = (props: {
|
|
1883
|
-
title: string;
|
|
1884
|
-
reactNode?: React__default.ReactNode;
|
|
1885
|
-
onClose?: () => void;
|
|
1886
|
-
}) => void;
|
|
1887
|
-
interface UseModalReturnI extends ModalProps {
|
|
1888
|
-
openModal: openModalCallback;
|
|
1889
|
-
isOpen: boolean;
|
|
1890
|
-
}
|
|
1891
|
-
declare const CloseBtn: _emotion_styled.StyledComponent<Omit<IconButtonProps, "ref"> & React__default.RefAttributes<HTMLButtonElement> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1892
|
-
declare const ModalStyledHeader: _emotion_styled.StyledComponent<_mui_system.MUIStyledCommonProps<_mui_material.Theme>, React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1893
|
-
declare const useModal: ({ headerIcon }: {
|
|
1894
|
-
headerIcon: React__default.ReactNode;
|
|
1895
|
-
}) => UseModalReturnI;
|
|
1896
|
-
declare const ModalBody: _emotion_styled.StyledComponent<Omit<_mui_material.PaperProps, "ref"> & React__default.RefAttributes<HTMLDivElement> & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1897
|
-
declare const Modal: React__default.FC<ModalProps>;
|
|
1898
|
-
declare const ModalFooter: React__default.FC<ModalFooterProps>;
|
|
1899
|
-
interface ModalButtonPrimaryProps extends ButtonProps$1 {
|
|
1900
|
-
isOpen?: boolean;
|
|
1901
|
-
}
|
|
1902
|
-
declare const ModalButtonPrimary: _emotion_styled.StyledComponent<ButtonProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & ModalButtonPrimaryProps, {}, {}>;
|
|
1903
|
-
declare const ModalButtonSecondary: _emotion_styled.StyledComponent<ButtonProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1904
|
-
declare const ModalButtonTertiary: _emotion_styled.StyledComponent<ButtonProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1905
|
-
declare const ModalButtonDanger: _emotion_styled.StyledComponent<ButtonProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1906
|
-
interface PrimaryActionButtonsProps {
|
|
1907
|
-
primaryText: string;
|
|
1908
|
-
secondaryText: string;
|
|
1909
|
-
primaryButtonProps?: React__default.ComponentProps<typeof ModalButtonPrimary>;
|
|
1910
|
-
secondaryButtonProps?: React__default.ComponentProps<typeof ModalButtonSecondary>;
|
|
1911
|
-
}
|
|
1912
|
-
declare const PrimaryActionButtons: React__default.FC<PrimaryActionButtonsProps>;
|
|
1913
|
-
|
|
1914
|
-
declare const StyledMarkdown: _emotion_styled.StyledComponent<_mui_system.MUIStyledCommonProps<_mui_material.Theme>, React$1.DetailedHTMLProps<React$1.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
|
|
1915
|
-
|
|
1916
|
-
type IconProps$1 = {
|
|
1917
|
-
children?: never;
|
|
1918
|
-
color?: string;
|
|
1919
|
-
title?: string;
|
|
1920
|
-
width?: number | string;
|
|
1921
|
-
height?: number | string;
|
|
1922
|
-
fill?: string;
|
|
1923
|
-
} & React__default.SVGProps<SVGSVGElement>;
|
|
1924
|
-
type CustomIconProps = {
|
|
1925
|
-
primaryFill?: string;
|
|
1926
|
-
secondaryFill?: string;
|
|
1927
|
-
} & IconProps$1;
|
|
1928
|
-
|
|
1929
|
-
interface StepI {
|
|
1930
|
-
label: string;
|
|
1931
|
-
component: React__default.ComponentType;
|
|
1932
|
-
icon: React__default.ComponentType<IconProps$1>;
|
|
1933
|
-
}
|
|
1934
|
-
interface UseStepperOptionsI {
|
|
1935
|
-
steps: StepI[];
|
|
1936
|
-
}
|
|
1937
|
-
interface CustomizedStepperPropsI {
|
|
1938
|
-
activeStep: number;
|
|
1939
|
-
stepLabels: string[];
|
|
1940
|
-
children: React__default.ReactNode;
|
|
1941
|
-
icons: React__default.ComponentType<IconProps$1>[];
|
|
1942
|
-
'data-testid'?: string;
|
|
1943
|
-
ContentWrapper?: React__default.ComponentType<{
|
|
1944
|
-
children: React__default.ReactNode;
|
|
1945
|
-
}>;
|
|
1946
|
-
}
|
|
1947
|
-
interface UseStepperI {
|
|
1948
|
-
steps: StepI[];
|
|
1949
|
-
activeStep: number;
|
|
1950
|
-
setActiveStep: React__default.Dispatch<React__default.SetStateAction<number>>;
|
|
1951
|
-
handleNext: () => void;
|
|
1952
|
-
goBack: () => void;
|
|
1953
|
-
goToStep: (step: number) => void;
|
|
1954
|
-
canGoBack: boolean;
|
|
1955
|
-
canGoForward: boolean;
|
|
1956
|
-
stepLabels: string[];
|
|
1957
|
-
icons: React__default.ComponentType<IconProps$1>[];
|
|
1958
|
-
activeStepComponent: React__default.ComponentType;
|
|
1959
|
-
}
|
|
1960
|
-
declare const CustomizedStepper: React__default.FC<CustomizedStepperPropsI>;
|
|
1961
|
-
declare const useStepper: ({ steps }: UseStepperOptionsI) => UseStepperI;
|
|
1962
|
-
|
|
1963
|
-
interface AuthorCellProps {
|
|
1964
|
-
firstName: string;
|
|
1965
|
-
lastName: string;
|
|
1966
|
-
avatarUrl: string;
|
|
1967
|
-
userId: string;
|
|
1968
|
-
maxWidth?: boolean;
|
|
1969
|
-
}
|
|
1970
|
-
declare const AuthorCell: React__default.FC<AuthorCellProps>;
|
|
1971
|
-
|
|
1972
|
-
interface CatalogDesignsTableProps {
|
|
1973
|
-
patterns: Pattern[];
|
|
1974
|
-
filter: any;
|
|
1975
|
-
columns: MUIDataTableColumn[];
|
|
1976
|
-
totalCount: number;
|
|
1977
|
-
sortOrder: string;
|
|
1978
|
-
setSortOrder: (order: string) => void;
|
|
1979
|
-
pageSize: number;
|
|
1980
|
-
setPageSize: (size: number) => void;
|
|
1981
|
-
page: number;
|
|
1982
|
-
setPage: (page: number) => void;
|
|
1983
|
-
columnVisibility: Record<string, boolean>;
|
|
1984
|
-
colViews: ColView[];
|
|
1985
|
-
rowsPerPageOptions?: number[];
|
|
1986
|
-
handleBulkDeleteModal: (patterns: Pattern[], modalRef: React.RefObject<PromptRef>) => void;
|
|
1987
|
-
setSearch?: (search: string) => void;
|
|
1988
|
-
tableBackgroundColor?: string;
|
|
1989
|
-
handleBulkpatternsDataUnpublishModal: (selected: any, patterns: Pattern[], modalRef: React.RefObject<PromptRef>) => void;
|
|
1990
|
-
}
|
|
1991
|
-
declare const CatalogDesignsTable: React.FC<CatalogDesignsTableProps>;
|
|
1992
|
-
|
|
1993
|
-
declare const colViews$1: ColView[];
|
|
1994
|
-
interface ColumnConfigProps$1 {
|
|
1995
|
-
handleShowDetails: (design: Pattern) => void;
|
|
1996
|
-
handleClone: (designId: string, name: string) => void;
|
|
1997
|
-
handleCopyUrl: (designId: string, name: string) => void;
|
|
1998
|
-
handleOpenPlayground: (designId: string, name: string) => void;
|
|
1999
|
-
handleUnpublish?: (design: Pattern) => void;
|
|
2000
|
-
maxWidth?: boolean;
|
|
2001
|
-
getCatalogUrl: (type: string, name: string) => string;
|
|
2002
|
-
theme?: any;
|
|
2003
|
-
showUnpublish?: boolean;
|
|
2004
|
-
showOpenPlayground?: boolean;
|
|
2005
|
-
currentUserId?: string;
|
|
2006
|
-
isCloneDisabled?: boolean;
|
|
2007
|
-
isUnpublishDisabled?: boolean;
|
|
2008
|
-
getDownloadUrl: (id: string) => string;
|
|
2009
|
-
}
|
|
2010
|
-
declare const createDesignColumns: ({ handleShowDetails, handleClone, handleCopyUrl, handleOpenPlayground, handleUnpublish, maxWidth, getCatalogUrl, getDownloadUrl, theme, showUnpublish, currentUserId, isCloneDisabled, isUnpublishDisabled, showOpenPlayground }: ColumnConfigProps$1) => MUIDataTableColumn[];
|
|
2011
|
-
|
|
2012
|
-
interface ColumnConfigProps {
|
|
2013
|
-
handleDeleteModal: (data: Pattern) => () => void;
|
|
2014
|
-
handlePublishModal: (data: Pattern) => void;
|
|
2015
|
-
handleUnpublishModal: (data: Pattern) => () => void;
|
|
2016
|
-
handleCopyUrl: (type: string, name: string, id: string) => void;
|
|
2017
|
-
handleClone: (name: string, id: string) => void;
|
|
2018
|
-
handleShowDetails: (designId: string, designName: string) => void;
|
|
2019
|
-
handleOpenInDesigner?: (designId: string, designName: string) => void;
|
|
2020
|
-
handleDownload?: (design: Pattern) => void;
|
|
2021
|
-
getDownloadUrl?: (id: string) => string;
|
|
2022
|
-
isDownloadAllowed: boolean;
|
|
2023
|
-
isCopyLinkAllowed: boolean;
|
|
2024
|
-
isDeleteAllowed: boolean;
|
|
2025
|
-
isPublishAllowed: boolean;
|
|
2026
|
-
isUnpublishAllowed: boolean;
|
|
2027
|
-
isFromWorkspaceTable?: boolean;
|
|
2028
|
-
isRemoveAllowed?: boolean;
|
|
2029
|
-
theme?: Theme;
|
|
2030
|
-
showPlaygroundActions: boolean;
|
|
2031
|
-
handleVisibilityChange?: (id: string, visibility: VIEW_VISIBILITY) => void;
|
|
2032
|
-
currentUserId?: string;
|
|
2033
|
-
refetchWorkspaceDesigns: () => void;
|
|
2034
|
-
}
|
|
2035
|
-
declare const colViews: ColView[];
|
|
2036
|
-
declare const createDesignsColumnsConfig: ({ handleDeleteModal, handlePublishModal, handleUnpublishModal, handleCopyUrl, handleClone, handleShowDetails, getDownloadUrl, handleDownload, isUnpublishAllowed, isCopyLinkAllowed, isDeleteAllowed, isPublishAllowed, isDownloadAllowed, isRemoveAllowed, theme, handleOpenInDesigner, showPlaygroundActions, isFromWorkspaceTable, currentUserId, handleVisibilityChange, refetchWorkspaceDesigns }: ColumnConfigProps) => MUIDataTableColumn[];
|
|
2037
|
-
|
|
2038
|
-
type TypeView$1 = 'grid' | 'table';
|
|
2039
|
-
interface TableVisibilityControlProps {
|
|
2040
|
-
viewType: TypeView$1;
|
|
2041
|
-
setViewType: (view: TypeView$1) => void;
|
|
2042
|
-
filteredColumns: CustomColumn[];
|
|
2043
|
-
columnVisibility: Record<string, boolean>;
|
|
2044
|
-
setColumnVisibility: Dispatch<SetStateAction<Record<string, boolean>>>;
|
|
2045
|
-
viewSwitchDisabled?: boolean;
|
|
2046
|
-
}
|
|
2047
|
-
declare const TableVisibilityControl: React__default.FC<TableVisibilityControlProps>;
|
|
2048
|
-
|
|
2049
|
-
/**
|
|
2050
|
-
* Renders a switch component for toggling between grid and table view.
|
|
2051
|
-
*
|
|
2052
|
-
* @typedef {("grid" | "table")} TypeView
|
|
2053
|
-
* @typedef {object} Props
|
|
2054
|
-
* @prop {TypeView} props.view - The current view type ("grid" or "table").
|
|
2055
|
-
* @prop {Function} props.changeView - The function to change the view type.
|
|
2056
|
-
*/
|
|
2057
|
-
type TypeView = 'grid' | 'table';
|
|
2058
|
-
interface ViewSwitchProps {
|
|
2059
|
-
view: TypeView;
|
|
2060
|
-
changeView: (view: TypeView) => void;
|
|
2061
|
-
height?: string;
|
|
2062
|
-
style?: React.CSSProperties;
|
|
2063
|
-
disabled?: boolean;
|
|
2064
|
-
}
|
|
2065
|
-
declare const ViewSwitch: React.FC<ViewSwitchProps>;
|
|
2066
|
-
|
|
2067
|
-
interface ActionButtonsProps {
|
|
2068
|
-
actionItems: boolean;
|
|
2069
|
-
details: Pattern;
|
|
2070
|
-
type: string;
|
|
2071
|
-
isCloneLoading: boolean;
|
|
2072
|
-
getDownloadUrl: (id: string) => string;
|
|
2073
|
-
handleClone: (name: string, id: string) => void;
|
|
2074
|
-
handleUnpublish: () => void;
|
|
2075
|
-
isCloneDisabled: boolean;
|
|
2076
|
-
showUnpublishAction: boolean;
|
|
2077
|
-
showOpenPlaygroundAction: boolean;
|
|
2078
|
-
onOpenPlaygroundClick: (designId: string, name: string) => void;
|
|
2079
|
-
showInfoAction?: boolean;
|
|
2080
|
-
handleInfoClick?: () => void;
|
|
2081
|
-
showDeleteAction?: boolean;
|
|
2082
|
-
handleDelete: () => void;
|
|
2083
|
-
}
|
|
2084
|
-
declare const ActionButtons: React__default.FC<ActionButtonsProps>;
|
|
2085
|
-
|
|
2086
|
-
interface CaveatsSectionProps {
|
|
2087
|
-
details: Pattern;
|
|
2088
|
-
}
|
|
2089
|
-
declare const CaveatsSection: React__default.FC<CaveatsSectionProps>;
|
|
2090
|
-
|
|
2091
|
-
interface FilteredAcademyData {
|
|
2092
|
-
'learning-path'?: string[];
|
|
2093
|
-
challenge?: string[];
|
|
2094
|
-
challenges?: string[];
|
|
2095
|
-
}
|
|
2096
|
-
interface Class {
|
|
2097
|
-
class: string;
|
|
2098
|
-
description: string;
|
|
2099
|
-
}
|
|
2100
|
-
type UserProfile$1 = {
|
|
2101
|
-
first_name: string;
|
|
2102
|
-
last_name: string;
|
|
2103
|
-
avatar_url: string;
|
|
2104
|
-
};
|
|
2105
|
-
|
|
2106
|
-
interface ChallengesSectionProps {
|
|
2107
|
-
filteredAcademyData: FilteredAcademyData;
|
|
2108
|
-
}
|
|
2109
|
-
declare const ChallengesSection: React.FC<ChallengesSectionProps>;
|
|
2110
|
-
|
|
2111
|
-
interface CollapsibleSectionProps$1 {
|
|
2112
|
-
title: string;
|
|
2113
|
-
isOpen: boolean;
|
|
2114
|
-
onToggle: () => void;
|
|
2115
|
-
items: any[];
|
|
2116
|
-
renderItem: (item: any, index: number) => React.ReactNode;
|
|
2117
|
-
emptyState: string;
|
|
2118
|
-
tooltip: string;
|
|
2119
|
-
}
|
|
2120
|
-
declare const CollapsibleSection: React.FC<CollapsibleSectionProps$1>;
|
|
2121
|
-
|
|
2122
|
-
interface LearningSectionProps {
|
|
2123
|
-
filteredAcademyData: FilteredAcademyData;
|
|
2124
|
-
}
|
|
2125
|
-
declare const LearningSection: React__default.FC<LearningSectionProps>;
|
|
2126
|
-
|
|
2127
|
-
interface LeftPanelProps {
|
|
2128
|
-
details: Pattern;
|
|
2129
|
-
type: string;
|
|
2130
|
-
actionItems?: boolean;
|
|
2131
|
-
isCloneLoading: boolean;
|
|
2132
|
-
handleClone: (name: string, id: string) => void;
|
|
2133
|
-
showTechnologies?: boolean;
|
|
2134
|
-
filteredAcademyData: FilteredAcademyData;
|
|
2135
|
-
isCloneDisabled: boolean;
|
|
2136
|
-
technologySVGPath: string;
|
|
2137
|
-
technologySVGSubpath: string;
|
|
2138
|
-
fontFamily?: string;
|
|
2139
|
-
handleUnpublish: () => void;
|
|
2140
|
-
showUnpublishAction?: boolean;
|
|
2141
|
-
showOpenPlaygroundAction?: boolean;
|
|
2142
|
-
onOpenPlaygroundClick: (designId: string, name: string) => void;
|
|
2143
|
-
showInfoAction?: boolean;
|
|
2144
|
-
handleInfoClick?: () => void;
|
|
2145
|
-
showDeleteAction?: boolean;
|
|
2146
|
-
handleDelete: () => void;
|
|
2147
|
-
getDownloadUrl: (id: string) => string;
|
|
2148
|
-
}
|
|
2149
|
-
declare const LeftPanel: React.FC<LeftPanelProps>;
|
|
2150
|
-
|
|
2151
|
-
interface MetricsDisplayProps {
|
|
2152
|
-
details: Pattern;
|
|
2153
|
-
}
|
|
2154
|
-
declare const MetricsDisplay: React__default.FC<MetricsDisplayProps>;
|
|
2155
|
-
|
|
2156
|
-
interface OverviewSectionProps {
|
|
2157
|
-
details: Pattern;
|
|
2158
|
-
type: string;
|
|
2159
|
-
cardId: string;
|
|
2160
|
-
title: string;
|
|
2161
|
-
getUrl: (type: string, id: string) => string;
|
|
2162
|
-
showContentDetails: boolean;
|
|
2163
|
-
ViewsComponent?: React__default.ReactNode;
|
|
2164
|
-
showVersion: boolean;
|
|
2165
|
-
classes: Class[];
|
|
2166
|
-
handleCopyUrl: (type: string, name: string, id: string) => void;
|
|
2167
|
-
fontFamily?: string;
|
|
2168
|
-
userProfile?: any;
|
|
2169
|
-
showShareAction: boolean;
|
|
2170
|
-
handleShare: () => void;
|
|
2171
|
-
isVisibilityEnabled: boolean;
|
|
2172
|
-
handleVisibilityChange: (visibility: VIEW_VISIBILITY) => void;
|
|
2173
|
-
}
|
|
2174
|
-
declare const OverviewSection: React__default.FC<OverviewSectionProps>;
|
|
2175
|
-
|
|
2176
|
-
interface PatternInfoProps {
|
|
2177
|
-
text: string;
|
|
2178
|
-
redirect?: boolean;
|
|
2179
|
-
id?: string;
|
|
2180
|
-
}
|
|
2181
|
-
declare const PatternInfo: React__default.FC<PatternInfoProps>;
|
|
2182
|
-
|
|
2183
|
-
interface PatternsPerUser {
|
|
2184
|
-
patterns: Pattern[];
|
|
2185
|
-
}
|
|
2186
|
-
interface DetailsByType {
|
|
2187
|
-
patterns: Pattern[];
|
|
2188
|
-
}
|
|
2189
|
-
interface RelatedDesignsProps {
|
|
2190
|
-
details: Pattern;
|
|
2191
|
-
type: string;
|
|
2192
|
-
patternsPerUser: PatternsPerUser;
|
|
2193
|
-
detailsByType?: DetailsByType;
|
|
2194
|
-
onSuggestedPatternClick: (pattern: Pattern) => void;
|
|
2195
|
-
userProfile?: UserProfile$1;
|
|
2196
|
-
technologySVGPath: string;
|
|
2197
|
-
technologySVGSubpath: string;
|
|
2198
|
-
orgName: string;
|
|
2199
|
-
fetchingOrgError: boolean;
|
|
2200
|
-
filterByType?: boolean;
|
|
2201
|
-
}
|
|
2202
|
-
declare const RelatedDesigns: React.FC<RelatedDesignsProps>;
|
|
2203
|
-
|
|
2204
|
-
interface RightPanelProps {
|
|
2205
|
-
details: Pattern;
|
|
2206
|
-
detailsByType: DetailsByType;
|
|
2207
|
-
type: string;
|
|
2208
|
-
cardId?: string;
|
|
2209
|
-
title: string;
|
|
2210
|
-
getUrl: (type: string, id: string) => string;
|
|
2211
|
-
showContentDetails: boolean;
|
|
2212
|
-
ViewsComponent?: React__default.ReactNode;
|
|
2213
|
-
showVersion: boolean;
|
|
2214
|
-
showCaveats: boolean;
|
|
2215
|
-
classes: Class[];
|
|
2216
|
-
patternsPerUser: PatternsPerUser;
|
|
2217
|
-
handleCopyUrl: (type: string, name: string, id: string) => void;
|
|
2218
|
-
onSuggestedPatternClick: (pattern: Pattern) => void;
|
|
2219
|
-
useGetUserProfileByIdQuery: any;
|
|
2220
|
-
fontFamily?: string;
|
|
2221
|
-
technologySVGPath: string;
|
|
2222
|
-
technologySVGSubpath: string;
|
|
2223
|
-
orgName: string;
|
|
2224
|
-
fetchingOrgError: boolean;
|
|
2225
|
-
showShareAction: boolean;
|
|
2226
|
-
handleShare: () => void;
|
|
2227
|
-
isVisibilityEnabled: boolean;
|
|
2228
|
-
handleVisibilityChange: (visibility: VIEW_VISIBILITY) => void;
|
|
2229
|
-
}
|
|
2230
|
-
declare const RightPanel: React__default.FC<RightPanelProps>;
|
|
2231
|
-
|
|
2232
|
-
interface SocialSharePopperProps {
|
|
2233
|
-
details: Pattern;
|
|
2234
|
-
type: string;
|
|
2235
|
-
cardId: string;
|
|
2236
|
-
title: string;
|
|
2237
|
-
getUrl: (type: string, id: string) => string;
|
|
2238
|
-
handleCopyUrl: (type: string, name: string, id: string) => void;
|
|
2239
|
-
showShareAction: boolean;
|
|
2240
|
-
handleShare: () => void;
|
|
2241
|
-
}
|
|
2242
|
-
declare const SocialSharePopper: React__default.FC<SocialSharePopperProps>;
|
|
2243
|
-
|
|
2244
|
-
interface TechnologySectionProps {
|
|
2245
|
-
technologies: string[];
|
|
2246
|
-
technologySVGPath: string;
|
|
2247
|
-
technologySVGSubpath: string;
|
|
2248
|
-
}
|
|
2249
|
-
declare const TechnologySection: React__default.FC<TechnologySectionProps>;
|
|
2250
|
-
|
|
2251
|
-
interface UserInfoProps {
|
|
2252
|
-
details: Pattern;
|
|
2253
|
-
showVersion?: boolean;
|
|
2254
|
-
userProfile?: UserProfile$1;
|
|
2255
|
-
isVisibilityEnabled: boolean;
|
|
2256
|
-
handleVisibilityChange: (visibility: VIEW_VISIBILITY) => void;
|
|
2257
|
-
}
|
|
2258
|
-
declare const UserInfo: React.FC<UserInfoProps>;
|
|
2259
|
-
|
|
2260
|
-
interface ActionButtonCardProps {
|
|
2261
|
-
title: string;
|
|
2262
|
-
description: ReactNode;
|
|
2263
|
-
icon: ReactNode;
|
|
2264
|
-
customComponent?: ReactNode;
|
|
2265
|
-
href?: string;
|
|
2266
|
-
target?: string;
|
|
2267
|
-
onClick?: () => void;
|
|
2268
|
-
btnTitle: string;
|
|
2269
|
-
disabled?: boolean;
|
|
2270
|
-
showProgress?: boolean;
|
|
2271
|
-
actionButton?: boolean;
|
|
2272
|
-
maxDescriptionWidth?: string;
|
|
2273
|
-
completedSteps?: string[];
|
|
2274
|
-
totalSteps: number;
|
|
2275
|
-
playgroundCardBackgroundImgSrc?: string;
|
|
2276
|
-
}
|
|
2277
|
-
declare const ActionButtonCard: ({ title, description, icon, customComponent, href, onClick, btnTitle, disabled, showProgress, actionButton, maxDescriptionWidth, completedSteps, totalSteps, playgroundCardBackgroundImgSrc }: ActionButtonCardProps) => react_jsx_runtime.JSX.Element;
|
|
2278
|
-
|
|
2279
|
-
interface JourneyStep {
|
|
2280
|
-
title: string;
|
|
2281
|
-
content: React.ReactNode;
|
|
2282
|
-
image?: string;
|
|
2283
|
-
videoSrc?: string;
|
|
2284
|
-
video?: boolean;
|
|
2285
|
-
embed?: boolean;
|
|
2286
|
-
previousButton?: boolean;
|
|
2287
|
-
isFullScreenModeAllowed?: boolean;
|
|
2288
|
-
actionName?: string;
|
|
2289
|
-
secondaryActionName?: string;
|
|
2290
|
-
primaryAction?: () => void;
|
|
2291
|
-
secondaryAction?: () => void;
|
|
2292
|
-
roles?: string[];
|
|
2293
|
-
}
|
|
2294
|
-
interface StepData {
|
|
2295
|
-
id: number;
|
|
2296
|
-
title: string;
|
|
2297
|
-
subTitle: string;
|
|
2298
|
-
isDisabled?: boolean;
|
|
2299
|
-
journey: JourneyStep[];
|
|
2300
|
-
}
|
|
2301
|
-
interface ProfileData {
|
|
2302
|
-
role_names?: string[];
|
|
2303
|
-
preferences?: {
|
|
2304
|
-
remoteProviderPreferences?: {
|
|
2305
|
-
isKanvasAccessRequest?: boolean;
|
|
2306
|
-
getstarted?: number[];
|
|
2307
|
-
};
|
|
2308
|
-
};
|
|
2309
|
-
}
|
|
2310
|
-
interface GetStartedModalProps {
|
|
2311
|
-
open: boolean;
|
|
2312
|
-
handleClose: () => void;
|
|
2313
|
-
handleOpen: () => void;
|
|
2314
|
-
stepsData: StepData[];
|
|
2315
|
-
profileData: ProfileData;
|
|
2316
|
-
useUpdateUserPrefMutation: any;
|
|
2317
|
-
useGetOrgsQuery: any;
|
|
2318
|
-
currentOrgId: string;
|
|
2319
|
-
useGetUserOrgRolesQuery: any;
|
|
2320
|
-
useHandleUserInviteMutation: any;
|
|
2321
|
-
useNotificationHandlers: any;
|
|
2322
|
-
isAssignUserRolesAllowed: boolean;
|
|
2323
|
-
useLazyGetTeamsQuery: any;
|
|
2324
|
-
embedDesignPath: string;
|
|
2325
|
-
isFromMeshery: boolean;
|
|
2326
|
-
}
|
|
2327
|
-
declare const GetStartedModal: React.FC<GetStartedModalProps>;
|
|
2328
|
-
|
|
2329
|
-
interface UserInviteModalProps {
|
|
2330
|
-
open: boolean;
|
|
2331
|
-
handleInviteModalClose: () => void;
|
|
2332
|
-
setLoading: (loading: boolean) => void;
|
|
2333
|
-
setInviteModal: (open: boolean) => void;
|
|
2334
|
-
currentOrgId: string;
|
|
2335
|
-
useGetOrgsQuery: any;
|
|
2336
|
-
useGetUserOrgRolesQuery: any;
|
|
2337
|
-
useHandleUserInviteMutation: any;
|
|
2338
|
-
useNotificationHandlers: () => {
|
|
2339
|
-
handleSuccess: (message: string) => void;
|
|
2340
|
-
handleError: (message: string) => void;
|
|
2341
|
-
};
|
|
2342
|
-
isAssignUserRolesAllowed: boolean;
|
|
2343
|
-
useLazyGetTeamsQuery: any;
|
|
2344
|
-
}
|
|
2345
|
-
declare function UserInviteModal({ open, handleInviteModalClose, setLoading, setInviteModal, currentOrgId, useGetOrgsQuery, useGetUserOrgRolesQuery, useHandleUserInviteMutation, useNotificationHandlers, isAssignUserRolesAllowed, useLazyGetTeamsQuery }: UserInviteModalProps): react_jsx_runtime.JSX.Element;
|
|
2346
|
-
|
|
2347
|
-
interface JourneyModalProps {
|
|
2348
|
-
open: boolean;
|
|
2349
|
-
handleClose: () => void;
|
|
2350
|
-
handleOpen: () => void;
|
|
2351
|
-
clicked?: number;
|
|
2352
|
-
stepsData: StepData[];
|
|
2353
|
-
useNotificationHandlers: () => {
|
|
2354
|
-
handleInfo: (message: string) => void;
|
|
2355
|
-
};
|
|
2356
|
-
profileData?: ProfileData;
|
|
2357
|
-
embedDesignPath: string;
|
|
2358
|
-
}
|
|
2359
|
-
declare const JourneyModal: React.FC<JourneyModalProps>;
|
|
2360
|
-
|
|
2361
|
-
interface Team {
|
|
2362
|
-
id: string;
|
|
2363
|
-
ID: string;
|
|
2364
|
-
name: string;
|
|
2365
|
-
deleted_at: {
|
|
2366
|
-
Valid: boolean;
|
|
2367
|
-
};
|
|
2368
|
-
}
|
|
2369
|
-
interface TeamSearchFieldProps {
|
|
2370
|
-
teamsData: Team[];
|
|
2371
|
-
setTeamsData: Dispatch<SetStateAction<Team[]>>;
|
|
2372
|
-
label?: string;
|
|
2373
|
-
orgID: string;
|
|
2374
|
-
disabled?: boolean;
|
|
2375
|
-
useLazyGetTeamsQuery: any;
|
|
2376
|
-
useNotificationHandlers: () => {
|
|
2377
|
-
handleError: (message: string) => void;
|
|
2378
|
-
};
|
|
2379
|
-
}
|
|
2380
|
-
declare const TeamSearchField: React__default.FC<TeamSearchFieldProps>;
|
|
2381
|
-
|
|
2382
|
-
interface Resource$2 {
|
|
2383
|
-
name: string;
|
|
2384
|
-
link: string;
|
|
2385
|
-
icon?: string;
|
|
2386
|
-
external?: boolean;
|
|
2387
|
-
}
|
|
2388
|
-
interface PlainCardProps {
|
|
2389
|
-
title: string;
|
|
2390
|
-
icon: React.ReactNode;
|
|
2391
|
-
resources: Resource$2[];
|
|
2392
|
-
}
|
|
2393
|
-
declare const PlainCard: ({ title, icon, resources }: PlainCardProps) => JSX.Element;
|
|
2394
|
-
|
|
2395
|
-
interface Resource$1 {
|
|
2396
|
-
link: string;
|
|
2397
|
-
name: string;
|
|
2398
|
-
icon?: string;
|
|
2399
|
-
external?: boolean;
|
|
2400
|
-
timestamp: string;
|
|
2401
|
-
}
|
|
2402
|
-
interface CardData {
|
|
2403
|
-
id: string;
|
|
2404
|
-
title: string;
|
|
2405
|
-
image: React.ReactNode;
|
|
2406
|
-
redirect?: string;
|
|
2407
|
-
video?: string;
|
|
2408
|
-
}
|
|
2409
|
-
type SortOrder = 'updated_at asc' | 'updated_at desc';
|
|
2410
|
-
interface DesignCardProps {
|
|
2411
|
-
title: string;
|
|
2412
|
-
isPatternsFetching: boolean;
|
|
2413
|
-
description?: string;
|
|
2414
|
-
actionButton?: boolean;
|
|
2415
|
-
icon?: React.ReactNode;
|
|
2416
|
-
resources: Resource$1[];
|
|
2417
|
-
href?: string;
|
|
2418
|
-
onClick?: () => void;
|
|
2419
|
-
btnTitle?: string;
|
|
2420
|
-
sortOrder: string;
|
|
2421
|
-
setSortOrder: (order: SortOrder) => void;
|
|
2422
|
-
cardData: CardData[];
|
|
2423
|
-
}
|
|
2424
|
-
declare const DesignCard: React.FC<DesignCardProps>;
|
|
2425
|
-
|
|
2426
|
-
interface CreateDesignModalProps {
|
|
2427
|
-
openModal: boolean;
|
|
2428
|
-
handleClose: () => void;
|
|
2429
|
-
cardData: CardData[];
|
|
2430
|
-
}
|
|
2431
|
-
declare const CreateDesignModal: React.FC<CreateDesignModalProps>;
|
|
2432
|
-
|
|
2433
|
-
interface Activity$1 {
|
|
2434
|
-
created_at: string;
|
|
2435
|
-
description: string;
|
|
2436
|
-
}
|
|
2437
|
-
interface Workspace {
|
|
2438
|
-
id: string;
|
|
2439
|
-
name: string;
|
|
2440
|
-
}
|
|
2441
|
-
interface WorkspaceActivityCardProps {
|
|
2442
|
-
selectedWorkspace: string;
|
|
2443
|
-
handleWorkspaceChange: (event: SelectChangeEvent<unknown>) => void;
|
|
2444
|
-
activities: Activity$1[];
|
|
2445
|
-
workspaces: Workspace[];
|
|
2446
|
-
isEventsLoading: boolean;
|
|
2447
|
-
workspacePagePath: string;
|
|
2448
|
-
}
|
|
2449
|
-
declare const WorkspaceActivityCard: React.FC<WorkspaceActivityCardProps>;
|
|
2450
|
-
|
|
2451
|
-
interface Key {
|
|
2452
|
-
subject: string;
|
|
2453
|
-
action: string;
|
|
2454
|
-
}
|
|
2455
|
-
type InvertAction = 'disable' | 'hide';
|
|
2456
|
-
type MissingPermissionReason = {
|
|
2457
|
-
type: 'MISSING_PERMISSION';
|
|
2458
|
-
data: {
|
|
2459
|
-
keyId: string;
|
|
2460
|
-
};
|
|
2461
|
-
};
|
|
2462
|
-
type MissingCapabilityReason = {
|
|
2463
|
-
type: 'MISSING_CAPABILITY';
|
|
2464
|
-
data: {
|
|
2465
|
-
capabilityId: string;
|
|
2466
|
-
};
|
|
2467
|
-
};
|
|
2468
|
-
type ReasonEvent = MissingPermissionReason | MissingCapabilityReason;
|
|
2469
|
-
interface HasKeyProps<ReasonEvent> {
|
|
2470
|
-
Key?: Key;
|
|
2471
|
-
predicate?: (capabilitiesRegistry: unknown) => [boolean, ReasonEvent];
|
|
2472
|
-
children: React__default.ReactNode;
|
|
2473
|
-
notifyOnclick?: boolean;
|
|
2474
|
-
invert_action?: InvertAction[];
|
|
2475
|
-
}
|
|
2476
|
-
declare const createCanShow: (getCapabilitiesRegistry: () => void, CAN: (action: string, subject: string) => boolean, eventBus: () => EventBus<ReasonEvent>) => ({ Key, children, notifyOnclick, predicate, invert_action }: HasKeyProps<ReasonEvent>) => string | number | true | Iterable<React__default.ReactNode> | react_jsx_runtime.JSX.Element | null;
|
|
2477
|
-
|
|
2478
|
-
interface CollapsibleSectionProps {
|
|
2479
|
-
title: string;
|
|
2480
|
-
children: ReactNode;
|
|
2481
|
-
showAll?: boolean;
|
|
2482
|
-
numberText?: string | number;
|
|
2483
|
-
level?: number;
|
|
2484
|
-
}
|
|
2485
|
-
interface NumberStateProps {
|
|
2486
|
-
title?: string;
|
|
2487
|
-
value: string | number;
|
|
2488
|
-
quantity: string;
|
|
2489
|
-
}
|
|
2490
|
-
interface NumberStateData {
|
|
2491
|
-
title: string;
|
|
2492
|
-
value: string | number;
|
|
2493
|
-
quantity: string;
|
|
2494
|
-
}
|
|
2495
|
-
interface NumberStateFormatterProps {
|
|
2496
|
-
data: NumberStateData[];
|
|
2497
|
-
}
|
|
2498
|
-
interface KeyValueProps {
|
|
2499
|
-
Key: string;
|
|
2500
|
-
Value: string | number | ReactNode;
|
|
2501
|
-
showFold?: boolean;
|
|
2502
|
-
}
|
|
2503
|
-
interface CodeFormatterProps {
|
|
2504
|
-
data: any;
|
|
2505
|
-
}
|
|
2506
|
-
interface ListFormatterProps {
|
|
2507
|
-
data: string[];
|
|
2508
|
-
}
|
|
2509
|
-
interface OperatorDynamicFormatterProps {
|
|
2510
|
-
data: any;
|
|
2511
|
-
level?: number;
|
|
2512
|
-
}
|
|
2513
|
-
interface StatusFormatterProps {
|
|
2514
|
-
status: string;
|
|
2515
|
-
rightPosition?: string;
|
|
2516
|
-
}
|
|
2517
|
-
interface LabelFormatterProps {
|
|
2518
|
-
data: string[];
|
|
2519
|
-
onClick: (labels: string[]) => void;
|
|
2520
|
-
selectedLabels: string[];
|
|
2521
|
-
}
|
|
2522
|
-
interface MemoryUsageProps {
|
|
2523
|
-
allocatable?: {
|
|
2524
|
-
cpu: string;
|
|
2525
|
-
memory: string;
|
|
2526
|
-
'ephemeral-storage': string;
|
|
2527
|
-
};
|
|
2528
|
-
capacity?: {
|
|
2529
|
-
cpu: string;
|
|
2530
|
-
memory: string;
|
|
2531
|
-
'ephemeral-storage': string;
|
|
2532
|
-
};
|
|
2533
|
-
height?: number;
|
|
2534
|
-
width?: number;
|
|
2535
|
-
}
|
|
2536
|
-
interface TableDataFormatterProps {
|
|
2537
|
-
title?: string;
|
|
2538
|
-
data?: any;
|
|
2539
|
-
showAll?: boolean;
|
|
2540
|
-
mainTableData?: any[][];
|
|
2541
|
-
mainTableCols?: any[];
|
|
2542
|
-
}
|
|
2543
|
-
interface TextWithLinkFormatterProps {
|
|
2544
|
-
title: string;
|
|
2545
|
-
value: string;
|
|
2546
|
-
variant: 'row' | 'column';
|
|
2547
|
-
onClick: () => void;
|
|
2548
|
-
}
|
|
2549
|
-
interface ContainerFormatterProps {
|
|
2550
|
-
containerSpec: {
|
|
2551
|
-
ports?: any[];
|
|
2552
|
-
imagePullPolicy?: string;
|
|
2553
|
-
image?: string;
|
|
2554
|
-
env?: any[];
|
|
2555
|
-
volumeMounts?: {
|
|
2556
|
-
name: string;
|
|
2557
|
-
mountPath: string;
|
|
2558
|
-
readOnly?: boolean;
|
|
2559
|
-
}[];
|
|
2560
|
-
command?: any[];
|
|
2561
|
-
livenessProbe?: any;
|
|
2562
|
-
readinessProbe?: any;
|
|
2563
|
-
startupProbe?: any;
|
|
2564
|
-
args?: any[];
|
|
2565
|
-
resources?: {
|
|
2566
|
-
requests?: any;
|
|
2567
|
-
limits?: any;
|
|
2568
|
-
};
|
|
2569
|
-
};
|
|
2570
|
-
containerStatus: {
|
|
2571
|
-
state: {
|
|
2572
|
-
[key: string]: {
|
|
2573
|
-
startedAt?: string;
|
|
2574
|
-
};
|
|
2575
|
-
};
|
|
2576
|
-
restartCount: number;
|
|
2577
|
-
containerID: string;
|
|
2578
|
-
};
|
|
2579
|
-
}
|
|
2580
|
-
interface SecretFormatterProps {
|
|
2581
|
-
data: string;
|
|
2582
|
-
}
|
|
2583
|
-
interface NumberState$1 {
|
|
2584
|
-
title: string;
|
|
2585
|
-
value: number | string;
|
|
2586
|
-
quantity: string;
|
|
2587
|
-
}
|
|
2588
|
-
interface Resource {
|
|
2589
|
-
status?: {
|
|
2590
|
-
attribute?: string;
|
|
2591
|
-
containerStatuses?: Array<{
|
|
2592
|
-
restartCount?: number;
|
|
2593
|
-
}>;
|
|
2594
|
-
nodeInfo?: {
|
|
2595
|
-
kubeletVersion?: string;
|
|
2596
|
-
};
|
|
2597
|
-
podIP?: string;
|
|
2598
|
-
hostIP?: string;
|
|
2599
|
-
qosClass?: string;
|
|
2600
|
-
replicas?: number;
|
|
2601
|
-
availableReplicas?: number;
|
|
2602
|
-
readyReplicas?: number;
|
|
2603
|
-
loadBalancer?: {
|
|
2604
|
-
ingress?: Array<{
|
|
2605
|
-
ip?: string;
|
|
2606
|
-
}>;
|
|
2607
|
-
};
|
|
2608
|
-
allocatable?: Record<string, string>;
|
|
2609
|
-
capacity?: Record<string, string>;
|
|
2610
|
-
conditions?: Array<{
|
|
2611
|
-
type?: string;
|
|
2612
|
-
}>;
|
|
2613
|
-
};
|
|
2614
|
-
spec?: {
|
|
2615
|
-
attribute?: string;
|
|
2616
|
-
containers?: Array<{
|
|
2617
|
-
image?: string;
|
|
2618
|
-
}>;
|
|
2619
|
-
initContainers?: Array<{
|
|
2620
|
-
name?: string;
|
|
2621
|
-
}>;
|
|
2622
|
-
nodeSelector?: Record<string, string>;
|
|
2623
|
-
template?: {
|
|
2624
|
-
spec?: {
|
|
2625
|
-
containers?: Array<{
|
|
2626
|
-
image?: string;
|
|
2627
|
-
}>;
|
|
2628
|
-
nodeSelector?: Record<string, string>;
|
|
2629
|
-
};
|
|
2630
|
-
};
|
|
2631
|
-
resources?: {
|
|
2632
|
-
requests?: {
|
|
2633
|
-
storage?: string;
|
|
2634
|
-
};
|
|
2635
|
-
};
|
|
2636
|
-
claimRef?: {
|
|
2637
|
-
name?: string;
|
|
2638
|
-
namespace?: string;
|
|
2639
|
-
};
|
|
2640
|
-
storageClassName?: string;
|
|
2641
|
-
type?: string;
|
|
2642
|
-
clusterIP?: string;
|
|
2643
|
-
updateStrategy?: {
|
|
2644
|
-
type?: string;
|
|
2645
|
-
};
|
|
2646
|
-
externalIPs?: string[];
|
|
2647
|
-
finalizers?: string[];
|
|
2648
|
-
accessModes?: string[];
|
|
2649
|
-
selector?: {
|
|
2650
|
-
matchLabels?: Record<string, string>;
|
|
2651
|
-
};
|
|
2652
|
-
serviceAccountName?: string;
|
|
2653
|
-
tolerations?: unknown;
|
|
2654
|
-
volumes?: unknown;
|
|
2655
|
-
rules?: Array<{
|
|
2656
|
-
host?: string;
|
|
2657
|
-
}>;
|
|
2658
|
-
};
|
|
2659
|
-
metadata?: {
|
|
2660
|
-
creationTimestamp?: string;
|
|
2661
|
-
namespace?: string;
|
|
2662
|
-
labels?: Array<{
|
|
2663
|
-
key?: string;
|
|
2664
|
-
value?: string;
|
|
2665
|
-
}>;
|
|
2666
|
-
annotations?: Array<{
|
|
2667
|
-
key?: string;
|
|
2668
|
-
value?: string;
|
|
2669
|
-
}>;
|
|
2670
|
-
};
|
|
2671
|
-
kind?: string;
|
|
2672
|
-
component?: {
|
|
2673
|
-
kind?: string;
|
|
2674
|
-
};
|
|
2675
|
-
apiVersion?: string;
|
|
2676
|
-
configuration?: {
|
|
2677
|
-
spec?: {
|
|
2678
|
-
strategy?: {
|
|
2679
|
-
type?: string;
|
|
2680
|
-
};
|
|
2681
|
-
};
|
|
2682
|
-
data?: unknown;
|
|
2683
|
-
};
|
|
2684
|
-
type?: string;
|
|
2685
|
-
data?: string;
|
|
2686
|
-
}
|
|
2687
|
-
interface GetResourceCleanDataProps {
|
|
2688
|
-
resource: Resource;
|
|
2689
|
-
dispatchMsgToEditor?: (msg: any) => void;
|
|
2690
|
-
activeLabels?: string[];
|
|
2691
|
-
showStatus?: boolean;
|
|
2692
|
-
router?: any;
|
|
2693
|
-
container?: any;
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
declare const NumberStateFormatter: React__default.FC<NumberStateFormatterProps>;
|
|
2697
|
-
declare const KeyValueInRow: React__default.FC<KeyValueProps>;
|
|
2698
|
-
|
|
2699
|
-
interface OperatorDataFormatterProps {
|
|
2700
|
-
data: any;
|
|
2701
|
-
FormatStructuredData: any;
|
|
2702
|
-
propertyFormatter: any;
|
|
2703
|
-
}
|
|
2704
|
-
declare const OperatorDataFormatter: ({ data, FormatStructuredData, propertyFormatter }: OperatorDataFormatterProps) => react_jsx_runtime.JSX.Element | null;
|
|
2705
|
-
|
|
2706
|
-
declare const CodeFormatter: React__default.FC<CodeFormatterProps>;
|
|
2707
|
-
declare const ListFormatter: React__default.FC<ListFormatterProps>;
|
|
2708
|
-
declare const OperatorDynamicFormatter: React__default.FC<OperatorDynamicFormatterProps>;
|
|
2709
|
-
declare const StatusFormatter: React__default.FC<StatusFormatterProps>;
|
|
2710
|
-
declare const LabelFormatter: React__default.FC<LabelFormatterProps>;
|
|
2711
|
-
declare const MemoryUsage: React__default.FC<MemoryUsageProps>;
|
|
2712
|
-
declare const TableDataFormatter: React__default.FC<TableDataFormatterProps>;
|
|
2713
|
-
declare const TextWithLinkFormatter: React__default.FC<TextWithLinkFormatterProps>;
|
|
2714
|
-
declare const ContainerFormatter: React__default.FC<ContainerFormatterProps>;
|
|
2715
|
-
declare const SecretFormatter: React__default.FC<SecretFormatterProps>;
|
|
2716
|
-
declare const CollapsibleSectionFormatter: React__default.FC<CollapsibleSectionProps>;
|
|
2717
|
-
declare const NumberState: React__default.FC<NumberStateProps>;
|
|
2718
|
-
|
|
2719
|
-
declare const useResourceCleanData: () => {
|
|
2720
|
-
getResourceCleanData: ({ resource, activeLabels, dispatchMsgToEditor, router, showStatus, container }: GetResourceCleanDataProps) => {
|
|
2721
|
-
container: any;
|
|
2722
|
-
age: string | undefined;
|
|
2723
|
-
kind: string | undefined;
|
|
2724
|
-
status: string | false;
|
|
2725
|
-
kubeletVersion: any;
|
|
2726
|
-
podIP: any;
|
|
2727
|
-
hostIP: any;
|
|
2728
|
-
QoSClass: any;
|
|
2729
|
-
size: any;
|
|
2730
|
-
claim: any;
|
|
2731
|
-
claimNamespace: any;
|
|
2732
|
-
apiVersion: string | undefined;
|
|
2733
|
-
pods: any;
|
|
2734
|
-
replicas: string | false;
|
|
2735
|
-
strategyType: string | undefined;
|
|
2736
|
-
storageClass: any;
|
|
2737
|
-
secretType: string | undefined;
|
|
2738
|
-
serviceType: any;
|
|
2739
|
-
clusterIp: any;
|
|
2740
|
-
updateStrategy: any;
|
|
2741
|
-
externalIp: any;
|
|
2742
|
-
finalizers: any;
|
|
2743
|
-
accessModes: any;
|
|
2744
|
-
deeplinks: {
|
|
2745
|
-
links: ({
|
|
2746
|
-
nodeName: any;
|
|
2747
|
-
label: string;
|
|
2748
|
-
namespace?: undefined;
|
|
2749
|
-
serviceAccount?: undefined;
|
|
2750
|
-
resourceCategory?: undefined;
|
|
2751
|
-
} | {
|
|
2752
|
-
namespace: string | undefined;
|
|
2753
|
-
label: string;
|
|
2754
|
-
nodeName?: undefined;
|
|
2755
|
-
serviceAccount?: undefined;
|
|
2756
|
-
resourceCategory?: undefined;
|
|
2757
|
-
} | {
|
|
2758
|
-
serviceAccount: any;
|
|
2759
|
-
label: string;
|
|
2760
|
-
resourceCategory: string;
|
|
2761
|
-
nodeName?: undefined;
|
|
2762
|
-
namespace?: undefined;
|
|
2763
|
-
})[];
|
|
2764
|
-
router: any;
|
|
2765
|
-
dispatchMsgToEditor: ((msg: any) => void) | undefined;
|
|
2766
|
-
};
|
|
2767
|
-
selector: string[];
|
|
2768
|
-
images: any;
|
|
2769
|
-
numberStates: NumberState$1[];
|
|
2770
|
-
nodeSelector: string[];
|
|
2771
|
-
loadBalancer: any;
|
|
2772
|
-
rules: any;
|
|
2773
|
-
usage: {
|
|
2774
|
-
allocatable: any;
|
|
2775
|
-
capacity: any;
|
|
2776
|
-
};
|
|
2777
|
-
configData: unknown;
|
|
2778
|
-
capacity: any;
|
|
2779
|
-
totalCapacity: any;
|
|
2780
|
-
totalAllocatable: any;
|
|
2781
|
-
conditions: any;
|
|
2782
|
-
tolerations: any;
|
|
2783
|
-
podVolumes: any;
|
|
2784
|
-
ingressRules: any;
|
|
2785
|
-
connections: false | _.Omit<any, "type" | "selector">;
|
|
2786
|
-
labels: {
|
|
2787
|
-
data: string[] | undefined;
|
|
2788
|
-
dispatchMsgToEditor: ((msg: any) => void) | undefined;
|
|
2789
|
-
activeViewFilters: string[] | undefined;
|
|
2790
|
-
};
|
|
2791
|
-
annotations: string[] | undefined;
|
|
2792
|
-
initContainers: any;
|
|
2793
|
-
containers: any;
|
|
2794
|
-
};
|
|
2795
|
-
structureNumberStates: (parsedStatus: any, parsedSpec: any) => NumberState$1[];
|
|
2796
|
-
getAge: (creationTimestamp?: string) => string | undefined;
|
|
2797
|
-
getStatus: (attribute: any) => string | false;
|
|
2798
|
-
joinwithEqual: (object: Record<string, string> | undefined) => string[];
|
|
2799
|
-
};
|
|
2800
|
-
|
|
2801
|
-
interface TableData {
|
|
2802
|
-
name: string;
|
|
2803
|
-
[key: string]: string | number | undefined;
|
|
2804
|
-
}
|
|
2805
|
-
interface TableColumn {
|
|
2806
|
-
name: string;
|
|
2807
|
-
label: string;
|
|
2808
|
-
options: {
|
|
2809
|
-
sort: boolean;
|
|
2810
|
-
};
|
|
2811
|
-
}
|
|
2812
|
-
interface TableStructure {
|
|
2813
|
-
key: string;
|
|
2814
|
-
columns: TableColumn[];
|
|
2815
|
-
rows: TableData[];
|
|
2816
|
-
}
|
|
2817
|
-
declare const splitCamelCaseString: (str: string) => string;
|
|
2818
|
-
declare const extractPodVolumnTables: (data: TableData[] | null) => TableStructure[];
|
|
2819
|
-
declare const convertToReadableUnit: (value: number) => string;
|
|
2820
|
-
|
|
2821
|
-
interface User {
|
|
2822
|
-
id: string;
|
|
2823
|
-
user_id: string;
|
|
2824
|
-
first_name: string;
|
|
2825
|
-
last_name: string;
|
|
2826
|
-
email: string;
|
|
2827
|
-
avatar_url?: string;
|
|
2828
|
-
deleted_at?: {
|
|
2829
|
-
Valid: boolean;
|
|
2830
|
-
};
|
|
2831
|
-
role_names?: string[];
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
interface SelectedResource {
|
|
2835
|
-
visibility: string;
|
|
2836
|
-
name: string;
|
|
2837
|
-
[key: string]: unknown;
|
|
2838
|
-
}
|
|
2839
|
-
type SelectedResources = SelectedResource | SelectedResource[];
|
|
2840
|
-
interface ShareModalProps {
|
|
2841
|
-
/** Function to close the share modal */
|
|
2842
|
-
handleShareModalClose: () => void;
|
|
2843
|
-
/** The resource(s) that is selected for sharing.*/
|
|
2844
|
-
selectedResource: SelectedResources;
|
|
2845
|
-
/** The name of the data being shared, like design or filter */
|
|
2846
|
-
dataName: string;
|
|
2847
|
-
/** Data of the user who owns the resource */
|
|
2848
|
-
ownerData: User;
|
|
2849
|
-
/** Function to fetch the list of users who have access to the resource */
|
|
2850
|
-
fetchAccessActors: () => Promise<User[]>;
|
|
2851
|
-
/** Optional URL of the host application. Defaults to `null` if not provided */
|
|
2852
|
-
hostURL?: string | null;
|
|
2853
|
-
handleUpdateVisibility: (value: string) => Promise<{
|
|
2854
|
-
error: string;
|
|
2855
|
-
}>;
|
|
2856
|
-
handleShareWithNewUsers: (newUsers: User[]) => Promise<{
|
|
2857
|
-
error: string;
|
|
2858
|
-
}>;
|
|
2859
|
-
canShareWithNewUsers: boolean;
|
|
2860
|
-
handleRevokeAccess: (revokedUsser: User[]) => Promise<{
|
|
2861
|
-
error: string;
|
|
2862
|
-
}>;
|
|
2863
|
-
canRevokeAccess: boolean;
|
|
2864
|
-
resourceAccessMutator: any;
|
|
2865
|
-
notify: ({ message, event_type }: {
|
|
2866
|
-
message: string;
|
|
2867
|
-
event_type: 'success' | 'error';
|
|
2868
|
-
}) => void;
|
|
2869
|
-
useGetAllUsersQuery: any;
|
|
2870
|
-
shareableLink: string;
|
|
2871
|
-
mesheryURL: string;
|
|
2872
|
-
currentUser: User;
|
|
2873
|
-
}
|
|
2874
|
-
/**
|
|
2875
|
-
* ShareModal component allows sharing a resource with specified users
|
|
2876
|
-
* and configuring visibility options.
|
|
2877
|
-
*/
|
|
2878
|
-
declare const ShareModal: React__default.FC<ShareModalProps>;
|
|
2879
|
-
|
|
2880
|
-
interface AssignmentModalProps {
|
|
2881
|
-
open: boolean;
|
|
2882
|
-
onClose: (e?: React.MouseEvent) => void;
|
|
2883
|
-
title: string;
|
|
2884
|
-
headerIcon: JSX.Element;
|
|
2885
|
-
name: string;
|
|
2886
|
-
assignableData: any[];
|
|
2887
|
-
handleAssignedData: (data: any) => void;
|
|
2888
|
-
originalAssignedData: any[];
|
|
2889
|
-
emptyStateIcon: JSX.Element;
|
|
2890
|
-
handleAssignablePage: () => void;
|
|
2891
|
-
handleAssignedPage: () => void;
|
|
2892
|
-
originalLeftCount: number;
|
|
2893
|
-
originalRightCount: number;
|
|
2894
|
-
onAssign: () => void;
|
|
2895
|
-
disableTransfer: boolean;
|
|
2896
|
-
isAssignAllowed: boolean;
|
|
2897
|
-
isRemoveAllowed: boolean;
|
|
2898
|
-
helpText: string;
|
|
2899
|
-
showViews?: boolean;
|
|
2900
|
-
nameViews?: string;
|
|
2901
|
-
assignableViewsData?: any[];
|
|
2902
|
-
handleAssignedViewsData?: (data: any) => void;
|
|
2903
|
-
originalAssignedViewsData?: any[];
|
|
2904
|
-
emptyStateViewsIcon?: JSX.Element;
|
|
2905
|
-
handleAssignableViewsPage?: () => void;
|
|
2906
|
-
handleAssignedViewsPage?: () => void;
|
|
2907
|
-
originalLeftViewsCount?: number;
|
|
2908
|
-
originalRightViewsCount?: number;
|
|
2909
|
-
onAssignViews?: () => void;
|
|
2910
|
-
disableTransferViews?: boolean;
|
|
2911
|
-
isAssignAllowedViews?: boolean;
|
|
2912
|
-
isRemoveAllowedViews?: boolean;
|
|
2913
|
-
}
|
|
2914
|
-
declare const AssignmentModal: React.FC<AssignmentModalProps>;
|
|
2915
|
-
|
|
2916
|
-
interface DesignTableProps {
|
|
2917
|
-
workspaceId: string;
|
|
2918
|
-
isKanvasEnabled: boolean;
|
|
2919
|
-
workspaceName: string;
|
|
2920
|
-
meshModelModelsData: any;
|
|
2921
|
-
useGetWorkspaceDesignsQuery: any;
|
|
2922
|
-
useAssignDesignToWorkspaceMutation: any;
|
|
2923
|
-
useUnassignDesignFromWorkspaceMutation: any;
|
|
2924
|
-
handleCopyUrl: (type: string, name: string, id: string) => void;
|
|
2925
|
-
handleClone: (name: string, id: string) => void;
|
|
2926
|
-
handleWorkspaceDesignDeleteModal: (designId: string, workspaceId: string) => void;
|
|
2927
|
-
handleBulkWorkspaceDesignDeleteModal: (designs: Pattern[], modalRef: React__default.RefObject<any>, workspaceName: string, workspaceId: string) => void;
|
|
2928
|
-
handlePublish: (publishModal: PublishModalState, data: any) => void;
|
|
2929
|
-
publishModalHandler: any;
|
|
2930
|
-
handleUnpublishModal: (design: Pattern, modalRef: React__default.RefObject<any>) => void;
|
|
2931
|
-
handleDownload?: (design: Pattern) => void;
|
|
2932
|
-
handleBulkUnpublishModal: (selected: any, designs: Pattern[], modalRef: React__default.RefObject<any>) => void;
|
|
2933
|
-
handleShowDetails: (designId: string, designName: string) => void;
|
|
2934
|
-
getDownloadUrl?: (id: string) => string;
|
|
2935
|
-
GenericRJSFModal: any;
|
|
2936
|
-
isDownloadAllowed: boolean;
|
|
2937
|
-
isCopyLinkAllowed: boolean;
|
|
2938
|
-
isDeleteAllowed: boolean;
|
|
2939
|
-
isPublishAllowed: boolean;
|
|
2940
|
-
isUnpublishAllowed: boolean;
|
|
2941
|
-
isAssignAllowed: boolean;
|
|
2942
|
-
isRemoveAllowed: boolean;
|
|
2943
|
-
handleOpenInDesigner?: (designId: string, designName: string) => void;
|
|
2944
|
-
showPlaygroundActions?: boolean;
|
|
2945
|
-
handleVisibilityChange?: (id: string, visibility: VIEW_VISIBILITY) => void;
|
|
2946
|
-
currentUserId?: string;
|
|
2947
|
-
}
|
|
2948
|
-
interface PublishModalState {
|
|
2949
|
-
open: boolean;
|
|
2950
|
-
pattern: Partial<Pattern>;
|
|
2951
|
-
}
|
|
2952
|
-
declare const DesignTable: React__default.FC<DesignTableProps>;
|
|
2953
|
-
|
|
2954
|
-
interface EnvironmentTableProps {
|
|
2955
|
-
workspaceId: string;
|
|
2956
|
-
workspaceName: string;
|
|
2957
|
-
useGetEnvironmentsOfWorkspaceQuery: any;
|
|
2958
|
-
useUnassignEnvironmentFromWorkspaceMutation: any;
|
|
2959
|
-
useAssignEnvironmentToWorkspaceMutation: any;
|
|
2960
|
-
isRemoveAllowed: boolean;
|
|
2961
|
-
isAssignAllowed: boolean;
|
|
2962
|
-
}
|
|
2963
|
-
declare const EnvironmentTable: React__default.FC<EnvironmentTableProps>;
|
|
2964
|
-
|
|
2965
|
-
interface WorkspaceDetails {
|
|
2966
|
-
id: number;
|
|
2967
|
-
name: string;
|
|
2968
|
-
description: string;
|
|
2969
|
-
deleted_at: {
|
|
2970
|
-
Valid: boolean;
|
|
2971
|
-
};
|
|
2972
|
-
updated_at: string;
|
|
2973
|
-
created_at: string;
|
|
2974
|
-
}
|
|
2975
|
-
type Activity = {
|
|
2976
|
-
description: string;
|
|
2977
|
-
first_name: string;
|
|
2978
|
-
created_at: string;
|
|
2979
|
-
};
|
|
2980
|
-
interface WorkspaceCardProps {
|
|
2981
|
-
workspaceDetails: WorkspaceDetails;
|
|
2982
|
-
onDelete: () => void;
|
|
2983
|
-
onEdit: () => void;
|
|
2984
|
-
onSelect: () => void;
|
|
2985
|
-
selectedWorkspaces: number[];
|
|
2986
|
-
onAssignTeam: () => void;
|
|
2987
|
-
onAssignEnvironment: () => void;
|
|
2988
|
-
onAssignDesign: () => void;
|
|
2989
|
-
recentActivities: Activity[];
|
|
2990
|
-
onFlip: () => void;
|
|
2991
|
-
onFlipBack: () => void;
|
|
2992
|
-
loadingEvents: boolean;
|
|
2993
|
-
teamsOfWorkspaceCount: number;
|
|
2994
|
-
environmentsOfWorkspaceCount: number;
|
|
2995
|
-
designAndViewOfWorkspaceCount: number;
|
|
2996
|
-
isEnvironmentAllowed: boolean;
|
|
2997
|
-
isTeamAllowed: boolean;
|
|
2998
|
-
isDesignAllowed: boolean;
|
|
2999
|
-
isViewAllowed: boolean;
|
|
3000
|
-
isDeleteWorkspaceAllowed: boolean;
|
|
3001
|
-
isEditWorkspaceAllowed: boolean;
|
|
3002
|
-
isViewsVisible: boolean;
|
|
3003
|
-
isDesignsVisible: boolean;
|
|
3004
|
-
isTeamsVisible: boolean;
|
|
3005
|
-
isEnvironmentsVisible: boolean;
|
|
3006
|
-
}
|
|
3007
|
-
/**
|
|
3008
|
-
* Renders a Workspace card component.
|
|
3009
|
-
*
|
|
3010
|
-
* @param {Object} props - The component props.
|
|
3011
|
-
* @param {Object} props.environmentDetails - The details of the workspace.
|
|
3012
|
-
* @param {string} props.environmentDetails.name - The name of the workspace.
|
|
3013
|
-
* @param {string} props.environmentDetails.description - The description of the workspace.
|
|
3014
|
-
* @param {Function} props.onDelete - Function to delete the workspace.
|
|
3015
|
-
* @param {Function} props.onEdit - Function to edit the workspace.
|
|
3016
|
-
* @param {Function} props.onSelect - Function to select workspace for bulk actions.
|
|
3017
|
-
* @param {Array} props.selectedWorkspaces - Selected workspace list for delete.
|
|
3018
|
-
* @param {Function} props.onAssignTeam - Function to open team assignment modal open.
|
|
3019
|
-
* @param {Function} props.onAssignDesign - Function to open design assignment modal open.
|
|
3020
|
-
* @param {Array} props.latestActivity - List of latest activity.
|
|
3021
|
-
* @param {Function} props.onFlip - Click event to trigger when card flip.
|
|
3022
|
-
* @param {Function} props.onFlipBack - Click event to trigger when card flip back.
|
|
3023
|
-
* @param {Boolean} props.loadingEvents - Loading state of the events.
|
|
3024
|
-
* @param {Number} props.teamsOfWorkspaceCount - Count of teams assigned to the workspace.
|
|
3025
|
-
* @param {Number} props.environmentsOfWorkspaceCount - Count of environments assigned to the workspace.
|
|
3026
|
-
* @param {Number} props.designAndViewOfWorkspaceCount - Count of designs/views assigned to the workspace.
|
|
3027
|
-
* @param {Boolean} props.isEnvironmentAllowed - Flag to check if environment assignment is allowed.
|
|
3028
|
-
* @param {Boolean} props.isTeamAllowed - Flag to check if team assignment is allowed.
|
|
3029
|
-
* @param {Boolean} props.isDesignAndViewAllowed - Flag to check if design assignment is allowed.
|
|
3030
|
-
* @param {Boolean} props.isDeleteWorkspaceAllowed - Flag to check if workspace deletion is allowed.
|
|
3031
|
-
* @param {Boolean} props.isEditWorkspaceAllowed - Flag to check if workspace edit is allowed.
|
|
3032
|
-
* @returns {React.ReactElement} The Workspace card component.
|
|
3033
|
-
*
|
|
3034
|
-
*/
|
|
3035
|
-
declare const WorkspaceCard: ({ workspaceDetails, onDelete, onEdit, onSelect, selectedWorkspaces, onAssignTeam, onAssignEnvironment, onAssignDesign, recentActivities, onFlip, onFlipBack, loadingEvents, teamsOfWorkspaceCount, environmentsOfWorkspaceCount, designAndViewOfWorkspaceCount, isEnvironmentAllowed, isTeamAllowed, isDesignAllowed, isViewAllowed, isDeleteWorkspaceAllowed, isEditWorkspaceAllowed, isViewsVisible, isDesignsVisible, isEnvironmentsVisible, isTeamsVisible }: WorkspaceCardProps) => react_jsx_runtime.JSX.Element;
|
|
3036
|
-
|
|
3037
|
-
interface WorkspaceContentMoveModalProps {
|
|
3038
|
-
workspaceContentMoveModal: boolean;
|
|
3039
|
-
setWorkspaceContentMoveModal: (open: boolean) => void;
|
|
3040
|
-
currentWorkspace: any;
|
|
3041
|
-
type: string;
|
|
3042
|
-
selectedContent: any;
|
|
3043
|
-
refetch?: () => void;
|
|
3044
|
-
useGetWorkspacesQuery: any;
|
|
3045
|
-
isCreateWorkspaceAllowed: boolean;
|
|
3046
|
-
isMoveDesignAllowed: boolean;
|
|
3047
|
-
isMoveViewAllowed: boolean;
|
|
3048
|
-
assignDesignToWorkspace: (params: {
|
|
3049
|
-
workspaceId: string;
|
|
3050
|
-
designId: string;
|
|
3051
|
-
}) => Promise<any>;
|
|
3052
|
-
assignViewToWorkspace: (params: {
|
|
3053
|
-
workspaceId: string;
|
|
3054
|
-
viewId: string;
|
|
3055
|
-
}) => Promise<any>;
|
|
3056
|
-
WorkspaceModalContext: React__default.Context<any>;
|
|
3057
|
-
notify: any;
|
|
3058
|
-
router: any;
|
|
3059
|
-
currentOrgId: string;
|
|
3060
|
-
}
|
|
3061
|
-
declare const WorkspaceContentMoveModal: React__default.FC<WorkspaceContentMoveModalProps>;
|
|
3062
|
-
|
|
3063
|
-
interface WorkspaceEnvironmentSelectionProps {
|
|
3064
|
-
workspaceId: string;
|
|
3065
|
-
useAssignEnvironmentToWorkspaceMutation: any;
|
|
3066
|
-
useGetEnvironmentsOfWorkspaceQuery: any;
|
|
3067
|
-
useUnassignEnvironmentFromWorkspaceMutation: any;
|
|
3068
|
-
useNotificationHandlers: () => {
|
|
3069
|
-
handleSuccess: (message: string) => void;
|
|
3070
|
-
handleError: (message: string) => void;
|
|
3071
|
-
};
|
|
3072
|
-
isAssignedEnvironmentAllowed: boolean;
|
|
3073
|
-
}
|
|
3074
|
-
declare const WorkspaceEnvironmentSelection: FunctionComponent<WorkspaceEnvironmentSelectionProps>;
|
|
3075
|
-
|
|
3076
|
-
interface EventData {
|
|
3077
|
-
created_at: string;
|
|
3078
|
-
description: string;
|
|
3079
|
-
first_name: string;
|
|
3080
|
-
last_name: string;
|
|
3081
|
-
avatar_url: string;
|
|
3082
|
-
}
|
|
3083
|
-
interface EventsResponse {
|
|
3084
|
-
data: EventData[];
|
|
3085
|
-
page: number;
|
|
3086
|
-
total_count: number;
|
|
3087
|
-
}
|
|
3088
|
-
interface RecentActivityModalProps {
|
|
3089
|
-
workspaceId: string;
|
|
3090
|
-
workspaceName: string;
|
|
3091
|
-
open: boolean;
|
|
3092
|
-
handleClose: () => void;
|
|
3093
|
-
useGetEventsOfWorkspaceQuery: (params: {
|
|
3094
|
-
workspaceId: string;
|
|
3095
|
-
page: number;
|
|
3096
|
-
pagesize: number;
|
|
3097
|
-
}, options?: {
|
|
3098
|
-
skip: boolean;
|
|
3099
|
-
}) => {
|
|
3100
|
-
data?: EventsResponse;
|
|
3101
|
-
isLoading: boolean;
|
|
3102
|
-
isFetching: boolean;
|
|
3103
|
-
};
|
|
3104
|
-
}
|
|
3105
|
-
declare const WorkspaceRecentActivityModal: React.FC<RecentActivityModalProps>;
|
|
3106
|
-
|
|
3107
|
-
interface TeamsTableProps {
|
|
3108
|
-
workspaceId: string;
|
|
3109
|
-
workspaceName: string;
|
|
3110
|
-
useGetTeamsOfWorkspaceQuery: any;
|
|
3111
|
-
useUnassignTeamFromWorkspaceMutation: any;
|
|
3112
|
-
useAssignTeamToWorkspaceMutation: any;
|
|
3113
|
-
isEditTeamAllowed: boolean;
|
|
3114
|
-
isAssignTeamAllowed: boolean;
|
|
3115
|
-
isRemoveTeamFromWorkspaceAllowed: boolean;
|
|
3116
|
-
isDeleteTeamAllowed: boolean;
|
|
3117
|
-
isLeaveTeamAllowed: boolean;
|
|
3118
|
-
org_id: string;
|
|
3119
|
-
fetchTeamUsers: any;
|
|
3120
|
-
useGetUsersForOrgQuery: any;
|
|
3121
|
-
useNotificationHandlers: any;
|
|
3122
|
-
useRemoveUserFromTeamMutation: any;
|
|
3123
|
-
}
|
|
3124
|
-
declare const TeamsTable: React.FC<TeamsTableProps>;
|
|
3125
|
-
|
|
3126
|
-
interface ViewsTableProps {
|
|
3127
|
-
workspaceId: string;
|
|
3128
|
-
workspaceName: string;
|
|
3129
|
-
useGetViewsOfWorkspaceQuery: any;
|
|
3130
|
-
useUnassignViewFromWorkspaceMutation: any;
|
|
3131
|
-
useAssignViewToWorkspaceMutation: any;
|
|
3132
|
-
isRemoveAllowed: boolean;
|
|
3133
|
-
isAssignAllowed: boolean;
|
|
3134
|
-
handleShowDetails: (viewId: string, viewName: string, filterType: string) => void;
|
|
3135
|
-
handleOpenInOperator?: (designId: string, viewName: string, filterType: string) => void;
|
|
3136
|
-
showPlaygroundActions?: boolean;
|
|
3137
|
-
handleVisibilityChange?: (id: string, visibility: VIEW_VISIBILITY) => void;
|
|
3138
|
-
currentUserId?: string;
|
|
3139
|
-
}
|
|
3140
|
-
declare const WorkspaceViewsTable: React__default.FC<ViewsTableProps>;
|
|
3141
|
-
|
|
3142
|
-
interface useDesignAssignmentProps {
|
|
3143
|
-
workspaceId: string;
|
|
3144
|
-
useGetDesignsOfWorkspaceQuery: any;
|
|
3145
|
-
useAssignDesignToWorkspaceMutation: any;
|
|
3146
|
-
useUnassignDesignFromWorkspaceMutation: any;
|
|
3147
|
-
isDesignsVisible?: boolean;
|
|
3148
|
-
}
|
|
3149
|
-
declare const useDesignAssignment: ({ workspaceId, useGetDesignsOfWorkspaceQuery, useAssignDesignToWorkspaceMutation, useUnassignDesignFromWorkspaceMutation, isDesignsVisible }: useDesignAssignmentProps) => AssignmentHookResult<Pattern>;
|
|
3150
|
-
|
|
3151
|
-
interface UseEnvironmentAssignmentProps {
|
|
3152
|
-
workspaceId: string;
|
|
3153
|
-
useGetEnvironmentsOfWorkspaceQuery: any;
|
|
3154
|
-
useAssignEnvironmentToWorkspaceMutation: any;
|
|
3155
|
-
useUnassignEnvironmentFromWorkspaceMutation: any;
|
|
3156
|
-
isEnvironmentsVisible?: boolean;
|
|
3157
|
-
}
|
|
3158
|
-
declare const useEnvironmentAssignment: ({ workspaceId, useGetEnvironmentsOfWorkspaceQuery, useAssignEnvironmentToWorkspaceMutation, useUnassignEnvironmentFromWorkspaceMutation, isEnvironmentsVisible }: UseEnvironmentAssignmentProps) => AssignmentHookResult<Environment>;
|
|
3159
|
-
|
|
3160
|
-
interface UseTeamAssignmentProps {
|
|
3161
|
-
workspaceId: string;
|
|
3162
|
-
useGetTeamsOfWorkspaceQuery: any;
|
|
3163
|
-
useAssignTeamToWorkspaceMutation: any;
|
|
3164
|
-
useUnassignTeamFromWorkspaceMutation: any;
|
|
3165
|
-
isTeamsVisible?: boolean;
|
|
3166
|
-
}
|
|
3167
|
-
declare const useTeamAssignment: ({ workspaceId, useGetTeamsOfWorkspaceQuery, useAssignTeamToWorkspaceMutation, useUnassignTeamFromWorkspaceMutation, isTeamsVisible }: UseTeamAssignmentProps) => AssignmentHookResult<Team$1>;
|
|
3168
|
-
|
|
3169
|
-
interface useViewAssignmentProps {
|
|
3170
|
-
workspaceId: string;
|
|
3171
|
-
useGetViewsOfWorkspaceQuery: any;
|
|
3172
|
-
useAssignViewToWorkspaceMutation: any;
|
|
3173
|
-
useUnassignViewFromWorkspaceMutation: any;
|
|
3174
|
-
isViewsVisible: boolean;
|
|
3175
|
-
}
|
|
3176
|
-
declare const useViewAssignment: ({ workspaceId, useGetViewsOfWorkspaceQuery, useAssignViewToWorkspaceMutation, useUnassignViewFromWorkspaceMutation, isViewsVisible }: useViewAssignmentProps) => AssignmentHookResult<Pattern>;
|
|
3177
|
-
|
|
3178
|
-
interface ExtendedEditIconProps {
|
|
3179
|
-
onClick: () => void;
|
|
3180
|
-
disabled?: boolean;
|
|
3181
|
-
bulk?: boolean;
|
|
3182
|
-
style?: React.CSSProperties;
|
|
3183
|
-
title?: string;
|
|
3184
|
-
}
|
|
3185
|
-
declare const L5DeleteIcon: ({ onClick, bulk, disabled, style, key, title }: {
|
|
3186
|
-
onClick: () => void;
|
|
3187
|
-
bulk?: boolean;
|
|
3188
|
-
disabled?: boolean;
|
|
3189
|
-
style?: React.CSSProperties;
|
|
3190
|
-
key?: string;
|
|
3191
|
-
title?: string;
|
|
3192
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
3193
|
-
declare const L5EditIcon: ({ onClick, disabled, bulk, style, title }: ExtendedEditIconProps) => react_jsx_runtime.JSX.Element;
|
|
3194
|
-
|
|
3195
879
|
interface ICEServer {
|
|
3196
880
|
urls: string;
|
|
3197
881
|
username?: string;
|
|
@@ -3252,6 +936,19 @@ declare const useRoomActivity: ({ provider_url, getUserProfile, getUserAccessTok
|
|
|
3252
936
|
declare const subscribeToRoom: (ws: WebSocket, room: string) => void;
|
|
3253
937
|
declare const unSubscribeRoom: (ws: WebSocket, room: string) => void;
|
|
3254
938
|
|
|
939
|
+
type IconProps$1 = {
|
|
940
|
+
children?: never;
|
|
941
|
+
color?: string;
|
|
942
|
+
title?: string;
|
|
943
|
+
width?: number | string;
|
|
944
|
+
height?: number | string;
|
|
945
|
+
fill?: string;
|
|
946
|
+
} & React$1.SVGProps<SVGSVGElement>;
|
|
947
|
+
type CustomIconProps = {
|
|
948
|
+
primaryFill?: string;
|
|
949
|
+
secondaryFill?: string;
|
|
950
|
+
} & IconProps$1;
|
|
951
|
+
|
|
3255
952
|
declare const AddIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
3256
953
|
|
|
3257
954
|
declare const AddIconCircleBordered: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
@@ -3298,11 +995,11 @@ interface CollapsAllIconProps {
|
|
|
3298
995
|
width?: string;
|
|
3299
996
|
fill?: string;
|
|
3300
997
|
strokeWidth?: string;
|
|
3301
|
-
style?:
|
|
998
|
+
style?: React$1.CSSProperties;
|
|
3302
999
|
}
|
|
3303
|
-
declare const CollapsAllIcon:
|
|
1000
|
+
declare const CollapsAllIcon: React$1.FC<CollapsAllIconProps>;
|
|
3304
1001
|
|
|
3305
|
-
declare const ColumnIcon:
|
|
1002
|
+
declare const ColumnIcon: React$1.FC<SVGProps<SVGSVGElement>>;
|
|
3306
1003
|
|
|
3307
1004
|
declare const ComponentIcon: FC<IconProps$1>;
|
|
3308
1005
|
|
|
@@ -3314,10 +1011,10 @@ interface CopyIconProps {
|
|
|
3314
1011
|
width: number;
|
|
3315
1012
|
height: number;
|
|
3316
1013
|
fill?: string;
|
|
3317
|
-
style?:
|
|
1014
|
+
style?: React$1.CSSProperties;
|
|
3318
1015
|
secondaryFill?: string;
|
|
3319
1016
|
}
|
|
3320
|
-
declare const CopyIcon:
|
|
1017
|
+
declare const CopyIcon: React$1.FC<CopyIconProps>;
|
|
3321
1018
|
|
|
3322
1019
|
declare const CopyLinkIcon: FC<IconProps$1>;
|
|
3323
1020
|
|
|
@@ -3348,9 +1045,9 @@ interface ExpandAllIconProps {
|
|
|
3348
1045
|
width?: string;
|
|
3349
1046
|
fill?: string;
|
|
3350
1047
|
strokeWidth?: string;
|
|
3351
|
-
style?:
|
|
1048
|
+
style?: React$1.CSSProperties;
|
|
3352
1049
|
}
|
|
3353
|
-
declare const ExpandAllIcon:
|
|
1050
|
+
declare const ExpandAllIcon: React$1.FC<ExpandAllIconProps>;
|
|
3354
1051
|
|
|
3355
1052
|
declare const FavoriteIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
3356
1053
|
|
|
@@ -3400,10 +1097,10 @@ interface ChainIconProps {
|
|
|
3400
1097
|
width: string;
|
|
3401
1098
|
height: string;
|
|
3402
1099
|
fill?: string;
|
|
3403
|
-
style?:
|
|
1100
|
+
style?: React$1.CSSProperties;
|
|
3404
1101
|
secondaryFill?: string;
|
|
3405
1102
|
}
|
|
3406
|
-
declare const ChainIcon:
|
|
1103
|
+
declare const ChainIcon: React$1.FC<ChainIconProps>;
|
|
3407
1104
|
|
|
3408
1105
|
interface ChallengesIconProps {
|
|
3409
1106
|
width?: string;
|
|
@@ -3411,9 +1108,9 @@ interface ChallengesIconProps {
|
|
|
3411
1108
|
primaryFill?: string;
|
|
3412
1109
|
brandFill?: string;
|
|
3413
1110
|
secondaryFill?: string;
|
|
3414
|
-
style?:
|
|
1111
|
+
style?: React$1.CSSProperties;
|
|
3415
1112
|
}
|
|
3416
|
-
declare const ChallengesIcon:
|
|
1113
|
+
declare const ChallengesIcon: React$1.FC<ChallengesIconProps>;
|
|
3417
1114
|
|
|
3418
1115
|
declare const CheckCircleIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
3419
1116
|
|
|
@@ -3480,18 +1177,18 @@ declare function GithubIcon({ height, width, className }: GithubIconProps): reac
|
|
|
3480
1177
|
interface GoogleIconProps {
|
|
3481
1178
|
height: number;
|
|
3482
1179
|
width: number;
|
|
3483
|
-
style?:
|
|
1180
|
+
style?: React$1.CSSProperties;
|
|
3484
1181
|
}
|
|
3485
|
-
declare const GoogleIcon:
|
|
1182
|
+
declare const GoogleIcon: React$1.FC<GoogleIconProps>;
|
|
3486
1183
|
|
|
3487
1184
|
interface GridViewIconProps {
|
|
3488
1185
|
width?: string;
|
|
3489
1186
|
height?: string;
|
|
3490
1187
|
fill?: string;
|
|
3491
1188
|
opacity?: number;
|
|
3492
|
-
style?:
|
|
1189
|
+
style?: React$1.CSSProperties;
|
|
3493
1190
|
}
|
|
3494
|
-
declare const GridViewIcon:
|
|
1191
|
+
declare const GridViewIcon: React$1.FC<GridViewIconProps>;
|
|
3495
1192
|
|
|
3496
1193
|
declare const HelpOutlinedIcon: FC<IconProps$1>;
|
|
3497
1194
|
|
|
@@ -3512,11 +1209,11 @@ interface KanvasIconProps {
|
|
|
3512
1209
|
width: number;
|
|
3513
1210
|
height: number;
|
|
3514
1211
|
fill?: string;
|
|
3515
|
-
style?:
|
|
1212
|
+
style?: React$1.CSSProperties;
|
|
3516
1213
|
primaryFill?: string;
|
|
3517
1214
|
secondaryFill?: string;
|
|
3518
1215
|
}
|
|
3519
|
-
declare const KanvasIcon:
|
|
1216
|
+
declare const KanvasIcon: React$1.FC<KanvasIconProps>;
|
|
3520
1217
|
|
|
3521
1218
|
declare const KubernetesIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
3522
1219
|
|
|
@@ -3527,9 +1224,9 @@ interface LearningIconProps {
|
|
|
3527
1224
|
height?: string;
|
|
3528
1225
|
primaryFill?: string;
|
|
3529
1226
|
secondaryFill?: string;
|
|
3530
|
-
style?:
|
|
1227
|
+
style?: React$1.CSSProperties;
|
|
3531
1228
|
}
|
|
3532
|
-
declare const LearningIcon:
|
|
1229
|
+
declare const LearningIcon: React$1.FC<LearningIconProps>;
|
|
3533
1230
|
|
|
3534
1231
|
declare const LeftAngledArrowIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
3535
1232
|
|
|
@@ -3541,10 +1238,10 @@ interface LogoutIconProps {
|
|
|
3541
1238
|
width?: number;
|
|
3542
1239
|
height?: number;
|
|
3543
1240
|
fill?: string;
|
|
3544
|
-
style?:
|
|
1241
|
+
style?: React$1.CSSProperties;
|
|
3545
1242
|
secondaryFill?: string;
|
|
3546
1243
|
}
|
|
3547
|
-
declare const LogoutIcon:
|
|
1244
|
+
declare const LogoutIcon: React$1.FC<LogoutIconProps>;
|
|
3548
1245
|
|
|
3549
1246
|
declare const MendeleyIcon: ({ width, height, fill, stroke, ...props }: IconProps$1) => JSX.Element;
|
|
3550
1247
|
|
|
@@ -3568,7 +1265,7 @@ interface OrgIconProps {
|
|
|
3568
1265
|
fill?: string;
|
|
3569
1266
|
secondaryFill?: string;
|
|
3570
1267
|
}
|
|
3571
|
-
declare const OrgIcon:
|
|
1268
|
+
declare const OrgIcon: React$1.FC<OrgIconProps>;
|
|
3572
1269
|
|
|
3573
1270
|
declare const PanToolIcon: FC<IconProps$1>;
|
|
3574
1271
|
|
|
@@ -3618,10 +1315,10 @@ interface ShareLineIconProps {
|
|
|
3618
1315
|
width: string;
|
|
3619
1316
|
height: string;
|
|
3620
1317
|
fill?: string;
|
|
3621
|
-
style?:
|
|
1318
|
+
style?: React$1.CSSProperties;
|
|
3622
1319
|
secondaryFill?: string;
|
|
3623
1320
|
}
|
|
3624
|
-
declare const ShareLineIcon:
|
|
1321
|
+
declare const ShareLineIcon: React$1.FC<ShareLineIconProps>;
|
|
3625
1322
|
|
|
3626
1323
|
declare const SMPIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
3627
1324
|
|
|
@@ -3632,11 +1329,11 @@ interface IconProps {
|
|
|
3632
1329
|
style?: React.CSSProperties;
|
|
3633
1330
|
}
|
|
3634
1331
|
|
|
3635
|
-
declare const FacebookIcon:
|
|
1332
|
+
declare const FacebookIcon: React$1.FC<IconProps>;
|
|
3636
1333
|
|
|
3637
|
-
declare const LinkedinIcon:
|
|
1334
|
+
declare const LinkedinIcon: React$1.FC<IconProps>;
|
|
3638
1335
|
|
|
3639
|
-
declare const TwitterIcon:
|
|
1336
|
+
declare const TwitterIcon: React$1.FC<IconProps>;
|
|
3640
1337
|
|
|
3641
1338
|
declare const OutlinedStarIcon: FC<IconProps$1>;
|
|
3642
1339
|
|
|
@@ -3647,9 +1344,9 @@ interface TableViewIconProps {
|
|
|
3647
1344
|
height?: string;
|
|
3648
1345
|
fill?: string;
|
|
3649
1346
|
opacity?: number;
|
|
3650
|
-
style?:
|
|
1347
|
+
style?: React$1.CSSProperties;
|
|
3651
1348
|
}
|
|
3652
|
-
declare const TableViewIcon:
|
|
1349
|
+
declare const TableViewIcon: React$1.FC<TableViewIconProps>;
|
|
3653
1350
|
|
|
3654
1351
|
declare const TachographDigitalIcon: ({ width, height, fill, stroke, ...props }: IconProps$1) => JSX.Element;
|
|
3655
1352
|
|
|
@@ -3661,9 +1358,9 @@ interface TeamsIconProps {
|
|
|
3661
1358
|
fill: string;
|
|
3662
1359
|
primaryFill?: string;
|
|
3663
1360
|
secondaryFill?: string;
|
|
3664
|
-
style?:
|
|
1361
|
+
style?: React$1.CSSProperties;
|
|
3665
1362
|
}
|
|
3666
|
-
declare const TeamsIcon:
|
|
1363
|
+
declare const TeamsIcon: React$1.FC<TeamsIconProps>;
|
|
3667
1364
|
|
|
3668
1365
|
declare const TerminalIcon: FC<IconProps$1>;
|
|
3669
1366
|
|
|
@@ -3677,9 +1374,9 @@ interface TrophyIconProps {
|
|
|
3677
1374
|
width?: string;
|
|
3678
1375
|
height?: string;
|
|
3679
1376
|
fill?: string;
|
|
3680
|
-
style?:
|
|
1377
|
+
style?: React$1.CSSProperties;
|
|
3681
1378
|
}
|
|
3682
|
-
declare const TrophyIcon:
|
|
1379
|
+
declare const TrophyIcon: React$1.FC<TrophyIconProps>;
|
|
3683
1380
|
|
|
3684
1381
|
declare const OutlinedUndeployIcon: FC<IconProps$1>;
|
|
3685
1382
|
|
|
@@ -3717,12 +1414,12 @@ interface ActionsToPersist {
|
|
|
3717
1414
|
declare const initReduxPersist: (actionsToPersist: ActionsToPersist) => {
|
|
3718
1415
|
persistMiddleware: (store: Store$1) => (next: (action: Action) => unknown) => (action: Action) => unknown;
|
|
3719
1416
|
createPersistEnhancedReducer: (reducer: (state: unknown, action: Action) => unknown) => (state: unknown, action: Action) => unknown;
|
|
3720
|
-
loadPersistedState: () => (dispatch: Dispatch
|
|
1417
|
+
loadPersistedState: () => (dispatch: Dispatch<RehydrateStateAction>) => void;
|
|
3721
1418
|
};
|
|
3722
1419
|
|
|
3723
1420
|
interface PersistedStateProviderProps {
|
|
3724
1421
|
children: ReactNode;
|
|
3725
|
-
loadPersistedState: () => (dispatch: Dispatch
|
|
1422
|
+
loadPersistedState: () => (dispatch: Dispatch<RehydrateStateAction>) => void;
|
|
3726
1423
|
}
|
|
3727
1424
|
declare const PersistedStateProvider: FC<PersistedStateProviderProps>;
|
|
3728
1425
|
|
|
@@ -4760,7 +2457,7 @@ declare const socialIcons: {
|
|
|
4760
2457
|
};
|
|
4761
2458
|
|
|
4762
2459
|
interface SistentThemeProviderProps {
|
|
4763
|
-
children:
|
|
2460
|
+
children: React$1.ReactNode;
|
|
4764
2461
|
emotionCache?: EmotionCache;
|
|
4765
2462
|
initialMode?: PaletteMode;
|
|
4766
2463
|
customTheme?: Interactiveness;
|
|
@@ -4802,4 +2499,4 @@ declare const FormattedTime: ({ date }: {
|
|
|
4802
2499
|
date: string;
|
|
4803
2500
|
}) => react_jsx_runtime.JSX.Element;
|
|
4804
2501
|
|
|
4805
|
-
export { ALABASTER_WHITE, ALICE_BLUE, ANAKIWA, Accordion, AccordionActions, AccordionDetails, AccordionSummary,
|
|
2502
|
+
export { ALABASTER_WHITE, ALICE_BLUE, ANAKIWA, Accordion, AccordionActions, AccordionDetails, AccordionSummary, AddIconCircleBordered as AddCircleIcon, AddIcon, Alert, AlertTitle, AppBar, ApplicationIcon, ArrowCompressIcon$1 as ArrowCompressIcon, ArrowCompressIcon as ArrowExpandIcon, Autocomplete, Avatar, AvatarGroup, BLACK, Backdrop, Badge, BasicMarkdown, BellIcon, Box, Breadcrumbs, BusIcon, Button, ButtonGroup, CARIBBEAN_GREEN, CASPER, CHARCOAL, CHINESE_SILVER, CONNECTED, CULTURED, CalenderIcon, Card, CardActions, CardContent, CardHeader, CardMedia, CaretDownIcon, CatalogIcon, ChainIcon, ChallengesIcon, CheckCircleIcon, Checkbox, ChevronLeft, Chip, CircleIcon, CircularProgress, ClickAwayListener, CloneIcon, CloseIcon, CloudSavedIcon, Collapse, CollapsAllIcon as CollapseAllIcon, ColumnIcon, CommunityClassIcon, ComponentIcon, ConfigurationIcon, Container, ContentFilterIcon, CopyIcon, CopyLinkIcon, CreateNewIcon, CredentialIcon, CrossCircleIcon, CssBaseline, CustomTooltip, DARK_BLUE_GRAY, DARK_PRIMARY_COLOR, DARK_SHADE_GRAY, DARK_SLATE_GRAY, DARK_TEAL, DATA_VALIDATOR_COMMANDS, DATA_VALIDATOR_EVENTS, DELETED, DISCONNECTED, DISCOVERED, DashboardIcon, type DataType, DatabaseIcon, DeferEvents, DeleteIcon, DeploymentsIcon, DesignIcon, DesignerBottomRightIcon, DetailsIcon as DetailIcon, DetailsIcon, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, DocumentIcon, DoneAllIcon, DoneIcon, DownloadIcon$1 as DownloadIcon, DragIcon, Drawer, DropDownIcon, EERIE_BLACK, EditIcon, EmptyStyleIcon, EnvironmentIcon, ErrorIcon, EventBus, type EventBusEvent, type EventType, ExpandAllIcon, DownloadIcon as ExportIcon, ExternalLinkIcon, Fab, FacebookIcon, Fade, FavoriteIcon, FeedbackIcon, FileIcon, FilterIcon, FormControl, FormControlLabel, FormGroup, FormLabel, FormattedTime, FullScreenIcon, FullScreenExitIcon as FullScreenIconExit, GRAY, GRAY97, GREEN, GetStartedIcon, GithubIcon, GoogleIcon, Grid, Grid2, GridViewIcon, Grow, HelpOutlinedIcon, HelperTextPopover, Hidden, IGNORED, IconButton, IdeaIcon, InfoCircleIcon, InfoIcon, InfoOutlinedIcon as InfoOutlined, InfoTooltip, Input, InputAdornment, InputBase, InputLabel, InsertChartIcon, InviteUserIcon, KEPPEL, KanvasIcon, KeppelApplicationIcon, KeppelRectangleIcon, KeppelTallRoundedRectangleIcon, KubernetesIcon, LIGHT_GRAY, LIGHT_TEAL, LIMED_SPRUCE, LeaderboardIcon as LeaderBoardIcon, LearningIcon, LeftAngledArrowIcon, LeftArrowIcon, LinearProgress, Link, LinkedinIcon, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader, LockIcon, LogoutIcon, MAINTAINENCE, MIDNIGHT_BLACK, MendeleyIcon, Menu, MenuIcon, MenuItem, MenuList, MesheryFilterIcon, MesheryOperator, MoveFileIcon, NOT_FOUND, NativeSelect, NoSsr, ONYX_BLACK, OfficialClassIcon, OpenFileIcon, OpenIcon, OpenInNewIcon, OrgIcon, OutlinedApplicationIcon, OutlinedCircleIcon, OutlinedCloudSavingIcon, OutlinedDataObjectIcon, OutlinedDeployIcon, OutlinedDoubleChevronIcon, OutlinedHierarchicalIcon, OutlinedInput, OutlinedMeshIcon, OutlinedPatternIcon, OutlinedPatternSwitchIcon, OutlinedPodIcon, OutlinedRectangleIcon, OutlinedRedoIcon, OutlinedResetIcon, OutlinedRingIcon, OutlinedScreenshotIcon, OutlinedSettingsIcon, OutlinedStarIcon, OutlinedTallRoundedRectangleIcon, OutlinedUndeployIcon, OutlinedUndoIcon, OutlinedValidateIcon, OutlinedVisibilityOffIcon, OutlinedVisibilityOnIcon, OutlinedVisualizerSwitcherIcon, PATTERNS_BLUE, PRIMARY_COLOR, Pagination, PanToolIcon, Paper, PersistedStateProvider, PersonIcon, PollIcon, Popover, Popper, PublicIcon, PublishIcon, QuestionIcon, REDUX_COMMANDS, REDUX_EVENTS, REEE, REGISTERED, type REXUX_ACTOR_EVENTS, RTK_EVENTS, Radio, RadioGroup, ReadIcon, RectangleIcon, type RehydrateStateAction, RemoveDoneIcon, RemoveIcon, RenderMarkdown, type RenderMarkdownProps, RenderMarkdownTooltip, RightArrowIcon, RoundedRectangleShapeIcon, RoundTriangleShapeIcon as RoundedTriangleShapeIcon, SAFFRON, SILVER_GRAY, SLATE_BLUE, SMPIcon, SaveAsIcon, SearchIcon, Select, ShareIcon, ShareLineIcon, SistentThemeProvider, SistentThemeProviderWithoutBaseLine, Skeleton, Slide, Slider, Snackbar, SpeedDial, SpeedDialAction, Stack, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper, SuccessIcon, SvgIcon, Switch, TEAL_BLUE, TRANSPARENT_WHITE, Tab, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TableSortLabel, TableViewIcon, Tabs, TachographDigitalIcon, TachometerIcon, TallRoundedRectangleIcon, TeamsIcon, TerminalIcon, TextField, ToggleButton, ToggleButtonGroup, Toolbar, ToolkitIcon, Tooltip, type TooltipProps, TouchAppIcon, TriangleIcon, TrophyIcon as TropyIcon, TwitterIcon, Typography, VerificationClassIcon, ViewsIcon as ViewIcon, WHITE, WHITESMOKE, WarningIcon, WorkspaceIcon, XSTATE_DEBUG_EVENT, YELLOW_SEA, Zoom, accentGrey, actionIcon, anakiwa, black, blue, buttonDelete, buttonDisabled, carribean, casper, charcoal, colors, common, componentIcon, connected, createAndEditEnvironmentSchema, createAndEditEnvironmentUiSchema, createAndEditWorkspace as createAndEditWorkspaceSchema, createAndEditWorkspaceUiSchema, cultured, darkModePalette, darkSlateGray, darkTeal, dataValidatorCommands, dataValidatorEvents, dataValidatorMachine, deadLetter, eerieBlack, forwardToActors, fromWorkerfiedActor, getCollaborationConfig, getFormatDate, getFullFormattedTime, getRelativeTime, getWebSocketProtocol, grafanaCredentialUiSchema as grafanaCredentialSUiSchema, grafanaCredentialSchema, gray, green, helmConnectionSchema, helmConnectionUiSchema, helpAndSupportModalSchema, helpAndSupportModalUiSchema, importDesignSchema, importDesignUiSchema, importFilterSchema, importFilterUiSchema, importModelSchema, importModelUiSchema, initReduxPersist, jungleGreen, keppel, kubernetesCredentialSchema, kubernetesCredentialUiSchema, lightModePalette, notificationColors, patternsBlue, primaryColor, prometheusCredentialSchema, prometheusCredentialUiSchema, publishCatalogItemSchema, publishCatalogItemUiSchema, red, redDelete, reduxActor, reduxCommands, reduxEvents, reply, rtkQueryActor, rtkQueryActorCommands, rtkQueryActorEvents, saffron, selectIsValidating, selectValidationResults, sendToActor, sendToActors, slateGray, socialIcons, subscribeToRoom, tabMenu, tableBackgroundHover, typography, unSubscribeRoom, useRoomActivity, white, workerfyActor, yellow };
|