@firecms/core 3.0.0-canary.30 → 3.0.0-canary.32
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 +1 -1
- package/dist/hooks/useBuildNavigationController.d.ts +1 -2
- package/dist/index.es.js +2 -2
- 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/components/SelectableTable/filters/DateTimeFilterField.tsx +1 -1
- package/src/components/VirtualTable/fields/VirtualTableDateField.tsx +1 -1
- package/src/form/field_bindings/DateTimeFieldBinding.tsx +1 -1
- package/src/hooks/useBuildNavigationController.tsx +1 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AuthController, CMSView, CMSViewsBuilder, DataSourceDelegate, EntityCollection, EntityCollectionsBuilder, NavigationController, PermissionsBuilder, User, UserConfigurationPersistence } from "../types";
|
|
2
|
-
type BuildNavigationContextProps<EC extends EntityCollection, UserType extends User> = {
|
|
2
|
+
export type BuildNavigationContextProps<EC extends EntityCollection, UserType extends User> = {
|
|
3
3
|
basePath?: string;
|
|
4
4
|
baseCollectionPath?: string;
|
|
5
5
|
authController: AuthController<UserType>;
|
|
@@ -21,4 +21,3 @@ type BuildNavigationContextProps<EC extends EntityCollection, UserType extends U
|
|
|
21
21
|
};
|
|
22
22
|
export declare function useBuildNavigationController<EC extends EntityCollection, UserType extends User>(props: BuildNavigationContextProps<EC, UserType>): NavigationController;
|
|
23
23
|
export declare function getSidePanelKey(path: string, entityId?: string): string;
|
|
24
|
-
export {};
|
package/dist/index.es.js
CHANGED
|
@@ -5267,7 +5267,7 @@ function gl(e) {
|
|
|
5267
5267
|
Vt,
|
|
5268
5268
|
{
|
|
5269
5269
|
value: o ?? void 0,
|
|
5270
|
-
onChange: (c) => s(c),
|
|
5270
|
+
onChange: (c) => s(c ?? null),
|
|
5271
5271
|
size: "medium",
|
|
5272
5272
|
invisible: !0,
|
|
5273
5273
|
className: "w-full h-full",
|
|
@@ -10020,7 +10020,7 @@ function Qc({
|
|
|
10020
10020
|
Vt,
|
|
10021
10021
|
{
|
|
10022
10022
|
value: p,
|
|
10023
|
-
onChange: (m) => r(m),
|
|
10023
|
+
onChange: (m) => r(m ?? null),
|
|
10024
10024
|
size: "medium",
|
|
10025
10025
|
mode: l.mode,
|
|
10026
10026
|
clearable: l.clearable,
|