@evoke-platform/ui-components 1.8.1 → 1.8.2-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/published/components/custom/BuilderGrid/BuilderGridToolbar.js +5 -5
- package/dist/published/components/custom/BuilderGrid/ToolbarActions.js +1 -1
- package/dist/published/stories/Accordion.stories.d.ts +36 -4
- package/dist/published/stories/Alert.stories.d.ts +2 -4
- package/dist/published/stories/AlertTitle.stories.d.ts +2 -4
- package/dist/published/stories/Appbar.stories.d.ts +10 -3
- package/dist/published/stories/Autocomplete.stories.d.ts +22 -4
- package/dist/published/stories/Avatar.stories.d.ts +16 -3
- package/dist/published/stories/Backdrop.stories.d.ts +10 -4
- package/dist/published/stories/Badge.stories.d.ts +10 -4
- package/dist/published/stories/Box.stories.d.ts +2 -3
- package/dist/published/stories/Breadcrumbs.stories.d.ts +10 -4
- package/dist/published/stories/BuilderGrid.stories.d.ts +54 -5
- package/dist/published/stories/BuilderGrid.stories.js +1 -0
- package/dist/published/stories/Button.stories.d.ts +10 -4
- package/dist/published/stories/ButtonGroup.stories.d.ts +10 -4
- package/dist/published/stories/Card.stories.d.ts +10 -4
- package/dist/published/stories/Checkbox.stories.d.ts +2 -4
- package/dist/published/stories/Chip.stories.d.ts +10 -4
- package/dist/published/stories/CircularProgress.stories.d.ts +2 -4
- package/dist/published/stories/Collapse.stories.d.ts +2 -4
- package/dist/published/stories/Container.stories.d.ts +10 -4
- package/dist/published/stories/CriteriaBuilder.stories.d.ts +6 -8
- package/dist/published/stories/DataGrid.stories.d.ts +40 -4
- package/dist/published/stories/DatePicker.stories.d.ts +7 -4
- package/dist/published/stories/Dialog.stories.d.ts +2 -4
- package/dist/published/stories/Divider.stories.d.ts +10 -4
- package/dist/published/stories/Drawer.stories.d.ts +2 -4
- package/dist/published/stories/Form.stories.d.ts +4 -5
- package/dist/published/stories/FormControl.stories.d.ts +10 -4
- package/dist/published/stories/FormControlLabel.stories.d.ts +2 -4
- package/dist/published/stories/FormField.stories.d.ts +11 -13
- package/dist/published/stories/FormGroup.stories.d.ts +2 -4
- package/dist/published/stories/FormHelperText.stories.d.ts +10 -4
- package/dist/published/stories/FormLabel.stories.d.ts +10 -4
- package/dist/published/stories/FormRenderer.stories.d.ts +69 -6
- package/dist/published/stories/FormRendererContainer.stories.d.ts +89 -6
- package/dist/published/stories/Grid.stories.d.ts +10 -4
- package/dist/published/stories/HistoryLog.stories.d.ts +2 -4
- package/dist/published/stories/IconButton.stories.d.ts +10 -4
- package/dist/published/stories/LinearProgress.stories.d.ts +2 -4
- package/dist/published/stories/Link.stories.d.ts +10 -4
- package/dist/published/stories/List.stories.d.ts +10 -4
- package/dist/published/stories/Menu.stories.d.ts +2 -4
- package/dist/published/stories/MenuBar.stories.d.ts +3 -4
- package/dist/published/stories/MultiSelect.stories.d.ts +3 -4
- package/dist/published/stories/OverflowTextField.stories.d.ts +2 -4
- package/dist/published/stories/Palette.stories.d.ts +2 -3
- package/dist/published/stories/Paper.stories.d.ts +10 -4
- package/dist/published/stories/RadioGroup.stories.d.ts +2 -4
- package/dist/published/stories/RepeatableField.stories.d.ts +3 -4
- package/dist/published/stories/ResponsiveOverflow.stories.d.ts +3 -4
- package/dist/published/stories/RichTextViewer.stories.d.ts +2 -4
- package/dist/published/stories/Skeleton.stories.d.ts +10 -4
- package/dist/published/stories/Snackbar.stories.d.ts +9 -3
- package/dist/published/stories/Stack.stories.d.ts +10 -4
- package/dist/published/stories/StaticDatePicker.stories.d.ts +10 -5
- package/dist/published/stories/Stepper.stories.d.ts +12 -6
- package/dist/published/stories/Switch.stories.d.ts +2 -4
- package/dist/published/stories/Table.stories.d.ts +10 -4
- package/dist/published/stories/Tabs.stories.d.ts +10 -4
- package/dist/published/stories/TextField.stories.d.ts +6 -8
- package/dist/published/stories/TimePicker.stories.d.ts +2 -7
- package/dist/published/stories/TimePickerSelect.stories.d.ts +4 -6
- package/dist/published/stories/ToggleButton.stories.d.ts +10 -4
- package/dist/published/stories/Typography.stories.d.ts +2 -4
- package/package.json +16 -16
|
@@ -22,8 +22,8 @@ function BuilderGridToolbar(props) {
|
|
|
22
22
|
marginLeft: '8px',
|
|
23
23
|
},
|
|
24
24
|
quickFilter: {
|
|
25
|
+
minWidth: '300px',
|
|
25
26
|
'& .MuiOutlinedInput-root': {
|
|
26
|
-
minWidth: '300px',
|
|
27
27
|
'&.Mui-focused fieldset': {
|
|
28
28
|
borderColor: theme?.palette?.primary?.main ?? 'primary',
|
|
29
29
|
},
|
|
@@ -39,19 +39,19 @@ function BuilderGridToolbar(props) {
|
|
|
39
39
|
React.createElement(GridToolbarContainer, { sx: { padding: '0' } },
|
|
40
40
|
React.createElement(Grid, { container: true },
|
|
41
41
|
React.createElement(Grid, { item: true, xs: 12, display: 'flex', alignItems: 'center', gap: 2, my: 1 },
|
|
42
|
-
React.createElement(Box, { display: 'flex', alignItems: 'center', gap: 2 },
|
|
42
|
+
React.createElement(Box, { display: 'flex', alignItems: 'center', gap: 2, flex: 1, minWidth: 0 },
|
|
43
43
|
title && (React.createElement(Typography, { variant: "h5", sx: {
|
|
44
44
|
fontSize: '18px',
|
|
45
45
|
fontWeight: 700,
|
|
46
46
|
marginBottom: '6px',
|
|
47
47
|
width: 'max-content',
|
|
48
48
|
}, title: title }, title)),
|
|
49
|
-
!hideSearchbar && (React.createElement(GridToolbarQuickFilter, { variant: "outlined", size: "small", sx: styles.quickFilter }))
|
|
49
|
+
!hideSearchbar && (React.createElement(GridToolbarQuickFilter, { variant: "outlined", size: "small", sx: styles.quickFilter })),
|
|
50
|
+
!!filter && filter),
|
|
50
51
|
React.createElement(ToolbarActions, { actions: actions })),
|
|
51
52
|
subtitle && (React.createElement(Grid, { item: true, xs: 12, mb: 1 },
|
|
52
53
|
React.createElement(Typography, { variant: "subtitle2", sx: {
|
|
53
54
|
color: theme?.palette?.text?.secondary ?? '#637381',
|
|
54
|
-
}, title: subtitle }, subtitle)))
|
|
55
|
-
filter && (React.createElement(Grid, { item: true, xs: 12 }, filter))))));
|
|
55
|
+
}, title: subtitle }, subtitle)))))));
|
|
56
56
|
}
|
|
57
57
|
export default BuilderGridToolbar;
|
|
@@ -3,7 +3,7 @@ import { Button } from '../../core';
|
|
|
3
3
|
import { Grid } from '../../layout';
|
|
4
4
|
export const ToolbarActions = (props) => {
|
|
5
5
|
const { actions } = props;
|
|
6
|
-
return (React.createElement(Grid, {
|
|
6
|
+
return (React.createElement(Grid, { container: true, display: 'flex', alignItems: 'center', justifyContent: 'flex-end', width: '40%' }, actions
|
|
7
7
|
?.filter((a) => !a.isHidden)
|
|
8
8
|
.map((action, index) => (React.createElement(Grid, { item: true, display: 'flex', alignItems: 'center', justifyContent: 'flex-end' },
|
|
9
9
|
React.createElement(Button, { sx: {
|
|
@@ -1,6 +1,38 @@
|
|
|
1
|
-
import { AccordionProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
3
|
+
children: NonNullable<React.ReactNode>;
|
|
4
|
+
classes?: Partial<import("@mui/material").AccordionClasses> | undefined;
|
|
5
|
+
defaultExpanded?: boolean | undefined;
|
|
6
|
+
disabled?: boolean | undefined;
|
|
7
|
+
disableGutters?: boolean | undefined;
|
|
8
|
+
expanded?: boolean | undefined;
|
|
9
|
+
onChange?: ((event: React.SyntheticEvent<Element, Event>, expanded: boolean) => void) | undefined;
|
|
10
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
11
|
+
TransitionComponent?: React.JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
|
|
12
|
+
children?: React.ReactElement<any, any> | undefined;
|
|
13
|
+
}> | undefined;
|
|
14
|
+
TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
|
|
15
|
+
} & import("@mui/material").AccordionSlotsAndSlotProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "onChange"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
16
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
17
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "onChange" | "disabled" | "sx" | "variant" | "elevation" | "square" | "TransitionComponent" | "disableGutters" | "defaultExpanded" | "expanded" | "TransitionProps" | keyof import("@mui/material").AccordionSlotsAndSlotProps> & {
|
|
18
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
19
|
+
}>;
|
|
5
20
|
export default _default;
|
|
6
|
-
export declare const Accordion:
|
|
21
|
+
export declare const Accordion: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
22
|
+
children: NonNullable<React.ReactNode>;
|
|
23
|
+
classes?: Partial<import("@mui/material").AccordionClasses> | undefined;
|
|
24
|
+
defaultExpanded?: boolean | undefined;
|
|
25
|
+
disabled?: boolean | undefined;
|
|
26
|
+
disableGutters?: boolean | undefined;
|
|
27
|
+
expanded?: boolean | undefined;
|
|
28
|
+
onChange?: ((event: React.SyntheticEvent<Element, Event>, expanded: boolean) => void) | undefined;
|
|
29
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
30
|
+
TransitionComponent?: React.JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
|
|
31
|
+
children?: React.ReactElement<any, any> | undefined;
|
|
32
|
+
}> | undefined;
|
|
33
|
+
TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
|
|
34
|
+
} & import("@mui/material").AccordionSlotsAndSlotProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "onChange"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
35
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
36
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "onChange" | "disabled" | "sx" | "variant" | "elevation" | "square" | "TransitionComponent" | "disableGutters" | "defaultExpanded" | "expanded" | "TransitionProps" | keyof import("@mui/material").AccordionSlotsAndSlotProps> & {
|
|
37
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
38
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { AlertProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: AlertProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AlertProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const Alert:
|
|
4
|
+
export declare const Alert: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AlertProps>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { AlertTitleProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: AlertTitleProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AlertTitleProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const AlertTitle:
|
|
4
|
+
export declare const AlertTitle: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AlertTitleProps>;
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "color" | "classes" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLElement | null) => void) | React.RefObject<HTMLElement> | null | undefined;
|
|
4
|
+
}, "color" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "position" | "elevation" | "square" | "enableColorOnDark"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
4
7
|
export default _default;
|
|
5
|
-
export declare const AppBar:
|
|
8
|
+
export declare const AppBar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "color" | "classes" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLElement | null) => void) | React.RefObject<HTMLElement> | null | undefined;
|
|
10
|
+
}, "color" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "position" | "elevation" | "square" | "enableColorOnDark"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,24 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
import
|
|
4
|
-
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").AutocompleteProps<any, any, any, any, "div"> & {
|
|
3
|
+
options: string[] | number[] | import("../index").AutocompleteOption[];
|
|
4
|
+
sortBy?: "NONE" | "ASC" | "DESC" | undefined;
|
|
5
|
+
label?: string | undefined;
|
|
6
|
+
labelPlacement?: string | undefined;
|
|
7
|
+
required?: boolean | undefined;
|
|
8
|
+
instructionText?: React.ReactNode;
|
|
9
|
+
error?: boolean | undefined;
|
|
10
|
+
errorMessage?: string | undefined;
|
|
11
|
+
tooltip?: string | undefined;
|
|
12
|
+
}>;
|
|
5
13
|
export default _default;
|
|
6
|
-
export declare const Autocomplete:
|
|
14
|
+
export declare const Autocomplete: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").AutocompleteProps<any, any, any, any, "div"> & {
|
|
15
|
+
options: string[] | number[] | import("../index").AutocompleteOption[];
|
|
16
|
+
sortBy?: "NONE" | "ASC" | "DESC" | undefined;
|
|
17
|
+
label?: string | undefined;
|
|
18
|
+
labelPlacement?: string | undefined;
|
|
19
|
+
required?: boolean | undefined;
|
|
20
|
+
instructionText?: React.ReactNode;
|
|
21
|
+
error?: boolean | undefined;
|
|
22
|
+
errorMessage?: string | undefined;
|
|
23
|
+
tooltip?: string | undefined;
|
|
24
|
+
}>;
|
|
@@ -1,5 +1,18 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "slotProps" | "slots" | "alt" | "imgProps" | "sizes" | "src" | "srcSet"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
} & {
|
|
7
|
+
isSelected?: boolean | undefined;
|
|
8
|
+
backgroundColor?: string | undefined;
|
|
9
|
+
}>;
|
|
4
10
|
export default _default;
|
|
5
|
-
export declare const Avatar:
|
|
11
|
+
export declare const Avatar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "slotProps" | "slots" | "alt" | "imgProps" | "sizes" | "src" | "srcSet"> & {
|
|
14
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
15
|
+
} & {
|
|
16
|
+
isSelected?: boolean | undefined;
|
|
17
|
+
backgroundColor?: string | undefined;
|
|
18
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { BackdropProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").BackdropOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
+
}, "components" | "color" | "className" | "style" | "classes" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "ref" | "transitionDuration" | "componentsProps" | "slotProps" | "slots" | "in" | "mountOnEnter" | "unmountOnExit" | "timeout" | "easing" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "appear" | "enter" | "exit" | "invisible" | "open" | "TransitionComponent"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Backdrop:
|
|
8
|
+
export declare const Backdrop: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").BackdropOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
+
}, "components" | "color" | "className" | "style" | "classes" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "ref" | "transitionDuration" | "componentsProps" | "slotProps" | "slots" | "in" | "mountOnEnter" | "unmountOnExit" | "timeout" | "easing" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "appear" | "enter" | "exit" | "invisible" | "open" | "TransitionComponent"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { BadgeProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").BadgeOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
|
|
4
|
+
}, "components" | "color" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "componentsProps" | "slotProps" | "slots" | "invisible" | "anchorOrigin" | "badgeContent" | "max" | "overlap" | "showZero"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Badge:
|
|
8
|
+
export declare const Badge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").BadgeOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
|
|
10
|
+
}, "components" | "color" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "componentsProps" | "slotProps" | "slots" | "invisible" | "anchorOrigin" | "badgeContent" | "max" | "overlap" | "showZero"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { BoxProps } from '../components/layout/Box/Box';
|
|
4
|
-
declare const _default:
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, Omit<BoxProps, "ref"> & React.RefAttributes<unknown>>;
|
|
5
4
|
export default _default;
|
|
6
|
-
export declare const Box:
|
|
5
|
+
export declare const Box: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<BoxProps, "ref"> & React.RefAttributes<unknown>>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { BreadcrumbsProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").BreadcrumbsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLElement | null) => void) | React.RefObject<HTMLElement> | null | undefined;
|
|
4
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "slotProps" | "slots" | "expandText" | "itemsAfterCollapse" | "itemsBeforeCollapse" | "maxItems" | "separator"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Breadcrumbs:
|
|
8
|
+
export declare const Breadcrumbs: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").BreadcrumbsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLElement | null) => void) | React.RefObject<HTMLElement> | null | undefined;
|
|
10
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "slotProps" | "slots" | "expandText" | "itemsAfterCollapse" | "itemsBeforeCollapse" | "maxItems" | "separator"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,7 +1,56 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
import
|
|
4
|
-
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, Omit<Partial<import("@mui/x-data-grid/internals").DataGridPropsWithDefaultValues> & import("@mui/x-data-grid/internals").DataGridPropsWithComplexDefaultValueBeforeProcessing & import("@mui/x-data-grid/internals").DataGridPropsWithoutDefaultValue<import("@mui/x-data-grid").GridValidRowModel>, import("@mui/x-data-grid/models/props/DataGridProps").DataGridForcedPropsKey> & {
|
|
3
|
+
pagination?: true | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
actions?: import("../components/custom/BuilderGrid/BuilderGrid").GridAction[] | undefined;
|
|
6
|
+
item?: string | undefined;
|
|
7
|
+
initialSort?: import("@mui/x-data-grid").GridSortItem | undefined;
|
|
8
|
+
emptyContentSelectOptions?: import("../components/custom/BuilderGrid/EmptyContent").EmptyContentSelectOptions | undefined;
|
|
9
|
+
emptyContentActionIndex?: number | undefined;
|
|
10
|
+
title?: string | undefined;
|
|
11
|
+
subtitle?: string | undefined;
|
|
12
|
+
disablePagination?: boolean | undefined;
|
|
13
|
+
hideEmptyContent?: boolean | undefined;
|
|
14
|
+
hideToolbar?: boolean | undefined;
|
|
15
|
+
hideSearchbar?: boolean | undefined;
|
|
16
|
+
noRowsOverlay?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
17
|
+
filterComponent?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
18
|
+
error?: number | undefined;
|
|
19
|
+
}>;
|
|
5
20
|
export default _default;
|
|
6
|
-
export declare const Empty:
|
|
7
|
-
|
|
21
|
+
export declare const Empty: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<Partial<import("@mui/x-data-grid/internals").DataGridPropsWithDefaultValues> & import("@mui/x-data-grid/internals").DataGridPropsWithComplexDefaultValueBeforeProcessing & import("@mui/x-data-grid/internals").DataGridPropsWithoutDefaultValue<import("@mui/x-data-grid").GridValidRowModel>, import("@mui/x-data-grid/models/props/DataGridProps").DataGridForcedPropsKey> & {
|
|
22
|
+
pagination?: true | undefined;
|
|
23
|
+
} & {
|
|
24
|
+
actions?: import("../components/custom/BuilderGrid/BuilderGrid").GridAction[] | undefined;
|
|
25
|
+
item?: string | undefined;
|
|
26
|
+
initialSort?: import("@mui/x-data-grid").GridSortItem | undefined;
|
|
27
|
+
emptyContentSelectOptions?: import("../components/custom/BuilderGrid/EmptyContent").EmptyContentSelectOptions | undefined;
|
|
28
|
+
emptyContentActionIndex?: number | undefined;
|
|
29
|
+
title?: string | undefined;
|
|
30
|
+
subtitle?: string | undefined;
|
|
31
|
+
disablePagination?: boolean | undefined;
|
|
32
|
+
hideEmptyContent?: boolean | undefined;
|
|
33
|
+
hideToolbar?: boolean | undefined;
|
|
34
|
+
hideSearchbar?: boolean | undefined;
|
|
35
|
+
noRowsOverlay?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
36
|
+
filterComponent?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
37
|
+
error?: number | undefined;
|
|
38
|
+
}>;
|
|
39
|
+
export declare const Rows: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<Partial<import("@mui/x-data-grid/internals").DataGridPropsWithDefaultValues> & import("@mui/x-data-grid/internals").DataGridPropsWithComplexDefaultValueBeforeProcessing & import("@mui/x-data-grid/internals").DataGridPropsWithoutDefaultValue<import("@mui/x-data-grid").GridValidRowModel>, import("@mui/x-data-grid/models/props/DataGridProps").DataGridForcedPropsKey> & {
|
|
40
|
+
pagination?: true | undefined;
|
|
41
|
+
} & {
|
|
42
|
+
actions?: import("../components/custom/BuilderGrid/BuilderGrid").GridAction[] | undefined;
|
|
43
|
+
item?: string | undefined;
|
|
44
|
+
initialSort?: import("@mui/x-data-grid").GridSortItem | undefined;
|
|
45
|
+
emptyContentSelectOptions?: import("../components/custom/BuilderGrid/EmptyContent").EmptyContentSelectOptions | undefined;
|
|
46
|
+
emptyContentActionIndex?: number | undefined;
|
|
47
|
+
title?: string | undefined;
|
|
48
|
+
subtitle?: string | undefined;
|
|
49
|
+
disablePagination?: boolean | undefined;
|
|
50
|
+
hideEmptyContent?: boolean | undefined;
|
|
51
|
+
hideToolbar?: boolean | undefined;
|
|
52
|
+
hideSearchbar?: boolean | undefined;
|
|
53
|
+
noRowsOverlay?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
54
|
+
filterComponent?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
55
|
+
error?: number | undefined;
|
|
56
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { ButtonProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
4
|
+
}, "color" | "className" | "style" | "classes" | "children" | "tabIndex" | "disabled" | "sx" | "size" | "variant" | "fullWidth" | "disableElevation" | "startIcon" | "endIcon" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "href"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Button:
|
|
8
|
+
export declare const Button: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
10
|
+
}, "color" | "className" | "style" | "classes" | "children" | "tabIndex" | "disabled" | "sx" | "size" | "variant" | "fullWidth" | "disableElevation" | "startIcon" | "endIcon" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "href"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { ButtonGroupProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ButtonGroupOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
+
}, "color" | "className" | "style" | "classes" | "children" | "disabled" | "sx" | "size" | "variant" | "fullWidth" | "disableElevation" | "disableRipple" | "disableFocusRipple" | "orientation"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const ButtonGroup:
|
|
8
|
+
export declare const ButtonGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ButtonGroupOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
+
}, "color" | "className" | "style" | "classes" | "children" | "disabled" | "sx" | "size" | "variant" | "fullWidth" | "disableElevation" | "disableRipple" | "disableFocusRipple" | "orientation"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { CardProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "elevation" | "square" | "raised"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Card:
|
|
8
|
+
export declare const Card: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "elevation" | "square" | "raised"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { CheckboxProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: CheckboxProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const Checkbox:
|
|
4
|
+
export declare const Checkbox: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { ChipProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ChipOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
+
}, "color" | "className" | "style" | "classes" | "children" | "tabIndex" | "disabled" | "sx" | "label" | "size" | "variant" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Chip:
|
|
8
|
+
export declare const Chip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ChipOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
+
}, "color" | "className" | "style" | "classes" | "children" | "tabIndex" | "disabled" | "sx" | "label" | "size" | "variant" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { CircularProgressProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: CircularProgressProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CircularProgressProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const CircularProgress:
|
|
4
|
+
export declare const CircularProgress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CircularProgressProps>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { CollapseProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: CollapseProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CollapseProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const Collapse:
|
|
4
|
+
export declare const Collapse: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CollapseProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { ContainerProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ContainerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "maxWidth" | "disableGutters" | "fixed"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Container:
|
|
8
|
+
export declare const Container: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ContainerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "maxWidth" | "disableGutters" | "fixed"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
-
import React from 'react';
|
|
3
1
|
import { CriteriaInputProps } from '../components/custom/CriteriaBuilder/CriteriaBuilder';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CriteriaInputProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const CriteriaBuilderEmpty:
|
|
7
|
-
export declare const CriteriaBuilder:
|
|
8
|
-
export declare const CriteriaBuilderPresetUserID:
|
|
9
|
-
export declare const CriteriaBuilderGroupedPresetValues:
|
|
10
|
-
export declare const CriteriaBuilderRelatedObject:
|
|
4
|
+
export declare const CriteriaBuilderEmpty: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CriteriaInputProps>;
|
|
5
|
+
export declare const CriteriaBuilder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CriteriaInputProps>;
|
|
6
|
+
export declare const CriteriaBuilderPresetUserID: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CriteriaInputProps>;
|
|
7
|
+
export declare const CriteriaBuilderGroupedPresetValues: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CriteriaInputProps>;
|
|
8
|
+
export declare const CriteriaBuilderRelatedObject: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CriteriaInputProps>;
|
|
@@ -1,5 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, Omit<Partial<import("@mui/x-data-grid/internals").DataGridPropsWithDefaultValues> & import("@mui/x-data-grid/internals").DataGridPropsWithComplexDefaultValueBeforeProcessing & import("@mui/x-data-grid/internals").DataGridPropsWithoutDefaultValue<import("@mui/x-data-grid").GridValidRowModel>, import("@mui/x-data-grid/models/props/DataGridProps").DataGridForcedPropsKey> & {
|
|
2
|
+
pagination?: true | undefined;
|
|
3
|
+
} & {
|
|
4
|
+
onRefresh?: (() => void) | undefined;
|
|
5
|
+
theme?: import("@mui/material/styles/createTheme").Theme | undefined;
|
|
6
|
+
title?: string | undefined;
|
|
7
|
+
bulkAction?: import("../components/custom/DataGrid/DataGrid").BulkAction | undefined;
|
|
8
|
+
filterSettings?: {
|
|
9
|
+
mode: "client" | "server";
|
|
10
|
+
maxRows?: number | undefined;
|
|
11
|
+
filterColumns?: boolean | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
hideSearchbar?: boolean | undefined;
|
|
14
|
+
loadingOptions?: {
|
|
15
|
+
color: string;
|
|
16
|
+
messages?: string[] | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
hideDownload?: boolean | undefined;
|
|
19
|
+
exportFileName?: string | undefined;
|
|
20
|
+
}>;
|
|
4
21
|
export default _default;
|
|
5
|
-
export declare const DataGrid:
|
|
22
|
+
export declare const DataGrid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<Partial<import("@mui/x-data-grid/internals").DataGridPropsWithDefaultValues> & import("@mui/x-data-grid/internals").DataGridPropsWithComplexDefaultValueBeforeProcessing & import("@mui/x-data-grid/internals").DataGridPropsWithoutDefaultValue<import("@mui/x-data-grid").GridValidRowModel>, import("@mui/x-data-grid/models/props/DataGridProps").DataGridForcedPropsKey> & {
|
|
23
|
+
pagination?: true | undefined;
|
|
24
|
+
} & {
|
|
25
|
+
onRefresh?: (() => void) | undefined;
|
|
26
|
+
theme?: import("@mui/material/styles/createTheme").Theme | undefined;
|
|
27
|
+
title?: string | undefined;
|
|
28
|
+
bulkAction?: import("../components/custom/DataGrid/DataGrid").BulkAction | undefined;
|
|
29
|
+
filterSettings?: {
|
|
30
|
+
mode: "client" | "server";
|
|
31
|
+
maxRows?: number | undefined;
|
|
32
|
+
filterColumns?: boolean | undefined;
|
|
33
|
+
} | undefined;
|
|
34
|
+
hideSearchbar?: boolean | undefined;
|
|
35
|
+
loadingOptions?: {
|
|
36
|
+
color: string;
|
|
37
|
+
messages?: string[] | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
hideDownload?: boolean | undefined;
|
|
40
|
+
exportFileName?: string | undefined;
|
|
41
|
+
}>;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
declare const _default:
|
|
2
|
+
import { CalendarDate } from '../index';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("@mui/x-date-pickers").DatePickerProps<string | CalendarDate, CalendarDate>, "renderInput"> & {
|
|
4
|
+
renderInput?: ((props: import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined;
|
|
5
|
+
}>;
|
|
5
6
|
export default _default;
|
|
6
|
-
export declare const DatePicker:
|
|
7
|
+
export declare const DatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("@mui/x-date-pickers").DatePickerProps<string | CalendarDate, CalendarDate>, "renderInput"> & {
|
|
8
|
+
renderInput?: ((props: import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined;
|
|
9
|
+
}>;
|