@rebasepro/cms 0.21.0 → 0.21.1
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/README.md +37 -35
- package/dist/{CollectionEditorDialog-C-A_NCKB.js → CollectionEditorDialog-DPLimWfL.js} +3 -3
- package/dist/{CollectionEditorDialog-C-A_NCKB.js.map → CollectionEditorDialog-DPLimWfL.js.map} +1 -1
- package/dist/{PropertyEditView-Dv7496fx.js → PropertyEditView-D85vuYZu.js} +2 -2
- package/dist/{PropertyEditView-Dv7496fx.js.map → PropertyEditView-D85vuYZu.js.map} +1 -1
- package/dist/{RouterCollectionsStudioView-DuDFEYuL.js → RouterCollectionsStudioView-C1BseTGZ.js} +4 -4
- package/dist/{RouterCollectionsStudioView-DuDFEYuL.js.map → RouterCollectionsStudioView-C1BseTGZ.js.map} +1 -1
- package/dist/collection_editor_ui.js +4 -4
- package/dist/{export-DtSmLT6u.js → export-CrKQwyBM.js} +2 -2
- package/dist/{export-DtSmLT6u.js.map → export-CrKQwyBM.js.map} +1 -1
- package/dist/form/field_bindings/DateTimeFieldBinding.d.ts +1 -1
- package/dist/form/field_bindings/ReadOnlyFieldBinding.d.ts +1 -1
- package/dist/{history-C6kUDQ3f.js → history-DH4h_T1U.js} +2 -2
- package/dist/{history-C6kUDQ3f.js.map → history-DH4h_T1U.js.map} +1 -1
- package/dist/{import-BciQBH5t.js → import-Ct2FFEEj.js} +2 -2
- package/dist/{import-BciQBH5t.js.map → import-Ct2FFEEj.js.map} +1 -1
- package/dist/index.js +6 -6
- package/dist/{util-h6jhiiBE.js → util-jUWinb7D.js} +21 -16
- package/dist/util-jUWinb7D.js.map +1 -0
- package/package.json +9 -9
- package/dist/util-h6jhiiBE.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "./rolldown-runtime-D7D4PA-g.js";
|
|
2
|
-
import { A as getFieldId, E as DEFAULT_FIELD_CONFIGS, Kt as FieldCaption, Ut as ArrayContainer, Wt as PropertyConfigBadge, a as namespaceToPropertiesPath, ct as useSafeSnackbarController, g as toSerializableProperty, i as namespaceToPropertiesOrderPath, k as getFieldConfig, m as toSerializableCollectionConfig, n as getFullIdPath, r as idToPropertiesPath, t as getFullId, tr as useCollectionRegistryController } from "./util-
|
|
2
|
+
import { A as getFieldId, E as DEFAULT_FIELD_CONFIGS, Kt as FieldCaption, Ut as ArrayContainer, Wt as PropertyConfigBadge, a as namespaceToPropertiesPath, ct as useSafeSnackbarController, g as toSerializableProperty, i as namespaceToPropertiesOrderPath, k as getFieldConfig, m as toSerializableCollectionConfig, n as getFullIdPath, r as idToPropertiesPath, t as getFullId, tr as useCollectionRegistryController } from "./util-jUWinb7D.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";
|
|
@@ -3802,4 +3802,4 @@ function WidgetSelectViewItem({ onClick, initialProperty, propertyConfig, existi
|
|
|
3802
3802
|
//#endregion
|
|
3803
3803
|
export { updatePropertyFromWidget as a, useAIModifiedPaths as c, supportedFields as i, PropertyForm as n, PropertyTree as o, PropertyFormDialog as r, AIModifiedPathsProvider as s, PropertyEditView_exports as t };
|
|
3804
3804
|
|
|
3805
|
-
//# sourceMappingURL=PropertyEditView-
|
|
3805
|
+
//# sourceMappingURL=PropertyEditView-D85vuYZu.js.map
|