@smart-factor/gem-ui-components 0.0.94 → 0.0.96

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 (188) hide show
  1. package/dist/Drawer-CldXrceX.js +2112 -0
  2. package/dist/SignEditor.js +14341 -14325
  3. package/dist/Stack-CU3sSZaK.js +6619 -0
  4. package/dist/Tree-zB7xEw6c.js +2895 -0
  5. package/dist/components/AccordionSummary/AccordionSummary.d.ts +1 -0
  6. package/dist/components/AccordionSummary/AccordionSummary.stories.d.ts +1 -0
  7. package/dist/components/AccordionSummary/AccordionSummary.styles.d.ts +4 -3
  8. package/dist/components/Button/Button.d.ts +1 -0
  9. package/dist/components/Button/Button.stories.d.ts +1 -0
  10. package/dist/components/Button/Button.styles.d.ts +4 -3
  11. package/dist/components/Button/ButtonAdd.d.ts +1 -0
  12. package/dist/components/ButtonPreviewAttachment/ButtonPreviewAttachment.d.ts +1 -0
  13. package/dist/components/ButtonPreviewAttachment/ButtonPreviewAttachment.stories.d.ts +1 -0
  14. package/dist/components/ButtonWithIcon/ButtonWithIcon.d.ts +1 -0
  15. package/dist/components/ButtonWithIcon/ButtonWithIcon.stories.d.ts +1 -0
  16. package/dist/components/Dialog/Dialog.d.ts +1 -0
  17. package/dist/components/Dialog/Dialog.stories.d.ts +2 -1
  18. package/dist/components/Dialog/Dialog.styles.d.ts +6 -5
  19. package/dist/components/Dialog/types.d.ts +1 -0
  20. package/dist/components/Dialogs/ConfirmDialog/ConfirmDialog.d.ts +1 -0
  21. package/dist/components/Dialogs/ConfirmDialog/ConfirmDialog.styles.d.ts +1 -0
  22. package/dist/components/Dialogs/EditDialog/EditDialog.d.ts +1 -0
  23. package/dist/components/Dialogs/EditDialog/EditDialog.styles.d.ts +1 -0
  24. package/dist/components/Drawer/Drawer.d.ts +1 -0
  25. package/dist/components/Drawer/Drawer.stories.d.ts +1 -0
  26. package/dist/components/Drawer/DrawerContent.d.ts +1 -0
  27. package/dist/components/Drawer/DrawerFooter.d.ts +1 -0
  28. package/dist/components/Drawer/DrawerHeader.d.ts +1 -0
  29. package/dist/components/Drawer/index.js +1 -1
  30. package/dist/components/Dropzone/Dropzone.stories.d.ts +1 -0
  31. package/dist/components/Dropzone/Dropzone.styles.d.ts +5 -4
  32. package/dist/components/Dropzone/DropzoneField.d.ts +1 -0
  33. package/dist/components/ElementsPicker/ElementsPicker.d.ts +1 -0
  34. package/dist/components/ElementsPicker/ElementsPicker.stories.d.ts +1 -0
  35. package/dist/components/ElementsPicker/ElementsPickerElement.d.ts +1 -0
  36. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.d.ts +1 -0
  37. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.stories.d.ts +1 -0
  38. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.styles.d.ts +2 -1
  39. package/dist/components/FormComponents/Autocomplete/Autocomplete.d.ts +1 -0
  40. package/dist/components/FormComponents/Autocomplete/Autocomplete.stories.d.ts +1 -0
  41. package/dist/components/FormComponents/Autocomplete/Autocomplete.styles.d.ts +1 -0
  42. package/dist/components/FormComponents/Autocomplete/types.d.ts +1 -0
  43. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.d.ts +1 -0
  44. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.stories.d.ts +1 -0
  45. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.styles.d.ts +2 -1
  46. package/dist/components/FormComponents/ContextualSearch/ContextualSearchControlled.d.ts +1 -0
  47. package/dist/components/FormComponents/ContextualSearch/ContextualSearchListListbox.d.ts +1 -0
  48. package/dist/components/FormComponents/ContextualSearch/mock.d.ts +1 -0
  49. package/dist/components/FormComponents/DatePicker/DatePicker.d.ts +1 -0
  50. package/dist/components/FormComponents/DatePicker/DatePicker.stories.d.ts +1 -0
  51. package/dist/components/FormComponents/DatePicker/DatePicker.styles.d.ts +3 -2
  52. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.d.ts +1 -0
  53. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.stories.d.ts +1 -0
  54. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.styles.d.ts +3 -2
  55. package/dist/components/FormComponents/Input/Input.d.ts +1 -0
  56. package/dist/components/FormComponents/Input/Input.stories.d.ts +1 -0
  57. package/dist/components/FormComponents/RadioChips/RadioChips.d.ts +1 -0
  58. package/dist/components/FormComponents/RadioChips/RadioChips.stories.d.ts +1 -0
  59. package/dist/components/FormComponents/RadioChips/RadioChips.styles.d.ts +4 -3
  60. package/dist/components/FormComponents/SearchInput/SearchInput.d.ts +1 -0
  61. package/dist/components/FormComponents/SearchInput/SearchInput.stories.d.ts +1 -0
  62. package/dist/components/FormComponents/Select/Select.d.ts +1 -0
  63. package/dist/components/FormComponents/Select/Select.stories.d.ts +1 -0
  64. package/dist/components/FormComponents/Select/Select.styles.d.ts +2 -1
  65. package/dist/components/FormComponents/TimePicker/TimePicker.d.ts +1 -0
  66. package/dist/components/FormComponents/TimePicker/TimePicker.stories.d.ts +1 -0
  67. package/dist/components/FormComponents/TimePicker/TimePicker.styles.d.ts +4 -3
  68. package/dist/components/Grid/Grid.d.ts +1 -0
  69. package/dist/components/Grid/types.d.ts +1 -0
  70. package/dist/components/Grid/useGridInitialState.d.ts +1 -0
  71. package/dist/components/GridCell/GridCell.d.ts +1 -0
  72. package/dist/components/LoadingBackdrop/LoadingBackdrop.d.ts +1 -0
  73. package/dist/components/LoadingBackdrop/LoadingBackdrop.stories.d.ts +1 -0
  74. package/dist/components/MuiLikeWrapper/MuiLikeWrapper.d.ts +1 -0
  75. package/dist/components/MuiLikeWrapper/MuiLikeWrapper.stories.d.ts +1 -0
  76. package/dist/components/MuiLikeWrapper/MuiLikeWrapper.styles.d.ts +4 -3
  77. package/dist/components/PaginatedPopover/PaginatedPopover.d.ts +1 -0
  78. package/dist/components/PaginatedPopover/PaginatedPopover.stories.d.ts +1 -0
  79. package/dist/components/PaginatedPopover/PaginatedPopover.styles.d.ts +9 -8
  80. package/dist/components/PaginatedPopover/PaginatedPopoverContent.d.ts +3 -2
  81. package/dist/components/PaginatedPopover/PaginatedPopoverHeader.d.ts +1 -0
  82. package/dist/components/PaginatedPopover/types.d.ts +1 -0
  83. package/dist/components/ResizableWrapper/ResizableWrapper.d.ts +1 -0
  84. package/dist/components/ResizableWrapper/ResizableWrapper.stories.d.ts +1 -0
  85. package/dist/components/ResizableWrapper/ResizableWrapper.styles.d.ts +3 -2
  86. package/dist/components/SignEditor/SignEditor.d.ts +1 -0
  87. package/dist/components/SignEditor/SignEditor.stories.d.ts +1 -0
  88. package/dist/components/SignEditor/SignEditor.styles.d.ts +11 -12
  89. package/dist/components/SignEditor/SignEditorCanvas.d.ts +1 -0
  90. package/dist/components/SignEditor/SignEditorCanvasHeader.d.ts +1 -0
  91. package/dist/components/SignEditor/SignEditorContext.d.ts +1 -0
  92. package/dist/components/SignEditor/SignEditorContextProvider.d.ts +1 -0
  93. package/dist/components/SignEditor/SignEditorEditDialog.d.ts +1 -0
  94. package/dist/components/SignEditor/SignEditorImage.d.ts +1 -0
  95. package/dist/components/SignEditor/SignEditorImagesList.d.ts +1 -0
  96. package/dist/components/SignEditor/SignEditorSaveDialog.d.ts +1 -0
  97. package/dist/components/SignEditor/useOnSvgSelected.d.ts +1 -0
  98. package/dist/components/SignEditor/useSaveStencil.d.ts +1 -0
  99. package/dist/components/SignEditor/useSvgMount.d.ts +1 -0
  100. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.d.ts +1 -0
  101. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.stories.d.ts +1 -0
  102. package/dist/components/SimpleInput/SimpleInput.d.ts +1 -0
  103. package/dist/components/SimpleInput/SimpleInput.stories.d.ts +1 -0
  104. package/dist/components/SimpleSelect/SimpleSelect.d.ts +2 -1
  105. package/dist/components/SimpleSelect/SimpleSelect.stories.d.ts +1 -0
  106. package/dist/components/Stepper/Stepper.d.ts +1 -0
  107. package/dist/components/Stepper/Stepper.stories.d.ts +1 -0
  108. package/dist/components/Stepper/Stepper.styles.d.ts +4 -3
  109. package/dist/components/StickyContainer/StickyContainer.d.ts +1 -0
  110. package/dist/components/StickyContainer/StickyContainer.stories.d.ts +1 -0
  111. package/dist/components/StickyContainer/StickyContainer.styles.d.ts +3 -2
  112. package/dist/components/SvgImage/SvgImage.d.ts +1 -0
  113. package/dist/components/SvgImage/SvgImage.styles.d.ts +2 -1
  114. package/dist/components/TableComponents/ContextMenu/ContextMenu.d.ts +1 -0
  115. package/dist/components/TableComponents/ContextMenu/ContextMenu.stories.d.ts +1 -0
  116. package/dist/components/TableComponents/ContextMenu/ContextMenuContext.d.ts +1 -0
  117. package/dist/components/TableComponents/ContextMenu/ContextMenuItem.d.ts +1 -0
  118. package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/ContextMenuPropsContext.d.ts +1 -0
  119. package/dist/components/TableComponents/TableActions/TableActions.d.ts +1 -0
  120. package/dist/components/TableComponents/TableActions/TableActions.stories.d.ts +1 -0
  121. package/dist/components/TableComponents/TableCustomToolbar/TableCustomToolbar.d.ts +1 -0
  122. package/dist/components/TableComponents/TableExportButton/TableExportButton.d.ts +1 -0
  123. package/dist/components/TableComponents/TableRecord/TableRecord.d.ts +1 -0
  124. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.d.ts +1 -0
  125. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.stories.d.ts +1 -0
  126. package/dist/components/TableComponents/TableWithPagination/TableWrapper.d.ts +1 -0
  127. package/dist/components/TableComponents/TableWithPagination/types.d.ts +1 -0
  128. package/dist/components/TabsPanel/TabsPanel.d.ts +1 -0
  129. package/dist/components/TabsPanel/TabsPanel.stories.d.ts +1 -0
  130. package/dist/components/TabsPanel/TabsPanel.styles.d.ts +8 -7
  131. package/dist/components/Toast/Toast.stories.d.ts +1 -0
  132. package/dist/components/Toast/Toast.styles.d.ts +5 -4
  133. package/dist/components/Toast/ToastContent.d.ts +1 -0
  134. package/dist/components/Toast/errorToast.d.ts +1 -0
  135. package/dist/components/Toast/infoToast.d.ts +1 -0
  136. package/dist/components/Toast/successToast.d.ts +1 -0
  137. package/dist/components/Tree/Tree.d.ts +1 -0
  138. package/dist/components/Tree/Tree.stories.d.ts +1 -0
  139. package/dist/components/Tree/index.js +1 -1
  140. package/dist/consts/data-grid.d.ts +27 -32
  141. package/dist/helpers/columns/getBooleanColumn.d.ts +1 -0
  142. package/dist/helpers/columns/getDateColumn.d.ts +1 -0
  143. package/dist/helpers/columns/getDateTimeColumn.d.ts +1 -0
  144. package/dist/helpers/columns/getNumericColumn.d.ts +1 -0
  145. package/dist/helpers/columns/getStaticColumn.d.ts +1 -0
  146. package/dist/helpers/columns/getStringColumn.d.ts +1 -0
  147. package/dist/helpers/date/formatDate.d.ts +1 -0
  148. package/dist/helpers/date/formatDateTime.d.ts +1 -0
  149. package/dist/helpers/sortColumns.d.ts +1 -0
  150. package/dist/helpers/zodTransforms.d.ts +1 -0
  151. package/dist/hooks/useContextMenu.d.ts +1 -0
  152. package/dist/hooks/useDataGridInitialState.d.ts +1 -0
  153. package/dist/hooks/useDataGridState.d.ts +1 -0
  154. package/dist/hooks/useGetFileUrl.d.ts +1 -0
  155. package/dist/hooks/useTableQuery/getLogicOperator.d.ts +1 -0
  156. package/dist/hooks/useTableQuery/normalizeFilterModel.d.ts +1 -0
  157. package/dist/hooks/useTableQuery/useDataGridQueryState.d.ts +1 -0
  158. package/dist/hooks/useTableQuery/useExportGridAsExcel.d.ts +1 -0
  159. package/dist/hooks/useTableQuery/useExportToExcel.d.ts +1 -0
  160. package/dist/hooks/useTableQuery/usePaginationAndSort.d.ts +1 -0
  161. package/dist/hooks/useTableQuery/useTableFilter.d.ts +1 -0
  162. package/dist/hooks/useTableQuery/useTableQuery.d.ts +2 -1
  163. package/dist/licenses.txt +261 -376
  164. package/dist/main.js +2015 -2643
  165. package/dist/providers/QueryClientProvider.d.ts +1 -0
  166. package/dist/services/api.d.ts +1 -0
  167. package/dist/services/generated/api-candidate.d.ts +22942 -0
  168. package/dist/services/generated/api.d.ts +4 -4
  169. package/dist/services/mutations/roadSigns/useCreateRoadSignFile.d.ts +1 -0
  170. package/dist/services/mutations/roadSigns/useCreateRoadSignTemplate.d.ts +1 -0
  171. package/dist/services/mutations/stencils/useCreateStencil.d.ts +1 -0
  172. package/dist/services/mutations/stencils/useCreateStencilFile.d.ts +1 -0
  173. package/dist/services/mutations/stencils/useDeleteStencil.d.ts +1 -0
  174. package/dist/services/mutations/stencils/useUpdateStencil.d.ts +1 -0
  175. package/dist/services/mutations/stencils/useUpdateStencilFile.d.ts +1 -0
  176. package/dist/services/queries/roadSigns/useGetRoadSignNameUnique.d.ts +2 -1
  177. package/dist/services/queries/roadSigns/useGetRoadSignsByGroupName.d.ts +2 -1
  178. package/dist/services/queries/roadSigns/useGetRoadSignsGroups.d.ts +2 -1
  179. package/dist/services/queries/stencils/useGetStencilGroups.d.ts +2 -1
  180. package/dist/services/queries/stencils/useGetStencils.d.ts +2 -1
  181. package/dist/theme-6kTWr281.js +262567 -0
  182. package/dist/useFormControl-v82Vw7n0.js +68 -0
  183. package/package.json +11 -11
  184. package/dist/Drawer-Q3D0v6B2.js +0 -2028
  185. package/dist/Stack-CdVfRhco.js +0 -7503
  186. package/dist/Tree-xeWEfulP.js +0 -3135
  187. package/dist/theme-p9uLn1J4.js +0 -259283
  188. package/dist/warning-VmSVedfJ.js +0 -88
@@ -1,5 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { AccordionSummaryProps as MuiAccordionSummaryProps } from '@mui/material';
3
+
3
4
  export type AccordionSummaryProps = Omit<MuiAccordionSummaryProps, 'expandIcon'> & {
4
5
  isSub?: boolean;
5
6
  };
@@ -1,5 +1,6 @@
1
1
  import { AccordionSummary } from './AccordionSummary';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof AccordionSummary>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof meta>;
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  export declare const IconContainer: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
- ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
3
4
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
4
5
  export declare const StyledAccordionSummary: import('@emotion/styled').StyledComponent<import('@mui/material').AccordionSummaryOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
- ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
6
- }, "style" | "className" | "tabIndex" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "expandIcon" | "slots" | "slotProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
7
+ }, "style" | "className" | "tabIndex" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "expandIcon"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
7
8
  isSub: boolean;
8
9
  }, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps as ButtonPropsMUI } from '@mui/material';
2
+
2
3
  export interface ButtonProps extends ButtonPropsMUI {
3
4
  width?: string;
4
5
  loading?: boolean;
@@ -1,5 +1,6 @@
1
1
  import { Button } from './Button';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof Button>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof meta>;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledButton: 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" | "tabIndex" | "color" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "href" | "loading" | "size" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
4
- width?: string;
3
+ ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
4
+ }, "style" | "className" | "tabIndex" | "color" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "href" | "size" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
5
+ width?: string | undefined;
5
6
  }, {}, {}>;
@@ -1,2 +1,3 @@
1
1
  import { ButtonProps } from './Button';
2
+
2
3
  export declare const ButtonAdd: ({ children, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { IconButtonProps } from '@mui/material';
3
+
3
4
  export interface ButtonPreviewAttachmentProps {
4
5
  href: string;
5
6
  fileName: string;
@@ -1,5 +1,6 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
2
  import { ButtonPreviewAttachment, ButtonPreviewAttachmentProps } from './ButtonPreviewAttachment';
3
+
3
4
  declare const meta: Meta<typeof ButtonPreviewAttachment>;
4
5
  export default meta;
5
6
  type Story = StoryObj<ButtonPreviewAttachmentProps>;
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps } from '../Button/Button';
2
+
2
3
  export interface ButtonWithIconProps extends ButtonProps {
3
4
  Icon: React.ReactNode;
4
5
  variant: ButtonProps['variant'];
@@ -1,5 +1,6 @@
1
1
  import { ButtonWithIcon } from './ButtonWithIcon';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof ButtonWithIcon>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof meta>;
@@ -1,4 +1,5 @@
1
1
  import { DialogProps } from './types';
2
+
2
3
  export declare const Dialog: {
3
4
  ({ title, subtitle, onClose, children, disableBackdropClick, ...props }: DialogProps): import("react/jsx-runtime").JSX.Element;
4
5
  Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,10 +1,11 @@
1
1
  import { StoryObj } from '@storybook/react';
2
2
  import { DialogProps } from './types';
3
+
3
4
  declare const meta: {
4
5
  title: string;
5
6
  component: {
6
7
  ({ title, subtitle, onClose, children, disableBackdropClick, ...props }: DialogProps): import("react/jsx-runtime").JSX.Element;
7
- Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
+ Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('../../main').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
9
  };
9
10
  argTypes: {
10
11
  open: {
@@ -1,14 +1,15 @@
1
+ /// <reference types="react" />
1
2
  export declare const Dialog: import('@emotion/styled').StyledComponent<import('@mui/material').DialogProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
2
3
  export declare const HeaderWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
- ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
4
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
4
5
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
5
6
  export declare const Title: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
6
- 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;
7
+ ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
7
8
  }, "p" | "style" | "className" | "color" | "children" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "sx" | "classes" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
8
9
  export declare const Subtitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
9
- 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;
10
+ ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
10
11
  }, "p" | "style" | "className" | "color" | "children" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "sx" | "classes" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
11
12
  export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
12
13
  export declare const CloseButton: import('@emotion/styled').StyledComponent<import('@mui/material').IconButtonOwnProps & 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').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;
14
- }, "style" | "className" | "tabIndex" | "color" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "loading" | "size" | "disableFocusRipple" | "loadingIndicator" | "edge"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
14
+ ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
15
+ }, "style" | "className" | "tabIndex" | "color" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "size" | "disableFocusRipple" | "edge"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  import { DialogProps as MuiDialogProps } from '@mui/material';
2
+
2
3
  export interface DialogHeaderProps {
3
4
  title: string;
4
5
  subtitle?: string;
@@ -1,4 +1,5 @@
1
1
  import { FC } from 'react';
2
+
2
3
  interface ConfirmDialog {
3
4
  open: boolean;
4
5
  onSubmit: () => void;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,5 +1,6 @@
1
1
  import { FC, ReactNode } from 'react';
2
2
  import { DialogProps } from '../../Dialog/types';
3
+
3
4
  interface EditDialogProps extends DialogProps {
4
5
  open: boolean;
5
6
  onSubmit: () => void;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -2,6 +2,7 @@ import { DrawerProps as MuiDrawerProps } from '@mui/material';
2
2
  import { DrawerContentProps } from './DrawerContent';
3
3
  import { DrawerFooterProps } from './DrawerFooter';
4
4
  import { DrawerHeaderProps } from './DrawerHeader';
5
+
5
6
  export type DrawerProps = MuiDrawerProps & {
6
7
  width?: number;
7
8
  loading?: boolean;
@@ -1,5 +1,6 @@
1
1
  import { Drawer } from './Drawer';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof Drawer>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof meta>;
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
+
2
3
  export interface DrawerContentProps {
3
4
  children: ReactNode;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
+
2
3
  export interface DrawerFooterProps {
3
4
  children: ReactNode | ReactNode[];
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import { FC } from 'react';
2
+
2
3
  export interface DrawerHeaderProps {
3
4
  children: string;
4
5
  onClose: () => void;
@@ -1,4 +1,4 @@
1
- import { D as e } from "../../Drawer-Q3D0v6B2.js";
1
+ import { D as e } from "../../Drawer-CldXrceX.js";
2
2
  export {
3
3
  e as Drawer
4
4
  };
@@ -1,5 +1,6 @@
1
1
  import { Dropzone } from './Dropzone';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof Dropzone>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof meta>;
@@ -1,15 +1,16 @@
1
+ /// <reference types="react" />
1
2
  export declare const FileNameText: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
2
- 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;
3
+ ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
3
4
  }, "p" | "style" | "className" | "color" | "children" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "sx" | "classes" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
4
5
  export declare const HighlightedDropzoneText: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
5
- 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;
6
+ ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
6
7
  }, "p" | "style" | "className" | "color" | "children" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "sx" | "classes" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
7
8
  export declare const UploadedFileIconWrapper: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
8
- ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
9
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
9
10
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
10
11
  export declare const StyledImage: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
11
12
  export declare const StyledDropzoneWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
12
- ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
13
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
13
14
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
14
15
  isUploaded: boolean;
15
16
  isError: boolean;
@@ -1,4 +1,5 @@
1
1
  import { Control, FieldValues, Path } from 'react-hook-form';
2
+
2
3
  interface DropFieldProps<T extends FieldValues> {
3
4
  name: Path<T>;
4
5
  control: Control<T>;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { ToggleButtonGroupProps } from '@mui/material';
3
+
3
4
  export type ElementsPickerProps = ToggleButtonGroupProps & {
4
5
  children: ReactNode;
5
6
  errorMessage?: string;
@@ -1,5 +1,6 @@
1
1
  import { ElementsPickerProps } from './ElementsPicker';
2
2
  import { StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: {
4
5
  title: string;
5
6
  component: import('react').ForwardRefExoticComponent<Omit<ElementsPickerProps, "ref"> & import('react').RefAttributes<unknown>>;
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
+
2
3
  interface Props {
3
4
  value: string;
4
5
  children: ReactNode;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  export interface FixedActionsBottomPanelProps {
3
4
  cancelOnClick?: () => void;
4
5
  offset: number;
@@ -1,5 +1,6 @@
1
1
  import { FixedActionsBottomPanel } from './FixedActionsBottomPanel';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof FixedActionsBottomPanel>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof meta>;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  export declare const FixedActionsBottomPanelWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
- ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
3
4
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
4
5
  offset: number;
5
6
  }, {}, {}>;
@@ -1,3 +1,4 @@
1
1
  import { FieldValues } from 'react-hook-form';
2
2
  import { AutocompleteProps, BaseOption } from './types';
3
+
3
4
  export declare const Autocomplete: <T extends FieldValues, B extends BaseOption>({ name, control, multiple, options, idGetter, ...props }: AutocompleteProps<T, B>) => import("react/jsx-runtime").JSX.Element;
@@ -2,6 +2,7 @@ import { FieldValues } from 'react-hook-form';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
3
  import { Autocomplete } from './Autocomplete';
4
4
  import { AutocompleteProps, BaseOption } from './types';
5
+
5
6
  declare const meta: Meta<typeof Autocomplete>;
6
7
  export default meta;
7
8
  type Story = StoryObj<AutocompleteProps<FieldValues, BaseOption>>;
@@ -1,4 +1,5 @@
1
1
  import { AutocompleteProps } from '@mui/material';
2
+
2
3
  type StyledAutocompleteProps<T> = AutocompleteProps<T, boolean, boolean, boolean> & {
3
4
  isError?: boolean;
4
5
  };
@@ -1,6 +1,7 @@
1
1
  import { SyntheticEvent } from 'react';
2
2
  import { Control, FieldValues, Path } from 'react-hook-form';
3
3
  import { AutocompleteChangeDetails, AutocompleteChangeReason, AutocompleteProps as MuiAutocompleteProps } from '@mui/material';
4
+
4
5
  export type BaseOption = string | {
5
6
  id?: any;
6
7
  [key: string]: any;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { FilterOptionsState } from '@mui/material';
3
+
3
4
  interface ContextualSearchBaseProps<T> {
4
5
  options: T[];
5
6
  isOptionEqualToValue: (option: T, value: T) => boolean;
@@ -1,6 +1,7 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
2
  import { ContextualSearchProps } from './ContextualSearch';
3
3
  import { ContextualSearchStoryOption } from './mock';
4
+
4
5
  type StoryArgs = ContextualSearchProps<ContextualSearchStoryOption> & {
5
6
  loadingSize?: number;
6
7
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledAutocomplete: import('@emotion/styled').StyledComponent<import('@mui/material').AutocompleteProps<unknown, boolean | undefined, boolean | undefined, boolean | undefined, import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
2
- isError?: boolean;
3
+ isError?: boolean | undefined;
3
4
  }, {}, {}>;
@@ -1,5 +1,6 @@
1
1
  import { Control, FieldValues, Path } from 'react-hook-form';
2
2
  import { ContextualSearchProps } from './ContextualSearch';
3
+
3
4
  type ContextualSearchControlledProps<T, R extends FieldValues> = ContextualSearchProps<T> & {
4
5
  control: Control<R>;
5
6
  name: Path<R>;
@@ -1,4 +1,5 @@
1
1
  import { AutocompleteProps } from '@mui/material';
2
+
2
3
  type ContextualSearchListListbox<T> = AutocompleteProps<T, boolean, false, false, 'div'>['ListboxProps'] & {
3
4
  listboxPortalId: string;
4
5
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type ContextualSearchStoryOption = {
2
3
  id: number;
3
4
  label: string;
@@ -1,4 +1,5 @@
1
1
  import { Control, FieldValues, Path, PathValue } from 'react-hook-form';
2
+
2
3
  export interface DatePickerProps<T extends FieldValues> {
3
4
  name: Path<T>;
4
5
  control: Control<T>;
@@ -1,6 +1,7 @@
1
1
  import { FieldValues } from 'react-hook-form';
2
2
  import { StoryObj } from '@storybook/react';
3
3
  import { DatePickerProps } from './DatePicker';
4
+
4
5
  declare const meta: {
5
6
  title: string;
6
7
  component: <T extends FieldValues>({ name, control, label, defaultValue, disabled, required, dataTestId, }: DatePickerProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledFormHelperText: import('@emotion/styled').StyledComponent<import('@mui/material').FormHelperTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
2
- ref?: ((instance: HTMLParagraphElement | 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<HTMLParagraphElement> | null | undefined;
3
+ ref?: ((instance: HTMLParagraphElement | null) => void) | import('react').RefObject<HTMLParagraphElement> | null | undefined;
3
4
  }, "style" | "className" | "children" | "margin" | "sx" | "classes" | "disabled" | "required" | "error" | "variant" | "filled" | "focused"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
4
5
  export declare const StyledDatePicker: import('@emotion/styled').StyledComponent<import('@mui/x-date-pickers').DatePickerProps<import('dayjs').Dayjs, boolean> & import('react').RefAttributes<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
5
- isError?: boolean;
6
+ isError?: boolean | undefined;
6
7
  }, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  import { Control, FieldValues, Path, PathValue } from 'react-hook-form';
2
+
2
3
  export interface DateTimePickerProps<T extends FieldValues> {
3
4
  name: Path<T>;
4
5
  control: Control<T>;
@@ -1,6 +1,7 @@
1
1
  import { FieldValues } from 'react-hook-form';
2
2
  import { StoryObj } from '@storybook/react';
3
3
  import { DateTimePickerProps } from './DateTimePicker';
4
+
4
5
  declare const meta: {
5
6
  title: string;
6
7
  component: <T extends FieldValues>({ name, control, label, defaultValue, disabled, required, dataTestId, }: DateTimePickerProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledFormHelperText: import('@emotion/styled').StyledComponent<import('@mui/material').FormHelperTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
2
- ref?: ((instance: HTMLParagraphElement | 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<HTMLParagraphElement> | null | undefined;
3
+ ref?: ((instance: HTMLParagraphElement | null) => void) | import('react').RefObject<HTMLParagraphElement> | null | undefined;
3
4
  }, "style" | "className" | "children" | "margin" | "sx" | "classes" | "disabled" | "required" | "error" | "variant" | "filled" | "focused"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
4
5
  export declare const StyledDateTimePicker: import('@emotion/styled').StyledComponent<import('@mui/x-date-pickers').DateTimePickerProps<import('dayjs').Dayjs, boolean> & import('react').RefAttributes<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
5
- isError?: boolean;
6
+ isError?: boolean | undefined;
6
7
  }, {}, {}>;
@@ -1,5 +1,6 @@
1
1
  import { Control, FieldValues, Path, PathValue } from 'react-hook-form';
2
2
  import { TextFieldProps } from '@mui/material';
3
+
3
4
  export type InputProps<T extends FieldValues> = {
4
5
  name: Path<T>;
5
6
  control: Control<T>;
@@ -1,5 +1,6 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
2
  import { InputProps } from './Input';
3
+
3
4
  declare const meta: Meta<InputProps<any>>;
4
5
  export default meta;
5
6
  type Story = StoryObj<InputProps<any>>;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { Control, FieldValues, Path, PathValue } from 'react-hook-form';
3
+
3
4
  export interface RadioChipOption {
4
5
  value: string | number | boolean;
5
6
  label: ReactNode;
@@ -1,6 +1,7 @@
1
1
  import { FieldValues } from 'react-hook-form';
2
2
  import { StoryObj } from '@storybook/react';
3
3
  import { RadioChipsProps } from './RadioChips';
4
+
4
5
  declare const meta: {
5
6
  title: string;
6
7
  component: <T extends FieldValues>({ name, label, control, defaultValue, options, errorMessage: errorMessageProps, required, disabled, dataTestId, }: RadioChipsProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledFormLabel: import('@emotion/styled').StyledComponent<import('@mui/material').FormLabelBaseProps & import('@mui/material').FormLabelOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
2
- ref?: ((instance: HTMLLabelElement | 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<HTMLLabelElement> | null | undefined;
3
- }, "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "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" | "children" | "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" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | keyof import('@mui/material/OverridableComponent').CommonProps | "disabled" | "required" | "htmlFor" | "error" | "filled" | "focused"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
3
+ ref?: ((instance: HTMLLabelElement | null) => void) | import('react').RefObject<HTMLLabelElement> | null | undefined;
4
+ }, "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | keyof import('@mui/material/OverridableComponent').CommonProps | "disabled" | "required" | "htmlFor" | "error" | "filled" | "focused"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
4
5
  export declare const StyledChip: import('@emotion/styled').StyledComponent<import('@mui/material').ChipOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
- ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
6
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
6
7
  }, "label" | "style" | "className" | "tabIndex" | "color" | "children" | "sx" | "classes" | "disabled" | "size" | "variant" | "icon" | "onDelete" | "avatar" | "clickable" | "deleteIcon" | "skipFocusWhenDisabled"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
7
8
  isFirst: boolean;
8
9
  isActive: boolean;
@@ -1,4 +1,5 @@
1
1
  import { SizingProps } from '@mui/system';
2
+
2
3
  export interface SearchInputProps {
3
4
  setSearch: (newValue: string) => void;
4
5
  placeholder: string;
@@ -1,5 +1,6 @@
1
1
  import { SearchInput } from '..';
2
2
  import { StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: {
4
5
  title: string;
5
6
  component: typeof SearchInput;
@@ -1,6 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { Control, FieldValues, Path, PathValue } from 'react-hook-form';
3
3
  import { SelectChangeEvent, SelectProps as MuiSelectProps } from '@mui/material';
4
+
4
5
  export interface SelectValueOption {
5
6
  value: string | number;
6
7
  label: ReactNode;