tp-react-elements-dev 1.12.5 → 1.12.7

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 (68) hide show
  1. package/dist/App.d.ts +2 -2
  2. package/dist/App.test.d.ts +1 -1
  3. package/dist/Utilities/Constants/FormConstants.d.ts +10 -10
  4. package/dist/Utilities/Constants/FunctionConstants.d.ts +61 -0
  5. package/dist/Utilities/Interface/FormInterface.d.ts +69 -70
  6. package/dist/components/DeleteComponent/Delete.stories.d.ts +5 -4
  7. package/dist/components/DeleteComponent/DeleteField.d.ts +7 -7
  8. package/dist/components/Form/Form.stories.d.ts +5 -4
  9. package/dist/components/Form/Form.styles.d.ts +43 -40
  10. package/dist/components/Form/FormActiveSwitch.d.ts +3 -3
  11. package/dist/components/Form/FormConstants.d.ts +13 -13
  12. package/dist/components/Form/FormContainer.d.ts +2 -2
  13. package/dist/components/Form/FormRender.d.ts +3 -3
  14. package/dist/components/Form/FormRenderConstants.d.ts +15 -15
  15. package/dist/components/Form/FormRenderWrapper.d.ts +18 -18
  16. package/dist/components/FormComponents/DatePicker/DateRangePicker.d.ts +7 -7
  17. package/dist/components/FormComponents/DatePicker/DatepickerWrapperV2.d.ts +6 -6
  18. package/dist/components/FormComponents/DatePicker/MonthPicker.d.ts +2 -2
  19. package/dist/components/FormComponents/DatePicker/Monthpickerrender.d.ts +6 -6
  20. package/dist/components/FormComponents/FileUpload/FormRenderFileUpload.d.ts +6 -6
  21. package/dist/components/FormComponents/FileUpload/FormRenderMultiFileUpload.d.ts +6 -6
  22. package/dist/components/FormComponents/FormBottomField/FormBottomField.d.ts +3 -3
  23. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.d.ts +6 -6
  24. package/dist/components/FormComponents/FormCheckBoxGroup/FormCheckBoxGroup.d.ts +6 -6
  25. package/dist/components/FormComponents/FormErrorField/FormErrorField.d.ts +3 -3
  26. package/dist/components/FormComponents/FormNumberField/FormNumberField.d.ts +6 -6
  27. package/dist/components/FormComponents/FormNumberField/FormNumberFieldDecimal.d.ts +6 -6
  28. package/dist/components/FormComponents/FormRadioGroup/FormRadioGroup.d.ts +6 -6
  29. package/dist/components/FormComponents/FormTextAreaField/FormTextAreaField.d.ts +6 -6
  30. package/dist/components/FormComponents/FormTextAreaField/FormTextAreaField.styles.d.ts +3 -3
  31. package/dist/components/FormComponents/FormTextField/FormTextField.d.ts +6 -6
  32. package/dist/components/FormComponents/FormTextField/FormTextField.styles.d.ts +5 -5
  33. package/dist/components/FormComponents/HelperText/HelperText.d.ts +3 -3
  34. package/dist/components/FormComponents/PasswordField/PasswordField.d.ts +6 -6
  35. package/dist/components/FormComponents/RichTextEditor/RichTextEditor.d.ts +5 -5
  36. package/dist/components/FormComponents/RichTextEditor/RichTextEditorWrapper.d.ts +6 -6
  37. package/dist/components/FormComponents/RichTextEditor/jodit.index.d.ts +17 -17
  38. package/dist/components/FormComponents/Select/MultiSelect.d.ts +2 -2
  39. package/dist/components/FormComponents/Select/MultiSelectv1.d.ts +5 -5
  40. package/dist/components/FormComponents/Select/SingleSelect.d.ts +6 -6
  41. package/dist/components/FormComponents/Select/SingleSelectNonAutoComplete.d.ts +6 -6
  42. package/dist/components/FormComponents/Select/SingleSelectSearchApi.d.ts +2 -2
  43. package/dist/components/FormComponents/TimePicker/TimePicker.d.ts +5 -5
  44. package/dist/components/FormComponents/YearPickerField/YearPickerField.d.ts +2 -2
  45. package/dist/components/Global.styles.d.ts +34 -35
  46. package/dist/components/ModalField/ConfirmationDialog.d.ts +11 -11
  47. package/dist/components/ModalField/ModalField.d.ts +17 -18
  48. package/dist/components/SelectField/MultiSelectFieldComponent.d.ts +11 -11
  49. package/dist/components/SessionTimeOut/SessionTimeOut.d.ts +10 -10
  50. package/dist/components/SessionTimeOut/SessionTimeOut.stories.d.ts +5 -4
  51. package/dist/components/TimePickerField/TimePickerField.d.ts +1 -1
  52. package/dist/components/index.d.ts +10 -10
  53. package/dist/index.d.ts +36 -22
  54. package/dist/index.esm.js +37 -1574
  55. package/dist/index.js +34 -1617
  56. package/dist/material-ui.css +1 -0
  57. package/dist/material-ui.d.ts +2 -0
  58. package/dist/material-ui.esm.css +1 -0
  59. package/dist/material-ui.esm.js +3 -0
  60. package/dist/material-ui.js +20 -0
  61. package/dist/mui-x-date-datepicker.d.ts +1 -0
  62. package/dist/redux-toolkit.d.ts +1 -0
  63. package/dist/reportWebVitals.d.ts +3 -3
  64. package/dist/setupTests.d.ts +1 -1
  65. package/dist/styles/theme.d.ts +9 -9
  66. package/dist/tanstack-react-query.d.ts +1 -0
  67. package/dist/theme.d.ts +10 -10
  68. package/package.json +12 -25
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const Monthpickerrender: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default Monthpickerrender;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const Monthpickerrender: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default Monthpickerrender;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormRenderFileUpload: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormRenderFileUpload;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormRenderFileUpload: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormRenderFileUpload;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormRenderMultiFileUpload: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormRenderMultiFileUpload;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormRenderMultiFileUpload: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormRenderMultiFileUpload;
@@ -1,3 +1,3 @@
1
- import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormBottomField: (props: FormRenderProps) => import("react/jsx-runtime").JSX.Element;
3
- export default FormBottomField;
1
+ import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormBottomField: (props: FormRenderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FormBottomField;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormCheckBox: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormCheckBox;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormCheckBox: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormCheckBox;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormCheckBoxGroup: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormCheckBoxGroup;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormCheckBoxGroup: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormCheckBoxGroup;
@@ -1,3 +1,3 @@
1
- import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormErrorField: (props: FormRenderProps) => import("react/jsx-runtime").JSX.Element;
3
- export default FormErrorField;
1
+ import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormErrorField: (props: FormRenderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FormErrorField;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormNumberField: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormNumberField;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormNumberField: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormNumberField;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormNumberFieldDecimal: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormNumberFieldDecimal;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormNumberFieldDecimal: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormNumberFieldDecimal;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormRadioGroup: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormRadioGroup;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormRadioGroup: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormRadioGroup;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormTextAreaField: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormTextAreaField;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormTextAreaField: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormTextAreaField;
@@ -1,3 +1,3 @@
1
- export declare const TextAreaField: import("@emotion/styled").StyledComponent<{
2
- variant?: import("@mui/material").TextFieldVariants | undefined;
3
- } & Omit<import("@mui/material").StandardTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").FilledTextFieldProps, "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
1
+ export declare const TextAreaField: import("@emotion/styled").StyledComponent<{
2
+ variant?: import("@mui/material").TextFieldVariants | undefined;
3
+ } & Omit<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps, "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const FormTextField: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default FormTextField;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const FormTextField: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormTextField;
@@ -1,5 +1,5 @@
1
- export declare const FormTextFieldComponent: import("@emotion/styled").StyledComponent<{
2
- variant?: import("@mui/material").TextFieldVariants | undefined;
3
- } & Omit<import("@mui/material").StandardTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").FilledTextFieldProps, "variant"> & {
4
- theme?: import("@emotion/react").Theme | undefined;
5
- }, {}, {}>;
1
+ export declare const FormTextFieldComponent: import("@emotion/styled").StyledComponent<{
2
+ variant?: import("@mui/material").TextFieldVariants | undefined;
3
+ } & Omit<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps, "variant"> & {
4
+ theme?: import("@emotion/react").Theme;
5
+ }, {}, {}>;
@@ -1,3 +1,3 @@
1
- import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const HelperText: (props: FormRenderProps) => import("react/jsx-runtime").JSX.Element;
3
- export default HelperText;
1
+ import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const HelperText: (props: FormRenderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default HelperText;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const PasswordField: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default PasswordField;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const PasswordField: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default PasswordField;
@@ -1,5 +1,5 @@
1
- import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const RichTextEditor: ({ props }: {
3
- props: FormRenderProps;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default RichTextEditor;
1
+ import { FormRenderProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const RichTextEditor: ({ props }: {
3
+ props: FormRenderProps;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default RichTextEditor;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const RichTextEditorWrapper: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default RichTextEditorWrapper;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const RichTextEditorWrapper: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default RichTextEditorWrapper;
@@ -1,17 +1,17 @@
1
- import JoditEditor from "jodit-react";
2
- import { Jodit } from "jodit";
3
- export interface IJoditEditorProps {
4
- value?: string;
5
- config?: any;
6
- tabIndex?: any;
7
- onBlur?: (content: string) => void;
8
- onChange?: (content: string) => void;
9
- }
10
- declare module 'jodit' {
11
- interface Jodit {
12
- getHTML(): string;
13
- setHTML(html: string): void;
14
- }
15
- }
16
- export default JoditEditor;
17
- export { Jodit };
1
+ import JoditEditor from "jodit-react";
2
+ import { Jodit } from "jodit";
3
+ export interface IJoditEditorProps {
4
+ value?: string;
5
+ config?: any;
6
+ tabIndex?: any;
7
+ onBlur?: (content: string) => void;
8
+ onChange?: (content: string) => void;
9
+ }
10
+ declare module 'jodit' {
11
+ interface Jodit {
12
+ getHTML(): string;
13
+ setHTML(html: string): void;
14
+ }
15
+ }
16
+ export default JoditEditor;
17
+ export { Jodit };
@@ -1,2 +1,2 @@
1
- declare const MultiSelect: () => import("react/jsx-runtime").JSX.Element;
2
- export default MultiSelect;
1
+ declare const MultiSelect: () => import("react/jsx-runtime").JSX.Element;
2
+ export default MultiSelect;
@@ -1,5 +1,5 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- export default function MultiSelectV1({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }): import("react/jsx-runtime").JSX.Element;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ export default function MultiSelectV1({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const SingleSelect: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default SingleSelect;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const SingleSelect: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SingleSelect;
@@ -1,6 +1,6 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- declare const SingleSelectNonAutoComplete: ({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default SingleSelectNonAutoComplete;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ declare const SingleSelectNonAutoComplete: ({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SingleSelectNonAutoComplete;
@@ -1,2 +1,2 @@
1
- declare const SingleSelectSearchApi: () => import("react/jsx-runtime").JSX.Element;
2
- export default SingleSelectSearchApi;
1
+ declare const SingleSelectSearchApi: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SingleSelectSearchApi;
@@ -1,5 +1,5 @@
1
- import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
- export default function TimePickerFieldWrapper({ props, variant, }: {
3
- props: FormRenderProps;
4
- variant: VariantProps;
5
- }): import("react/jsx-runtime").JSX.Element;
1
+ import { FormRenderProps, VariantProps } from "../../../Utilities/Interface/FormInterface";
2
+ export default function TimePickerFieldWrapper({ props, variant, }: {
3
+ props: FormRenderProps;
4
+ variant: VariantProps;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- declare const YearPickerField: () => import("react/jsx-runtime").JSX.Element;
2
- export default YearPickerField;
1
+ declare const YearPickerField: () => import("react/jsx-runtime").JSX.Element;
2
+ export default YearPickerField;
@@ -1,35 +1,34 @@
1
- /// <reference types="react" />
2
- export declare const AddButtonFloat: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
4
- }, "children" | "color" | "className" | "style" | "variant" | "sx" | "tabIndex" | "href" | "disabled" | "action" | "size" | "classes" | "fullWidth" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & {
5
- theme?: import("@emotion/react").Theme | undefined;
6
- }, {}, {}>;
7
- export declare const SubmitButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
8
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
9
- }, "children" | "color" | "className" | "style" | "variant" | "sx" | "tabIndex" | "href" | "disabled" | "action" | "size" | "classes" | "fullWidth" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & {
10
- theme?: import("@emotion/react").Theme | undefined;
11
- }, {}, {}>;
12
- export declare const CancelButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
13
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
14
- }, "children" | "color" | "className" | "style" | "variant" | "sx" | "tabIndex" | "href" | "disabled" | "action" | "size" | "classes" | "fullWidth" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & {
15
- theme?: import("@emotion/react").Theme | undefined;
16
- }, {}, {}>;
17
- export declare const SaveAsDraftButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
18
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
19
- }, "children" | "color" | "className" | "style" | "variant" | "sx" | "tabIndex" | "href" | "disabled" | "action" | "size" | "classes" | "fullWidth" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & {
20
- theme?: import("@emotion/react").Theme | undefined;
21
- }, {}, {}>;
22
- export declare const PageHeader: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
23
- ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
24
- }, "children" | "paragraph" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "className" | "style" | "variant" | "sx" | "align" | "classes" | "gutterBottom" | "noWrap" | "variantMapping"> & {
25
- theme?: import("@emotion/react").Theme | undefined;
26
- }, {}, {}>;
27
- export declare const ReportsItem: import("@emotion/styled").StyledComponent<any, {}, {}>;
28
- export declare const DialogContainer: import("@emotion/styled").StyledComponent<import("@mui/material").DialogProps & {
29
- theme?: import("@emotion/react").Theme | undefined;
30
- }, {}, {}>;
31
- export declare const DialogTitleWrapper: import("@emotion/styled").StyledComponent<import("@mui/material").DialogTitleOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
32
- ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
33
- }, "children" | "paragraph" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "className" | "style" | "variant" | "sx" | "align" | "classes" | "gutterBottom" | "noWrap" | "variantMapping"> & {
34
- theme?: import("@emotion/react").Theme | undefined;
35
- }, {}, {}>;
1
+ export declare const AddButtonFloat: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
2
+ ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "href" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loading" | "loadingIndicator" | "loadingPosition" | "size" | "startIcon" | "variant"> & {
4
+ theme?: import("@emotion/react").Theme;
5
+ }, {}, {}>;
6
+ export declare const SubmitButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
7
+ ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
8
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "href" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loading" | "loadingIndicator" | "loadingPosition" | "size" | "startIcon" | "variant"> & {
9
+ theme?: import("@emotion/react").Theme;
10
+ }, {}, {}>;
11
+ export declare const CancelButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
12
+ ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
13
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "href" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loading" | "loadingIndicator" | "loadingPosition" | "size" | "startIcon" | "variant"> & {
14
+ theme?: import("@emotion/react").Theme;
15
+ }, {}, {}>;
16
+ export declare const SaveAsDraftButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
17
+ ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
18
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "href" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loading" | "loadingIndicator" | "loadingPosition" | "size" | "startIcon" | "variant"> & {
19
+ theme?: import("@emotion/react").Theme;
20
+ }, {}, {}>;
21
+ export declare const PageHeader: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
22
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
23
+ }, "p" | "style" | "className" | "classes" | "children" | "sx" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
24
+ theme?: import("@emotion/react").Theme;
25
+ }, {}, {}>;
26
+ export declare const ReportsItem: import("@emotion/styled").StyledComponent<any, {}, {}>;
27
+ export declare const DialogContainer: import("@emotion/styled").StyledComponent<import("@mui/material").DialogProps & {
28
+ theme?: import("@emotion/react").Theme;
29
+ }, {}, {}>;
30
+ export declare const DialogTitleWrapper: import("@emotion/styled").StyledComponent<import("@mui/material").DialogTitleOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
31
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
32
+ }, "p" | "style" | "className" | "classes" | "children" | "sx" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
33
+ theme?: import("@emotion/react").Theme;
34
+ }, {}, {}>;
@@ -1,11 +1,11 @@
1
- export interface ConfirmationDialogProps {
2
- openConfirmDialog: boolean;
3
- handleCancel: () => void;
4
- onClickSubmit: () => void;
5
- text: string;
6
- Submit?: string;
7
- Cancel?: string;
8
- buttonStyleProps?: any;
9
- }
10
- declare const ConfirmationDialog: ({ openConfirmDialog, handleCancel, onClickSubmit, text, Submit, Cancel, buttonStyleProps }: ConfirmationDialogProps) => import("react/jsx-runtime").JSX.Element;
11
- export default ConfirmationDialog;
1
+ export interface ConfirmationDialogProps {
2
+ openConfirmDialog: boolean;
3
+ handleCancel: () => void;
4
+ onClickSubmit: () => void;
5
+ text: string;
6
+ Submit?: string;
7
+ Cancel?: string;
8
+ buttonStyleProps?: any;
9
+ }
10
+ declare const ConfirmationDialog: ({ openConfirmDialog, handleCancel, onClickSubmit, text, Submit, Cancel, buttonStyleProps }: ConfirmationDialogProps) => import("react/jsx-runtime").JSX.Element;
11
+ export default ConfirmationDialog;
@@ -1,18 +1,17 @@
1
- /// <reference types="react" />
2
- interface ViewModal {
3
- openModal: boolean;
4
- name: string;
5
- handleSubmit: () => void;
6
- handleCancel: () => void;
7
- handleSaveButton?: () => void;
8
- content: JSX.Element;
9
- width?: string;
10
- Transition?: "Slide" | "";
11
- Type?: "Submit" | "";
12
- styles?: any;
13
- SubmitButtonName?: string;
14
- saveButton?: boolean;
15
- submitButton?: boolean;
16
- }
17
- declare const ModalField: ({ name, openModal, handleCancel, content, width, Transition, handleSubmit, styles, saveButton: isSaveButton, submitButton, handleSaveButton, SubmitButtonName, }: ViewModal) => import("react/jsx-runtime").JSX.Element;
18
- export default ModalField;
1
+ interface ViewModal {
2
+ openModal: boolean;
3
+ name: string;
4
+ handleSubmit: () => void;
5
+ handleCancel: () => void;
6
+ handleSaveButton?: () => void;
7
+ content: JSX.Element;
8
+ width?: string;
9
+ Transition?: "Slide" | "";
10
+ Type?: "Submit" | "";
11
+ styles?: any;
12
+ SubmitButtonName?: string;
13
+ saveButton?: boolean;
14
+ submitButton?: boolean;
15
+ }
16
+ declare const ModalField: ({ name, openModal, handleCancel, content, width, Transition, handleSubmit, styles, saveButton: isSaveButton, submitButton, handleSaveButton, SubmitButtonName, }: ViewModal) => import("react/jsx-runtime").JSX.Element;
17
+ export default ModalField;
@@ -1,11 +1,11 @@
1
- interface MultiSelectProps {
2
- value: string;
3
- options: {
4
- value: number | string;
5
- label: string;
6
- }[];
7
- onChangeFn: (e: any) => void;
8
- disable?: boolean;
9
- }
10
- export default function MultiSelectFieldComponent({ value, options, onChangeFn, disable, }: MultiSelectProps): import("react/jsx-runtime").JSX.Element;
11
- export {};
1
+ interface MultiSelectProps {
2
+ value: string;
3
+ options: {
4
+ value: number | string;
5
+ label: string;
6
+ }[];
7
+ onChangeFn: (e: any) => void;
8
+ disable?: boolean;
9
+ }
10
+ export default function MultiSelectFieldComponent({ value, options, onChangeFn, disable, }: MultiSelectProps): import("react/jsx-runtime").JSX.Element;
11
+ export {};
@@ -1,10 +1,10 @@
1
- export interface SessionTimeOutProps {
2
- sessionTime: string;
3
- handleSubmitSession: () => void;
4
- onSessionExpire: () => void;
5
- handleSessionCancel: () => void;
6
- SubmitButtonName?: string;
7
- buttonStyleProps?: any;
8
- }
9
- declare const SessionTimeOut: ({ sessionTime, handleSubmitSession, onSessionExpire, handleSessionCancel, SubmitButtonName, buttonStyleProps }: SessionTimeOutProps) => import("react/jsx-runtime").JSX.Element;
10
- export default SessionTimeOut;
1
+ export interface SessionTimeOutProps {
2
+ sessionTime: string;
3
+ handleSubmitSession: () => void;
4
+ onSessionExpire: () => void;
5
+ handleSessionCancel: () => void;
6
+ SubmitButtonName?: string;
7
+ buttonStyleProps?: any;
8
+ }
9
+ declare const SessionTimeOut: ({ sessionTime, handleSubmitSession, onSessionExpire, handleSessionCancel, SubmitButtonName, buttonStyleProps }: SessionTimeOutProps) => import("react/jsx-runtime").JSX.Element;
10
+ export default SessionTimeOut;
@@ -1,4 +1,5 @@
1
- import { SessionTimeOutProps } from './SessionTimeOut';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-bf5e6555").R, import("@storybook/types").Args>;
3
- export default _default;
4
- export declare const SessionTimeOutField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-bf5e6555").R, SessionTimeOutProps>;
1
+ import { Meta } from '@storybook/react/types-6-0';
2
+ import { SessionTimeOutProps } from './SessionTimeOut';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const SessionTimeOutField: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactRenderer, SessionTimeOutProps>;
@@ -1 +1 @@
1
- export default function TimePickerField(): import("react/jsx-runtime").JSX.Element;
1
+ export default function TimePickerField(): import("react/jsx-runtime").JSX.Element;