@smart-factor/gem-ui-components 0.0.77 → 0.0.78
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 +1 -1
- package/dist/components/PaginatedPopover/PaginatedPopover.d.ts +3 -0
- package/dist/components/PaginatedPopover/PaginatedPopover.styles.d.ts +9 -0
- package/dist/components/PaginatedPopover/PaginatedPopoverContent.d.ts +4 -0
- package/dist/components/PaginatedPopover/types.d.ts +1 -3
- package/dist/main.js +2 -2
- package/dist/{theme-B_UDtmpB.js → theme-BV7qvYZi.js} +2989 -2965
- package/package.json +1 -1
package/dist/SignEditor.js
CHANGED
|
@@ -17,7 +17,7 @@ var T_ = (o, e, t, n) => ({
|
|
|
17
17
|
import Gk, { jsx as Wt, jsxs as Fr, Fragment as Mb } from "react/jsx-runtime";
|
|
18
18
|
import * as vr from "react";
|
|
19
19
|
import { useCallback as pd, createContext as iQ, useContext as rQ, useState as kc, useEffect as uu, useMemo as Hm, useRef as aQ } from "react";
|
|
20
|
-
import { aj as sQ, al as lQ, G as Ix, am as Mx, an as A0, ao as cQ, a8 as tN, B as Um, ap as Rb, ah as eb, ai as nN, v as uQ, ad as h2, af as dQ, a2 as AQ, n as hQ, f as pQ, aa as gQ } from "./theme-
|
|
20
|
+
import { aj as sQ, al as lQ, G as Ix, am as Mx, an as A0, ao as cQ, a8 as tN, B as Um, ap as Rb, ah as eb, ai as nN, v as uQ, ad as h2, af as dQ, a2 as AQ, n as hQ, f as pQ, aa as gQ } from "./theme-BV7qvYZi.js";
|
|
21
21
|
import { C as oN, r as Qk } from "./Drawer-AZWlL1mS.js";
|
|
22
22
|
import "react-dom";
|
|
23
23
|
import "@mui/x-data-grid-pro";
|
|
@@ -9,5 +9,8 @@ export declare const PaginatedPopover: (<T>({ notifications, loadParams, setLoad
|
|
|
9
9
|
id: string | number;
|
|
10
10
|
}>) => import("react/jsx-runtime").JSX.Element) & {
|
|
11
11
|
Item: ({ children, onClick }: NotificationItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
ExtraContent: ({ children }: {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
15
|
};
|
|
13
16
|
export {};
|
|
@@ -11,9 +11,18 @@ export declare const StyledPaper: import('@emotion/styled').StyledComponent<impo
|
|
|
11
11
|
width: string;
|
|
12
12
|
height: string;
|
|
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"> & {
|
|
15
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
16
|
+
}, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
|
|
14
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"> & {
|
|
15
18
|
ref?: ((instance: HTMLUListElement | null) => void) | import('react').RefObject<HTMLUListElement> | null | undefined;
|
|
16
19
|
}, "className" | "style" | "classes" | "children" | "sx" | "dense" | "disablePadding" | "subheader"> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
|
|
17
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"> & {
|
|
18
21
|
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
19
22
|
}, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
|
|
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"> & {
|
|
24
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
25
|
+
}, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
|
|
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"> & {
|
|
27
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
28
|
+
}, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/system').Theme>, {}, {}>;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
1
2
|
import { PaginatedPopoverProps } from './types';
|
|
2
3
|
|
|
4
|
+
export declare const ExtraContent: ({ children }: {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
3
7
|
export declare const NotificationContent: <T extends {
|
|
4
8
|
id: string | number;
|
|
5
9
|
}>({ open, anchorEl, onClose, notifications, loadingMore, isLoading, allItemsLoaded, width, height, title, children, listRef, }: {
|
|
@@ -13,8 +13,6 @@ export interface PaginatedPopoverProps<T> {
|
|
|
13
13
|
width?: string;
|
|
14
14
|
height?: string;
|
|
15
15
|
title: string;
|
|
16
|
-
children: ((item: T
|
|
17
|
-
id: string | number;
|
|
18
|
-
}) => ReactNode) | ReactNode;
|
|
16
|
+
children: React.ReactNode | Array<React.ReactNode | ((item: T) => React.ReactNode)>;
|
|
19
17
|
Icon: ReactNode;
|
|
20
18
|
}
|
package/dist/main.js
CHANGED
|
@@ -2,8 +2,8 @@ import te, { jsx as a, jsxs as k, Fragment as at } from "react/jsx-runtime";
|
|
|
2
2
|
import { L as re, P as l, _ as x, Z as Wt, $ as Gt, a0 as qt, a1 as Zt, w as N, T as qe, Y as Xt, a2 as Jt, l as Kt, a3 as Qt, q as ye, p as ve, r as R, v as Z, j as er, y as X, a as tr, a4 as rr, z as J, E as Ye, b as z, F as ze, J as or, a5 as nr, a6 as sr, M as q, U as ir, a7 as ar, x as Te, e as oe, K as H, a8 as lr, S as Ne, a9 as ne, aa as se, N as pe } from "./Stack-B3SBR1st.js";
|
|
3
3
|
import { r as ie, e as lt, P as ct, i as cr, C as dr } from "./Drawer-AZWlL1mS.js";
|
|
4
4
|
import { D as ii, L as ai } from "./Drawer-AZWlL1mS.js";
|
|
5
|
-
import { A as ur, l as Ze, L as hr, g as fr, S as pr, a as mr, t as Xe, T as gr, b as br, c as yr, d as vr, e as Tr, B as ee, f as xr, G as Cr, i as Mr, h as Or, F as Sr, j as Dr, k as dt, M as A, m as Ie, n as ut, C as K, o as P, w as Pr, p as je, q as Lr, r as kr, s as wr, u as Er, v as $r, x as xe, y as _r, z as Yr, D as zr, I as ht, E as Nr, H as ft, J as pt, K as Ir, N as jr, O as Ar, P as mt, Q as Rr, R as Br, U as Fr, V as Vr, W as Ur, X as Hr, Y as Wr, Z as Gr, _ as qr, $ as Zr, a0 as Xr, a1 as Jr, a2 as Kr, a3 as Qr, a4 as gt, a5 as bt, a6 as yt, a7 as eo } from "./theme-
|
|
6
|
-
import { ac as ci, ai as di, a8 as ui, ae as hi, af as fi, ag as pi, ah as mi, a9 as gi, aa as bi, ad as yi, aj as vi, al as Ti, ab as xi, ak as Ci } from "./theme-
|
|
5
|
+
import { A as ur, l as Ze, L as hr, g as fr, S as pr, a as mr, t as Xe, T as gr, b as br, c as yr, d as vr, e as Tr, B as ee, f as xr, G as Cr, i as Mr, h as Or, F as Sr, j as Dr, k as dt, M as A, m as Ie, n as ut, C as K, o as P, w as Pr, p as je, q as Lr, r as kr, s as wr, u as Er, v as $r, x as xe, y as _r, z as Yr, D as zr, I as ht, E as Nr, H as ft, J as pt, K as Ir, N as jr, O as Ar, P as mt, Q as Rr, R as Br, U as Fr, V as Vr, W as Ur, X as Hr, Y as Wr, Z as Gr, _ as qr, $ as Zr, a0 as Xr, a1 as Jr, a2 as Kr, a3 as Qr, a4 as gt, a5 as bt, a6 as yt, a7 as eo } from "./theme-BV7qvYZi.js";
|
|
6
|
+
import { ac as ci, ai as di, a8 as ui, ae as hi, af as fi, ag as pi, ah as mi, a9 as gi, aa as bi, ad as yi, aj as vi, al as Ti, ab as xi, ak as Ci } from "./theme-BV7qvYZi.js";
|
|
7
7
|
import * as L from "react";
|
|
8
8
|
import { useState as F, useCallback as me, useLayoutEffect as vt, useEffect as Ce, useMemo as Tt, useRef as to } from "react";
|
|
9
9
|
import { b as de } from "./useFormControl-K73YLReg.js";
|