@rebasepro/admin 0.10.0 → 0.10.1-canary.14e53ae
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/{CollectionEditorDialog-BOlKGGg7.js → CollectionEditorDialog-BqVYCTmU.js} +3 -3
- package/dist/{CollectionEditorDialog-BOlKGGg7.js.map → CollectionEditorDialog-BqVYCTmU.js.map} +1 -1
- package/dist/{PropertyEditView-i51tFOfM.js → PropertyEditView-CIX85COE.js} +2 -2
- package/dist/{PropertyEditView-i51tFOfM.js.map → PropertyEditView-CIX85COE.js.map} +1 -1
- package/dist/{RouterCollectionsStudioView-Dh4W53PU.js → RouterCollectionsStudioView-_1RsFWS0.js} +4 -4
- package/dist/{RouterCollectionsStudioView-Dh4W53PU.js.map → RouterCollectionsStudioView-_1RsFWS0.js.map} +1 -1
- package/dist/collection_editor_ui.js +4 -4
- package/dist/components/CollectionViewBinding/usePreviewSlots.d.ts +2 -0
- package/dist/{export-BM6HPujv.js → export-CIi-Zrsn.js} +2 -2
- package/dist/{export-BM6HPujv.js.map → export-CIi-Zrsn.js.map} +1 -1
- package/dist/{history-CtIPJxvQ.js → history-BojXI3uS.js} +2 -2
- package/dist/{history-CtIPJxvQ.js.map → history-BojXI3uS.js.map} +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useResolvedUsers.d.ts +8 -0
- package/dist/{import-DzQnT03v.js → import-SVoKfekq.js} +2 -2
- package/dist/{import-DzQnT03v.js.map → import-SVoKfekq.js.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -7
- package/dist/preview/components/UserPreview.d.ts +3 -2
- package/dist/preview/property_previews/StringPropertyPreview.d.ts +1 -1
- package/dist/util/previews.d.ts +18 -0
- package/dist/{util-XFwQ9FEc.js → util-aJuPuy_1.js} +198 -65
- package/dist/util-aJuPuy_1.js.map +1 -0
- package/package.json +8 -8
- package/src/components/CollectionViewBinding/usePreviewSlots.ts +41 -10
- package/src/components/DetailViewBinding.tsx +12 -5
- package/src/components/EntityPreviewBinding.tsx +2 -2
- package/src/components/SideDialogs.tsx +1 -1
- package/src/form/EntityForm.tsx +12 -5
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useResolvedUsers.ts +143 -0
- package/src/index.ts +2 -1
- package/src/preview/components/ReferencePreview.tsx +2 -2
- package/src/preview/components/RelationPreview.tsx +2 -2
- package/src/preview/components/UserPreview.tsx +13 -4
- package/src/preview/property_previews/StringPropertyPreview.tsx +15 -9
- package/src/util/previews.ts +35 -46
- package/dist/util-XFwQ9FEc.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "./rolldown-runtime-D7D4PA-g.js";
|
|
2
|
-
import {
|
|
2
|
+
import { Fn as useCollectionRegistryController, Mt as PropertyConfigBadge, O as getFieldConfig, Pt as FieldCaption, T as DEFAULT_FIELD_CONFIGS, a as namespaceToPropertiesPath, h as toSerializableProperty, i as namespaceToPropertiesOrderPath, jt as ArrayContainer, k as getFieldId, n as getFullIdPath, p as toSerializableCollectionConfig, r as idToPropertiesPath, t as getFullId } from "./util-aJuPuy_1.js";
|
|
3
3
|
import React, { createContext, useCallback, useContext, useDeferredValue, useEffect, useMemo, useRef, useState } from "react";
|
|
4
4
|
import { deepEqual } from "fast-equals";
|
|
5
5
|
import { AlertTriangleIcon, ArrowDownToLineIcon, ArrowUpToLineIcon, Badge, BooleanSwitchWithLabel, Button, Card, CheckSquareIcon, CircularProgress, DebouncedTextField, Dialog, DialogActions, DialogContent, DialogTitle, ErrorBoundary, ExpandablePanel, FileSearchIcon, FunctionSquareIcon, IconButton, InfoLabel, ListIcon, Menu, MenuItem, MinusCircleIcon, MoreVerticalIcon, MultiSelect, MultiSelectItem, Paper, PlusIcon, RefreshCcwIcon, Select, SelectItem, SettingsIcon, TextField, Tooltip, Trash2Icon, Typography, UploadCloudIcon, cls, defaultBorderMixin, iconSize } from "@rebasepro/ui";
|
|
@@ -3805,4 +3805,4 @@ function WidgetSelectViewItem({ onClick, initialProperty, propertyConfig, existi
|
|
|
3805
3805
|
//#endregion
|
|
3806
3806
|
export { updatePropertyFromWidget as a, useAIModifiedPaths as c, supportedFields as i, useSafeSnackbarController as l, PropertyForm as n, PropertyTree as o, PropertyFormDialog as r, AIModifiedPathsProvider as s, PropertyEditView_exports as t };
|
|
3807
3807
|
|
|
3808
|
-
//# sourceMappingURL=PropertyEditView-
|
|
3808
|
+
//# sourceMappingURL=PropertyEditView-CIX85COE.js.map
|