@evoke-platform/ui-components 1.9.0-dev.0 → 1.9.0-testing.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/stories/Accordion.stories.d.ts +4 -36
- package/dist/published/stories/Alert.stories.d.ts +4 -2
- package/dist/published/stories/AlertTitle.stories.d.ts +4 -2
- package/dist/published/stories/Appbar.stories.d.ts +3 -10
- package/dist/published/stories/Autocomplete.stories.d.ts +4 -22
- package/dist/published/stories/Avatar.stories.d.ts +3 -16
- package/dist/published/stories/Backdrop.stories.d.ts +4 -10
- package/dist/published/stories/Badge.stories.d.ts +4 -10
- package/dist/published/stories/Box.stories.d.ts +3 -2
- package/dist/published/stories/Breadcrumbs.stories.d.ts +4 -10
- package/dist/published/stories/BuilderGrid.stories.d.ts +5 -54
- package/dist/published/stories/Button.stories.d.ts +4 -10
- package/dist/published/stories/ButtonGroup.stories.d.ts +4 -10
- package/dist/published/stories/Card.stories.d.ts +4 -10
- package/dist/published/stories/Checkbox.stories.d.ts +4 -2
- package/dist/published/stories/Chip.stories.d.ts +4 -10
- package/dist/published/stories/CircularProgress.stories.d.ts +4 -2
- package/dist/published/stories/Collapse.stories.d.ts +4 -2
- package/dist/published/stories/Container.stories.d.ts +4 -10
- package/dist/published/stories/CriteriaBuilder.stories.d.ts +8 -6
- package/dist/published/stories/DataGrid.stories.d.ts +4 -40
- package/dist/published/stories/DatePicker.stories.d.ts +4 -7
- package/dist/published/stories/Dialog.stories.d.ts +4 -2
- package/dist/published/stories/Divider.stories.d.ts +4 -10
- package/dist/published/stories/Drawer.stories.d.ts +4 -2
- package/dist/published/stories/Form.stories.d.ts +5 -4
- package/dist/published/stories/FormControl.stories.d.ts +4 -10
- package/dist/published/stories/FormControlLabel.stories.d.ts +4 -2
- package/dist/published/stories/FormField.stories.d.ts +13 -11
- package/dist/published/stories/FormGroup.stories.d.ts +4 -2
- package/dist/published/stories/FormHelperText.stories.d.ts +4 -10
- package/dist/published/stories/FormLabel.stories.d.ts +4 -10
- package/dist/published/stories/FormRenderer.stories.d.ts +6 -69
- package/dist/published/stories/FormRendererContainer.stories.d.ts +7 -111
- package/dist/published/stories/Grid.stories.d.ts +4 -10
- package/dist/published/stories/HistoryLog.stories.d.ts +4 -2
- package/dist/published/stories/IconButton.stories.d.ts +4 -10
- package/dist/published/stories/LinearProgress.stories.d.ts +4 -2
- package/dist/published/stories/Link.stories.d.ts +4 -10
- package/dist/published/stories/List.stories.d.ts +4 -10
- package/dist/published/stories/Menu.stories.d.ts +4 -2
- package/dist/published/stories/MenuBar.stories.d.ts +4 -3
- package/dist/published/stories/MultiSelect.stories.d.ts +4 -3
- package/dist/published/stories/OverflowTextField.stories.d.ts +4 -2
- package/dist/published/stories/Palette.stories.d.ts +3 -2
- package/dist/published/stories/Paper.stories.d.ts +4 -10
- package/dist/published/stories/RadioGroup.stories.d.ts +4 -2
- package/dist/published/stories/RepeatableField.stories.d.ts +4 -3
- package/dist/published/stories/ResponsiveOverflow.stories.d.ts +4 -3
- package/dist/published/stories/RichTextViewer.stories.d.ts +4 -2
- package/dist/published/stories/Skeleton.stories.d.ts +4 -10
- package/dist/published/stories/Snackbar.stories.d.ts +3 -9
- package/dist/published/stories/Stack.stories.d.ts +4 -10
- package/dist/published/stories/StaticDatePicker.stories.d.ts +5 -10
- package/dist/published/stories/Stepper.stories.d.ts +6 -12
- package/dist/published/stories/Switch.stories.d.ts +4 -2
- package/dist/published/stories/Table.stories.d.ts +4 -10
- package/dist/published/stories/Tabs.stories.d.ts +4 -10
- package/dist/published/stories/TextField.stories.d.ts +8 -6
- package/dist/published/stories/TimePicker.stories.d.ts +7 -2
- package/dist/published/stories/TimePickerSelect.stories.d.ts +6 -4
- package/dist/published/stories/ToggleButton.stories.d.ts +4 -10
- package/dist/published/stories/Typography.stories.d.ts +4 -2
- package/package.json +16 -16
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import { Form } from '../index';
|
|
3
|
+
declare const _default: ComponentMeta<typeof Form>;
|
|
3
4
|
export default _default;
|
|
4
|
-
export declare const FormWithButtons:
|
|
5
|
-
export declare const FormWithNoButtons:
|
|
5
|
+
export declare const FormWithButtons: ComponentStory<typeof Form>;
|
|
6
|
+
export declare const FormWithNoButtons: ComponentStory<typeof Form>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { FormControlProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
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
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: FormControlProps<"div", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const FormControl:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const FormControl: ComponentStory<(props: FormControlProps<"div", {}>) => React.JSX.Element>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { FormControlLabelProps } from '@mui/material';
|
|
2
|
-
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
declare const _default: ComponentMeta<(props: FormControlLabelProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const FormControlLabel:
|
|
6
|
+
export declare const FormControlLabel: ComponentStory<(props: FormControlLabelProps) => React.JSX.Element>;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
1
3
|
import { FormFieldProps } from '../components/custom/FormField/FormField';
|
|
2
|
-
declare const _default:
|
|
4
|
+
declare const _default: ComponentMeta<(props: FormFieldProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const InputField:
|
|
5
|
-
export declare const NumberField:
|
|
6
|
-
export declare const MaskedInput:
|
|
7
|
-
export declare const ChoicesSelectField:
|
|
8
|
-
export declare const DatePickerField:
|
|
9
|
-
export declare const DateTimePickerField:
|
|
10
|
-
export declare const BooleanField:
|
|
11
|
-
export declare const FileUploadField:
|
|
12
|
-
export declare const ArraySelectField:
|
|
13
|
-
export declare const AddressField:
|
|
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>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { FormGroupProps } from '@mui/material';
|
|
2
|
-
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
declare const _default: ComponentMeta<(props: FormGroupProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const FormGroup:
|
|
6
|
+
export declare const FormGroup: ComponentStory<(props: FormGroupProps) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
2
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, "className" | "style" | "classes" | "filled" | "error" | "children" | "disabled" | "focused" | "required" | "sx" | "margin" | "variant"> & {
|
|
5
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}>;
|
|
3
|
+
import { FormHelperTextProps } from '../index';
|
|
4
|
+
declare const _default: ComponentMeta<(props: FormHelperTextProps<"p", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const FormHelperText:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const FormHelperText: ComponentStory<(props: FormHelperTextProps<"p", {}>) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { FormLabelProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
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
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: FormLabelProps<"label", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const FormLabel:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const FormLabel: ComponentStory<(props: FormLabelProps<"label", {}>) => React.JSX.Element>;
|
|
@@ -1,70 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
}>;
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import { FormRenderer } from '../components/custom';
|
|
3
|
+
declare const _default: ComponentMeta<typeof FormRenderer>;
|
|
19
4
|
export default _default;
|
|
20
|
-
export declare const Editable:
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
}>;
|
|
5
|
+
export declare const Editable: ComponentStory<typeof FormRenderer>;
|
|
6
|
+
export declare const NoButtons: ComponentStory<typeof FormRenderer>;
|
|
7
|
+
export declare const DocumentForm: ComponentStory<typeof FormRenderer>;
|
|
@@ -1,112 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
}>;
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import { FormRendererContainer } from '../components/custom';
|
|
3
|
+
declare const _default: ComponentMeta<typeof FormRendererContainer>;
|
|
24
4
|
export default _default;
|
|
25
|
-
export declare const Editable:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
}>;
|
|
91
|
-
export declare const FormWithSections: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormV2/components/types").BaseProps & {
|
|
92
|
-
formId?: string | undefined;
|
|
93
|
-
instanceId?: string | undefined;
|
|
94
|
-
defaultPages?: Record<string, string> | undefined;
|
|
95
|
-
pageNavigation?: string | undefined;
|
|
96
|
-
documentId?: string | undefined;
|
|
97
|
-
dataType?: "documents" | "objectInstances" | undefined;
|
|
98
|
-
display?: {
|
|
99
|
-
fieldHeight?: "medium" | "small" | undefined;
|
|
100
|
-
} | undefined;
|
|
101
|
-
actionId?: string | undefined;
|
|
102
|
-
stickyFooter?: boolean | undefined;
|
|
103
|
-
hideButtons?: boolean | undefined;
|
|
104
|
-
objectId: string;
|
|
105
|
-
richTextEditor?: React.ComponentType<import("../components/custom/FormV2/components/types").SimpleEditorProps> | undefined;
|
|
106
|
-
onClose?: (() => void) | undefined;
|
|
107
|
-
onSubmit?: ((submission: Record<string, unknown>) => Promise<void>) | undefined;
|
|
108
|
-
associatedObject?: {
|
|
109
|
-
instanceId?: string | undefined;
|
|
110
|
-
propertyId?: string | undefined;
|
|
111
|
-
} | undefined;
|
|
112
|
-
}>;
|
|
5
|
+
export declare const Editable: ComponentStory<typeof FormRendererContainer>;
|
|
6
|
+
export declare const NoButtons: ComponentStory<typeof FormRendererContainer>;
|
|
7
|
+
export declare const DocumentForm: ComponentStory<typeof FormRendererContainer>;
|
|
8
|
+
export declare const FormWithSections: ComponentStory<typeof FormRendererContainer>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { GridProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
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
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: GridProps<"div", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const Grid:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const Grid: ComponentStory<(props: GridProps<"div", {}>) => React.JSX.Element>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
1
3
|
import { HistoryLogProps } from '../components/custom/HistoryLog';
|
|
2
|
-
declare const _default:
|
|
4
|
+
declare const _default: ComponentMeta<(props: HistoryLogProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const HistoryLog:
|
|
6
|
+
export declare const HistoryLog: ComponentStory<(props: HistoryLogProps) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { IconButtonProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
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
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: IconButtonProps<"button", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const IconButton:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const IconButton: ComponentStory<(props: IconButtonProps<"button", {}>) => React.JSX.Element>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { LinearProgressProps } from '@mui/material';
|
|
2
|
-
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
declare const _default: ComponentMeta<(props: LinearProgressProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const LinearProgress:
|
|
6
|
+
export declare const LinearProgress: ComponentStory<(props: LinearProgressProps) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { LinkProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
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
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: LinkProps<"a", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const Link:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const Link: ComponentStory<(props: LinkProps<"a", {}>) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { ListProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
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
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: ListProps<"ul", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const List:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const List: ComponentStory<(props: ListProps<"ul", {}>) => React.JSX.Element>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { MenuProps } from '@mui/material';
|
|
2
|
-
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
declare const _default: ComponentMeta<(props: MenuProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const Menu:
|
|
6
|
+
export declare const Menu: ComponentStory<(props: MenuProps) => React.JSX.Element>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import { MenuBar as CustomMenuBar } from '../index';
|
|
3
|
+
declare const _default: ComponentMeta<typeof CustomMenuBar>;
|
|
3
4
|
export default _default;
|
|
4
|
-
export declare const MenuBar:
|
|
5
|
+
export declare const MenuBar: ComponentStory<typeof CustomMenuBar>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import { MultiSelect as CustomMultiSelect } from '../index';
|
|
3
|
+
declare const _default: ComponentMeta<typeof CustomMultiSelect>;
|
|
3
4
|
export default _default;
|
|
4
|
-
export declare const MultiSelect:
|
|
5
|
+
export declare const MultiSelect: ComponentStory<typeof CustomMultiSelect>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
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>>;
|
|
2
4
|
export default _default;
|
|
3
|
-
export declare const OverflowTextField:
|
|
5
|
+
export declare const OverflowTextField: ComponentStory<React.FC<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps>>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
2
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Omit<import("../components/layout/Box/Box").BoxProps, "ref"> & React.RefAttributes<unknown>>>;
|
|
3
4
|
export default _default;
|
|
4
|
-
export declare const Palette:
|
|
5
|
+
export declare const Palette: ComponentStory<React.ForwardRefExoticComponent<Omit<import("../components/layout/Box/Box").BoxProps, "ref"> & React.RefAttributes<unknown>>>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { PaperProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
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
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: PaperProps<"div", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const Paper:
|
|
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
|
-
}>;
|
|
6
|
+
export declare const Paper: ComponentStory<(props: PaperProps<"div", {}>) => React.JSX.Element>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { RadioGroupProps } from '@mui/material';
|
|
2
|
-
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
declare const _default: ComponentMeta<(props: RadioGroupProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const RadioGroup:
|
|
6
|
+
export declare const RadioGroup: ComponentStory<(props: RadioGroupProps) => React.JSX.Element>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import { RepeatableField as CustomRepeatableField } from '../index';
|
|
3
|
+
declare const _default: ComponentMeta<typeof CustomRepeatableField>;
|
|
3
4
|
export default _default;
|
|
4
|
-
export declare const RepeatableField:
|
|
5
|
+
export declare const RepeatableField: ComponentStory<typeof CustomRepeatableField>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { Meta, Story } from '@storybook/react';
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import { ResponsiveOverflowProps } from '../components/custom/ResponsiveOverflow';
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const ResizableDemo: () => React.JSX.Element;
|
|
6
|
-
export declare const WithLinks:
|
|
7
|
-
export declare const WithCustomMoreButton:
|
|
7
|
+
export declare const WithLinks: Story<ResponsiveOverflowProps>;
|
|
8
|
+
export declare const WithCustomMoreButton: Story<ResponsiveOverflowProps>;
|