@applica-software-guru/react-admin 1.0.65 → 1.0.66
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/index.d.ts +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.es.js +50 -49
- package/dist/react-admin.umd.js +40 -40
- package/package.json +1 -1
- package/src/index.jsx +1 -0
package/dist/react-admin.es.js
CHANGED
|
@@ -3,7 +3,7 @@ var QS = (e, t, n) => t in e ? vS(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var pa = (e, t, n) => (QS(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
4
4
|
import Ao, { jsx as C, jsxs as te, Fragment as Sn } from "react/jsx-runtime";
|
|
5
5
|
import { useResourceDefinitions as bS, useGetIdentity as Vm, usePermissions as yS, useTranslate as ir, useRecordContext as Yt, useResourceContext as On, Toolbar as Od, Form as qa, SaveButton as ec, SimpleForm as Hm, DeleteWithConfirmButton as zm, FieldTitle as Dd, ArrayInput as xS, EditButton as wS, CloneButton as TS, FileField as Md, useDataProvider as kd, ImageField as Wm, useLocaleState as tc, DateField as Ja, EmailField as nc, FunctionField as SS, ReferenceManyField as Fd, TextField as rc, useInput as PS, FileInput as oc, AutocompleteArrayInput as Um, AutocompleteInput as Ym, BooleanInput as Nd, DateInput as Ld, ImageInput as Gm, NumberInput as jd, ReferenceArrayInput as Vd, ReferenceInput as Hd, ResourceContextProvider as RS, Pagination as OS, ListToolbar as DS, SearchInput as MS, SelectArrayInput as zd, SelectInput as Km, TextInput as Wd, maxLength as kS, TimeInput as Ud, Edit as FS, FormGroupContextProvider as NS, getTabbedFormTabFullPath as LS, TabbedForm as ic, useLogout as jS, useAuthProvider as _m, useNotify as Hi, useRedirect as Yd, useUpdate as qm, useGetList as VS, LoadingIndicator as HS, Notification as zS, CreateButtonClasses as Jm, Button as uo, useCreateController as WS, CreateContextProvider as US, useGetOne as YS, useEditController as GS, EditContextProvider as KS, Datagrid as ac, List as sc, useRefresh as $m, useUnselectAll as Xm, useListContext as Zm, useUpdateMany as e0, CoreAdminContext as _S, localStorageStore as qS, AdminUI as t0 } from "react-admin";
|
|
6
|
-
import { ArrayInputContext as BG, BooleanField as vG, BulkDeleteWithConfirmButton as QG, Button as bG, ChipField as yG, Confirm as xG, Create as wG, CreateButton as TG, CreateContextProvider as SG, CustomRoutes as PG, DeleteWithConfirmButton as RG, DeleteWithUndoButton as OG, EditButton as DG, EditContextProvider as MG, FieldTitle as kG, Form as FG,
|
|
6
|
+
import { ArrayInputContext as BG, BooleanField as vG, BulkDeleteWithConfirmButton as QG, Button as bG, ChipField as yG, Confirm as xG, Create as wG, CreateButton as TG, CreateContextProvider as SG, CustomRoutes as PG, DeleteWithConfirmButton as RG, DeleteWithUndoButton as OG, EditButton as DG, EditContextProvider as MG, FieldTitle as kG, Form as FG, FormDataConsumer as NG, HttpError as LG, I18nContextProvider as jG, ListToolbar as VG, Pagination as HG, ArrayInput as zG, SimpleFormIterator as WG, RecordContextProvider as UG, ReferenceArrayField as YG, ReferenceField as GG, Resource as KG, ResourceContextProvider as _G, SaveButton as qG, SimpleFormIteratorContext as JG, SimpleList as $G, SingleFieldList as XG, TopToolbar as ZG, UrlField as eK, choices as tK, email as nK, maxLength as rK, maxValue as oK, minLength as iK, minValue as aK, number as sK, regex as lK, required as cK, useArrayInput as AK, useAuthProvider as uK, useCreateController as dK, useDataProvider as gK, useEditContext as fK, useGetIdentity as pK, useGetList as hK, useGetMany as CK, useGetManyReference as EK, useGetOne as mK, useListContext as IK, useNotify as BK, usePermissions as vK, useRecordContext as QK, useRefresh as bK, useResourceContext as yK, useResourceDefinition as xK, useResourceDefinitions as wK, useTranslate as TK, useUnselect as SK, useUnselectAll as PK, useUpdateMany as RK } from "react-admin";
|
|
7
7
|
import { Popover as JS, styled as Gd, IconButton as n0, MenuItem as $S, Card as XS, CardHeader as Wu, Typography as Be, Divider as Ri, CardContent as r0, Grid as ve, Box as Me, Tooltip as $a, tooltipClasses as ol, Grow as ZS, Collapse as o0, Fade as eP, Slide as tP, Zoom as i0, CircularProgress as Yo, circularProgressClasses as nP, LinearProgress as a0, useMediaQuery as Pn, ListItemButton as fr, ListItemIcon as rr, ListItemText as pr, Chip as Xh, Avatar as wl, Popper as Xa, Paper as Fi, ClickAwayListener as Ni, List as Li, ButtonBase as s0, Drawer as rP, Stack as qt, Button as Za, InputLabel as Kd, FormHelperText as l0, TextField as oP, ListItemSecondaryAction as c0, Dialog as _d, AppBar as qd, Toolbar as Jd, ListItemAvatar as iP, Badge as aP, Container as A0, useScrollTrigger as sP, Fab as lP, useTheme as cP, darken as AP, lighten as uP, Link as dP, StyledEngineProvider as gP, CssBaseline as fP } from "@mui/material";
|
|
8
8
|
import * as D from "react";
|
|
9
9
|
import be, { useState as Ze, useCallback as Ke, Children as Ho, createContext as qn, useContext as Ft, useMemo as $e, useEffect as bt, forwardRef as qo, isValidElement as ya, cloneElement as ro, useLayoutEffect as pP, useRef as so, useInsertionEffect as hP, createElement as CP, useId as EP, Fragment as Er, Suspense as mP } from "react";
|
|
@@ -28388,10 +28388,11 @@ export {
|
|
|
28388
28388
|
ZQ as FileField,
|
|
28389
28389
|
sb as FileInput,
|
|
28390
28390
|
FG as Form,
|
|
28391
|
+
NG as FormDataConsumer,
|
|
28391
28392
|
hb as FormHeader,
|
|
28392
28393
|
Kz as FunctionField,
|
|
28393
|
-
|
|
28394
|
-
|
|
28394
|
+
LG as HttpError,
|
|
28395
|
+
jG as I18nContextProvider,
|
|
28395
28396
|
Ko as IconButton,
|
|
28396
28397
|
Lc as ImageField,
|
|
28397
28398
|
lb as ImageInput,
|
|
@@ -28403,7 +28404,7 @@ export {
|
|
|
28403
28404
|
YF as LinearWithLabel,
|
|
28404
28405
|
Pb as List,
|
|
28405
28406
|
Rb as ListItem,
|
|
28406
|
-
|
|
28407
|
+
VG as ListToolbar,
|
|
28407
28408
|
pG as Loadable,
|
|
28408
28409
|
ZW as Loader,
|
|
28409
28410
|
VB as LoadingButton,
|
|
@@ -28419,23 +28420,23 @@ export {
|
|
|
28419
28420
|
eU as Notification,
|
|
28420
28421
|
CG as NotificationList,
|
|
28421
28422
|
cb as NumberInput,
|
|
28422
|
-
|
|
28423
|
-
|
|
28424
|
-
|
|
28423
|
+
HG as Pagination,
|
|
28424
|
+
zG as RaArrayInput,
|
|
28425
|
+
WG as RaSimpleFormIterator,
|
|
28425
28426
|
tb as ReadonlyField,
|
|
28426
|
-
|
|
28427
|
+
UG as RecordContextProvider,
|
|
28427
28428
|
sW as RecordInput,
|
|
28428
28429
|
hU as RecoverPage,
|
|
28429
|
-
|
|
28430
|
+
YG as ReferenceArrayField,
|
|
28430
28431
|
Ab as ReferenceArrayInput,
|
|
28431
|
-
|
|
28432
|
+
GG as ReferenceField,
|
|
28432
28433
|
ub as ReferenceInput,
|
|
28433
28434
|
gs as ReferenceManyField,
|
|
28434
28435
|
db as ReferenceManyInput,
|
|
28435
28436
|
CU as RegisterPage,
|
|
28436
|
-
|
|
28437
|
-
|
|
28438
|
-
|
|
28437
|
+
KG as Resource,
|
|
28438
|
+
_G as ResourceContextProvider,
|
|
28439
|
+
qG as SaveButton,
|
|
28439
28440
|
bb as ScrollTop,
|
|
28440
28441
|
hG as ScrollX,
|
|
28441
28442
|
uG as SearchInput,
|
|
@@ -28444,9 +28445,9 @@ export {
|
|
|
28444
28445
|
$v as SimpleBar,
|
|
28445
28446
|
Af as SimpleForm,
|
|
28446
28447
|
fG as SimpleFormIterator,
|
|
28447
|
-
|
|
28448
|
-
|
|
28449
|
-
|
|
28448
|
+
JG as SimpleFormIteratorContext,
|
|
28449
|
+
$G as SimpleList,
|
|
28450
|
+
XG as SingleFieldList,
|
|
28450
28451
|
Jz as SizeField,
|
|
28451
28452
|
yb as SmallIcon,
|
|
28452
28453
|
pf as SmartTextInput,
|
|
@@ -28459,52 +28460,52 @@ export {
|
|
|
28459
28460
|
pb as TimeInput,
|
|
28460
28461
|
mo as Toolbar,
|
|
28461
28462
|
HF as Tooltip,
|
|
28462
|
-
|
|
28463
|
+
ZG as TopToolbar,
|
|
28463
28464
|
_o as Transitions,
|
|
28464
|
-
|
|
28465
|
-
|
|
28465
|
+
eK as UrlField,
|
|
28466
|
+
tK as choices,
|
|
28466
28467
|
Hb as createI18nProvider,
|
|
28467
|
-
|
|
28468
|
-
|
|
28469
|
-
|
|
28470
|
-
|
|
28471
|
-
|
|
28472
|
-
|
|
28468
|
+
nK as email,
|
|
28469
|
+
rK as maxLength,
|
|
28470
|
+
oK as maxValue,
|
|
28471
|
+
iK as minLength,
|
|
28472
|
+
aK as minValue,
|
|
28473
|
+
sK as number,
|
|
28473
28474
|
uW as parseTime,
|
|
28474
|
-
|
|
28475
|
-
|
|
28475
|
+
lK as regex,
|
|
28476
|
+
cK as required,
|
|
28476
28477
|
Gi as useAppConfig,
|
|
28477
|
-
|
|
28478
|
-
|
|
28478
|
+
AK as useArrayInput,
|
|
28479
|
+
uK as useAuthProvider,
|
|
28479
28480
|
gD as useBreadcrumbs,
|
|
28480
|
-
|
|
28481
|
-
|
|
28482
|
-
|
|
28483
|
-
|
|
28484
|
-
|
|
28485
|
-
|
|
28486
|
-
|
|
28487
|
-
|
|
28481
|
+
dK as useCreateController,
|
|
28482
|
+
gK as useDataProvider,
|
|
28483
|
+
fK as useEditContext,
|
|
28484
|
+
pK as useGetIdentity,
|
|
28485
|
+
hK as useGetList,
|
|
28486
|
+
CK as useGetMany,
|
|
28487
|
+
EK as useGetManyReference,
|
|
28488
|
+
mK as useGetOne,
|
|
28488
28489
|
zY as useI18nCatcher,
|
|
28489
28490
|
WY as useI18nLanguages,
|
|
28490
28491
|
EG as useI18nProvider,
|
|
28491
|
-
|
|
28492
|
+
IK as useListContext,
|
|
28492
28493
|
nI as useLocalStorage,
|
|
28493
28494
|
tI as useMenu,
|
|
28494
28495
|
hr as useMenuConfig,
|
|
28495
|
-
|
|
28496
|
-
|
|
28497
|
-
|
|
28498
|
-
|
|
28499
|
-
|
|
28500
|
-
|
|
28501
|
-
|
|
28496
|
+
BK as useNotify,
|
|
28497
|
+
vK as usePermissions,
|
|
28498
|
+
QK as useRecordContext,
|
|
28499
|
+
bK as useRefresh,
|
|
28500
|
+
yK as useResourceContext,
|
|
28501
|
+
xK as useResourceDefinition,
|
|
28502
|
+
wK as useResourceDefinitions,
|
|
28502
28503
|
fD as useResourceTitle,
|
|
28503
28504
|
Jt as useThemeConfig,
|
|
28504
|
-
|
|
28505
|
-
|
|
28506
|
-
|
|
28507
|
-
|
|
28505
|
+
TK as useTranslate,
|
|
28506
|
+
SK as useUnselect,
|
|
28507
|
+
PK as useUnselectAll,
|
|
28508
|
+
RK as useUpdateMany,
|
|
28508
28509
|
dG as uuid
|
|
28509
28510
|
};
|
|
28510
28511
|
//# sourceMappingURL=react-admin.es.js.map
|