@woovi/ui 6.2.1 → 6.2.3

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 (81) hide show
  1. package/dist/SwipeableDialog/SwipeableDialog.d.ts +5 -4
  2. package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +5 -4
  3. package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +5 -4
  4. package/dist/SwipeableDialog/SwipeableDialogContent.d.ts +5 -4
  5. package/dist/SwipeableDialog/SwipeableDialogTitle.d.ts +5 -4
  6. package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +5 -4
  7. package/dist/TransactionTagEntryTypes.d.ts +5 -2
  8. package/dist/card/cardWithActions/CardFooter.d.ts +2 -1
  9. package/dist/collapsible/Collapsible.d.ts +3 -2
  10. package/dist/collapsible/CollapsibleTree.d.ts +2 -5
  11. package/dist/collapsible/TransparencyCollapsibleWrapper.d.ts +1 -2
  12. package/dist/datagrid/cellTypeLink.d.ts +1 -1
  13. package/dist/datagrid/cellTypeTag.d.ts +1 -1
  14. package/dist/datagrid/useTableView.d.ts +4 -1
  15. package/dist/dialog/useDialog.d.ts +1 -1
  16. package/dist/error/ErrorBoundaryWithRetry.d.ts +1 -1
  17. package/dist/filter/formatFilterValue.d.ts +1 -1
  18. package/dist/filter/isValidDatetime.d.ts +1 -1
  19. package/dist/helpers.d.ts +4 -4
  20. package/dist/hooks/useControlledState.d.ts +1 -1
  21. package/dist/hooks/useCopyToClipboard.d.ts +1 -1
  22. package/dist/icons/AssineOnlineIcon.d.ts +4 -4
  23. package/dist/icons/BotConversaIcon.d.ts +4 -4
  24. package/dist/icons/CheckboxIndeterminate.d.ts +4 -4
  25. package/dist/icons/CheckboxUnchecked.d.ts +4 -4
  26. package/dist/icons/MetaIcon.d.ts +4 -4
  27. package/dist/icons/N8nIcon.d.ts +4 -4
  28. package/dist/icons/NuvemshopIcon.d.ts +4 -4
  29. package/dist/icons/RightTopDiagonalVector.d.ts +1 -1
  30. package/dist/icons/SVG.d.ts +7 -7
  31. package/dist/icons/SocPanelIcon.d.ts +4 -4
  32. package/dist/icons/WabizIcon.d.ts +4 -4
  33. package/dist/icons/WakeIcon.d.ts +4 -4
  34. package/dist/import/Dropzone.d.ts +4 -3
  35. package/dist/import/xlsx/ImportUtils.d.ts +9 -9
  36. package/dist/index.cjs +2 -2
  37. package/dist/index.js +2 -2
  38. package/dist/openpix/paymentLink/InterestsInfo.d.ts +1 -1
  39. package/dist/pinInput/PinInput.d.ts +13 -13
  40. package/dist/router/getQuery.d.ts +1 -1
  41. package/dist/router/getRouteFromPath.d.ts +1 -0
  42. package/dist/router/stringToValue.d.ts +2 -2
  43. package/dist/shared/CashbackStatus.d.ts +1 -1
  44. package/dist/shared/pixTransactionEntryTypes.d.ts +6 -4
  45. package/dist/shared/pixTransactionStatus.d.ts +16 -7
  46. package/dist/shared/pixTransactionTypes.d.ts +12 -4
  47. package/dist/shared/statementTypes.d.ts +12 -4
  48. package/dist/shared/webhookStatus.d.ts +1 -1
  49. package/dist/sidebar/Group.d.ts +1 -1
  50. package/dist/snackbar/CloseSnack.d.ts +1 -1
  51. package/dist/statement/ledgerStatementColors.d.ts +3 -1
  52. package/dist/statement/statementColors.d.ts +3 -1
  53. package/dist/table/CardListVirtualized.d.ts +1 -1
  54. package/dist/table/ImportReport.d.ts +1 -1
  55. package/dist/table/cells/CheckboxCellNode.d.ts +13 -1
  56. package/dist/table/cells/RenderCell.d.ts +8 -1
  57. package/dist/table/cells/getCellDate.d.ts +1 -1
  58. package/dist/table/cells/getCellLink.d.ts +1 -1
  59. package/dist/table/reactTable/ImportReport.d.ts +1 -1
  60. package/dist/table/reactTable/InputCell.d.ts +1 -1
  61. package/dist/table/reactTable/InputDateCell.d.ts +1 -1
  62. package/dist/table/reactTable/InputMoneyCell.d.ts +1 -1
  63. package/dist/table/reactTable/InputPhoneCell.d.ts +1 -1
  64. package/dist/table/reactTable/InputTaxIDCell.d.ts +1 -1
  65. package/dist/table/reactTable/StatusCell.d.ts +1 -1
  66. package/dist/table/reactTable/TableHeadVirtualized.d.ts +1 -1
  67. package/dist/timeline/TimelineAppEventDomainIcon.d.ts +10 -1
  68. package/dist/utils/convertToCents.d.ts +1 -1
  69. package/dist/utils/convertToMoney.d.ts +2 -2
  70. package/dist/utils/dates.d.ts +2 -2
  71. package/dist/utils/excel/ChargeImport.d.ts +16 -2
  72. package/dist/utils/excel/CompanyImport.d.ts +3 -3
  73. package/dist/utils/excel/CustomerImport.d.ts +3 -3
  74. package/dist/utils/excel/PaymentImport.d.ts +6 -6
  75. package/dist/utils/excel/UserImport.d.ts +42 -3
  76. package/dist/utils/excel/generateExcel.d.ts +4 -4
  77. package/dist/utils/isSafeCPF.d.ts +1 -1
  78. package/dist/utils/onlyDigits.d.ts +1 -1
  79. package/package.json +2 -2
  80. package/dist/datagrid/cellTypeExpand.d.ts +0 -4
  81. package/dist/utils/composeStyles.d.ts +0 -2
@@ -13,7 +13,8 @@ type SwipeableDialogProviderProps = {
13
13
  };
14
14
  declare const SwipeableDialogContext: React.Context<SwipeableDialogContext | null>;
15
15
  export declare const useSwipeableDialogContext: () => SwipeableDialogContext;
16
- export declare function SwipeableDialog(props: SwipeableDialogProviderProps): ReactNode;
17
- export declare namespace SwipeableDialog {
18
- var displayName: string;
19
- }
16
+ export declare const SwipeableDialog: {
17
+ (props: SwipeableDialogProviderProps): ReactNode;
18
+ displayName: string;
19
+ };
20
+ export {};
@@ -3,7 +3,8 @@ import type { ReactNode } from 'react';
3
3
  type SwipeableDialogActionsProps = {
4
4
  children: React.ReactNode;
5
5
  };
6
- export declare function SwipeableDialogActions(props: SwipeableDialogActionsProps): ReactNode;
7
- export declare namespace SwipeableDialogActions {
8
- var displayName: string;
9
- }
6
+ export declare const SwipeableDialogActions: {
7
+ (props: SwipeableDialogActionsProps): ReactNode;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -3,7 +3,8 @@ type SwipeableDialogCloseProps = {
3
3
  children: React.ReactNode;
4
4
  onClick?: React.MouseEventHandler<HTMLButtonElement>;
5
5
  };
6
- export declare function SwipeableDialogClose(props: SwipeableDialogCloseProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
- export declare namespace SwipeableDialogClose {
8
- var displayName: string;
9
- }
6
+ export declare const SwipeableDialogClose: {
7
+ (props: SwipeableDialogCloseProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -6,7 +6,8 @@ type SwipeableDialogContentProps = {
6
6
  dividers?: boolean;
7
7
  sx?: SxProps;
8
8
  };
9
- export declare function SwipeableDialogContent(props: SwipeableDialogContentProps): ReactNode;
10
- export declare namespace SwipeableDialogContent {
11
- var displayName: string;
12
- }
9
+ export declare const SwipeableDialogContent: {
10
+ (props: SwipeableDialogContentProps): ReactNode;
11
+ displayName: string;
12
+ };
13
+ export {};
@@ -5,7 +5,8 @@ type SwipeableDialogTitleProps = {
5
5
  children: React.ReactNode;
6
6
  sx?: SxProps;
7
7
  };
8
- export declare function SwipeableDialogTitle(props: SwipeableDialogTitleProps): ReactNode;
9
- export declare namespace SwipeableDialogTitle {
10
- var displayName: string;
11
- }
8
+ export declare const SwipeableDialogTitle: {
9
+ (props: SwipeableDialogTitleProps): ReactNode;
10
+ displayName: string;
11
+ };
12
+ export {};
@@ -3,7 +3,8 @@ type SwipeableDialogTriggerProps = {
3
3
  children: React.ReactNode;
4
4
  onClick?: React.MouseEventHandler<HTMLElement>;
5
5
  };
6
- export declare function SwipeableDialogTrigger(props: SwipeableDialogTriggerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
- export declare namespace SwipeableDialogTrigger {
8
- var displayName: string;
9
- }
6
+ export declare const SwipeableDialogTrigger: {
7
+ (props: SwipeableDialogTriggerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -1,10 +1,13 @@
1
1
  import type { Theme } from "@mui/material";
2
+ import { PIX_TRANSACTION_ENTRY_TYPES } from "./shared/pixTransactionEntryTypes";
2
3
  import { type TagProps } from "./tag/Tag.tsx";
3
4
  export declare const TRANSACTION_TAG_ENTRYTYPE_COLOR: {
4
- [x: string]: string;
5
+ [PIX_TRANSACTION_ENTRY_TYPES.CREDIT]: string;
6
+ [PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
5
7
  };
6
8
  export declare const getTransactionEntryTypeColors: (theme: Theme) => {
7
- [x: string]: string;
9
+ [PIX_TRANSACTION_ENTRY_TYPES.CREDIT]: string;
10
+ [PIX_TRANSACTION_ENTRY_TYPES.DEBIT]: string;
8
11
  };
9
12
  type Props = {
10
13
  status: string;
@@ -1,3 +1,4 @@
1
1
  import { type CardActionsProps } from "@mui/material/CardActions";
2
- declare const CardFooter: ({ sx, children, ...rest }: CardActionsProps) => import("react/jsx-runtime").JSX.Element;
2
+ type CardFooterProps = CardActionsProps;
3
+ declare const CardFooter: ({ sx, children, ...rest }: CardFooterProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default CardFooter;
@@ -1,6 +1,7 @@
1
1
  import type { AccordionProps } from "@mui/material/Accordion";
2
+ import MuiAccordionActions from "@mui/material/AccordionActions";
2
3
  import type { ButtonProps } from "@mui/material/Button";
3
- import type { ReactNode } from "react";
4
+ import type { ComponentProps, ReactNode } from "react";
4
5
  type CollapsibleBaseProps = {
5
6
  expandIcon?: ReactNode;
6
7
  className?: string;
@@ -53,6 +54,6 @@ type ActionsPropsCustomRender = {
53
54
  };
54
55
  type ActionsProps = ActionsPropsEmpty | ActionsPropsDefault | ActionsPropsCustomRender;
55
56
  export type CollapsibleProps = SummaryProps & ActionsProps & CollapsibleBaseProps;
56
- export declare const AccordionActions: ({ sx, ...props }: import("@mui/material").AccordionActionsProps) => import("react/jsx-runtime").JSX.Element;
57
+ export declare const AccordionActions: ({ sx, ...props }: ComponentProps<typeof MuiAccordionActions>) => import("react/jsx-runtime").JSX.Element;
57
58
  declare const Collapsible: (props: CollapsibleProps) => ReactNode;
58
59
  export default Collapsible;
@@ -1,11 +1,8 @@
1
1
  import { type BoxProps } from "@mui/material";
2
+ import { type StackProps } from "@mui/material/Stack";
2
3
  import type { ReactNode } from "react";
3
4
  import type { CollapsibleProps } from "./Collapsible.tsx";
4
- export declare const CollapsibleTreeActions: ({ isParent, noBorder, sx, ...props }: import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent.d.ts").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
- ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
6
- }, keyof import("@mui/material/OverridableComponent.d.ts").CommonProps | keyof import("@mui/material").StackOwnProps> & {
7
- component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
8
- } & {
5
+ export declare const CollapsibleTreeActions: ({ isParent, noBorder, sx, ...props }: StackProps & {
9
6
  isParent: boolean;
10
7
  noBorder: boolean;
11
8
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  import Box from '@mui/material/Box';
2
- import type { Theme } from '@mui/material/styles';
3
2
  import type { ComponentProps, ReactNode } from 'react';
4
3
  export type TransparencyCollapsibleWrapperProps = ComponentProps<typeof Box>;
5
- export declare const TransparencyCollapsibleWrapper: any;
4
+ export declare const TransparencyCollapsibleWrapper: ({ sx, children, ...props }: TransparencyCollapsibleWrapperProps) => ReactNode;
@@ -1,2 +1,2 @@
1
1
  import type { GridColTypeDef, GridValidRowModel, GridValueGetterParams } from '@mui/x-data-grid-pro';
2
- export declare const cellTypeLink: <R extends GridValidRowModel>(getLink: (link: GridValueGetterParams<R, any, import("@mui/x-data-grid").GridTreeNodeWithRender>) => string) => GridColTypeDef<unknown, R>;
2
+ export declare const cellTypeLink: <R extends GridValidRowModel>(getLink: (link: GridValueGetterParams<R>) => string) => GridColTypeDef<unknown, R>;
@@ -1,2 +1,2 @@
1
1
  import type { GridColTypeDef, GridValidRowModel } from '@mui/x-data-grid-pro';
2
- export declare const cellTypeTag: <R extends GridValidRowModel>(onClick?: ((tag: string) => unknown) | undefined, breakByColon?: boolean) => GridColTypeDef<unknown, R>;
2
+ export declare const cellTypeTag: <R extends GridValidRowModel>(onClick?: (tag: string) => unknown, breakByColon?: boolean) => GridColTypeDef<unknown, R>;
@@ -1,2 +1,5 @@
1
1
  import { type Dispatch, type SetStateAction } from "react";
2
- export declare const useTableView: () => ["CARD_VIEW_MODEL" | "TABLE_VIEW_MODEL", Dispatch<SetStateAction<"CARD_VIEW_MODEL" | "TABLE_VIEW_MODEL">>];
2
+ import { TableViewModelEnum } from "../table/TableToggleViewModel.tsx";
3
+ type TableViewModel = keyof typeof TableViewModelEnum;
4
+ export declare const useTableView: () => [TableViewModel, Dispatch<SetStateAction<TableViewModel>>];
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  declare const useDialog: () => {
2
- showDialog: (args: import("../index.ts").ShowDialogArgs) => void;
2
+ showDialog: (args: import("./DialogContext.tsx").ShowDialogArgs) => void;
3
3
  hideDialog: () => void;
4
4
  };
5
5
  export { useDialog };
@@ -21,6 +21,6 @@ declare class ErrorBoundaryWithRetry extends Component<Props, State> {
21
21
  };
22
22
  componentDidCatch(error: Error, { componentStack }: ErrorInfo): void;
23
23
  _retry: () => void;
24
- render(): void | string | number | boolean | Iterable<ReactNode> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;
24
+ render(): string | number | boolean | void | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null;
25
25
  }
26
26
  export default ErrorBoundaryWithRetry;
@@ -1 +1 @@
1
- export declare const formatFilterValue: (value: string | Record<string, any>, key?: string | undefined) => any;
1
+ export declare const formatFilterValue: (value: string | Record<string, any>, key?: string) => any;
@@ -1 +1 @@
1
- export declare const isValidDatetime: (datetime: string | null) => "" | boolean | null;
1
+ export declare const isValidDatetime: (datetime: string | null) => boolean | "" | null;
package/dist/helpers.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  type HexColor = string;
2
- export declare const getShadeOfColor: (hex: string, amount: number) => string;
3
- export declare const hexToRgb: (hex: string) => number[];
4
- export declare const hexToRgbaString: (hex: string, opacity: string | number) => string;
2
+ export declare const getShadeOfColor: (hex: HexColor, amount: number) => string;
3
+ export declare const hexToRgb: (hex: HexColor) => number[];
4
+ export declare const hexToRgbaString: (hex: HexColor, opacity: number | string) => string;
5
5
  type ColorSchemeObject = {
6
6
  [name: string]: HexColor;
7
7
  };
8
8
  type SchemeGenerator<T> = (pivotColor: HexColor) => T;
9
- export declare const buildSchemeGenerator: <T = ColorSchemeObject>(ref: string, scheme: ColorSchemeObject) => SchemeGenerator<T>;
9
+ export declare const buildSchemeGenerator: <T = ColorSchemeObject>(ref: HexColor, scheme: ColorSchemeObject) => SchemeGenerator<T>;
10
10
  export {};
@@ -1 +1 @@
1
- export declare const useControlledState: (value: any, onChange?: ((value: any) => void) | undefined) => any[];
1
+ export declare const useControlledState: (value: any, onChange?: (value: any) => void) => any[];
@@ -1 +1 @@
1
- export declare const useCopyToClipboard: (text: string, cb?: (() => void) | undefined) => (boolean | (() => Promise<void>))[];
1
+ export declare const useCopyToClipboard: (text: string, cb?: () => void) => (boolean | (() => Promise<void>))[];
@@ -3,12 +3,12 @@ type Props = {
3
3
  color?: string;
4
4
  viewBox?: string;
5
5
  };
6
- export declare function AssineOnlineIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
7
- export declare namespace AssineOnlineIcon {
8
- var defaultProps: {
6
+ export declare const AssineOnlineIcon: {
7
+ ({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
8
+ defaultProps: {
9
9
  color: string;
10
10
  viewBox: string;
11
11
  size: number;
12
12
  };
13
- }
13
+ };
14
14
  export default AssineOnlineIcon;
@@ -3,12 +3,12 @@ type Props = {
3
3
  color?: string;
4
4
  viewBox?: string;
5
5
  };
6
- declare function BotConversaIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
7
- declare namespace BotConversaIcon {
8
- var defaultProps: {
6
+ declare const BotConversaIcon: {
7
+ ({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
8
+ defaultProps: {
9
9
  color: string;
10
10
  viewBox: string;
11
11
  size: number;
12
12
  };
13
- }
13
+ };
14
14
  export default BotConversaIcon;
@@ -4,12 +4,12 @@ type Props = {
4
4
  color?: string;
5
5
  viewBox?: string;
6
6
  };
7
- declare function CheckboxIndeterminate({ size, color, viewBox }: Props): ReactNode;
8
- declare namespace CheckboxIndeterminate {
9
- var defaultProps: {
7
+ declare const CheckboxIndeterminate: {
8
+ ({ size, color, viewBox }: Props): ReactNode;
9
+ defaultProps: {
10
10
  color: string;
11
11
  viewBox: string;
12
12
  size: number;
13
13
  };
14
- }
14
+ };
15
15
  export default CheckboxIndeterminate;
@@ -4,12 +4,12 @@ type Props = {
4
4
  color?: string;
5
5
  viewBox?: string;
6
6
  };
7
- declare function CheckboxUnchecked({ size, color, viewBox }: Props): ReactNode;
8
- declare namespace CheckboxUnchecked {
9
- var defaultProps: {
7
+ declare const CheckboxUnchecked: {
8
+ ({ size, color, viewBox }: Props): ReactNode;
9
+ defaultProps: {
10
10
  color: string;
11
11
  viewBox: string;
12
12
  size: number;
13
13
  };
14
- }
14
+ };
15
15
  export default CheckboxUnchecked;
@@ -2,12 +2,12 @@ type Props = {
2
2
  size: number;
3
3
  viewBox: string;
4
4
  };
5
- declare function MetaIcon({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
6
- declare namespace MetaIcon {
7
- var defaultProps: {
5
+ declare const MetaIcon: {
6
+ ({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
7
+ defaultProps: {
8
8
  viewBox: string;
9
9
  color: string;
10
10
  size: number;
11
11
  };
12
- }
12
+ };
13
13
  export default MetaIcon;
@@ -3,11 +3,11 @@ type Props = {
3
3
  color?: string;
4
4
  viewBox?: string;
5
5
  };
6
- declare function N8nIcon({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
7
- declare namespace N8nIcon {
8
- var defaultProps: {
6
+ declare const N8nIcon: {
7
+ ({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
8
+ defaultProps: {
9
9
  viewBox: string;
10
10
  size: number;
11
11
  };
12
- }
12
+ };
13
13
  export default N8nIcon;
@@ -3,12 +3,12 @@ type Props = {
3
3
  color?: string;
4
4
  viewBox?: string;
5
5
  };
6
- declare function NuvemshopIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
7
- declare namespace NuvemshopIcon {
8
- var defaultProps: {
6
+ declare const NuvemshopIcon: {
7
+ ({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
8
+ defaultProps: {
9
9
  viewBox: string;
10
10
  color: string;
11
11
  size: number;
12
12
  };
13
- }
13
+ };
14
14
  export default NuvemshopIcon;
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
2
  export declare const RightTopDiagonalVector: ({ width, viewBox, }: {
3
- viewBox?: string | undefined;
4
3
  width?: string | undefined;
4
+ viewBox?: string | undefined;
5
5
  }) => ReactNode;
@@ -1,14 +1,14 @@
1
1
  declare const _default: {
2
2
  CheckboxChecked: ({ size, color, viewBox }: {
3
- size?: number | undefined;
4
- color?: string | undefined;
5
- viewBox?: string | undefined;
3
+ size?: number;
4
+ color?: string;
5
+ viewBox?: string;
6
6
  }) => import("react").ReactNode;
7
7
  CheckboxUnchecked: {
8
8
  ({ size, color, viewBox }: {
9
9
  size: number;
10
- color?: string | undefined;
11
- viewBox?: string | undefined;
10
+ color?: string;
11
+ viewBox?: string;
12
12
  }): import("react").ReactNode;
13
13
  defaultProps: {
14
14
  color: string;
@@ -19,8 +19,8 @@ declare const _default: {
19
19
  CheckboxIndeterminate: {
20
20
  ({ size, color, viewBox }: {
21
21
  size: number;
22
- color?: string | undefined;
23
- viewBox?: string | undefined;
22
+ color?: string;
23
+ viewBox?: string;
24
24
  }): import("react").ReactNode;
25
25
  defaultProps: {
26
26
  color: string;
@@ -2,11 +2,11 @@ type Props = {
2
2
  size: number;
3
3
  viewBox?: string;
4
4
  };
5
- declare function SocPanelIcon({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
6
- declare namespace SocPanelIcon {
7
- var defaultProps: {
5
+ declare const SocPanelIcon: {
6
+ ({ size, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
7
+ defaultProps: {
8
8
  viewBox: string;
9
9
  size: number;
10
10
  };
11
- }
11
+ };
12
12
  export default SocPanelIcon;
@@ -4,11 +4,11 @@ type Props = {
4
4
  color?: string;
5
5
  viewBox?: string;
6
6
  };
7
- declare function WabizIcon(props: Props): ReactNode;
8
- declare namespace WabizIcon {
9
- var defaultProps: {
7
+ declare const WabizIcon: {
8
+ (props: Props): ReactNode;
9
+ defaultProps: {
10
10
  color: string;
11
11
  size: number;
12
12
  };
13
- }
13
+ };
14
14
  export default WabizIcon;
@@ -3,12 +3,12 @@ type Props = {
3
3
  color?: string;
4
4
  viewBox?: string;
5
5
  };
6
- declare function WakeIcon({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
7
- declare namespace WakeIcon {
8
- var defaultProps: {
6
+ declare const WakeIcon: {
7
+ ({ size, color, viewBox }: Props): import("react/jsx-runtime").JSX.Element;
8
+ defaultProps: {
9
9
  viewBox: string;
10
10
  color: string;
11
11
  size: number;
12
12
  };
13
- }
13
+ };
14
14
  export default WakeIcon;
@@ -1,4 +1,5 @@
1
- import type { Theme } from "@mui/material/styles";
2
- import type { ReactNode } from "react";
3
- declare const Dropzone: any;
1
+ import Box from "@mui/material/Box";
2
+ import type { ComponentProps, ReactNode } from "react";
3
+ type DropzoneProps = ComponentProps<typeof Box>;
4
+ declare const Dropzone: ({ sx, ...props }: DropzoneProps) => ReactNode;
4
5
  export default Dropzone;
@@ -31,8 +31,8 @@ export declare const getCellProps: (type: any, value: any, onChange: any, onBlur
31
31
  };
32
32
  export declare const getColumnType: (name: string) => string;
33
33
  export declare const getData: ({ excelData, dataImportTable, header, t }: {
34
- dataImportTable: any;
35
34
  excelData: any;
35
+ dataImportTable: any;
36
36
  header: any;
37
37
  t: any;
38
38
  }) => any[];
@@ -48,21 +48,21 @@ type validateCellInput = {
48
48
  columnName?: string;
49
49
  };
50
50
  export declare const validateCell: ({ type, value, requiredMessage, customColumnValidation, columnName, }: validateCellInput) => boolean;
51
- export declare const getCellComponent: (field: string) => import("react").ReactNode;
51
+ export declare const getCellComponent: (field: string) => React.ReactNode;
52
52
  export declare const EditableCell: ({ value: initialState, row: { index }, column: { id, columnType, customColumnValidation, requiredMessage }, updateMyData, isProcessing, }: {
53
+ value: any;
54
+ row: {
55
+ index: any;
56
+ };
53
57
  column: {
58
+ id: any;
54
59
  columnType: any;
55
60
  customColumnValidation: any;
56
- id: any;
57
61
  requiredMessage: any;
58
62
  };
59
- isProcessing: any;
60
- row: {
61
- index: any;
62
- };
63
63
  updateMyData: any;
64
- value: any;
65
- }) => import("react").ReactNode;
64
+ isProcessing: any;
65
+ }) => React.ReactNode;
66
66
  export declare const DEFAULT_QUEUE_ACTIONS: {
67
67
  ADD: string;
68
68
  REMOVE: string;