@firecms/user_management 3.0.0-canary.160 → 3.0.0-canary.162
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.es.js
CHANGED
@@ -3,7 +3,7 @@ import equal from "react-fast-compare";
|
|
3
3
|
import { removeUndefined, useAuthController, toSnakeCase, FieldCaption, ConfirmationDialog, useNavigationController, useSnackbarController, useCustomizationController, defaultDateFormat } from "@firecms/core";
|
4
4
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
5
5
|
import { c } from "react-compiler-runtime";
|
6
|
-
import { getColorSchemeForSeed, Chip, TextField, TableRow, TableCell, Checkbox, Tooltip, Button, Typography, DialogTitle, TableHeader, Paper, Table, TableBody, SelectItem, Select, DialogContent,
|
6
|
+
import { getColorSchemeForSeed, Chip, TextField, TableRow, TableCell, Checkbox, Tooltip, Button, Typography, DialogTitle, TableHeader, Paper, Table, TableBody, SelectItem, Select, DialogContent, CheckIcon, LoadingButton, DialogActions, Dialog, IconButton, DeleteIcon, CenteredView, AddIcon, Container, MultiSelectItem, MultiSelect } from "@firecms/ui";
|
7
7
|
import * as Yup from "yup";
|
8
8
|
import { useCreateFormex, getIn, Formex } from "@firecms/formex";
|
9
9
|
import { format } from "date-fns";
|
@@ -1084,7 +1084,7 @@ function RolesDetailsForm(t0) {
|
|
1084
1084
|
const t81 = !dirty;
|
1085
1085
|
let t82;
|
1086
1086
|
if ($[146] === Symbol.for("react.memo_cache_sentinel")) {
|
1087
|
-
t82 = /* @__PURE__ */ jsx(
|
1087
|
+
t82 = /* @__PURE__ */ jsx(CheckIcon, {});
|
1088
1088
|
$[146] = t82;
|
1089
1089
|
} else {
|
1090
1090
|
t82 = $[146];
|
@@ -1736,7 +1736,7 @@ function UserDetailsForm(t0) {
|
|
1736
1736
|
const t26 = !dirty;
|
1737
1737
|
let t27;
|
1738
1738
|
if ($[55] === Symbol.for("react.memo_cache_sentinel")) {
|
1739
|
-
t27 = /* @__PURE__ */ jsx(
|
1739
|
+
t27 = /* @__PURE__ */ jsx(CheckIcon, {});
|
1740
1740
|
$[55] = t27;
|
1741
1741
|
} else {
|
1742
1742
|
t27 = $[55];
|