@evoke-platform/ui-components 1.8.2-testing.0 → 1.9.0-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/Form/FormComponents/ObjectComponent/ObjectPropertyInput.js +49 -4
- package/dist/published/components/custom/FormV2/FormRenderer.js +19 -16
- package/dist/published/components/custom/FormV2/FormRendererContainer.js +16 -4
- package/dist/published/components/custom/FormV2/components/AccordionSections.js +30 -29
- package/dist/published/components/custom/FormV2/components/FormFieldTypes/CollectionFiles/RepeatableField.js +1 -1
- package/dist/published/components/custom/FormV2/components/FormFieldTypes/DocumentFiles/Document.js +1 -2
- package/dist/published/components/custom/FormV2/components/FormFieldTypes/UserProperty.js +16 -7
- package/dist/published/components/custom/FormV2/components/FormFieldTypes/relatedObjectFiles/ObjectPropertyInput.js +88 -39
- package/dist/published/components/custom/FormV2/components/FormSections.js +34 -3
- package/dist/published/components/custom/FormV2/components/RecursiveEntryRenderer.js +10 -29
- package/dist/published/components/custom/FormV2/components/ValidationFiles/Validation.js +2 -2
- package/dist/published/components/custom/FormV2/components/types.d.ts +9 -1
- package/dist/published/components/custom/FormV2/components/utils.d.ts +18 -2
- package/dist/published/components/custom/FormV2/components/utils.js +163 -1
- package/dist/published/components/custom/FormV2/tests/FormRenderer.test.js +211 -2
- package/dist/published/components/custom/FormV2/tests/test-data.d.ts +9 -0
- package/dist/published/components/custom/FormV2/tests/test-data.js +134 -0
- 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/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 +111 -6
- package/dist/published/stories/FormRendererContainer.stories.js +5 -0
- package/dist/published/stories/FormRendererData.d.ts +7 -0
- package/dist/published/stories/FormRendererData.js +172 -1
- 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/dist/published/stories/sharedMswHandlers.js +5 -1
- package/package.json +17 -16
|
@@ -88,6 +88,11 @@ export const mockGenericEvokeFormObject = {
|
|
|
88
88
|
manyToManyPropertyId: 'people',
|
|
89
89
|
required: false,
|
|
90
90
|
},
|
|
91
|
+
{
|
|
92
|
+
id: 'user',
|
|
93
|
+
name: 'User',
|
|
94
|
+
type: 'user',
|
|
95
|
+
},
|
|
91
96
|
],
|
|
92
97
|
actions: [
|
|
93
98
|
{
|
|
@@ -150,6 +155,18 @@ export const mockGenericEvokeFormObject = {
|
|
|
150
155
|
relatedPropertyId: 'genericEvokeForm',
|
|
151
156
|
manyToManyPropertyId: 'people',
|
|
152
157
|
},
|
|
158
|
+
{
|
|
159
|
+
id: 'documentUpload',
|
|
160
|
+
type: 'document',
|
|
161
|
+
name: 'Document Upload',
|
|
162
|
+
required: false,
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
id: 'user',
|
|
166
|
+
name: 'User',
|
|
167
|
+
type: 'user',
|
|
168
|
+
required: false,
|
|
169
|
+
},
|
|
153
170
|
],
|
|
154
171
|
outputEvent: 'Update Generic Evoke Form 2',
|
|
155
172
|
preconditions: {},
|
|
@@ -489,7 +506,7 @@ export const mockPeopleObject = {
|
|
|
489
506
|
};
|
|
490
507
|
// Form definitions for FormRenderer and FormRendererContainer stories
|
|
491
508
|
export const mockEvokeForm = {
|
|
492
|
-
id: '
|
|
509
|
+
id: 'updateGenericEvokeForm',
|
|
493
510
|
name: 'Update a Generic Evoke Form',
|
|
494
511
|
entries: [
|
|
495
512
|
{
|
|
@@ -563,6 +580,24 @@ export const mockEvokeForm = {
|
|
|
563
580
|
label: 'Many to Many',
|
|
564
581
|
},
|
|
565
582
|
},
|
|
583
|
+
{
|
|
584
|
+
type: 'input',
|
|
585
|
+
parameterId: 'documentUpload',
|
|
586
|
+
display: {
|
|
587
|
+
label: 'Document Upload',
|
|
588
|
+
},
|
|
589
|
+
documentMetadata: {
|
|
590
|
+
view_permission: 'Portal',
|
|
591
|
+
type: 'PDF',
|
|
592
|
+
},
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
type: 'input',
|
|
596
|
+
parameterId: 'user',
|
|
597
|
+
display: {
|
|
598
|
+
label: 'User',
|
|
599
|
+
},
|
|
600
|
+
},
|
|
566
601
|
],
|
|
567
602
|
objectId: 'genericEvokeForm',
|
|
568
603
|
actionId: '_update',
|
|
@@ -806,6 +841,128 @@ export const mockDocEvokeForm = {
|
|
|
806
841
|
],
|
|
807
842
|
objectId: 'genericEvokeForm',
|
|
808
843
|
};
|
|
844
|
+
export const mockEvokeFormWithSections = {
|
|
845
|
+
id: 'updateGenericEvokeFormWithSections',
|
|
846
|
+
name: 'Update a Generic Evoke Form With Sections',
|
|
847
|
+
entries: [
|
|
848
|
+
{
|
|
849
|
+
type: 'sections',
|
|
850
|
+
label: 'Section',
|
|
851
|
+
sections: [
|
|
852
|
+
{
|
|
853
|
+
label: 'Section 1',
|
|
854
|
+
entries: [
|
|
855
|
+
{
|
|
856
|
+
type: 'input',
|
|
857
|
+
parameterId: 'name',
|
|
858
|
+
display: {
|
|
859
|
+
label: 'Name',
|
|
860
|
+
prefix: 'Dr',
|
|
861
|
+
suffix: 'Jr',
|
|
862
|
+
required: true,
|
|
863
|
+
charCount: true,
|
|
864
|
+
},
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
type: 'input',
|
|
868
|
+
parameterId: 'documentUpload',
|
|
869
|
+
display: {
|
|
870
|
+
label: 'Document Upload',
|
|
871
|
+
},
|
|
872
|
+
documentMetadata: {
|
|
873
|
+
view_permission: 'Portal',
|
|
874
|
+
type: 'PDF',
|
|
875
|
+
},
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
type: 'input',
|
|
879
|
+
parameterId: 'criteria',
|
|
880
|
+
display: {
|
|
881
|
+
label: 'Criteria',
|
|
882
|
+
},
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
type: 'input',
|
|
886
|
+
parameterId: 'multiSelect',
|
|
887
|
+
display: {
|
|
888
|
+
label: 'Multi-Select',
|
|
889
|
+
},
|
|
890
|
+
enumWithLabels: [
|
|
891
|
+
{
|
|
892
|
+
label: '1',
|
|
893
|
+
value: '1',
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
label: '2',
|
|
897
|
+
value: '2',
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
label: '3',
|
|
901
|
+
value: '3',
|
|
902
|
+
},
|
|
903
|
+
],
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
type: 'input',
|
|
907
|
+
parameterId: 'address.city',
|
|
908
|
+
display: {
|
|
909
|
+
label: 'Address City',
|
|
910
|
+
description: 'address city description',
|
|
911
|
+
},
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
type: 'input',
|
|
915
|
+
parameterId: 'relatedObject',
|
|
916
|
+
display: {
|
|
917
|
+
label: 'Related Object',
|
|
918
|
+
mode: 'default',
|
|
919
|
+
description: 'related Object description',
|
|
920
|
+
relatedObjectDisplay: 'dropdown',
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
],
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
label: 'Section 2',
|
|
927
|
+
entries: [
|
|
928
|
+
{
|
|
929
|
+
type: 'sections',
|
|
930
|
+
label: 'Section',
|
|
931
|
+
sections: [
|
|
932
|
+
{
|
|
933
|
+
label: 'Nested Section 1',
|
|
934
|
+
entries: [
|
|
935
|
+
{
|
|
936
|
+
type: 'input',
|
|
937
|
+
parameterId: 'collection',
|
|
938
|
+
display: {
|
|
939
|
+
label: 'Collection',
|
|
940
|
+
},
|
|
941
|
+
},
|
|
942
|
+
],
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
label: 'Nested Section 2',
|
|
946
|
+
entries: [
|
|
947
|
+
{
|
|
948
|
+
type: 'input',
|
|
949
|
+
parameterId: 'manyToMany',
|
|
950
|
+
display: {
|
|
951
|
+
label: 'Many to Many',
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
],
|
|
955
|
+
},
|
|
956
|
+
],
|
|
957
|
+
},
|
|
958
|
+
],
|
|
959
|
+
},
|
|
960
|
+
],
|
|
961
|
+
},
|
|
962
|
+
],
|
|
963
|
+
objectId: 'genericEvokeForm',
|
|
964
|
+
actionId: '_update',
|
|
965
|
+
};
|
|
809
966
|
// Additional data for criteria field and instance fetches
|
|
810
967
|
export const mockPropertiesForCriteria = [
|
|
811
968
|
{
|
|
@@ -923,3 +1080,17 @@ export const mockPeopleGenericObjectInstances = [
|
|
|
923
1080
|
objectId: 'peopleGenericObject',
|
|
924
1081
|
},
|
|
925
1082
|
];
|
|
1083
|
+
export const users = [
|
|
1084
|
+
{
|
|
1085
|
+
id: 'user1',
|
|
1086
|
+
status: 'Active',
|
|
1087
|
+
email: 'user1@systemautomation.com',
|
|
1088
|
+
name: 'User 1',
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
id: 'user2',
|
|
1092
|
+
status: 'Active',
|
|
1093
|
+
email: 'user2@systemautomation.com',
|
|
1094
|
+
name: 'User 2',
|
|
1095
|
+
},
|
|
1096
|
+
];
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { GridProps } 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").GridOwnProps & 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
|
+
}, "zIndex" | "direction" | "spacing" | "typography" | "fontFamily" | "fontSize" | "color" | "fontWeight" | "lineHeight" | "className" | "style" | "classes" | "children" | "sx" | "p" | "margin" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "columns" | "container" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "xs" | "sm" | "md" | "lg" | "xl" | "columnSpacing" | "item" | "rowSpacing" | "wrap" | "zeroMinWidth"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Grid:
|
|
8
|
+
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").GridOwnProps & 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
|
+
}, "zIndex" | "direction" | "spacing" | "typography" | "fontFamily" | "fontSize" | "color" | "fontWeight" | "lineHeight" | "className" | "style" | "classes" | "children" | "sx" | "p" | "margin" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "columns" | "container" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "xs" | "sm" | "md" | "lg" | "xl" | "columnSpacing" | "item" | "rowSpacing" | "wrap" | "zeroMinWidth"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
1
|
import { HistoryLogProps } from '../components/custom/HistoryLog';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, HistoryLogProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const HistoryLog:
|
|
4
|
+
export declare const HistoryLog: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, HistoryLogProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { IconButtonProps } 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").IconButtonOwnProps & 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" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const IconButton:
|
|
8
|
+
export declare const IconButton: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").IconButtonOwnProps & 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" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { LinearProgressProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: LinearProgressProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, LinearProgressProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const LinearProgress:
|
|
4
|
+
export declare const LinearProgress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, LinearProgressProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { LinkProps } 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").LinkOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLAnchorElement | null) => void) | React.RefObject<HTMLAnchorElement> | null | undefined;
|
|
4
|
+
}, "zIndex" | "typography" | "fontFamily" | "fontSize" | "color" | "fontWeight" | "lineHeight" | "className" | "style" | "classes" | "children" | "sx" | "p" | "margin" | "variant" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "TypographyClasses" | "underline"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Link:
|
|
8
|
+
export declare const Link: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").LinkOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLAnchorElement | null) => void) | React.RefObject<HTMLAnchorElement> | null | undefined;
|
|
10
|
+
}, "zIndex" | "typography" | "fontFamily" | "fontSize" | "color" | "fontWeight" | "lineHeight" | "className" | "style" | "classes" | "children" | "sx" | "p" | "margin" | "variant" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "TypographyClasses" | "underline"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { ListProps } 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").ListOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLUListElement | null) => void) | React.RefObject<HTMLUListElement> | null | undefined;
|
|
4
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "subheader" | "dense" | "disablePadding"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const List:
|
|
8
|
+
export declare const List: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ListOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLUListElement | null) => void) | React.RefObject<HTMLUListElement> | null | undefined;
|
|
10
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "subheader" | "dense" | "disablePadding"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { MenuProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: MenuProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, MenuProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const Menu:
|
|
4
|
+
export declare const Menu: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuProps>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
declare const _default: ComponentMeta<typeof CustomMenuBar>;
|
|
1
|
+
import { MenuBarProps } from '../components/custom/Menubar/Menubar';
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, MenuBarProps>;
|
|
4
3
|
export default _default;
|
|
5
|
-
export declare const MenuBar:
|
|
4
|
+
export declare const MenuBar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuBarProps>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
declare const _default: ComponentMeta<typeof CustomMultiSelect>;
|
|
1
|
+
import { MultiSelectProps } from '../components/custom/MultiSelect/MultiSelect';
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, MultiSelectProps>;
|
|
4
3
|
export default _default;
|
|
5
|
-
export declare const MultiSelect:
|
|
4
|
+
export declare const MultiSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MultiSelectProps>;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
3
|
-
declare const _default: ComponentMeta<React.FC<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps>>;
|
|
1
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps>;
|
|
4
2
|
export default _default;
|
|
5
|
-
export declare const OverflowTextField:
|
|
3
|
+
export declare const OverflowTextField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps>;
|
|
@@ -1,5 +1,4 @@
|
|
|
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, Omit<import("../components/layout/Box/Box").BoxProps, "ref"> & React.RefAttributes<unknown>>;
|
|
4
3
|
export default _default;
|
|
5
|
-
export declare const Palette:
|
|
4
|
+
export declare const Palette: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("../components/layout/Box/Box").BoxProps, "ref"> & React.RefAttributes<unknown>>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { PaperProps } 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").PaperOwnProps & 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"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Paper:
|
|
8
|
+
export declare const Paper: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").PaperOwnProps & 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"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { RadioGroupProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: RadioGroupProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RadioGroupProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const RadioGroup:
|
|
4
|
+
export declare const RadioGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioGroupProps>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
declare const _default: ComponentMeta<typeof CustomRepeatableField>;
|
|
1
|
+
import { RepeatableFieldProps } from '../components/custom/RepeatableField/RepeatableField';
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RepeatableFieldProps>;
|
|
4
3
|
export default _default;
|
|
5
|
-
export declare const RepeatableField:
|
|
4
|
+
export declare const RepeatableField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RepeatableFieldProps>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { ResponsiveOverflowProps } from '../components/custom/ResponsiveOverflow';
|
|
4
|
-
declare const _default:
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
4
|
export default _default;
|
|
6
5
|
export declare const ResizableDemo: () => React.JSX.Element;
|
|
7
|
-
export declare const WithLinks:
|
|
8
|
-
export declare const WithCustomMoreButton:
|
|
6
|
+
export declare const WithLinks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ResponsiveOverflowProps>;
|
|
7
|
+
export declare const WithCustomMoreButton: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ResponsiveOverflowProps>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
1
|
import { RichTextViewerProps } from '../components/custom/RichTextViewer';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RichTextViewerProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const RichTextViewer:
|
|
4
|
+
export declare const RichTextViewer: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RichTextViewerProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { SkeletonProps } 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").SkeletonOwnProps & 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
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Skeleton:
|
|
8
|
+
export declare const Skeleton: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").SkeletonOwnProps & 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
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SnackbarProps } from '@mui/material';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SnackbarProps & {
|
|
4
|
+
handleClose: (event?: Event | React.SyntheticEvent<Element, Event> | undefined, reason?: string | undefined) => void;
|
|
5
|
+
error?: boolean | undefined;
|
|
6
|
+
}>;
|
|
4
7
|
export default _default;
|
|
5
|
-
export declare const Snackbar:
|
|
8
|
+
export declare const Snackbar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SnackbarProps & {
|
|
9
|
+
handleClose: (event?: Event | React.SyntheticEvent<Element, Event> | undefined, reason?: string | undefined) => void;
|
|
10
|
+
error?: boolean | undefined;
|
|
11
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { StackProps } 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").StackOwnProps & 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
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Stack:
|
|
8
|
+
export declare const Stack: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").StackOwnProps & 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
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,7 +1,12 @@
|
|
|
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").StaticDatePickerProps<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 Desktop:
|
|
7
|
-
|
|
7
|
+
export declare const Desktop: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("@mui/x-date-pickers").StaticDatePickerProps<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
|
+
}>;
|
|
10
|
+
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("@mui/x-date-pickers").StaticDatePickerProps<string | CalendarDate, CalendarDate>, "renderInput"> & {
|
|
11
|
+
renderInput?: ((props: import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import { StepperProps } 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, {
|
|
5
3
|
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}
|
|
4
|
+
} & import("@mui/material").StepperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
6
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "component" | "elevation" | "square" | "orientation" | "activeStep" | "alternativeLabel" | "connector" | "nonLinear"> & {
|
|
7
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
8
|
+
}>;
|
|
7
9
|
export default _default;
|
|
8
|
-
export declare const Stepper:
|
|
10
|
+
export declare const Stepper: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
} & import("@mui/material").StepperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "component" | "elevation" | "square" | "orientation" | "activeStep" | "alternativeLabel" | "connector" | "nonLinear"> & {
|
|
9
15
|
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
10
|
-
}
|
|
16
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { SwitchProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: SwitchProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SwitchProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const Switch:
|
|
4
|
+
export declare const Switch: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SwitchProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { TableProps } 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").TableOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & {
|
|
3
|
+
ref?: ((instance: HTMLTableElement | null) => void) | React.RefObject<HTMLTableElement> | null | undefined;
|
|
4
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "size" | "padding" | "stickyHeader"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Table:
|
|
8
|
+
export declare const Table: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").TableOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLTableElement | null) => void) | React.RefObject<HTMLTableElement> | null | undefined;
|
|
10
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "size" | "padding" | "stickyHeader"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { TabsProps } 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").TabsOwnProps & 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" | "aria-label" | "aria-labelledby" | "onChange" | "sx" | "variant" | "slotProps" | "slots" | "value" | "action" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & {
|
|
5
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Tabs:
|
|
8
|
+
export declare const Tabs: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").TabsOwnProps & 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" | "aria-label" | "aria-labelledby" | "onChange" | "sx" | "variant" | "slotProps" | "slots" | "value" | "action" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & {
|
|
11
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
+
}>;
|