@woovi/ui 6.3.7 → 6.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/SwipeableDialog/SwipeableDialog.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogActions.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogClose.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogContent.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogTitle.d.ts +5 -4
- package/dist/SwipeableDialog/SwipeableDialogTrigger.d.ts +5 -4
- package/dist/TransactionTagEntryTypes.d.ts +5 -2
- package/dist/card/cardWithActions/CardFooter.d.ts +2 -1
- package/dist/collapsible/Collapsible.d.ts +3 -2
- package/dist/collapsible/CollapsibleTree.d.ts +2 -5
- package/dist/collapsible/TransparencyCollapsibleWrapper.d.ts +1 -2
- package/dist/datagrid/cellTypeLink.d.ts +1 -1
- package/dist/datagrid/cellTypeTag.d.ts +1 -1
- package/dist/datagrid/useTableView.d.ts +4 -1
- package/dist/dialog/useDialog.d.ts +1 -1
- package/dist/error/ErrorBoundaryWithRetry.d.ts +1 -1
- package/dist/filter/formatFilterValue.d.ts +1 -1
- package/dist/filter/isValidDatetime.d.ts +1 -1
- package/dist/helpers.d.ts +4 -4
- package/dist/hooks/useControlledState.d.ts +1 -1
- package/dist/hooks/useCopyToClipboard.d.ts +1 -1
- package/dist/icons/AssineOnlineIcon.d.ts +4 -4
- package/dist/icons/BotConversaIcon.d.ts +4 -4
- package/dist/icons/CheckboxIndeterminate.d.ts +4 -4
- package/dist/icons/CheckboxUnchecked.d.ts +4 -4
- package/dist/icons/MetaIcon.d.ts +4 -4
- package/dist/icons/N8nIcon.d.ts +4 -4
- package/dist/icons/NuvemshopIcon.d.ts +4 -4
- package/dist/icons/RightTopDiagonalVector.d.ts +1 -1
- package/dist/icons/SVG.d.ts +7 -7
- package/dist/icons/SocPanelIcon.d.ts +4 -4
- package/dist/icons/WabizIcon.d.ts +4 -4
- package/dist/icons/WakeIcon.d.ts +4 -4
- package/dist/import/Dropzone.d.ts +4 -3
- package/dist/import/xlsx/ImportUtils.d.ts +9 -9
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/openpix/paymentLink/InterestsInfo.d.ts +1 -1
- package/dist/pinInput/PinInput.d.ts +13 -13
- package/dist/router/getQuery.d.ts +1 -1
- package/dist/router/getRouteFromPath.d.ts +1 -0
- package/dist/router/stringToValue.d.ts +2 -2
- package/dist/shared/CashbackStatus.d.ts +1 -1
- package/dist/shared/pixTransactionEntryTypes.d.ts +6 -4
- package/dist/shared/pixTransactionStatus.d.ts +16 -7
- package/dist/shared/pixTransactionTypes.d.ts +12 -4
- package/dist/shared/statementTypes.d.ts +12 -4
- package/dist/shared/webhookStatus.d.ts +1 -1
- package/dist/sidebar/Group.d.ts +1 -1
- package/dist/snackbar/CloseSnack.d.ts +1 -1
- package/dist/statement/ledgerStatementColors.d.ts +3 -1
- package/dist/statement/statementColors.d.ts +3 -1
- package/dist/table/CardListVirtualized.d.ts +1 -1
- package/dist/table/ImportReport.d.ts +1 -1
- package/dist/table/cells/CheckboxCellNode.d.ts +13 -1
- package/dist/table/cells/RenderCell.d.ts +8 -1
- package/dist/table/cells/getCellDate.d.ts +1 -1
- package/dist/table/cells/getCellLink.d.ts +1 -1
- package/dist/table/reactTable/ImportReport.d.ts +1 -1
- package/dist/table/reactTable/InputCell.d.ts +1 -1
- package/dist/table/reactTable/InputDateCell.d.ts +1 -1
- package/dist/table/reactTable/InputMoneyCell.d.ts +1 -1
- package/dist/table/reactTable/InputPhoneCell.d.ts +1 -1
- package/dist/table/reactTable/InputTaxIDCell.d.ts +1 -1
- package/dist/table/reactTable/StatusCell.d.ts +1 -1
- package/dist/table/reactTable/TableHeadVirtualized.d.ts +1 -1
- package/dist/timeline/TimelineAppEventDomainIcon.d.ts +10 -1
- package/dist/utils/composeStyles.d.ts +1 -1
- package/dist/utils/convertToCents.d.ts +1 -1
- package/dist/utils/convertToMoney.d.ts +2 -2
- package/dist/utils/dates.d.ts +2 -2
- package/dist/utils/excel/ChargeImport.d.ts +16 -2
- package/dist/utils/excel/CompanyImport.d.ts +3 -3
- package/dist/utils/excel/CustomerImport.d.ts +3 -3
- package/dist/utils/excel/PaymentImport.d.ts +6 -6
- package/dist/utils/excel/UserImport.d.ts +42 -3
- package/dist/utils/excel/generateExcel.d.ts +4 -4
- package/dist/utils/isSafeCPF.d.ts +1 -1
- package/dist/utils/onlyDigits.d.ts +1 -1
- package/package.json +63 -40
- package/dist/datagrid/cellTypeExpand.d.ts +0 -4
|
@@ -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
|
|
17
|
-
|
|
18
|
-
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
9
|
-
|
|
10
|
-
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
[
|
|
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
|
-
[
|
|
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
|
-
|
|
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 }:
|
|
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 }:
|
|
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:
|
|
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
|
|
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?: (
|
|
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
|
-
|
|
2
|
+
import { TableViewModelEnum } from "../table/TableToggleViewModel.tsx";
|
|
3
|
+
type TableViewModel = keyof typeof TableViewModelEnum;
|
|
4
|
+
export declare const useTableView: () => [TableViewModel, Dispatch<SetStateAction<TableViewModel>>];
|
|
5
|
+
export {};
|
|
@@ -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():
|
|
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
|
|
1
|
+
export declare const formatFilterValue: (value: string | Record<string, any>, key?: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const isValidDatetime: (datetime: string | 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:
|
|
3
|
-
export declare const hexToRgb: (hex:
|
|
4
|
-
export declare const hexToRgbaString: (hex:
|
|
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:
|
|
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?: (
|
|
1
|
+
export declare const useControlledState: (value: any, onChange?: (value: any) => void) => any[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useCopyToClipboard: (text: string, cb?: (
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
8
|
-
|
|
9
|
-
|
|
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
|
|
8
|
-
|
|
9
|
-
|
|
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;
|
package/dist/icons/MetaIcon.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ type Props = {
|
|
|
2
2
|
size: number;
|
|
3
3
|
viewBox: string;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
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;
|
package/dist/icons/N8nIcon.d.ts
CHANGED
|
@@ -3,11 +3,11 @@ type Props = {
|
|
|
3
3
|
color?: string;
|
|
4
4
|
viewBox?: string;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
package/dist/icons/SVG.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
CheckboxChecked: ({ size, color, viewBox }: {
|
|
3
|
-
size?: number
|
|
4
|
-
color?: string
|
|
5
|
-
viewBox?: string
|
|
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
|
|
11
|
-
viewBox?: string
|
|
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
|
|
23
|
-
viewBox?: string
|
|
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
|
|
6
|
-
|
|
7
|
-
|
|
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
|
|
8
|
-
|
|
9
|
-
|
|
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;
|
package/dist/icons/WakeIcon.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ type Props = {
|
|
|
3
3
|
color?: string;
|
|
4
4
|
viewBox?: string;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
2
|
-
import type { ReactNode } from "react";
|
|
3
|
-
|
|
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) =>
|
|
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
|
-
|
|
65
|
-
}) =>
|
|
64
|
+
isProcessing: any;
|
|
65
|
+
}) => React.ReactNode;
|
|
66
66
|
export declare const DEFAULT_QUEUE_ACTIONS: {
|
|
67
67
|
ADD: string;
|
|
68
68
|
REMOVE: string;
|