@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
|
@@ -97,6 +97,51 @@ export const jsonLogicDisplayTestSpecialtyForm = {
|
|
|
97
97
|
},
|
|
98
98
|
],
|
|
99
99
|
};
|
|
100
|
+
export const UpdateAccessibilityFormOne = {
|
|
101
|
+
id: 'accessibility508Form1',
|
|
102
|
+
name: 'Accessibility Form One',
|
|
103
|
+
objectId: 'accessibility508Object',
|
|
104
|
+
actionId: '_update1',
|
|
105
|
+
entries: [
|
|
106
|
+
{
|
|
107
|
+
parameterId: 'name',
|
|
108
|
+
type: 'input',
|
|
109
|
+
display: {
|
|
110
|
+
label: 'Name',
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
parameterId: 'license',
|
|
115
|
+
type: 'input',
|
|
116
|
+
display: {
|
|
117
|
+
label: 'License',
|
|
118
|
+
relatedObjectDisplay: 'dropdown',
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
],
|
|
122
|
+
};
|
|
123
|
+
export const UpdateAccessibilityFormTwo = {
|
|
124
|
+
id: 'accessibility508Form2',
|
|
125
|
+
name: 'Accessibility Form Two',
|
|
126
|
+
objectId: 'accessibility508Object',
|
|
127
|
+
actionId: '_update2',
|
|
128
|
+
entries: [
|
|
129
|
+
{
|
|
130
|
+
parameterId: 'name',
|
|
131
|
+
type: 'input',
|
|
132
|
+
display: {
|
|
133
|
+
label: 'Name',
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'input',
|
|
138
|
+
parameterId: 'user',
|
|
139
|
+
display: {
|
|
140
|
+
label: 'User',
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
};
|
|
100
145
|
// Objects
|
|
101
146
|
export const licenseObject = {
|
|
102
147
|
id: 'license',
|
|
@@ -321,6 +366,80 @@ export const specialtyTypeObject = {
|
|
|
321
366
|
},
|
|
322
367
|
],
|
|
323
368
|
};
|
|
369
|
+
export const accessibility508Object = {
|
|
370
|
+
id: 'accessibility508',
|
|
371
|
+
name: 'Accessibility 508 Test Object',
|
|
372
|
+
properties: [
|
|
373
|
+
{
|
|
374
|
+
id: 'name',
|
|
375
|
+
name: 'Name',
|
|
376
|
+
type: 'string',
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
id: 'license',
|
|
380
|
+
name: 'License',
|
|
381
|
+
type: 'object',
|
|
382
|
+
objectId: 'license',
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
id: 'user',
|
|
386
|
+
name: 'User',
|
|
387
|
+
type: 'user',
|
|
388
|
+
},
|
|
389
|
+
],
|
|
390
|
+
actions: [
|
|
391
|
+
{
|
|
392
|
+
id: '_update1',
|
|
393
|
+
name: 'Update Related Object',
|
|
394
|
+
type: 'update',
|
|
395
|
+
outputEvent: '508 Test Object Updated',
|
|
396
|
+
parameters: [
|
|
397
|
+
{
|
|
398
|
+
id: 'name',
|
|
399
|
+
name: 'Name',
|
|
400
|
+
type: 'string',
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
id: 'license',
|
|
404
|
+
name: 'License',
|
|
405
|
+
type: 'object',
|
|
406
|
+
objectId: 'license',
|
|
407
|
+
},
|
|
408
|
+
],
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
id: '_update2',
|
|
412
|
+
name: 'Update User',
|
|
413
|
+
type: 'update',
|
|
414
|
+
outputEvent: '508 Test Object Updated',
|
|
415
|
+
parameters: [
|
|
416
|
+
{
|
|
417
|
+
id: 'name',
|
|
418
|
+
name: 'Name',
|
|
419
|
+
type: 'string',
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
id: 'user',
|
|
423
|
+
type: 'user',
|
|
424
|
+
name: 'User',
|
|
425
|
+
required: false,
|
|
426
|
+
},
|
|
427
|
+
],
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
id: '_delete',
|
|
431
|
+
name: 'Delete',
|
|
432
|
+
type: 'delete',
|
|
433
|
+
outputEvent: 'Accessibility Type Deleted',
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
id: '_create',
|
|
437
|
+
name: 'Create',
|
|
438
|
+
type: 'create',
|
|
439
|
+
outputEvent: 'Accessibility Type Created',
|
|
440
|
+
},
|
|
441
|
+
],
|
|
442
|
+
};
|
|
324
443
|
// Instances
|
|
325
444
|
export const rnLicense = {
|
|
326
445
|
id: 'rnLicense',
|
|
@@ -392,3 +511,18 @@ export const npSpecialtyType2 = {
|
|
|
392
511
|
name: 'NP License Type',
|
|
393
512
|
},
|
|
394
513
|
};
|
|
514
|
+
// Users
|
|
515
|
+
export const users = [
|
|
516
|
+
{
|
|
517
|
+
id: 'user1',
|
|
518
|
+
status: 'Active',
|
|
519
|
+
email: 'user1@systemautomation.com',
|
|
520
|
+
name: 'User 1',
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
id: 'user2',
|
|
524
|
+
status: 'Active',
|
|
525
|
+
email: 'user2@systemautomation.com',
|
|
526
|
+
name: 'User 2',
|
|
527
|
+
},
|
|
528
|
+
];
|
|
@@ -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
|
+
}>;
|