@firecms/core 3.0.0-canary.171 → 3.0.0-canary.172

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/index.es.js CHANGED
@@ -23033,8 +23033,10 @@ function EntityFullScreenRoute({
23033
23033
  const collectionPath = navigation.resolveIdsFrom(isNew ? lastCollectionEntry.path : lastEntityEntry.path);
23034
23034
  return /* @__PURE__ */ jsxs(Fragment, { children: [
23035
23035
  /* @__PURE__ */ jsx(EntityEditView, { entityId: isNew ? void 0 : entityId, collection, layout: "full_screen", path: collectionPath, selectedTab: selectedTab ?? void 0, onValuesModified: (modified) => blocked.current = modified, onSaved: (params) => {
23036
+ console.log("EntityEditView Saved", params);
23036
23037
  updateUrl(params.entityId, params.selectedTab, true, params.path, isNew);
23037
23038
  }, onTabChange: (params_0) => {
23039
+ console.log("EntityEditView onTabChange", params_0);
23038
23040
  updateUrl(params_0.entityId, params_0.selectedTab, !isNew, params_0.path, isNew);
23039
23041
  setSelectedTab(params_0.selectedTab);
23040
23042
  }, parentCollectionIds }, collection.id + "_" + (isNew ? "new" : entityId)),