@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,6 +1,7 @@
1
1
  import { FieldValues } from 'react-hook-form';
2
2
  import { StoryObj } from '@storybook/react';
3
3
  import { SelectProps } from './Select';
4
+
4
5
  declare const meta: {
5
6
  title: string;
6
7
  component: <T extends FieldValues>({ name, control, label, defaultValue: defaultValueProp, options, errorMessage: errorMessageProps, multiple, disabled, required, dataTestId, renderValue, onChange: onChangeProps, variant, size, clearable, }: SelectProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledSelectWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').FormControlOwnProps & 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
  }, "style" | "className" | "color" | "children" | "margin" | "sx" | "classes" | "disabled" | "required" | "size" | "error" | "fullWidth" | "variant" | "focused" | "hiddenLabel"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  import { Control, FieldValues, Path, PathValue } from 'react-hook-form';
2
+
2
3
  export interface TimePickerProps<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 { TimePickerProps } from './TimePicker';
4
+
4
5
  declare const meta: {
5
6
  title: string;
6
7
  component: <T extends FieldValues>({ name, control, label, defaultValue, disabled, required, dataTestId, }: TimePickerProps<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
- export declare const StyledTimePicker: import('@emotion/styled').StyledComponent<import('@mui/x-date-pickers').TimePickerProps<import('dayjs').Dayjs, boolean> & import('react').RefAttributes<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
5
- isError?: boolean;
5
+ export declare const StyledTimePicker: import('@emotion/styled').StyledComponent<import('@mui/x-date-pickers/TimePicker').TimePickerProps<import('dayjs').Dayjs, boolean> & import('react').RefAttributes<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
6
+ isError?: boolean | undefined;
6
7
  }, {}, {}>;
@@ -1,3 +1,4 @@
1
1
  import { GridValidRowModel } from '@mui/x-data-grid-pro';
2
2
  import { TableWithPaginationProps } from './types';
3
+
3
4
  export declare const Grid: <T extends GridValidRowModel>({ rowsData, isLoading, gridApiRef, exportDataAsExcel, slotProps: propsSlotProps, ...tableProps }: TableWithPaginationProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { DataGridProProps, GridApiPro, GridColDef, GridColumnPinningState, GridSlotProps, GridValidRowModel } from '@mui/x-data-grid-pro';
2
+
2
3
  interface SortObject {
3
4
  sorted?: boolean;
4
5
  unsorted?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { MutableRefObject } from 'react';
2
2
  import { GridApi, GridInitialState } from '@mui/x-data-grid-pro';
3
+
3
4
  export declare const useGridInitialState: (tableKey: string, apiRef: MutableRefObject<GridApi>) => GridInitialState | undefined;
4
5
  export declare function getGridInitialStateFromStorage(tableKey: string): GridInitialState;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  interface GridCellProps {
3
4
  children: ReactNode;
4
5
  }
@@ -1,5 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { BackdropProps as MuiBackdropProps } from '@mui/material';
3
+
3
4
  export type LoadingBackdropProps = MuiBackdropProps & {
4
5
  size?: number;
5
6
  };
@@ -1,5 +1,6 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
2
  import { LoadingBackdrop } from './LoadingBackdrop';
3
+
3
4
  declare const meta: Meta<typeof LoadingBackdrop>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof meta>;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  export interface MuiLikeWrapperProps {
3
4
  label: string;
4
5
  children: ReactNode | ReactNode[];
@@ -1,5 +1,6 @@
1
1
  import { MuiLikeWrapper, MuiLikeWrapperProps } from './MuiLikeWrapper';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof MuiLikeWrapper>;
4
5
  export default meta;
5
6
  type Story = StoryObj<MuiLikeWrapperProps>;
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  export declare const MuiLikeWrapper: 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
  error: boolean;
5
6
  }, {}, {}>;
6
7
  export declare const FormLabel: 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"> & {
7
- 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;
8
- }, "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>, {}, {}>;
8
+ ref?: ((instance: HTMLLabelElement | null) => void) | import('react').RefObject<HTMLLabelElement> | null | undefined;
9
+ }, "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>, {}, {}>;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { PaginatedPopoverProps } from './types';
3
+
3
4
  interface NotificationItemProps {
4
5
  children: ReactNode;
5
6
  onClick?: () => void;
@@ -1,6 +1,7 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
2
  import { PaginatedPopover } from './PaginatedPopover';
3
3
  import { PaginatedPopoverProps } from './types';
4
+
4
5
  declare const meta: Meta<typeof PaginatedPopover>;
5
6
  export default meta;
6
7
  type Story = StoryObj<PaginatedPopoverProps<{
@@ -1,27 +1,28 @@
1
+ /// <reference types="react" />
1
2
  export declare const ListViewCellWrapper: 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/system').Theme>, {}, {}>;
4
5
  export declare const NotificationItemWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & 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
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
7
8
  export declare const StyledPaper: import('@emotion/styled').StyledComponent<import('@mui/material').PaperOwnProps & import('@mui/material/OverridableComponent').CommonProps & 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
  }, "style" | "className" | "children" | "sx" | "classes" | "elevation" | "variant" | "square"> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme> & {
10
11
  width: string;
11
12
  height: string;
12
13
  }, {}, {}>;
13
14
  export declare const StyledListContainer: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
14
- 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;
15
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
15
16
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
16
17
  export declare const StyledList: import('@emotion/styled').StyledComponent<import('@mui/material').ListOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
17
- ref?: ((instance: HTMLUListElement | 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<HTMLUListElement> | null | undefined;
18
+ ref?: ((instance: HTMLUListElement | null) => void) | import('react').RefObject<HTMLUListElement> | null | undefined;
18
19
  }, "style" | "className" | "children" | "sx" | "classes" | "dense" | "disablePadding" | "subheader"> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
19
20
  export declare const StyledListHeader: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
20
- 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;
21
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
21
22
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
22
23
  export declare const StyledExtraContent: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
23
- 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;
24
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
24
25
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
25
26
  export declare const StyledListFooter: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
26
- 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;
27
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
27
28
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
@@ -1,5 +1,6 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { PaginatedPopoverProps } from './types';
3
+
3
4
  export declare const ExtraContent: ({ children }: {
4
5
  children: ReactNode;
5
6
  }) => import("react/jsx-runtime").JSX.Element;
@@ -9,13 +10,13 @@ export declare const NotificationContent: <T extends {
9
10
  open: boolean;
10
11
  anchorEl: HTMLButtonElement | null;
11
12
  onClose: () => void;
12
- notifications: PaginatedPopoverProps<T>["notifications"];
13
+ notifications: PaginatedPopoverProps<T>['notifications'];
13
14
  loadingMore: boolean;
14
15
  isLoading: boolean;
15
16
  allItemsLoaded: boolean;
16
17
  width: string;
17
18
  height: string;
18
19
  title: React.ReactNode;
19
- children: PaginatedPopoverProps<T>["children"];
20
+ children: PaginatedPopoverProps<T>['children'];
20
21
  listRef: React.RefObject<HTMLUListElement>;
21
22
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
+
2
3
  export interface PaginatedPopoverHeaderProps {
3
4
  children: ReactNode;
4
5
  onClose: () => void;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { GenericPageDataDto } from '../../main';
3
+
3
4
  export interface LoadParams {
4
5
  page: number;
5
6
  size: number;
@@ -1,4 +1,5 @@
1
1
  import { SizingProps } from '@mui/system';
2
+
2
3
  export interface ResizableWrapperProps {
3
4
  children: React.ReactNode;
4
5
  isOpen: boolean;
@@ -1,5 +1,6 @@
1
1
  import { ResizableWrapper } from './ResizableWrapper';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof ResizableWrapper>;
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 Content: 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 StyledResizableWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & 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
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
7
8
  width: number | string;
8
9
  height: number | string;
@@ -1,3 +1,4 @@
1
+
1
2
  interface SignEditorProps {
2
3
  className?: string;
3
4
  onRoadSignAdded?: () => void;
@@ -1,5 +1,6 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
2
  import { default as SignEditor } from './SignEditor';
3
+
3
4
  declare const meta: Meta<typeof SignEditor>;
4
5
  export default meta;
5
6
  export declare const Docs: StoryObj;
@@ -1,32 +1,31 @@
1
+ /// <reference types="react" />
1
2
  export declare const SignEditor: 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 SignEditorPicker: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & 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
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
7
8
  export declare const SignEditorCanvas: 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 SignEditorCanvasHeader: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
11
- 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;
12
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
12
13
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
13
14
  export declare const SvgEditContainer: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
15
  export declare const SignEditorCanvasHeaderTitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
15
- 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;
16
+ ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
16
17
  }, "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>, {}, {}>;
17
18
  export declare const SignEditorCanvasHeaderActions: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
18
- 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;
19
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
19
20
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
20
21
  export declare const SvgImageBackground: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
- export declare const SignEditorImageList: import('@emotion/styled').StyledComponent<import('@mui/material').GridBaseProps & {
22
- sx?: import('@mui/system').SxProps<import('@mui/material').Theme>;
23
- } & import('@mui/system').SystemProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
24
- 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;
25
- }, ("p" | "color" | "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" | keyof import('@mui/material').GridBaseProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
22
+ export declare const SignEditorImageList: import('@emotion/styled').StyledComponent<import('@mui/material').GridOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
23
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
24
+ }, "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" | "direction" | "columns" | "container" | "sx" | "classes" | "spacing" | "wrap" | "xs" | "sm" | "md" | "lg" | "xl" | "item" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
26
25
  export declare const SignEditorImage: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
27
26
  export declare const SignEditorImagePanel: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
27
  export declare const SignEditorImageName: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
29
- 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;
28
+ ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
30
29
  }, "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>, {}, {}>;
31
30
  export declare const SignEditorImageListPlaceholder: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
31
  export declare const TabContent: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,5 @@
1
1
  import { FC } from 'react';
2
+
2
3
  interface SignEditorCanvasProps {
3
4
  onRoadSignAdded?: () => void;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import { FC } from 'react';
2
+
2
3
  interface SignEditorCanvasHeaderProps {
3
4
  onRoadSignAdded?: () => void;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import { RefObject } from 'react';
2
+
2
3
  type SvgEdit = any;
3
4
  interface Value {
4
5
  svgEdit: RefObject<SvgEdit>;
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
+
2
3
  interface SignEditorContextProviderProps {
3
4
  children: ReactNode;
4
5
  }
@@ -1,6 +1,7 @@
1
1
  import { FC } from 'react';
2
2
  import { Nilable } from '../../types/generic';
3
3
  import { ISignEditorImage } from './SignEditorImage';
4
+
4
5
  interface SignEditorEditDialogProps {
5
6
  open: boolean;
6
7
  onSaved: () => void;
@@ -1,5 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { Nilable } from '../../types/generic';
3
+
3
4
  export interface ISignEditorImage {
4
5
  id: string;
5
6
  name: string;
@@ -1,5 +1,6 @@
1
1
  import { FC, ReactNode } from 'react';
2
2
  import { ISignEditorImage } from './SignEditorImage';
3
+
3
4
  interface SignEditorImageListProps {
4
5
  children?: ReactNode | ReactNode[];
5
6
  items: ISignEditorImage[];
@@ -1,4 +1,5 @@
1
1
  import { FC } from 'react';
2
+
2
3
  interface SignEditorSaveDialog {
3
4
  open: boolean;
4
5
  svgStringified: string | null;
@@ -1,2 +1,3 @@
1
1
  import { ISignEditorImage } from './SignEditorImage';
2
+
2
3
  export declare const useOnSvgSelected: () => (svgItem: ISignEditorImage) => Promise<void>;
@@ -1,4 +1,5 @@
1
1
  import { Nilable } from '../../types/generic';
2
+
2
3
  interface SaveStencilPayload {
3
4
  id: Nilable<string>;
4
5
  name: string;
@@ -1 +1,2 @@
1
+
1
2
  export declare const useSvgEdit: () => import('react').MutableRefObject<any>;
@@ -1,2 +1,3 @@
1
1
  import { BaseAutocompleteProps, BaseOption } from '../FormComponents/Autocomplete/types';
2
+
2
3
  export declare const SimpleAutocomplete: <T extends BaseOption>({ options, label, placeholder, size, required, testId, value, getOptionLabel, ...props }: BaseAutocompleteProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,7 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
2
  import { BaseAutocompleteProps, BaseOption } from '../FormComponents/Autocomplete/types';
3
3
  import { SimpleAutocomplete } from './SimpleAutocomplete';
4
+
4
5
  declare const meta: Meta<typeof SimpleAutocomplete>;
5
6
  export default meta;
6
7
  type Story = StoryObj<BaseAutocompleteProps<BaseOption>>;
@@ -1,4 +1,5 @@
1
1
  import { TextFieldProps } from '@mui/material';
2
+
2
3
  export type SimpleInputProps = {
3
4
  errorMessage?: string | null;
4
5
  } & TextFieldProps;
@@ -1,5 +1,6 @@
1
1
  import { SimpleInput, SimpleInputProps } from './SimpleInput';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof SimpleInput>;
4
5
  export default meta;
5
6
  type Story = StoryObj<SimpleInputProps>;
@@ -1,4 +1,5 @@
1
1
  import { SelectProps } from '@mui/material';
2
+
2
3
  export interface SimpleSelectProps<T extends SelectProps['value']> {
3
4
  id: string;
4
5
  value: T;
@@ -10,4 +11,4 @@ export interface SimpleSelectProps<T extends SelectProps['value']> {
10
11
  }[];
11
12
  disabled?: boolean;
12
13
  }
13
- export declare const SimpleSelect: <T extends SelectProps["value"]>({ id, value, label, onChange, menuItems, disabled, }: SimpleSelectProps<T>) => import("react/jsx-runtime").JSX.Element;
14
+ export declare const SimpleSelect: <T extends unknown>({ id, value, label, onChange, menuItems, disabled, }: SimpleSelectProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import { SimpleSelect, SimpleSelectProps } from './SimpleSelect';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof SimpleSelect>;
4
5
  export default meta;
5
6
  type Story = StoryObj<SimpleSelectProps<string>>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface StepperStep<T> {
2
3
  label: string;
3
4
  value: T;
@@ -1,5 +1,6 @@
1
1
  import { StepperProps } from './Stepper';
2
2
  import { StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: {
4
5
  title: string;
5
6
  component: <T extends number>({ steps, activeStep, setActiveStep, stepsContent, noHeader, }: StepperProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledStepButton: import('@emotion/styled').StyledComponent<import('@mui/material').StepButtonOwnProps & 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
+ ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
3
4
  }, "style" | "className" | "tabIndex" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "icon" | "optional"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
4
5
  export declare const StyledStepper: import('@emotion/styled').StyledComponent<import('@mui/material').StepperOwnProps & 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
  }, "style" | "className" | "children" | "sx" | "classes" | "elevation" | "orientation" | "variant" | "square" | "activeStep" | "alternativeLabel" | "connector" | "nonLinear"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
7
- noHeader?: boolean;
8
+ noHeader?: boolean | undefined;
8
9
  }, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  import { StackProps } from '@mui/material';
2
+
2
3
  export interface StickyContainerProps extends StackProps {
3
4
  children: React.ReactNode;
4
5
  withBoxShadow?: boolean;
@@ -1,5 +1,6 @@
1
1
  import { StickyContainer } from './StickyContainer';
2
2
  import { Meta, StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: Meta<typeof StickyContainer>;
4
5
  export default meta;
5
6
  type Story = StoryObj<typeof StickyContainer>;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const StyledStickyContainer: 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
- withBoxShadow?: boolean;
5
+ withBoxShadow?: boolean | undefined;
5
6
  isScrolled: boolean;
6
7
  }, {}, {}>;
@@ -1,5 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { Nilable } from '../../types/generic';
3
+
3
4
  interface SvgImageProps {
4
5
  src?: Nilable<string>;
5
6
  graphic?: Nilable<string>;