@firecms/core 3.0.0-canary.53 → 3.0.0-canary.54
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/components/index.d.ts +1 -0
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +6 -6
- package/src/components/index.tsx +1 -0
|
@@ -8,6 +8,7 @@ export { CircularProgressCenter } from "./CircularProgressCenter";
|
|
|
8
8
|
export * from "./common";
|
|
9
9
|
export * from "./HomePage";
|
|
10
10
|
export * from "./SelectableTable/SelectableTable";
|
|
11
|
+
export * from "./SelectableTable/SelectableTableContext";
|
|
11
12
|
export * from "./EntityCollectionView/EntityCollectionView";
|
|
12
13
|
export * from "./EntityCollectionView/EntityCollectionViewActions";
|
|
13
14
|
export * from "./EntityCollectionView/useSelectionController";
|
package/dist/index.es.js
CHANGED
|
@@ -16640,6 +16640,7 @@ export {
|
|
|
16640
16640
|
om as SearchIconsView,
|
|
16641
16641
|
dn as SelectFieldBinding,
|
|
16642
16642
|
uc as SelectableTable,
|
|
16643
|
+
Io as SelectableTableContext,
|
|
16643
16644
|
lm as SideDialogs,
|
|
16644
16645
|
kt as SkeletonPropertyComponent,
|
|
16645
16646
|
wc as SmallNavigationCard,
|
|
@@ -16793,6 +16794,7 @@ export {
|
|
|
16793
16794
|
_e as useNavigationController,
|
|
16794
16795
|
Ht as useReferenceDialog,
|
|
16795
16796
|
Yu as useResolvedNavigationFrom,
|
|
16797
|
+
Ul as useSelectableTableController,
|
|
16796
16798
|
To as useSelectionController,
|
|
16797
16799
|
Pi as useSideDialogContext,
|
|
16798
16800
|
kr as useSideDialogsController,
|