unicorn-design-system 2.0.7 → 2.0.9
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 +196 -7
- package/dist/index.d.ts +196 -7
- package/dist/index.js +2363 -1786
- package/dist/index.mjs +1864 -1287
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
|
|
2
|
+
import react__default, { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
|
|
3
3
|
import { TypographyProps } from '@mui/material/Typography';
|
|
4
4
|
import * as _mui_material from '@mui/material';
|
|
5
|
-
import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1
|
|
5
|
+
import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, SvgIconProps, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1 } from '@mui/material';
|
|
6
6
|
export { RadioGroup } from '@mui/material';
|
|
7
7
|
import * as _mui_system from '@mui/system';
|
|
8
8
|
import { SystemStyleObject } from '@mui/system';
|
|
9
9
|
import { GlobalStylesProps } from '@mui/system/GlobalStyles/GlobalStyles';
|
|
10
10
|
import * as _mui_material_styles from '@mui/material/styles';
|
|
11
11
|
import { Theme as Theme$2 } from '@mui/material/styles';
|
|
12
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
12
13
|
import * as phosphorReact from 'phosphor-react';
|
|
13
14
|
import { IconProps as IconProps$1 } from 'phosphor-react';
|
|
14
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
15
15
|
export { default as AlertTitle, AlertTitleProps } from '@mui/material/AlertTitle';
|
|
16
16
|
import { AlertProps as AlertProps$1 } from '@mui/material/Alert';
|
|
17
17
|
import { ButtonBaseProps } from '@mui/material/ButtonBase';
|
|
@@ -50,7 +50,7 @@ import { ThemeOptions as ThemeOptions$1 } from '@mui/material/styles/createTheme
|
|
|
50
50
|
import { RadioProps as RadioProps$1 } from '@mui/material/Radio';
|
|
51
51
|
export { default as Slider, SliderProps } from '@mui/material/Slider';
|
|
52
52
|
export { default as Breadcrumbs, BreadcrumbsProps } from '@mui/material/Breadcrumbs';
|
|
53
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
53
|
+
import { SvgIconProps as SvgIconProps$1 } from '@mui/material/SvgIcon';
|
|
54
54
|
import * as phosphor_react_dist_lib from 'phosphor-react/dist/lib';
|
|
55
55
|
|
|
56
56
|
function _mergeNamespaces(n, m) {
|
|
@@ -346,6 +346,20 @@ declare const CastPrometheusRounded: react.ForwardRefExoticComponent<CastProduct
|
|
|
346
346
|
|
|
347
347
|
declare const CastSidepanel: react.ForwardRefExoticComponent<Omit<CastProductIconProps, "variant"> & react.RefAttributes<SVGSVGElement>>;
|
|
348
348
|
|
|
349
|
+
declare const DBOptimizer: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
350
|
+
|
|
351
|
+
declare const AIEnabler: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
352
|
+
|
|
353
|
+
declare const Security: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
354
|
+
|
|
355
|
+
declare const CostMonitoring: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
356
|
+
|
|
357
|
+
declare const Optimization: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
358
|
+
|
|
359
|
+
declare const ClusterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
360
|
+
|
|
361
|
+
declare const CastAILogo: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
362
|
+
|
|
349
363
|
type Props$e = {
|
|
350
364
|
rotated: boolean;
|
|
351
365
|
children: ReactElement<IconProps>;
|
|
@@ -354,7 +368,9 @@ declare function WithRotation(props: Props$e): react_jsx_runtime.JSX.Element;
|
|
|
354
368
|
|
|
355
369
|
var index = /*#__PURE__*/_mergeNamespaces({
|
|
356
370
|
__proto__: null,
|
|
371
|
+
AIEnabler: AIEnabler,
|
|
357
372
|
CastAIEnabler: CastAIEnabler,
|
|
373
|
+
CastAILogo: CastAILogo,
|
|
358
374
|
CastApa: CastApa,
|
|
359
375
|
CastChatbot: CastChatbot,
|
|
360
376
|
CastCopilot: CastCopilot,
|
|
@@ -375,6 +391,11 @@ var index = /*#__PURE__*/_mergeNamespaces({
|
|
|
375
391
|
CastSecurity: CastSecurity,
|
|
376
392
|
CastSidepanel: CastSidepanel,
|
|
377
393
|
CastWorkloadAutoscaler: CastWorkloadAutoscaler,
|
|
394
|
+
ClusterList: ClusterList,
|
|
395
|
+
CostMonitoring: CostMonitoring,
|
|
396
|
+
DBOptimizer: DBOptimizer,
|
|
397
|
+
Optimization: Optimization,
|
|
398
|
+
Security: Security,
|
|
378
399
|
WithRotation: WithRotation
|
|
379
400
|
}, [phosphorReact]);
|
|
380
401
|
|
|
@@ -6388,7 +6409,175 @@ type BreadcrumbProps = BoxProps & {
|
|
|
6388
6409
|
};
|
|
6389
6410
|
declare const Breadcrumb: ({ children, disabled, className, ...rest }: BreadcrumbProps) => react_jsx_runtime.JSX.Element;
|
|
6390
6411
|
|
|
6412
|
+
interface SideNavItem {
|
|
6413
|
+
id: string;
|
|
6414
|
+
label: string;
|
|
6415
|
+
icon?: ReactNode;
|
|
6416
|
+
path?: string;
|
|
6417
|
+
children?: SideNavItem[];
|
|
6418
|
+
badge?: number | string;
|
|
6419
|
+
}
|
|
6420
|
+
interface SideNavProps {
|
|
6421
|
+
items: SideNavItem[];
|
|
6422
|
+
logo?: ReactNode;
|
|
6423
|
+
activeItemId?: string;
|
|
6424
|
+
onItemClick?: (item: SideNavItem) => void;
|
|
6425
|
+
width?: number;
|
|
6426
|
+
organizationLabel?: string;
|
|
6427
|
+
}
|
|
6428
|
+
interface SideNavItemProps {
|
|
6429
|
+
item: SideNavItem;
|
|
6430
|
+
isActive: boolean;
|
|
6431
|
+
isExpanded: boolean;
|
|
6432
|
+
level: number;
|
|
6433
|
+
onItemClick: (item: SideNavItem) => void;
|
|
6434
|
+
onToggle: (itemId: string) => void;
|
|
6435
|
+
}
|
|
6436
|
+
|
|
6437
|
+
declare const SideNav: react__default.FC<SideNavProps>;
|
|
6438
|
+
|
|
6439
|
+
declare const sideNavTheme: {
|
|
6440
|
+
'DS-SideNav': {
|
|
6441
|
+
width: string;
|
|
6442
|
+
backgroundColor: string;
|
|
6443
|
+
borderRight: string;
|
|
6444
|
+
display: string;
|
|
6445
|
+
flexDirection: string;
|
|
6446
|
+
};
|
|
6447
|
+
'DS-SideNav-Header': {
|
|
6448
|
+
padding: string;
|
|
6449
|
+
borderBottom: string;
|
|
6450
|
+
};
|
|
6451
|
+
'DS-SideNav-Organization': {
|
|
6452
|
+
fontSize: string;
|
|
6453
|
+
fontWeight: number;
|
|
6454
|
+
color: string;
|
|
6455
|
+
textTransform: string;
|
|
6456
|
+
letterSpacing: string;
|
|
6457
|
+
marginBottom: string;
|
|
6458
|
+
};
|
|
6459
|
+
'DS-SideNav-Items': {
|
|
6460
|
+
flex: number;
|
|
6461
|
+
overflowY: string;
|
|
6462
|
+
padding: string;
|
|
6463
|
+
};
|
|
6464
|
+
'DS-SideNav-Item': {
|
|
6465
|
+
display: string;
|
|
6466
|
+
alignItems: string;
|
|
6467
|
+
padding: string;
|
|
6468
|
+
cursor: string;
|
|
6469
|
+
transition: string;
|
|
6470
|
+
color: string;
|
|
6471
|
+
fontSize: string;
|
|
6472
|
+
fontWeight: number;
|
|
6473
|
+
gap: string;
|
|
6474
|
+
position: string;
|
|
6475
|
+
'&:hover': {
|
|
6476
|
+
backgroundColor: string;
|
|
6477
|
+
};
|
|
6478
|
+
};
|
|
6479
|
+
'DS-SideNav-Item-Active': {
|
|
6480
|
+
backgroundColor: string;
|
|
6481
|
+
color: string;
|
|
6482
|
+
fontWeight: number;
|
|
6483
|
+
};
|
|
6484
|
+
'DS-SideNav-Item-Child': {
|
|
6485
|
+
paddingLeft: string;
|
|
6486
|
+
};
|
|
6487
|
+
'DS-SideNav-Item-Icon': {
|
|
6488
|
+
width: string;
|
|
6489
|
+
height: string;
|
|
6490
|
+
display: string;
|
|
6491
|
+
alignItems: string;
|
|
6492
|
+
justifyContent: string;
|
|
6493
|
+
flexShrink: number;
|
|
6494
|
+
};
|
|
6495
|
+
'DS-SideNav-Item-Label': {
|
|
6496
|
+
flex: number;
|
|
6497
|
+
};
|
|
6498
|
+
'DS-SideNav-Item-Caret': {
|
|
6499
|
+
width: string;
|
|
6500
|
+
height: string;
|
|
6501
|
+
transition: string;
|
|
6502
|
+
};
|
|
6503
|
+
'DS-SideNav-Item-Caret-Expanded': {
|
|
6504
|
+
transform: string;
|
|
6505
|
+
};
|
|
6506
|
+
'DS-SideNav-Item-Caret-Collapsed': {
|
|
6507
|
+
transform: string;
|
|
6508
|
+
};
|
|
6509
|
+
};
|
|
6510
|
+
|
|
6391
6511
|
declare const navigationTheme: {
|
|
6512
|
+
'DS-SideNav': {
|
|
6513
|
+
width: string;
|
|
6514
|
+
backgroundColor: string;
|
|
6515
|
+
borderRight: string;
|
|
6516
|
+
display: string;
|
|
6517
|
+
flexDirection: string;
|
|
6518
|
+
};
|
|
6519
|
+
'DS-SideNav-Header': {
|
|
6520
|
+
padding: string;
|
|
6521
|
+
borderBottom: string;
|
|
6522
|
+
};
|
|
6523
|
+
'DS-SideNav-Organization': {
|
|
6524
|
+
fontSize: string;
|
|
6525
|
+
fontWeight: number;
|
|
6526
|
+
color: string;
|
|
6527
|
+
textTransform: string;
|
|
6528
|
+
letterSpacing: string;
|
|
6529
|
+
marginBottom: string;
|
|
6530
|
+
};
|
|
6531
|
+
'DS-SideNav-Items': {
|
|
6532
|
+
flex: number;
|
|
6533
|
+
overflowY: string;
|
|
6534
|
+
padding: string;
|
|
6535
|
+
};
|
|
6536
|
+
'DS-SideNav-Item': {
|
|
6537
|
+
display: string;
|
|
6538
|
+
alignItems: string;
|
|
6539
|
+
padding: string;
|
|
6540
|
+
cursor: string;
|
|
6541
|
+
transition: string;
|
|
6542
|
+
color: string;
|
|
6543
|
+
fontSize: string;
|
|
6544
|
+
fontWeight: number;
|
|
6545
|
+
gap: string;
|
|
6546
|
+
position: string;
|
|
6547
|
+
'&:hover': {
|
|
6548
|
+
backgroundColor: string;
|
|
6549
|
+
};
|
|
6550
|
+
};
|
|
6551
|
+
'DS-SideNav-Item-Active': {
|
|
6552
|
+
backgroundColor: string;
|
|
6553
|
+
color: string;
|
|
6554
|
+
fontWeight: number;
|
|
6555
|
+
};
|
|
6556
|
+
'DS-SideNav-Item-Child': {
|
|
6557
|
+
paddingLeft: string;
|
|
6558
|
+
};
|
|
6559
|
+
'DS-SideNav-Item-Icon': {
|
|
6560
|
+
width: string;
|
|
6561
|
+
height: string;
|
|
6562
|
+
display: string;
|
|
6563
|
+
alignItems: string;
|
|
6564
|
+
justifyContent: string;
|
|
6565
|
+
flexShrink: number;
|
|
6566
|
+
};
|
|
6567
|
+
'DS-SideNav-Item-Label': {
|
|
6568
|
+
flex: number;
|
|
6569
|
+
};
|
|
6570
|
+
'DS-SideNav-Item-Caret': {
|
|
6571
|
+
width: string;
|
|
6572
|
+
height: string;
|
|
6573
|
+
transition: string;
|
|
6574
|
+
};
|
|
6575
|
+
'DS-SideNav-Item-Caret-Expanded': {
|
|
6576
|
+
transform: string;
|
|
6577
|
+
};
|
|
6578
|
+
'DS-SideNav-Item-Caret-Collapsed': {
|
|
6579
|
+
transform: string;
|
|
6580
|
+
};
|
|
6392
6581
|
mergeClassNameAndStyle?: boolean;
|
|
6393
6582
|
MuiAlert?: {
|
|
6394
6583
|
defaultProps?: _mui_material.ComponentsProps["MuiAlert"];
|
|
@@ -9124,7 +9313,7 @@ declare const ActionIcon: ({ children, className, disabled, ...props }: PropsWit
|
|
|
9124
9313
|
disabled?: boolean;
|
|
9125
9314
|
}>) => react_jsx_runtime.JSX.Element;
|
|
9126
9315
|
|
|
9127
|
-
type Props$2 = SvgIconProps<'svg', {
|
|
9316
|
+
type Props$2 = SvgIconProps$1<'svg', {
|
|
9128
9317
|
isExpanded?: boolean;
|
|
9129
9318
|
}>;
|
|
9130
9319
|
declare const ExpandIcon: react.ForwardRefExoticComponent<Omit<Props$2, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
@@ -9133,7 +9322,7 @@ declare const InfoIcon: react.ForwardRefExoticComponent<phosphor_react_dist_lib.
|
|
|
9133
9322
|
|
|
9134
9323
|
declare const ResizerIcon: () => react_jsx_runtime.JSX.Element;
|
|
9135
9324
|
|
|
9136
|
-
type Props$1 = SvgIconProps
|
|
9325
|
+
type Props$1 = SvgIconProps<'svg', {
|
|
9137
9326
|
sortDirection?: SortDirection;
|
|
9138
9327
|
}>;
|
|
9139
9328
|
declare const SortIcon: ({ sortDirection, sx, ...rest }: Props$1) => react_jsx_runtime.JSX.Element;
|
|
@@ -10995,4 +11184,4 @@ type Dimensions = {
|
|
|
10995
11184
|
};
|
|
10996
11185
|
declare const useWindowResize: (throttleTime?: number) => Dimensions;
|
|
10997
11186
|
|
|
10998
|
-
export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };
|
|
11187
|
+
export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SideNav, type SideNavItem, type SideNavItemProps, type SideNavProps, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, sideNavTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
|
|
2
|
+
import react__default, { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
|
|
3
3
|
import { TypographyProps } from '@mui/material/Typography';
|
|
4
4
|
import * as _mui_material from '@mui/material';
|
|
5
|
-
import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1
|
|
5
|
+
import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, SvgIconProps, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1 } from '@mui/material';
|
|
6
6
|
export { RadioGroup } from '@mui/material';
|
|
7
7
|
import * as _mui_system from '@mui/system';
|
|
8
8
|
import { SystemStyleObject } from '@mui/system';
|
|
9
9
|
import { GlobalStylesProps } from '@mui/system/GlobalStyles/GlobalStyles';
|
|
10
10
|
import * as _mui_material_styles from '@mui/material/styles';
|
|
11
11
|
import { Theme as Theme$2 } from '@mui/material/styles';
|
|
12
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
12
13
|
import * as phosphorReact from 'phosphor-react';
|
|
13
14
|
import { IconProps as IconProps$1 } from 'phosphor-react';
|
|
14
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
15
15
|
export { default as AlertTitle, AlertTitleProps } from '@mui/material/AlertTitle';
|
|
16
16
|
import { AlertProps as AlertProps$1 } from '@mui/material/Alert';
|
|
17
17
|
import { ButtonBaseProps } from '@mui/material/ButtonBase';
|
|
@@ -50,7 +50,7 @@ import { ThemeOptions as ThemeOptions$1 } from '@mui/material/styles/createTheme
|
|
|
50
50
|
import { RadioProps as RadioProps$1 } from '@mui/material/Radio';
|
|
51
51
|
export { default as Slider, SliderProps } from '@mui/material/Slider';
|
|
52
52
|
export { default as Breadcrumbs, BreadcrumbsProps } from '@mui/material/Breadcrumbs';
|
|
53
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
53
|
+
import { SvgIconProps as SvgIconProps$1 } from '@mui/material/SvgIcon';
|
|
54
54
|
import * as phosphor_react_dist_lib from 'phosphor-react/dist/lib';
|
|
55
55
|
|
|
56
56
|
function _mergeNamespaces(n, m) {
|
|
@@ -346,6 +346,20 @@ declare const CastPrometheusRounded: react.ForwardRefExoticComponent<CastProduct
|
|
|
346
346
|
|
|
347
347
|
declare const CastSidepanel: react.ForwardRefExoticComponent<Omit<CastProductIconProps, "variant"> & react.RefAttributes<SVGSVGElement>>;
|
|
348
348
|
|
|
349
|
+
declare const DBOptimizer: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
350
|
+
|
|
351
|
+
declare const AIEnabler: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
352
|
+
|
|
353
|
+
declare const Security: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
354
|
+
|
|
355
|
+
declare const CostMonitoring: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
356
|
+
|
|
357
|
+
declare const Optimization: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
358
|
+
|
|
359
|
+
declare const ClusterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
360
|
+
|
|
361
|
+
declare const CastAILogo: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
362
|
+
|
|
349
363
|
type Props$e = {
|
|
350
364
|
rotated: boolean;
|
|
351
365
|
children: ReactElement<IconProps>;
|
|
@@ -354,7 +368,9 @@ declare function WithRotation(props: Props$e): react_jsx_runtime.JSX.Element;
|
|
|
354
368
|
|
|
355
369
|
var index = /*#__PURE__*/_mergeNamespaces({
|
|
356
370
|
__proto__: null,
|
|
371
|
+
AIEnabler: AIEnabler,
|
|
357
372
|
CastAIEnabler: CastAIEnabler,
|
|
373
|
+
CastAILogo: CastAILogo,
|
|
358
374
|
CastApa: CastApa,
|
|
359
375
|
CastChatbot: CastChatbot,
|
|
360
376
|
CastCopilot: CastCopilot,
|
|
@@ -375,6 +391,11 @@ var index = /*#__PURE__*/_mergeNamespaces({
|
|
|
375
391
|
CastSecurity: CastSecurity,
|
|
376
392
|
CastSidepanel: CastSidepanel,
|
|
377
393
|
CastWorkloadAutoscaler: CastWorkloadAutoscaler,
|
|
394
|
+
ClusterList: ClusterList,
|
|
395
|
+
CostMonitoring: CostMonitoring,
|
|
396
|
+
DBOptimizer: DBOptimizer,
|
|
397
|
+
Optimization: Optimization,
|
|
398
|
+
Security: Security,
|
|
378
399
|
WithRotation: WithRotation
|
|
379
400
|
}, [phosphorReact]);
|
|
380
401
|
|
|
@@ -6388,7 +6409,175 @@ type BreadcrumbProps = BoxProps & {
|
|
|
6388
6409
|
};
|
|
6389
6410
|
declare const Breadcrumb: ({ children, disabled, className, ...rest }: BreadcrumbProps) => react_jsx_runtime.JSX.Element;
|
|
6390
6411
|
|
|
6412
|
+
interface SideNavItem {
|
|
6413
|
+
id: string;
|
|
6414
|
+
label: string;
|
|
6415
|
+
icon?: ReactNode;
|
|
6416
|
+
path?: string;
|
|
6417
|
+
children?: SideNavItem[];
|
|
6418
|
+
badge?: number | string;
|
|
6419
|
+
}
|
|
6420
|
+
interface SideNavProps {
|
|
6421
|
+
items: SideNavItem[];
|
|
6422
|
+
logo?: ReactNode;
|
|
6423
|
+
activeItemId?: string;
|
|
6424
|
+
onItemClick?: (item: SideNavItem) => void;
|
|
6425
|
+
width?: number;
|
|
6426
|
+
organizationLabel?: string;
|
|
6427
|
+
}
|
|
6428
|
+
interface SideNavItemProps {
|
|
6429
|
+
item: SideNavItem;
|
|
6430
|
+
isActive: boolean;
|
|
6431
|
+
isExpanded: boolean;
|
|
6432
|
+
level: number;
|
|
6433
|
+
onItemClick: (item: SideNavItem) => void;
|
|
6434
|
+
onToggle: (itemId: string) => void;
|
|
6435
|
+
}
|
|
6436
|
+
|
|
6437
|
+
declare const SideNav: react__default.FC<SideNavProps>;
|
|
6438
|
+
|
|
6439
|
+
declare const sideNavTheme: {
|
|
6440
|
+
'DS-SideNav': {
|
|
6441
|
+
width: string;
|
|
6442
|
+
backgroundColor: string;
|
|
6443
|
+
borderRight: string;
|
|
6444
|
+
display: string;
|
|
6445
|
+
flexDirection: string;
|
|
6446
|
+
};
|
|
6447
|
+
'DS-SideNav-Header': {
|
|
6448
|
+
padding: string;
|
|
6449
|
+
borderBottom: string;
|
|
6450
|
+
};
|
|
6451
|
+
'DS-SideNav-Organization': {
|
|
6452
|
+
fontSize: string;
|
|
6453
|
+
fontWeight: number;
|
|
6454
|
+
color: string;
|
|
6455
|
+
textTransform: string;
|
|
6456
|
+
letterSpacing: string;
|
|
6457
|
+
marginBottom: string;
|
|
6458
|
+
};
|
|
6459
|
+
'DS-SideNav-Items': {
|
|
6460
|
+
flex: number;
|
|
6461
|
+
overflowY: string;
|
|
6462
|
+
padding: string;
|
|
6463
|
+
};
|
|
6464
|
+
'DS-SideNav-Item': {
|
|
6465
|
+
display: string;
|
|
6466
|
+
alignItems: string;
|
|
6467
|
+
padding: string;
|
|
6468
|
+
cursor: string;
|
|
6469
|
+
transition: string;
|
|
6470
|
+
color: string;
|
|
6471
|
+
fontSize: string;
|
|
6472
|
+
fontWeight: number;
|
|
6473
|
+
gap: string;
|
|
6474
|
+
position: string;
|
|
6475
|
+
'&:hover': {
|
|
6476
|
+
backgroundColor: string;
|
|
6477
|
+
};
|
|
6478
|
+
};
|
|
6479
|
+
'DS-SideNav-Item-Active': {
|
|
6480
|
+
backgroundColor: string;
|
|
6481
|
+
color: string;
|
|
6482
|
+
fontWeight: number;
|
|
6483
|
+
};
|
|
6484
|
+
'DS-SideNav-Item-Child': {
|
|
6485
|
+
paddingLeft: string;
|
|
6486
|
+
};
|
|
6487
|
+
'DS-SideNav-Item-Icon': {
|
|
6488
|
+
width: string;
|
|
6489
|
+
height: string;
|
|
6490
|
+
display: string;
|
|
6491
|
+
alignItems: string;
|
|
6492
|
+
justifyContent: string;
|
|
6493
|
+
flexShrink: number;
|
|
6494
|
+
};
|
|
6495
|
+
'DS-SideNav-Item-Label': {
|
|
6496
|
+
flex: number;
|
|
6497
|
+
};
|
|
6498
|
+
'DS-SideNav-Item-Caret': {
|
|
6499
|
+
width: string;
|
|
6500
|
+
height: string;
|
|
6501
|
+
transition: string;
|
|
6502
|
+
};
|
|
6503
|
+
'DS-SideNav-Item-Caret-Expanded': {
|
|
6504
|
+
transform: string;
|
|
6505
|
+
};
|
|
6506
|
+
'DS-SideNav-Item-Caret-Collapsed': {
|
|
6507
|
+
transform: string;
|
|
6508
|
+
};
|
|
6509
|
+
};
|
|
6510
|
+
|
|
6391
6511
|
declare const navigationTheme: {
|
|
6512
|
+
'DS-SideNav': {
|
|
6513
|
+
width: string;
|
|
6514
|
+
backgroundColor: string;
|
|
6515
|
+
borderRight: string;
|
|
6516
|
+
display: string;
|
|
6517
|
+
flexDirection: string;
|
|
6518
|
+
};
|
|
6519
|
+
'DS-SideNav-Header': {
|
|
6520
|
+
padding: string;
|
|
6521
|
+
borderBottom: string;
|
|
6522
|
+
};
|
|
6523
|
+
'DS-SideNav-Organization': {
|
|
6524
|
+
fontSize: string;
|
|
6525
|
+
fontWeight: number;
|
|
6526
|
+
color: string;
|
|
6527
|
+
textTransform: string;
|
|
6528
|
+
letterSpacing: string;
|
|
6529
|
+
marginBottom: string;
|
|
6530
|
+
};
|
|
6531
|
+
'DS-SideNav-Items': {
|
|
6532
|
+
flex: number;
|
|
6533
|
+
overflowY: string;
|
|
6534
|
+
padding: string;
|
|
6535
|
+
};
|
|
6536
|
+
'DS-SideNav-Item': {
|
|
6537
|
+
display: string;
|
|
6538
|
+
alignItems: string;
|
|
6539
|
+
padding: string;
|
|
6540
|
+
cursor: string;
|
|
6541
|
+
transition: string;
|
|
6542
|
+
color: string;
|
|
6543
|
+
fontSize: string;
|
|
6544
|
+
fontWeight: number;
|
|
6545
|
+
gap: string;
|
|
6546
|
+
position: string;
|
|
6547
|
+
'&:hover': {
|
|
6548
|
+
backgroundColor: string;
|
|
6549
|
+
};
|
|
6550
|
+
};
|
|
6551
|
+
'DS-SideNav-Item-Active': {
|
|
6552
|
+
backgroundColor: string;
|
|
6553
|
+
color: string;
|
|
6554
|
+
fontWeight: number;
|
|
6555
|
+
};
|
|
6556
|
+
'DS-SideNav-Item-Child': {
|
|
6557
|
+
paddingLeft: string;
|
|
6558
|
+
};
|
|
6559
|
+
'DS-SideNav-Item-Icon': {
|
|
6560
|
+
width: string;
|
|
6561
|
+
height: string;
|
|
6562
|
+
display: string;
|
|
6563
|
+
alignItems: string;
|
|
6564
|
+
justifyContent: string;
|
|
6565
|
+
flexShrink: number;
|
|
6566
|
+
};
|
|
6567
|
+
'DS-SideNav-Item-Label': {
|
|
6568
|
+
flex: number;
|
|
6569
|
+
};
|
|
6570
|
+
'DS-SideNav-Item-Caret': {
|
|
6571
|
+
width: string;
|
|
6572
|
+
height: string;
|
|
6573
|
+
transition: string;
|
|
6574
|
+
};
|
|
6575
|
+
'DS-SideNav-Item-Caret-Expanded': {
|
|
6576
|
+
transform: string;
|
|
6577
|
+
};
|
|
6578
|
+
'DS-SideNav-Item-Caret-Collapsed': {
|
|
6579
|
+
transform: string;
|
|
6580
|
+
};
|
|
6392
6581
|
mergeClassNameAndStyle?: boolean;
|
|
6393
6582
|
MuiAlert?: {
|
|
6394
6583
|
defaultProps?: _mui_material.ComponentsProps["MuiAlert"];
|
|
@@ -9124,7 +9313,7 @@ declare const ActionIcon: ({ children, className, disabled, ...props }: PropsWit
|
|
|
9124
9313
|
disabled?: boolean;
|
|
9125
9314
|
}>) => react_jsx_runtime.JSX.Element;
|
|
9126
9315
|
|
|
9127
|
-
type Props$2 = SvgIconProps<'svg', {
|
|
9316
|
+
type Props$2 = SvgIconProps$1<'svg', {
|
|
9128
9317
|
isExpanded?: boolean;
|
|
9129
9318
|
}>;
|
|
9130
9319
|
declare const ExpandIcon: react.ForwardRefExoticComponent<Omit<Props$2, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
@@ -9133,7 +9322,7 @@ declare const InfoIcon: react.ForwardRefExoticComponent<phosphor_react_dist_lib.
|
|
|
9133
9322
|
|
|
9134
9323
|
declare const ResizerIcon: () => react_jsx_runtime.JSX.Element;
|
|
9135
9324
|
|
|
9136
|
-
type Props$1 = SvgIconProps
|
|
9325
|
+
type Props$1 = SvgIconProps<'svg', {
|
|
9137
9326
|
sortDirection?: SortDirection;
|
|
9138
9327
|
}>;
|
|
9139
9328
|
declare const SortIcon: ({ sortDirection, sx, ...rest }: Props$1) => react_jsx_runtime.JSX.Element;
|
|
@@ -10995,4 +11184,4 @@ type Dimensions = {
|
|
|
10995
11184
|
};
|
|
10996
11185
|
declare const useWindowResize: (throttleTime?: number) => Dimensions;
|
|
10997
11186
|
|
|
10998
|
-
export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };
|
|
11187
|
+
export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SideNav, type SideNavItem, type SideNavItemProps, type SideNavProps, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, sideNavTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };
|