@rebasepro/admin 0.1.0 → 0.1.2
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-MbvXGzEq.js → CollectionEditorDialog-ywdxhs1L.js} +3 -3
- package/dist/{CollectionEditorDialog-MbvXGzEq.js.map → CollectionEditorDialog-ywdxhs1L.js.map} +1 -1
- package/dist/{CollectionsStudioView-D9X6aiAr.js → CollectionsStudioView-BDzMFzqH.js} +4 -4
- package/dist/{CollectionsStudioView-D9X6aiAr.js.map → CollectionsStudioView-BDzMFzqH.js.map} +1 -1
- package/dist/{ContentHomePage-CfVB1eUo.js → ContentHomePage-0tHuEIm_.js} +2 -2
- package/dist/{ContentHomePage-CfVB1eUo.js.map → ContentHomePage-0tHuEIm_.js.map} +1 -1
- package/dist/{ExportCollectionAction-CUwJg4F9.js → ExportCollectionAction-BIrq92To.js} +2 -2
- package/dist/{ExportCollectionAction-CUwJg4F9.js.map → ExportCollectionAction-BIrq92To.js.map} +1 -1
- package/dist/{ImportCollectionAction-DGa_SF_8.js → ImportCollectionAction-h8yg_To8.js} +2 -2
- package/dist/{ImportCollectionAction-DGa_SF_8.js.map → ImportCollectionAction-h8yg_To8.js.map} +1 -1
- package/dist/{PropertyEditView-C4nlYmAc.js → PropertyEditView-BuZrNnBN.js} +2 -2
- package/dist/{PropertyEditView-C4nlYmAc.js.map → PropertyEditView-BuZrNnBN.js.map} +1 -1
- package/dist/{RolesView-CNWxnR8e.js → RolesView-CMPsaIXo.js} +2 -2
- package/dist/{RolesView-CNWxnR8e.js.map → RolesView-CMPsaIXo.js.map} +1 -1
- package/dist/{UsersView-YiTIcXkA.js → UsersView-BkeblMVT.js} +2 -2
- package/dist/{UsersView-YiTIcXkA.js.map → UsersView-BkeblMVT.js.map} +1 -1
- package/dist/collection_editor_ui.js +3 -3
- package/dist/{index-DKlrVD1m.js → index-BuZaHcyc.js} +3 -3
- package/dist/index-BuZaHcyc.js.map +1 -0
- package/dist/{index-CtzpHzMQ.js → index-CS6uJ7oW.js} +2 -2
- package/dist/{index-CtzpHzMQ.js.map → index-CS6uJ7oW.js.map} +1 -1
- package/dist/{index-kHJXfLNI.js → index-eRJbMvHi.js} +3 -3
- package/dist/index-eRJbMvHi.js.map +1 -0
- package/dist/index.js +4 -4
- package/dist/{util-CwLmSpGp.js → util-zfU1zOCX.js} +22 -22
- package/dist/util-zfU1zOCX.js.map +1 -0
- package/package.json +8 -8
- package/src/components/EntityCollectionTable/EntityCollectionRowActions.tsx +5 -3
- package/src/components/EntityCollectionTable/EntityCollectionTable.tsx +1 -1
- package/src/components/EntityCollectionTable/internal/EntityTableCell.tsx +2 -2
- package/src/components/EntityCollectionView/EntityCard.tsx +2 -2
- package/src/components/EntityCollectionView/EntityCollectionListView.tsx +3 -3
- package/src/components/SelectableTable/SelectableTable.tsx +2 -2
- package/dist/index-DKlrVD1m.js.map +0 -1
- package/dist/index-kHJXfLNI.js.map +0 -1
- package/dist/util-CwLmSpGp.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { c } from "react-compiler-runtime";
|
|
3
3
|
import { useAuthController, useCustomizationController, IconForView, useSnackbarController, useLargeLayout, AIIcon, useRebaseContext, ErrorView, ConfirmationDialog, useUnsavedChangesDialog, UnsavedChangesDialog } from "@rebasepro/core";
|
|
4
|
-
import { bk as useCollectionsConfigController, a3 as FieldCaption, ar as SearchIconsView, d as getFieldConfig, P as PropertyConfigBadge, aX as getFullId, b0 as idToPropertiesPath, b4 as namespaceToPropertiesOrderPath, br as validateCollectionJson, e as useCollectionRegistryController, K as CollectionGenerationApiError, s as useCollectionEditorController, I as ImportFileUpload, a as getInferenceType, a8 as ImportNewPropertyFieldPreview, D as DataNewPropertiesMapping, aW as getFieldId, f as useSelectionController, h as convertDataToEntity, E as EntityCollectionTable, m as useNavigationStateController, u as useImportConfig, j as useUrlController, b as ImportSaveInProgress, aY as getFullIdPath } from "./util-
|
|
4
|
+
import { bk as useCollectionsConfigController, a3 as FieldCaption, ar as SearchIconsView, d as getFieldConfig, P as PropertyConfigBadge, aX as getFullId, b0 as idToPropertiesPath, b4 as namespaceToPropertiesOrderPath, br as validateCollectionJson, e as useCollectionRegistryController, K as CollectionGenerationApiError, s as useCollectionEditorController, I as ImportFileUpload, a as getInferenceType, a8 as ImportNewPropertyFieldPreview, D as DataNewPropertiesMapping, aW as getFieldId, f as useSelectionController, h as convertDataToEntity, E as EntityCollectionTable, m as useNavigationStateController, u as useImportConfig, j as useUrlController, b as ImportSaveInProgress, aY as getFullIdPath } from "./util-zfU1zOCX.js";
|
|
5
5
|
import * as React from "react";
|
|
6
6
|
import React__default, { useState, useRef, useMemo, useEffect } from "react";
|
|
7
7
|
import { Chip, Typography, cls, Tooltip, IconButton, TextField, DebouncedTextField, Dialog, Container, ToggleButtonGroup, Select, SelectItem, iconSize, Button, BooleanSwitchWithLabel, DialogTitle, DialogContent, DialogActions, CircularProgress, ErrorBoundary, defaultBorderMixin, Table, TableHeader, TableCell, TableBody, TableRow, Menu, Card, CircularProgressCenter, Paper, MultiSelect, MultiSelectItem, coolIconKeys, Tabs, Tab, LoadingButton } from "@rebasepro/ui";
|
|
@@ -23,7 +23,7 @@ import "xlsx";
|
|
|
23
23
|
import { buildPropertyFromData, buildEntityPropertiesFromData } from "@rebasepro/schema-inference";
|
|
24
24
|
import "date-fns";
|
|
25
25
|
import "date-fns/locale";
|
|
26
|
-
import { a as PropertyFormDialog, u as useAIModifiedPaths, b as PropertyTree, P as PropertyForm, s as supportedFields, c as updatePropertyFromWidget, A as AIModifiedPathsProvider } from "./PropertyEditView-
|
|
26
|
+
import { a as PropertyFormDialog, u as useAIModifiedPaths, b as PropertyTree, P as PropertyForm, s as supportedFields, c as updatePropertyFromWidget, A as AIModifiedPathsProvider } from "./PropertyEditView-BuZrNnBN.js";
|
|
27
27
|
import JSON5 from "json5";
|
|
28
28
|
import { Highlight, themes } from "prism-react-renderer";
|
|
29
29
|
const CollectionEditorSchema = z.object({
|
|
@@ -4728,4 +4728,4 @@ export {
|
|
|
4728
4728
|
CollectionEditor,
|
|
4729
4729
|
CollectionEditorDialog
|
|
4730
4730
|
};
|
|
4731
|
-
//# sourceMappingURL=CollectionEditorDialog-
|
|
4731
|
+
//# sourceMappingURL=CollectionEditorDialog-ywdxhs1L.js.map
|