@smart-factor/gem-ui-components 0.0.61 → 0.0.63
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/SignEditor.js +5697 -5950
- package/dist/components/Dialog/Dialog.d.ts +4 -1
- package/dist/components/Dialog/Dialog.styles.d.ts +5 -4
- package/dist/helpers/index.d.ts +1 -0
- package/dist/main.js +7 -6
- package/dist/{theme-BzEoBwfH.js → theme-BDBtRh3g.js} +3146 -2886
- package/package.json +1 -1
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { DialogProps } from './types';
|
|
2
2
|
|
|
3
|
-
export declare const Dialog:
|
|
3
|
+
export declare const Dialog: {
|
|
4
|
+
({ title, subtitle, onClose, children, disableBackdropClick, ...props }: DialogProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
2
|
+
export declare const Dialog: import('@emotion/styled').StyledComponent<import('@mui/material').DialogProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
3
|
+
export declare const HeaderWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
4
|
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
5
5
|
}, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const Title: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
7
7
|
ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
8
8
|
}, "className" | "style" | "classes" | "children" | "sx" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const Subtitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
10
10
|
ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
11
11
|
}, "className" | "style" | "classes" | "children" | "sx" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
12
|
+
export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
package/dist/helpers/index.d.ts
CHANGED
package/dist/main.js
CHANGED
|
@@ -2,8 +2,8 @@ import ee, { jsx as c, jsxs as k, Fragment as nt } from "react/jsx-runtime";
|
|
|
2
2
|
import { L as te, P as a, _ as x, Z as Vt, $ as Ut, a0 as Ht, a1 as Gt, w as z, T as He, Y as Wt, a2 as qt, l as Zt, a3 as Xt, q as be, p as ye, r as R, v as Z, j as Jt, y as X, a as Kt, a4 as Qt, z as J, E as Ye, b as N, F as Ne, J as er, a5 as tr, a6 as rr, M as q, U as or, a7 as nr, x as ve, e as Te, K as H, a8 as sr, S as ze, a9 as re, aa as oe, N as he } from "./Stack-ThmeJzqr.js";
|
|
3
3
|
import { r as ne, e as st, P as it, i as ir, C as ar } from "./Drawer-d8461jqd.js";
|
|
4
4
|
import { D as Ks, L as Qs } from "./Drawer-d8461jqd.js";
|
|
5
|
-
import { A as lr, l as Ge, L as cr, g as dr, S as ur, a as fr, t as We, T as hr, b as pr, c as mr, d as gr, e as br, B as Q, f as yr, G as vr, i as Tr, h as xr, F as Cr, j as Mr, k as at, M as A, m as lt, n as ct, C as se, o as P, w as Or, p as dt, q as Sr, r as Dr, s as Pr, u as Lr, v as wr, x as xe, y as kr, z as Er, D as $r, I as ut, E as _r, H as ft, J as ht, K as Yr, N as pt, O as Nr, P as zr, Q as jr, R as Ir, U as Ar, V as Rr, W as Br, X as Fr, Y as Vr, Z as Ur, _ as Hr, $ as Gr, a0 as Wr, a1 as qr, a2 as Zr, a3 as Xr } from "./theme-
|
|
6
|
-
import { a7 as ti, ad as ri, a4 as oi, a9 as ni, aa as si, ab as ii, ac as ai, a5 as li, a8 as ci, ae as di,
|
|
5
|
+
import { A as lr, l as Ge, L as cr, g as dr, S as ur, a as fr, t as We, T as hr, b as pr, c as mr, d as gr, e as br, B as Q, f as yr, G as vr, i as Tr, h as xr, F as Cr, j as Mr, k as at, M as A, m as lt, n as ct, C as se, o as P, w as Or, p as dt, q as Sr, r as Dr, s as Pr, u as Lr, v as wr, x as xe, y as kr, z as Er, D as $r, I as ut, E as _r, H as ft, J as ht, K as Yr, N as pt, O as Nr, P as zr, Q as jr, R as Ir, U as Ar, V as Rr, W as Br, X as Fr, Y as Vr, Z as Ur, _ as Hr, $ as Gr, a0 as Wr, a1 as qr, a2 as Zr, a3 as Xr } from "./theme-BDBtRh3g.js";
|
|
6
|
+
import { a7 as ti, ad as ri, a4 as oi, a9 as ni, aa as si, ab as ii, ac as ai, a5 as li, a8 as ci, ae as di, ag as ui, a6 as fi, af as hi } from "./theme-BDBtRh3g.js";
|
|
7
7
|
import * as L from "react";
|
|
8
8
|
import { useState as F, useCallback as pe, useLayoutEffect as mt, useEffect as Ce, useMemo as gt, useRef as Jr } from "react";
|
|
9
9
|
import { b as ce } from "./useFormControl-Cj8rSR6R.js";
|
|
@@ -12,7 +12,7 @@ import { GridToolbarContainer as eo, GridToolbarColumnsButton as to, GridToolbar
|
|
|
12
12
|
export * from "@mui/x-data-grid-pro";
|
|
13
13
|
import { Link as lo } from "react-router-dom";
|
|
14
14
|
import { C as co, a as uo } from "./Tree-D_Zjc1fk.js";
|
|
15
|
-
import { T as
|
|
15
|
+
import { T as gi } from "./Tree-D_Zjc1fk.js";
|
|
16
16
|
var je = {}, fo = te;
|
|
17
17
|
Object.defineProperty(je, "__esModule", {
|
|
18
18
|
value: !0
|
|
@@ -2979,7 +2979,7 @@ export {
|
|
|
2979
2979
|
Bs as TableWithPagination,
|
|
2980
2980
|
li as TabsPanel,
|
|
2981
2981
|
vo as ThemeProvider,
|
|
2982
|
-
|
|
2982
|
+
gi as Tree,
|
|
2983
2983
|
q as Typography,
|
|
2984
2984
|
ci as UPLOADED_FILE_MAX_SIZE,
|
|
2985
2985
|
di as errorToast,
|
|
@@ -2988,15 +2988,16 @@ export {
|
|
|
2988
2988
|
Vs as getBooleanColumn,
|
|
2989
2989
|
Us as getDateColumn,
|
|
2990
2990
|
Hs as getDateTimeColumn,
|
|
2991
|
+
ui as getErrorMessage,
|
|
2991
2992
|
Gs as getNumericColumn,
|
|
2992
2993
|
Ws as getStaticColumn,
|
|
2993
2994
|
qs as getStringColumn,
|
|
2994
2995
|
R as styled,
|
|
2995
2996
|
Fs as successToast,
|
|
2996
|
-
|
|
2997
|
+
fi as theme,
|
|
2997
2998
|
Ts as useContextMenu,
|
|
2998
2999
|
tn as useDataGridState,
|
|
2999
|
-
|
|
3000
|
+
hi as useGetFileUrl,
|
|
3000
3001
|
rn as useScrollPosition,
|
|
3001
3002
|
ve as useTheme
|
|
3002
3003
|
};
|