@firecms/core 3.0.0-canary.30 → 3.0.0-canary.31

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 CHANGED
@@ -49,7 +49,7 @@ FireCMS is based on this great technologies:
49
49
  The easiest way to get going is to check our quickstart guide! You will just
50
50
  need to follow some quick steps:
51
51
 
52
- https://firecms.co/docs/quickstart
52
+ https://firecms.co/docs
53
53
 
54
54
  ### Demo
55
55
 
@@ -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,