@dao42/d42paas-front 0.9.12 → 0.9.13

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.
@@ -11421,7 +11421,7 @@ const Loading$1 = () => {
11421
11421
  });
11422
11422
  };
11423
11423
  const name$2 = "@dao42/d42paas-front";
11424
- const version = "0.9.12";
11424
+ const version = "0.9.13";
11425
11425
  const description = "d42paas front";
11426
11426
  const author = "dao42 paas team";
11427
11427
  const homepage = "https://github.com/dao42/d42paas_frontend#readme";
@@ -54657,7 +54657,7 @@ const FileTree = ({
54657
54657
  })) : null;
54658
54658
  const parentPath = getParentPathByPath(path);
54659
54659
  const inputError = treeData[`${parentPath}${parentPath ? "/" : ""}${fileOrFolderName}`];
54660
- if (item.hide && hideFeature !== "preview")
54660
+ if (item.hide && hideFeature !== "off" && !hideEditFeature)
54661
54661
  return null;
54662
54662
  return /* @__PURE__ */ react.exports.createElement("li", __spreadProps(__spreadValues(__spreadValues({}, context.itemContainerWithChildrenProps), context.itemContainerWithoutChildrenProps), {
54663
54663
  key: item.index,