@firecms/collection_editor 3.0.0-alpha.43 → 3.0.0-alpha.45
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
- package/src/ConfigControllerProvider.tsx +2 -2
- package/src/ui/EditorCollectionAction.tsx +2 -2
- package/src/ui/RootCollectionSuggestions.tsx +3 -3
- package/src/ui/collection_editor/CollectionEditorDialog.tsx +2 -2
- package/src/ui/collection_editor/properties/ReferencePropertyField.tsx +3 -3
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, Fragment as D, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import * as _e from "react";
|
|
3
3
|
import U, { useState as K, useCallback as J, useEffect as pe, useMemo as $t, useRef as Ge, useDeferredValue as ha, useContext as Lt } from "react";
|
|
4
|
-
import { iconKeys as Kt, debounce as ga, SearchBar as fa, Tooltip as oe, IconButton as ce, Icon as lt, coolIconKeys as kt, Typography as C, getIconForView as ct, useAutoComplete as ba, Container as ht, Chip as dt, TextField as Te, cn as xe, DebouncedTextField as H, Autocomplete as ya, AutocompleteItem as va, ExpandablePanel as Ct, SettingsIcon as Je, Select as Se, SelectItem as ee, BooleanSwitchWithLabel as Yt, Dialog as Fe, toSnakeCase as Gt, singular as wa, ListIcon as _a, Button as E, CircularProgress as Qe, AutoAwesomeIcon as gt, Paper as qe, FormikArrayContainer as ka, DialogContent as Be, DialogActions as Me, SwitchControl as he, serializeRegExp as xa, isValidRegExp as Ca, RuleIcon as Oa, useSnackbarController as Re, resolveEnumValues as Pa, FileUploadIcon as Na, MultiSelect as Sa, MultiSelectItem as At, Checkbox as zt, isPropertyBuilder as re, useFireCMSContext as Ue, getFieldConfig as We, ErrorBoundary as Pe, FieldConfigBadge as Ze, cardMixin as Ht, cardClickableMixin as Jt, cardSelectedMixin as Qt, FunctionsIcon as qa, RemoveCircleIcon as Aa, defaultBorderMixin as Ot, RemoveIcon as za, DragHandleIcon as Ta, AddIcon as Ae,
|
|
4
|
+
import { iconKeys as Kt, debounce as ga, SearchBar as fa, Tooltip as oe, IconButton as ce, Icon as lt, coolIconKeys as kt, Typography as C, getIconForView as ct, useAutoComplete as ba, Container as ht, Chip as dt, TextField as Te, cn as xe, DebouncedTextField as H, Autocomplete as ya, AutocompleteItem as va, ExpandablePanel as Ct, SettingsIcon as Je, Select as Se, SelectItem as ee, BooleanSwitchWithLabel as Yt, Dialog as Fe, toSnakeCase as Gt, singular as wa, ListIcon as _a, Button as E, CircularProgress as Qe, AutoAwesomeIcon as gt, Paper as qe, FormikArrayContainer as ka, DialogContent as Be, DialogActions as Me, SwitchControl as he, serializeRegExp as xa, isValidRegExp as Ca, RuleIcon as Oa, useSnackbarController as Re, resolveEnumValues as Pa, FileUploadIcon as Na, MultiSelect as Sa, MultiSelectItem as At, Checkbox as zt, isPropertyBuilder as re, useFireCMSContext as Ue, getFieldConfig as We, ErrorBoundary as Pe, FieldConfigBadge as Ze, cardMixin as Ht, cardClickableMixin as Jt, cardSelectedMixin as Qt, FunctionsIcon as qa, RemoveCircleIcon as Aa, defaultBorderMixin as Ot, RemoveIcon as za, DragHandleIcon as Ta, AddIcon as Ae, useNavigationController as $e, SelectGroup as Tt, mergeDeep as Y, getFieldId as Wt, DEFAULT_FIELD_CONFIGS as xt, InfoLabel as Zt, DeleteIcon as pt, DeleteConfirmationDialog as mt, ContentCopyIcon as Va, useLargeLayout as Ia, makePropertiesEditable as Xe, resolveEntityView as Fa, Table as Vt, TableBody as It, TableRow as yt, TableCell as Ye, unslugify as Pt, Card as Xt, useSelectionController as ja, EntityCollectionTable as Ea, slugify as Da, useAuthController as Le, CircularProgressCenter as Ft, Tabs as Ba, Tab as vt, removeUndefined as Ma, ErrorView as ea, ArrowBackIcon as ot, LoadingButton as jt, DoneIcon as Ra, SaveIcon as Ua, Menu as $a, MoreVertIcon as La, MenuItem as Ka, Collapse as Ya, getDefaultPropertiesOrder as Ga, joinCollectionLists as Ha } from "@firecms/core";
|
|
5
5
|
import ut from "react-fast-compare";
|
|
6
6
|
import { useFormikContext as $, Field as ye, getIn as P, Formik as Nt, FastField as le, Form as Ja } from "formik";
|
|
7
7
|
import * as wt from "yup";
|