@evoke-platform/ui-components 1.8.1 → 1.8.2-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist/published/stories/Accordion.stories.d.ts +36 -4
  2. package/dist/published/stories/Alert.stories.d.ts +2 -4
  3. package/dist/published/stories/AlertTitle.stories.d.ts +2 -4
  4. package/dist/published/stories/Appbar.stories.d.ts +10 -3
  5. package/dist/published/stories/Autocomplete.stories.d.ts +22 -4
  6. package/dist/published/stories/Avatar.stories.d.ts +16 -3
  7. package/dist/published/stories/Backdrop.stories.d.ts +10 -4
  8. package/dist/published/stories/Badge.stories.d.ts +10 -4
  9. package/dist/published/stories/Box.stories.d.ts +2 -3
  10. package/dist/published/stories/Breadcrumbs.stories.d.ts +10 -4
  11. package/dist/published/stories/BuilderGrid.stories.d.ts +54 -5
  12. package/dist/published/stories/Button.stories.d.ts +10 -4
  13. package/dist/published/stories/ButtonGroup.stories.d.ts +10 -4
  14. package/dist/published/stories/Card.stories.d.ts +10 -4
  15. package/dist/published/stories/Checkbox.stories.d.ts +2 -4
  16. package/dist/published/stories/Chip.stories.d.ts +10 -4
  17. package/dist/published/stories/CircularProgress.stories.d.ts +2 -4
  18. package/dist/published/stories/Collapse.stories.d.ts +2 -4
  19. package/dist/published/stories/Container.stories.d.ts +10 -4
  20. package/dist/published/stories/CriteriaBuilder.stories.d.ts +6 -8
  21. package/dist/published/stories/DataGrid.stories.d.ts +40 -4
  22. package/dist/published/stories/DatePicker.stories.d.ts +7 -4
  23. package/dist/published/stories/Dialog.stories.d.ts +2 -4
  24. package/dist/published/stories/Divider.stories.d.ts +10 -4
  25. package/dist/published/stories/Drawer.stories.d.ts +2 -4
  26. package/dist/published/stories/Form.stories.d.ts +4 -5
  27. package/dist/published/stories/FormControl.stories.d.ts +10 -4
  28. package/dist/published/stories/FormControlLabel.stories.d.ts +2 -4
  29. package/dist/published/stories/FormField.stories.d.ts +11 -13
  30. package/dist/published/stories/FormGroup.stories.d.ts +2 -4
  31. package/dist/published/stories/FormHelperText.stories.d.ts +10 -4
  32. package/dist/published/stories/FormLabel.stories.d.ts +10 -4
  33. package/dist/published/stories/FormRenderer.stories.d.ts +69 -6
  34. package/dist/published/stories/FormRendererContainer.stories.d.ts +89 -6
  35. package/dist/published/stories/Grid.stories.d.ts +10 -4
  36. package/dist/published/stories/HistoryLog.stories.d.ts +2 -4
  37. package/dist/published/stories/IconButton.stories.d.ts +10 -4
  38. package/dist/published/stories/LinearProgress.stories.d.ts +2 -4
  39. package/dist/published/stories/Link.stories.d.ts +10 -4
  40. package/dist/published/stories/List.stories.d.ts +10 -4
  41. package/dist/published/stories/Menu.stories.d.ts +2 -4
  42. package/dist/published/stories/MenuBar.stories.d.ts +3 -4
  43. package/dist/published/stories/MultiSelect.stories.d.ts +3 -4
  44. package/dist/published/stories/OverflowTextField.stories.d.ts +2 -4
  45. package/dist/published/stories/Palette.stories.d.ts +2 -3
  46. package/dist/published/stories/Paper.stories.d.ts +10 -4
  47. package/dist/published/stories/RadioGroup.stories.d.ts +2 -4
  48. package/dist/published/stories/RepeatableField.stories.d.ts +3 -4
  49. package/dist/published/stories/ResponsiveOverflow.stories.d.ts +3 -4
  50. package/dist/published/stories/RichTextViewer.stories.d.ts +2 -4
  51. package/dist/published/stories/Skeleton.stories.d.ts +10 -4
  52. package/dist/published/stories/Snackbar.stories.d.ts +9 -3
  53. package/dist/published/stories/Stack.stories.d.ts +10 -4
  54. package/dist/published/stories/StaticDatePicker.stories.d.ts +10 -5
  55. package/dist/published/stories/Stepper.stories.d.ts +12 -6
  56. package/dist/published/stories/Switch.stories.d.ts +2 -4
  57. package/dist/published/stories/Table.stories.d.ts +10 -4
  58. package/dist/published/stories/Tabs.stories.d.ts +10 -4
  59. package/dist/published/stories/TextField.stories.d.ts +6 -8
  60. package/dist/published/stories/TimePicker.stories.d.ts +2 -7
  61. package/dist/published/stories/TimePickerSelect.stories.d.ts +4 -6
  62. package/dist/published/stories/ToggleButton.stories.d.ts +10 -4
  63. package/dist/published/stories/Typography.stories.d.ts +2 -4
  64. package/package.json +16 -16
@@ -1,6 +1,12 @@
1
- import { FormControlProps } from '@mui/material';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
1
  import React from 'react';
4
- declare const _default: ComponentMeta<(props: FormControlProps<"div", {}>) => React.JSX.Element>;
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FormControlOwnProps & 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" | "error" | "children" | "disabled" | "focused" | "required" | "sx" | "margin" | "size" | "variant" | "fullWidth" | "hiddenLabel"> & {
5
+ component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
6
+ }>;
5
7
  export default _default;
6
- export declare const FormControl: ComponentStory<(props: FormControlProps<"div", {}>) => React.JSX.Element>;
8
+ export declare const FormControl: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FormControlOwnProps & 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" | "error" | "children" | "disabled" | "focused" | "required" | "sx" | "margin" | "size" | "variant" | "fullWidth" | "hiddenLabel"> & {
11
+ component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
12
+ }>;
@@ -1,6 +1,4 @@
1
1
  import { FormControlLabelProps } from '@mui/material';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- import React from 'react';
4
- declare const _default: ComponentMeta<(props: FormControlLabelProps) => React.JSX.Element>;
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, FormControlLabelProps>;
5
3
  export default _default;
6
- export declare const FormControlLabel: ComponentStory<(props: FormControlLabelProps) => React.JSX.Element>;
4
+ export declare const FormControlLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormControlLabelProps>;
@@ -1,15 +1,13 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
1
  import { FormFieldProps } from '../components/custom/FormField/FormField';
4
- declare const _default: ComponentMeta<(props: FormFieldProps) => React.JSX.Element>;
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
5
3
  export default _default;
6
- export declare const InputField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
7
- export declare const NumberField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
8
- export declare const MaskedInput: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
9
- export declare const ChoicesSelectField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
10
- export declare const DatePickerField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
11
- export declare const DateTimePickerField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
12
- export declare const BooleanField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
13
- export declare const FileUploadField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
14
- export declare const ArraySelectField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
15
- export declare const AddressField: ComponentStory<(props: FormFieldProps) => React.JSX.Element>;
4
+ export declare const InputField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
5
+ export declare const NumberField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
6
+ export declare const MaskedInput: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
7
+ export declare const ChoicesSelectField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
8
+ export declare const DatePickerField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
9
+ export declare const DateTimePickerField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
10
+ export declare const BooleanField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
11
+ export declare const FileUploadField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
12
+ export declare const ArraySelectField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
13
+ export declare const AddressField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormFieldProps>;
@@ -1,6 +1,4 @@
1
1
  import { FormGroupProps } from '@mui/material';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- import React from 'react';
4
- declare const _default: ComponentMeta<(props: FormGroupProps) => React.JSX.Element>;
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, FormGroupProps>;
5
3
  export default _default;
6
- export declare const FormGroup: ComponentStory<(props: FormGroupProps) => React.JSX.Element>;
4
+ export declare const FormGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormGroupProps>;
@@ -1,6 +1,12 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
1
  import React from 'react';
3
- import { FormHelperTextProps } from '../index';
4
- declare const _default: ComponentMeta<(props: FormHelperTextProps<"p", {}>) => React.JSX.Element>;
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FormHelperTextOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
3
+ ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
4
+ }, "className" | "style" | "classes" | "filled" | "error" | "children" | "disabled" | "focused" | "required" | "sx" | "margin" | "variant"> & {
5
+ component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
6
+ }>;
5
7
  export default _default;
6
- export declare const FormHelperText: ComponentStory<(props: FormHelperTextProps<"p", {}>) => React.JSX.Element>;
8
+ export declare const FormHelperText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FormHelperTextOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
9
+ ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
10
+ }, "className" | "style" | "classes" | "filled" | "error" | "children" | "disabled" | "focused" | "required" | "sx" | "margin" | "variant"> & {
11
+ component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
12
+ }>;
@@ -1,6 +1,12 @@
1
- import { FormLabelProps } from '@mui/material';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
1
  import React from 'react';
4
- declare const _default: ComponentMeta<(props: FormLabelProps<"label", {}>) => React.JSX.Element>;
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FormLabelBaseProps & import("@mui/material").FormLabelOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
3
+ ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
4
+ }, "color" | keyof import("@mui/material/OverridableComponent").CommonProps | "filled" | "error" | "children" | "form" | "htmlFor" | "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" | "disabled" | "focused" | "required" | "sx"> & {
5
+ component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
6
+ }>;
5
7
  export default _default;
6
- export declare const FormLabel: ComponentStory<(props: FormLabelProps<"label", {}>) => React.JSX.Element>;
8
+ export declare const FormLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").FormLabelBaseProps & import("@mui/material").FormLabelOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
9
+ ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
10
+ }, "color" | keyof import("@mui/material/OverridableComponent").CommonProps | "filled" | "error" | "children" | "form" | "htmlFor" | "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" | "disabled" | "focused" | "required" | "sx"> & {
11
+ component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
12
+ }>;
@@ -1,7 +1,70 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import { FormRenderer } from '../components/custom';
3
- declare const _default: ComponentMeta<typeof FormRenderer>;
1
+ import React from 'react';
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
3
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
4
+ hideButtons?: boolean | undefined;
5
+ value?: import("react-hook-form").FieldValues | undefined;
6
+ onSubmit?: ((data: import("react-hook-form").FieldValues) => void) | undefined;
7
+ fieldHeight?: "medium" | "small" | undefined;
8
+ stickyFooter?: boolean | undefined;
9
+ onCancel?: (() => void) | undefined;
10
+ form: import("@evoke-platform/context").EvokeForm;
11
+ instance?: import("../components/custom/FormV2/components/types").Document | import("@evoke-platform/context").ObjectInstance | undefined;
12
+ onChange: (id: string, value: unknown) => void;
13
+ onValidationChange?: ((errors: import("react-hook-form").FieldErrors<import("react-hook-form").FieldValues>) => void) | undefined;
14
+ associatedObject?: {
15
+ instanceId?: string | undefined;
16
+ propertyId?: string | undefined;
17
+ } | undefined;
18
+ }>;
4
19
  export default _default;
5
- export declare const Editable: ComponentStory<typeof FormRenderer>;
6
- export declare const NoButtons: ComponentStory<typeof FormRenderer>;
7
- export declare const DocumentForm: ComponentStory<typeof FormRenderer>;
20
+ export declare const Editable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
21
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
22
+ hideButtons?: boolean | undefined;
23
+ value?: import("react-hook-form").FieldValues | undefined;
24
+ onSubmit?: ((data: import("react-hook-form").FieldValues) => void) | undefined;
25
+ fieldHeight?: "medium" | "small" | undefined;
26
+ stickyFooter?: boolean | undefined;
27
+ onCancel?: (() => void) | undefined;
28
+ form: import("@evoke-platform/context").EvokeForm;
29
+ instance?: import("../components/custom/FormV2/components/types").Document | import("@evoke-platform/context").ObjectInstance | undefined;
30
+ onChange: (id: string, value: unknown) => void;
31
+ onValidationChange?: ((errors: import("react-hook-form").FieldErrors<import("react-hook-form").FieldValues>) => void) | undefined;
32
+ associatedObject?: {
33
+ instanceId?: string | undefined;
34
+ propertyId?: string | undefined;
35
+ } | undefined;
36
+ }>;
37
+ export declare const NoButtons: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
38
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
39
+ hideButtons?: boolean | undefined;
40
+ value?: import("react-hook-form").FieldValues | undefined;
41
+ onSubmit?: ((data: import("react-hook-form").FieldValues) => void) | undefined;
42
+ fieldHeight?: "medium" | "small" | undefined;
43
+ stickyFooter?: boolean | undefined;
44
+ onCancel?: (() => void) | undefined;
45
+ form: import("@evoke-platform/context").EvokeForm;
46
+ instance?: import("../components/custom/FormV2/components/types").Document | import("@evoke-platform/context").ObjectInstance | undefined;
47
+ onChange: (id: string, value: unknown) => void;
48
+ onValidationChange?: ((errors: import("react-hook-form").FieldErrors<import("react-hook-form").FieldValues>) => void) | undefined;
49
+ associatedObject?: {
50
+ instanceId?: string | undefined;
51
+ propertyId?: string | undefined;
52
+ } | undefined;
53
+ }>;
54
+ export declare const DocumentForm: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
55
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
56
+ hideButtons?: boolean | undefined;
57
+ value?: import("react-hook-form").FieldValues | undefined;
58
+ onSubmit?: ((data: import("react-hook-form").FieldValues) => void) | undefined;
59
+ fieldHeight?: "medium" | "small" | undefined;
60
+ stickyFooter?: boolean | undefined;
61
+ onCancel?: (() => void) | undefined;
62
+ form: import("@evoke-platform/context").EvokeForm;
63
+ instance?: import("../components/custom/FormV2/components/types").Document | import("@evoke-platform/context").ObjectInstance | undefined;
64
+ onChange: (id: string, value: unknown) => void;
65
+ onValidationChange?: ((errors: import("react-hook-form").FieldErrors<import("react-hook-form").FieldValues>) => void) | undefined;
66
+ associatedObject?: {
67
+ instanceId?: string | undefined;
68
+ propertyId?: string | undefined;
69
+ } | undefined;
70
+ }>;
@@ -1,7 +1,90 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import { FormRendererContainer } from '../components/custom';
3
- declare const _default: ComponentMeta<typeof FormRendererContainer>;
1
+ import React from 'react';
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
3
+ formId?: string | undefined;
4
+ instanceId?: string | undefined;
5
+ defaultPages?: Record<string, string> | undefined;
6
+ pageNavigation?: string | undefined;
7
+ documentId?: string | undefined;
8
+ dataType?: "documents" | "objectInstances" | undefined;
9
+ display?: {
10
+ fieldHeight?: "medium" | "small" | undefined;
11
+ } | undefined;
12
+ actionId?: string | undefined;
13
+ stickyFooter?: boolean | undefined;
14
+ hideButtons?: boolean | undefined;
15
+ objectId: string;
16
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
17
+ onClose?: (() => void) | undefined;
18
+ onSubmit?: ((submission: Record<string, unknown>) => Promise<void>) | undefined;
19
+ associatedObject?: {
20
+ instanceId?: string | undefined;
21
+ propertyId?: string | undefined;
22
+ } | undefined;
23
+ }>;
4
24
  export default _default;
5
- export declare const Editable: ComponentStory<typeof FormRendererContainer>;
6
- export declare const NoButtons: ComponentStory<typeof FormRendererContainer>;
7
- export declare const DocumentForm: ComponentStory<typeof FormRendererContainer>;
25
+ export declare const Editable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
26
+ formId?: string | undefined;
27
+ instanceId?: string | undefined;
28
+ defaultPages?: Record<string, string> | undefined;
29
+ pageNavigation?: string | undefined;
30
+ documentId?: string | undefined;
31
+ dataType?: "documents" | "objectInstances" | undefined;
32
+ display?: {
33
+ fieldHeight?: "medium" | "small" | undefined;
34
+ } | undefined;
35
+ actionId?: string | undefined;
36
+ stickyFooter?: boolean | undefined;
37
+ hideButtons?: boolean | undefined;
38
+ objectId: string;
39
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
40
+ onClose?: (() => void) | undefined;
41
+ onSubmit?: ((submission: Record<string, unknown>) => Promise<void>) | undefined;
42
+ associatedObject?: {
43
+ instanceId?: string | undefined;
44
+ propertyId?: string | undefined;
45
+ } | undefined;
46
+ }>;
47
+ export declare const NoButtons: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
48
+ formId?: string | undefined;
49
+ instanceId?: string | undefined;
50
+ defaultPages?: Record<string, string> | undefined;
51
+ pageNavigation?: string | undefined;
52
+ documentId?: string | undefined;
53
+ dataType?: "documents" | "objectInstances" | undefined;
54
+ display?: {
55
+ fieldHeight?: "medium" | "small" | undefined;
56
+ } | undefined;
57
+ actionId?: string | undefined;
58
+ stickyFooter?: boolean | undefined;
59
+ hideButtons?: boolean | undefined;
60
+ objectId: string;
61
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
62
+ onClose?: (() => void) | undefined;
63
+ onSubmit?: ((submission: Record<string, unknown>) => Promise<void>) | undefined;
64
+ associatedObject?: {
65
+ instanceId?: string | undefined;
66
+ propertyId?: string | undefined;
67
+ } | undefined;
68
+ }>;
69
+ export declare const DocumentForm: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
70
+ formId?: string | undefined;
71
+ instanceId?: string | undefined;
72
+ defaultPages?: Record<string, string> | undefined;
73
+ pageNavigation?: string | undefined;
74
+ documentId?: string | undefined;
75
+ dataType?: "documents" | "objectInstances" | undefined;
76
+ display?: {
77
+ fieldHeight?: "medium" | "small" | undefined;
78
+ } | undefined;
79
+ actionId?: string | undefined;
80
+ stickyFooter?: boolean | undefined;
81
+ hideButtons?: boolean | undefined;
82
+ objectId: string;
83
+ richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
84
+ onClose?: (() => void) | undefined;
85
+ onSubmit?: ((submission: Record<string, unknown>) => Promise<void>) | undefined;
86
+ associatedObject?: {
87
+ instanceId?: string | undefined;
88
+ propertyId?: string | undefined;
89
+ } | undefined;
90
+ }>;
@@ -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: ComponentMeta<(props: GridProps<"div", {}>) => React.JSX.Element>;
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: ComponentStory<(props: GridProps<"div", {}>) => React.JSX.Element>;
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: ComponentMeta<(props: HistoryLogProps) => React.JSX.Element>;
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: ComponentStory<(props: HistoryLogProps) => React.JSX.Element>;
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: ComponentMeta<(props: IconButtonProps<"button", {}>) => React.JSX.Element>;
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: ComponentStory<(props: IconButtonProps<"button", {}>) => React.JSX.Element>;
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
- import { ComponentMeta, ComponentStory } from '@storybook/react';
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: ComponentStory<(props: LinearProgressProps) => React.JSX.Element>;
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: ComponentMeta<(props: LinkProps<"a", {}>) => React.JSX.Element>;
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: ComponentStory<(props: LinkProps<"a", {}>) => React.JSX.Element>;
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: ComponentMeta<(props: ListProps<"ul", {}>) => React.JSX.Element>;
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: ComponentStory<(props: ListProps<"ul", {}>) => React.JSX.Element>;
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
- import { ComponentMeta, ComponentStory } from '@storybook/react';
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: ComponentStory<(props: MenuProps) => React.JSX.Element>;
4
+ export declare const Menu: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuProps>;
@@ -1,5 +1,4 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import { MenuBar as CustomMenuBar } from '../index';
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: ComponentStory<typeof CustomMenuBar>;
4
+ export declare const MenuBar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuBarProps>;
@@ -1,5 +1,4 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import { MultiSelect as CustomMultiSelect } from '../index';
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: ComponentStory<typeof CustomMultiSelect>;
4
+ export declare const MultiSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MultiSelectProps>;
@@ -1,5 +1,3 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
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: ComponentStory<React.FC<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps>>;
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: ComponentMeta<React.ForwardRefExoticComponent<Omit<import("../components/layout/Box/Box").BoxProps, "ref"> & React.RefAttributes<unknown>>>;
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: ComponentStory<React.ForwardRefExoticComponent<Omit<import("../components/layout/Box/Box").BoxProps, "ref"> & React.RefAttributes<unknown>>>;
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: ComponentMeta<(props: PaperProps<"div", {}>) => React.JSX.Element>;
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: ComponentStory<(props: PaperProps<"div", {}>) => React.JSX.Element>;
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
- import { ComponentMeta, ComponentStory } from '@storybook/react';
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: ComponentStory<(props: RadioGroupProps) => React.JSX.Element>;
4
+ export declare const RadioGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioGroupProps>;
@@ -1,5 +1,4 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import { RepeatableField as CustomRepeatableField } from '../index';
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: ComponentStory<typeof CustomRepeatableField>;
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: Meta<import("@storybook/react").Args>;
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: Story<ResponsiveOverflowProps>;
8
- export declare const WithCustomMoreButton: Story<ResponsiveOverflowProps>;
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: ComponentMeta<(props: RichTextViewerProps) => React.JSX.Element>;
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: ComponentStory<(props: RichTextViewerProps) => React.JSX.Element>;
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: ComponentMeta<(props: SkeletonProps<"span", {}>) => React.JSX.Element>;
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: ComponentStory<(props: SkeletonProps<"span", {}>) => React.JSX.Element>;
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
+ }>;