@sistent/sistent 0.17.2 → 0.18.0
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 +53 -53
- package/dist/index.d.ts +53 -53
- package/dist/index.js +46 -130
- package/dist/index.mjs +46 -130
- package/package.json +49 -48
package/dist/index.d.mts
CHANGED
|
@@ -2,8 +2,8 @@ import * as _mui_material from '@mui/material';
|
|
|
2
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, GrowProps, 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 } from '@mui/material';
|
|
3
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
4
|
import React$1, { MutableRefObject, FC, SVGProps, CSSProperties, ReactNode } from 'react';
|
|
5
|
-
import { GridProps as GridProps$1 } from '@mui/material/Grid';
|
|
6
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
+
import { GridProps as GridProps$1 } from '@mui/material/Grid';
|
|
7
7
|
export { outlinedInputClasses } from '@mui/material/OutlinedInput';
|
|
8
8
|
export { tooltipClasses } from '@mui/material/Tooltip';
|
|
9
9
|
import * as _emotion_styled from '@emotion/styled';
|
|
@@ -406,7 +406,7 @@ declare const Chip: React$1.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & R
|
|
|
406
406
|
|
|
407
407
|
declare const CircularProgress: React$1.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
408
408
|
|
|
409
|
-
declare const ClickAwayListener:
|
|
409
|
+
declare const ClickAwayListener: (props: ClickAwayListenerProps) => react_jsx_runtime.JSX.Element;
|
|
410
410
|
|
|
411
411
|
declare const Collapse: React$1.ForwardRefExoticComponent<Omit<CollapseProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
412
412
|
|
|
@@ -802,10 +802,10 @@ declare const CloneIcon: FC<IconProps$1>;
|
|
|
802
802
|
|
|
803
803
|
declare const CloseIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
804
804
|
|
|
805
|
-
declare const CloudSavedIcon: FC<IconProps$1>;
|
|
806
|
-
|
|
807
805
|
declare const CloudIcon: FC<IconProps$1>;
|
|
808
806
|
|
|
807
|
+
declare const CloudSavedIcon: FC<IconProps$1>;
|
|
808
|
+
|
|
809
809
|
interface CollapsAllIconProps {
|
|
810
810
|
height?: string;
|
|
811
811
|
width?: string;
|
|
@@ -858,10 +858,10 @@ declare const DetailsIcon: FC<IconProps$1>;
|
|
|
858
858
|
|
|
859
859
|
declare const DropDownIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
860
860
|
|
|
861
|
-
declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
|
|
862
|
-
|
|
863
861
|
declare const EmojiEventsIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
864
862
|
|
|
863
|
+
declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
|
|
864
|
+
|
|
865
865
|
interface ExpandAllIconProps {
|
|
866
866
|
height?: string;
|
|
867
867
|
width?: string;
|
|
@@ -913,6 +913,8 @@ declare const TallRoundedRectangleIcon: FC<IconProps$1>;
|
|
|
913
913
|
|
|
914
914
|
declare const OutlinedMeshIcon: FC<IconProps$1>;
|
|
915
915
|
|
|
916
|
+
declare const BuildRoundedIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
917
|
+
|
|
916
918
|
declare const CalculateIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
917
919
|
|
|
918
920
|
declare const CalenderIcon: FC<IconProps$1>;
|
|
@@ -956,6 +958,8 @@ declare const DeploymentsIcon: FC<IconProps$1>;
|
|
|
956
958
|
|
|
957
959
|
declare const DesignIcon: FC<CustomIconProps>;
|
|
958
960
|
|
|
961
|
+
declare const DirectionsCarIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
962
|
+
|
|
959
963
|
interface DiscussForumIconProps {
|
|
960
964
|
width?: number | string;
|
|
961
965
|
height?: number | string;
|
|
@@ -997,12 +1001,14 @@ declare const EmptyStyleIcon: FC<EmptyStyleIconProps>;
|
|
|
997
1001
|
|
|
998
1002
|
declare const EnvironmentIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
999
1003
|
|
|
1004
|
+
declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1005
|
+
|
|
1006
|
+
declare const ExploreIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1007
|
+
|
|
1000
1008
|
declare const DownloadIcon: FC<IconProps$1>;
|
|
1001
1009
|
|
|
1002
1010
|
declare const ExternalLinkIcon: FC<IconProps$1>;
|
|
1003
1011
|
|
|
1004
|
-
declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1005
|
-
|
|
1006
1012
|
type KeppelApplicationIconProps = {
|
|
1007
1013
|
primaryFill?: string;
|
|
1008
1014
|
secondaryFill?: string;
|
|
@@ -1011,6 +1017,8 @@ declare const FeedbackIcon: FC<KeppelApplicationIconProps>;
|
|
|
1011
1017
|
|
|
1012
1018
|
declare const FileIcon: ({ width, height, fill, stroke, ...props }: IconProps$1) => JSX.Element;
|
|
1013
1019
|
|
|
1020
|
+
declare const FileCopyIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1021
|
+
|
|
1014
1022
|
declare const GetAppIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1015
1023
|
|
|
1016
1024
|
declare const GetStartedIcon: FC<IconProps$1>;
|
|
@@ -1090,6 +1098,8 @@ declare const LeftAngledArrowIcon: ({ width, height, fill, ...props }: IconProps
|
|
|
1090
1098
|
|
|
1091
1099
|
declare const LeftArrowIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
1092
1100
|
|
|
1101
|
+
declare const ListAltIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1102
|
+
|
|
1093
1103
|
declare const LockIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1094
1104
|
|
|
1095
1105
|
interface LogoutIconProps {
|
|
@@ -1193,6 +1203,8 @@ interface ShareLineIconProps {
|
|
|
1193
1203
|
}
|
|
1194
1204
|
declare const ShareLineIcon: React$1.FC<ShareLineIconProps>;
|
|
1195
1205
|
|
|
1206
|
+
declare const SimCardIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1207
|
+
|
|
1196
1208
|
declare const SMPIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
1197
1209
|
|
|
1198
1210
|
interface IconProps {
|
|
@@ -1220,6 +1232,8 @@ declare const OutlinedStarIcon: FC<IconProps$1>;
|
|
|
1220
1232
|
|
|
1221
1233
|
declare const SuccessIcon: FC<IconProps$1>;
|
|
1222
1234
|
|
|
1235
|
+
declare const SupervisedUserCircleIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1236
|
+
|
|
1223
1237
|
interface TableViewIconProps {
|
|
1224
1238
|
width?: string;
|
|
1225
1239
|
height?: string;
|
|
@@ -1285,20 +1299,6 @@ declare const WarningIcon: ({ width, height, ...props }: IconProps$1) => JSX.Ele
|
|
|
1285
1299
|
|
|
1286
1300
|
declare const WorkspaceIcon: ({ width, height, secondaryFill, fill, ...props }: CustomIconProps) => JSX.Element;
|
|
1287
1301
|
|
|
1288
|
-
declare const BuildRoundedIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1289
|
-
|
|
1290
|
-
declare const DirectionsCarIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1291
|
-
|
|
1292
|
-
declare const ExploreIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1293
|
-
|
|
1294
|
-
declare const FileCopyIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1295
|
-
|
|
1296
|
-
declare const ListAltIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1297
|
-
|
|
1298
|
-
declare const SimCardIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1299
|
-
|
|
1300
|
-
declare const SupervisedUserCircleIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1301
|
-
|
|
1302
1302
|
declare const REHYDRATE_STATE_ACTION = "REHYDRATE_STATE_ACTION";
|
|
1303
1303
|
interface RehydrateStateAction {
|
|
1304
1304
|
type: typeof REHYDRATE_STATE_ACTION;
|
|
@@ -1381,22 +1381,22 @@ declare const createAndEditEnvironmentSchema: {
|
|
|
1381
1381
|
required: string[];
|
|
1382
1382
|
properties: {
|
|
1383
1383
|
description: {
|
|
1384
|
-
description:
|
|
1384
|
+
description: any;
|
|
1385
1385
|
format: string;
|
|
1386
1386
|
title: string;
|
|
1387
|
-
type:
|
|
1387
|
+
type: any;
|
|
1388
1388
|
'x-rjsf-grid-area': string;
|
|
1389
1389
|
};
|
|
1390
1390
|
name: {
|
|
1391
|
-
description:
|
|
1391
|
+
description: any;
|
|
1392
1392
|
title: string;
|
|
1393
|
-
type:
|
|
1393
|
+
type: any;
|
|
1394
1394
|
'x-rjsf-grid-area': string;
|
|
1395
1395
|
};
|
|
1396
1396
|
organization: {
|
|
1397
|
-
type:
|
|
1397
|
+
type: any;
|
|
1398
1398
|
title: string;
|
|
1399
|
-
description:
|
|
1399
|
+
description: any;
|
|
1400
1400
|
enum: never[];
|
|
1401
1401
|
enumNames: never[];
|
|
1402
1402
|
'x-rjsf-grid-area': string;
|
|
@@ -1415,21 +1415,21 @@ declare const createAndEditEnvironmentUiSchema: {
|
|
|
1415
1415
|
declare const createAndEditWorkspace: {
|
|
1416
1416
|
properties: {
|
|
1417
1417
|
description: {
|
|
1418
|
-
description:
|
|
1418
|
+
description: any;
|
|
1419
1419
|
format: string;
|
|
1420
1420
|
title: string;
|
|
1421
|
-
type:
|
|
1421
|
+
type: any;
|
|
1422
1422
|
'x-rjsf-grid-area': string;
|
|
1423
1423
|
};
|
|
1424
1424
|
name: {
|
|
1425
|
-
description:
|
|
1425
|
+
description: any;
|
|
1426
1426
|
title: string;
|
|
1427
|
-
type:
|
|
1427
|
+
type: any;
|
|
1428
1428
|
'x-rjsf-grid-area': string;
|
|
1429
1429
|
};
|
|
1430
1430
|
organization: {
|
|
1431
|
-
type:
|
|
1432
|
-
description:
|
|
1431
|
+
type: any;
|
|
1432
|
+
description: any;
|
|
1433
1433
|
title: string;
|
|
1434
1434
|
enum: never[];
|
|
1435
1435
|
enumNames: never[];
|
|
@@ -1488,18 +1488,18 @@ declare const importDesignSchema: {
|
|
|
1488
1488
|
type: string;
|
|
1489
1489
|
properties: {
|
|
1490
1490
|
name: {
|
|
1491
|
-
type:
|
|
1491
|
+
type: any;
|
|
1492
1492
|
title: string;
|
|
1493
|
-
default:
|
|
1493
|
+
default: any;
|
|
1494
1494
|
'x-rjsf-grid-area': string;
|
|
1495
|
-
description:
|
|
1495
|
+
description: any;
|
|
1496
1496
|
};
|
|
1497
1497
|
uploadType: {
|
|
1498
1498
|
title: string;
|
|
1499
1499
|
enum: string[];
|
|
1500
1500
|
default: string;
|
|
1501
1501
|
'x-rjsf-grid-area': string;
|
|
1502
|
-
description:
|
|
1502
|
+
description: any;
|
|
1503
1503
|
};
|
|
1504
1504
|
};
|
|
1505
1505
|
allOf: ({
|
|
@@ -1513,9 +1513,9 @@ declare const importDesignSchema: {
|
|
|
1513
1513
|
then: {
|
|
1514
1514
|
properties: {
|
|
1515
1515
|
file: {
|
|
1516
|
-
type:
|
|
1517
|
-
format:
|
|
1518
|
-
description:
|
|
1516
|
+
type: any;
|
|
1517
|
+
format: any;
|
|
1518
|
+
description: any;
|
|
1519
1519
|
'x-rjsf-grid-area': string;
|
|
1520
1520
|
};
|
|
1521
1521
|
url?: undefined;
|
|
@@ -1533,10 +1533,10 @@ declare const importDesignSchema: {
|
|
|
1533
1533
|
then: {
|
|
1534
1534
|
properties: {
|
|
1535
1535
|
url: {
|
|
1536
|
-
type:
|
|
1537
|
-
format:
|
|
1536
|
+
type: any;
|
|
1537
|
+
format: any;
|
|
1538
1538
|
title: string;
|
|
1539
|
-
description:
|
|
1539
|
+
description: any;
|
|
1540
1540
|
'x-rjsf-grid-area': string;
|
|
1541
1541
|
};
|
|
1542
1542
|
file?: undefined;
|
|
@@ -1634,13 +1634,13 @@ declare const importModelSchema: {
|
|
|
1634
1634
|
required: string[];
|
|
1635
1635
|
properties: {
|
|
1636
1636
|
uploadType: {
|
|
1637
|
-
type:
|
|
1637
|
+
type: any;
|
|
1638
1638
|
title: string;
|
|
1639
1639
|
enum: string[];
|
|
1640
|
-
enumDescriptions:
|
|
1640
|
+
enumDescriptions: any;
|
|
1641
1641
|
default: string;
|
|
1642
1642
|
'x-rjsf-grid-area': string;
|
|
1643
|
-
description:
|
|
1643
|
+
description: any;
|
|
1644
1644
|
};
|
|
1645
1645
|
};
|
|
1646
1646
|
allOf: ({
|
|
@@ -1654,9 +1654,9 @@ declare const importModelSchema: {
|
|
|
1654
1654
|
then: {
|
|
1655
1655
|
properties: {
|
|
1656
1656
|
file: {
|
|
1657
|
-
type:
|
|
1658
|
-
format:
|
|
1659
|
-
description:
|
|
1657
|
+
type: any;
|
|
1658
|
+
format: any;
|
|
1659
|
+
description: any;
|
|
1660
1660
|
'x-rjsf-grid-area': string;
|
|
1661
1661
|
};
|
|
1662
1662
|
url?: undefined;
|
|
@@ -1674,10 +1674,10 @@ declare const importModelSchema: {
|
|
|
1674
1674
|
then: {
|
|
1675
1675
|
properties: {
|
|
1676
1676
|
url: {
|
|
1677
|
-
type:
|
|
1678
|
-
format:
|
|
1677
|
+
type: any;
|
|
1678
|
+
format: any;
|
|
1679
1679
|
title: string;
|
|
1680
|
-
description:
|
|
1680
|
+
description: any;
|
|
1681
1681
|
'x-rjsf-grid-area': string;
|
|
1682
1682
|
disabled: boolean;
|
|
1683
1683
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import * as _mui_material from '@mui/material';
|
|
|
2
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, GrowProps, 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 } from '@mui/material';
|
|
3
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
4
|
import React$1, { MutableRefObject, FC, SVGProps, CSSProperties, ReactNode } from 'react';
|
|
5
|
-
import { GridProps as GridProps$1 } from '@mui/material/Grid';
|
|
6
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
+
import { GridProps as GridProps$1 } from '@mui/material/Grid';
|
|
7
7
|
export { outlinedInputClasses } from '@mui/material/OutlinedInput';
|
|
8
8
|
export { tooltipClasses } from '@mui/material/Tooltip';
|
|
9
9
|
import * as _emotion_styled from '@emotion/styled';
|
|
@@ -406,7 +406,7 @@ declare const Chip: React$1.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & R
|
|
|
406
406
|
|
|
407
407
|
declare const CircularProgress: React$1.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
408
408
|
|
|
409
|
-
declare const ClickAwayListener:
|
|
409
|
+
declare const ClickAwayListener: (props: ClickAwayListenerProps) => react_jsx_runtime.JSX.Element;
|
|
410
410
|
|
|
411
411
|
declare const Collapse: React$1.ForwardRefExoticComponent<Omit<CollapseProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
412
412
|
|
|
@@ -802,10 +802,10 @@ declare const CloneIcon: FC<IconProps$1>;
|
|
|
802
802
|
|
|
803
803
|
declare const CloseIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
804
804
|
|
|
805
|
-
declare const CloudSavedIcon: FC<IconProps$1>;
|
|
806
|
-
|
|
807
805
|
declare const CloudIcon: FC<IconProps$1>;
|
|
808
806
|
|
|
807
|
+
declare const CloudSavedIcon: FC<IconProps$1>;
|
|
808
|
+
|
|
809
809
|
interface CollapsAllIconProps {
|
|
810
810
|
height?: string;
|
|
811
811
|
width?: string;
|
|
@@ -858,10 +858,10 @@ declare const DetailsIcon: FC<IconProps$1>;
|
|
|
858
858
|
|
|
859
859
|
declare const DropDownIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
860
860
|
|
|
861
|
-
declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
|
|
862
|
-
|
|
863
861
|
declare const EmojiEventsIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
864
862
|
|
|
863
|
+
declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
|
|
864
|
+
|
|
865
865
|
interface ExpandAllIconProps {
|
|
866
866
|
height?: string;
|
|
867
867
|
width?: string;
|
|
@@ -913,6 +913,8 @@ declare const TallRoundedRectangleIcon: FC<IconProps$1>;
|
|
|
913
913
|
|
|
914
914
|
declare const OutlinedMeshIcon: FC<IconProps$1>;
|
|
915
915
|
|
|
916
|
+
declare const BuildRoundedIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
917
|
+
|
|
916
918
|
declare const CalculateIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
917
919
|
|
|
918
920
|
declare const CalenderIcon: FC<IconProps$1>;
|
|
@@ -956,6 +958,8 @@ declare const DeploymentsIcon: FC<IconProps$1>;
|
|
|
956
958
|
|
|
957
959
|
declare const DesignIcon: FC<CustomIconProps>;
|
|
958
960
|
|
|
961
|
+
declare const DirectionsCarIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
962
|
+
|
|
959
963
|
interface DiscussForumIconProps {
|
|
960
964
|
width?: number | string;
|
|
961
965
|
height?: number | string;
|
|
@@ -997,12 +1001,14 @@ declare const EmptyStyleIcon: FC<EmptyStyleIconProps>;
|
|
|
997
1001
|
|
|
998
1002
|
declare const EnvironmentIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
999
1003
|
|
|
1004
|
+
declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1005
|
+
|
|
1006
|
+
declare const ExploreIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1007
|
+
|
|
1000
1008
|
declare const DownloadIcon: FC<IconProps$1>;
|
|
1001
1009
|
|
|
1002
1010
|
declare const ExternalLinkIcon: FC<IconProps$1>;
|
|
1003
1011
|
|
|
1004
|
-
declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1005
|
-
|
|
1006
1012
|
type KeppelApplicationIconProps = {
|
|
1007
1013
|
primaryFill?: string;
|
|
1008
1014
|
secondaryFill?: string;
|
|
@@ -1011,6 +1017,8 @@ declare const FeedbackIcon: FC<KeppelApplicationIconProps>;
|
|
|
1011
1017
|
|
|
1012
1018
|
declare const FileIcon: ({ width, height, fill, stroke, ...props }: IconProps$1) => JSX.Element;
|
|
1013
1019
|
|
|
1020
|
+
declare const FileCopyIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1021
|
+
|
|
1014
1022
|
declare const GetAppIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1015
1023
|
|
|
1016
1024
|
declare const GetStartedIcon: FC<IconProps$1>;
|
|
@@ -1090,6 +1098,8 @@ declare const LeftAngledArrowIcon: ({ width, height, fill, ...props }: IconProps
|
|
|
1090
1098
|
|
|
1091
1099
|
declare const LeftArrowIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
1092
1100
|
|
|
1101
|
+
declare const ListAltIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1102
|
+
|
|
1093
1103
|
declare const LockIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1094
1104
|
|
|
1095
1105
|
interface LogoutIconProps {
|
|
@@ -1193,6 +1203,8 @@ interface ShareLineIconProps {
|
|
|
1193
1203
|
}
|
|
1194
1204
|
declare const ShareLineIcon: React$1.FC<ShareLineIconProps>;
|
|
1195
1205
|
|
|
1206
|
+
declare const SimCardIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1207
|
+
|
|
1196
1208
|
declare const SMPIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
|
|
1197
1209
|
|
|
1198
1210
|
interface IconProps {
|
|
@@ -1220,6 +1232,8 @@ declare const OutlinedStarIcon: FC<IconProps$1>;
|
|
|
1220
1232
|
|
|
1221
1233
|
declare const SuccessIcon: FC<IconProps$1>;
|
|
1222
1234
|
|
|
1235
|
+
declare const SupervisedUserCircleIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1236
|
+
|
|
1223
1237
|
interface TableViewIconProps {
|
|
1224
1238
|
width?: string;
|
|
1225
1239
|
height?: string;
|
|
@@ -1285,20 +1299,6 @@ declare const WarningIcon: ({ width, height, ...props }: IconProps$1) => JSX.Ele
|
|
|
1285
1299
|
|
|
1286
1300
|
declare const WorkspaceIcon: ({ width, height, secondaryFill, fill, ...props }: CustomIconProps) => JSX.Element;
|
|
1287
1301
|
|
|
1288
|
-
declare const BuildRoundedIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1289
|
-
|
|
1290
|
-
declare const DirectionsCarIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1291
|
-
|
|
1292
|
-
declare const ExploreIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1293
|
-
|
|
1294
|
-
declare const FileCopyIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1295
|
-
|
|
1296
|
-
declare const ListAltIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1297
|
-
|
|
1298
|
-
declare const SimCardIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1299
|
-
|
|
1300
|
-
declare const SupervisedUserCircleIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
|
|
1301
|
-
|
|
1302
1302
|
declare const REHYDRATE_STATE_ACTION = "REHYDRATE_STATE_ACTION";
|
|
1303
1303
|
interface RehydrateStateAction {
|
|
1304
1304
|
type: typeof REHYDRATE_STATE_ACTION;
|
|
@@ -1381,22 +1381,22 @@ declare const createAndEditEnvironmentSchema: {
|
|
|
1381
1381
|
required: string[];
|
|
1382
1382
|
properties: {
|
|
1383
1383
|
description: {
|
|
1384
|
-
description:
|
|
1384
|
+
description: any;
|
|
1385
1385
|
format: string;
|
|
1386
1386
|
title: string;
|
|
1387
|
-
type:
|
|
1387
|
+
type: any;
|
|
1388
1388
|
'x-rjsf-grid-area': string;
|
|
1389
1389
|
};
|
|
1390
1390
|
name: {
|
|
1391
|
-
description:
|
|
1391
|
+
description: any;
|
|
1392
1392
|
title: string;
|
|
1393
|
-
type:
|
|
1393
|
+
type: any;
|
|
1394
1394
|
'x-rjsf-grid-area': string;
|
|
1395
1395
|
};
|
|
1396
1396
|
organization: {
|
|
1397
|
-
type:
|
|
1397
|
+
type: any;
|
|
1398
1398
|
title: string;
|
|
1399
|
-
description:
|
|
1399
|
+
description: any;
|
|
1400
1400
|
enum: never[];
|
|
1401
1401
|
enumNames: never[];
|
|
1402
1402
|
'x-rjsf-grid-area': string;
|
|
@@ -1415,21 +1415,21 @@ declare const createAndEditEnvironmentUiSchema: {
|
|
|
1415
1415
|
declare const createAndEditWorkspace: {
|
|
1416
1416
|
properties: {
|
|
1417
1417
|
description: {
|
|
1418
|
-
description:
|
|
1418
|
+
description: any;
|
|
1419
1419
|
format: string;
|
|
1420
1420
|
title: string;
|
|
1421
|
-
type:
|
|
1421
|
+
type: any;
|
|
1422
1422
|
'x-rjsf-grid-area': string;
|
|
1423
1423
|
};
|
|
1424
1424
|
name: {
|
|
1425
|
-
description:
|
|
1425
|
+
description: any;
|
|
1426
1426
|
title: string;
|
|
1427
|
-
type:
|
|
1427
|
+
type: any;
|
|
1428
1428
|
'x-rjsf-grid-area': string;
|
|
1429
1429
|
};
|
|
1430
1430
|
organization: {
|
|
1431
|
-
type:
|
|
1432
|
-
description:
|
|
1431
|
+
type: any;
|
|
1432
|
+
description: any;
|
|
1433
1433
|
title: string;
|
|
1434
1434
|
enum: never[];
|
|
1435
1435
|
enumNames: never[];
|
|
@@ -1488,18 +1488,18 @@ declare const importDesignSchema: {
|
|
|
1488
1488
|
type: string;
|
|
1489
1489
|
properties: {
|
|
1490
1490
|
name: {
|
|
1491
|
-
type:
|
|
1491
|
+
type: any;
|
|
1492
1492
|
title: string;
|
|
1493
|
-
default:
|
|
1493
|
+
default: any;
|
|
1494
1494
|
'x-rjsf-grid-area': string;
|
|
1495
|
-
description:
|
|
1495
|
+
description: any;
|
|
1496
1496
|
};
|
|
1497
1497
|
uploadType: {
|
|
1498
1498
|
title: string;
|
|
1499
1499
|
enum: string[];
|
|
1500
1500
|
default: string;
|
|
1501
1501
|
'x-rjsf-grid-area': string;
|
|
1502
|
-
description:
|
|
1502
|
+
description: any;
|
|
1503
1503
|
};
|
|
1504
1504
|
};
|
|
1505
1505
|
allOf: ({
|
|
@@ -1513,9 +1513,9 @@ declare const importDesignSchema: {
|
|
|
1513
1513
|
then: {
|
|
1514
1514
|
properties: {
|
|
1515
1515
|
file: {
|
|
1516
|
-
type:
|
|
1517
|
-
format:
|
|
1518
|
-
description:
|
|
1516
|
+
type: any;
|
|
1517
|
+
format: any;
|
|
1518
|
+
description: any;
|
|
1519
1519
|
'x-rjsf-grid-area': string;
|
|
1520
1520
|
};
|
|
1521
1521
|
url?: undefined;
|
|
@@ -1533,10 +1533,10 @@ declare const importDesignSchema: {
|
|
|
1533
1533
|
then: {
|
|
1534
1534
|
properties: {
|
|
1535
1535
|
url: {
|
|
1536
|
-
type:
|
|
1537
|
-
format:
|
|
1536
|
+
type: any;
|
|
1537
|
+
format: any;
|
|
1538
1538
|
title: string;
|
|
1539
|
-
description:
|
|
1539
|
+
description: any;
|
|
1540
1540
|
'x-rjsf-grid-area': string;
|
|
1541
1541
|
};
|
|
1542
1542
|
file?: undefined;
|
|
@@ -1634,13 +1634,13 @@ declare const importModelSchema: {
|
|
|
1634
1634
|
required: string[];
|
|
1635
1635
|
properties: {
|
|
1636
1636
|
uploadType: {
|
|
1637
|
-
type:
|
|
1637
|
+
type: any;
|
|
1638
1638
|
title: string;
|
|
1639
1639
|
enum: string[];
|
|
1640
|
-
enumDescriptions:
|
|
1640
|
+
enumDescriptions: any;
|
|
1641
1641
|
default: string;
|
|
1642
1642
|
'x-rjsf-grid-area': string;
|
|
1643
|
-
description:
|
|
1643
|
+
description: any;
|
|
1644
1644
|
};
|
|
1645
1645
|
};
|
|
1646
1646
|
allOf: ({
|
|
@@ -1654,9 +1654,9 @@ declare const importModelSchema: {
|
|
|
1654
1654
|
then: {
|
|
1655
1655
|
properties: {
|
|
1656
1656
|
file: {
|
|
1657
|
-
type:
|
|
1658
|
-
format:
|
|
1659
|
-
description:
|
|
1657
|
+
type: any;
|
|
1658
|
+
format: any;
|
|
1659
|
+
description: any;
|
|
1660
1660
|
'x-rjsf-grid-area': string;
|
|
1661
1661
|
};
|
|
1662
1662
|
url?: undefined;
|
|
@@ -1674,10 +1674,10 @@ declare const importModelSchema: {
|
|
|
1674
1674
|
then: {
|
|
1675
1675
|
properties: {
|
|
1676
1676
|
url: {
|
|
1677
|
-
type:
|
|
1678
|
-
format:
|
|
1677
|
+
type: any;
|
|
1678
|
+
format: any;
|
|
1679
1679
|
title: string;
|
|
1680
|
-
description:
|
|
1680
|
+
description: any;
|
|
1681
1681
|
'x-rjsf-grid-area': string;
|
|
1682
1682
|
disabled: boolean;
|
|
1683
1683
|
};
|