@dao42/d42paas-front 0.9.11 → 0.9.12

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.11";
11424
+ const version = "0.9.12";
11425
11425
  const description = "d42paas front";
11426
11426
  const author = "dao42 paas team";
11427
11427
  const homepage = "https://github.com/dao42/d42paas_frontend#readme";
@@ -53856,8 +53856,8 @@ const FileTree = ({
53856
53856
  treeItemHeight,
53857
53857
  hideFeature,
53858
53858
  hideEditFeature,
53859
- lockFeature = "on",
53860
- lockEditFeature = false,
53859
+ lockFeature,
53860
+ lockEditFeature,
53861
53861
  unittestFeature,
53862
53862
  unittestEditFeature
53863
53863
  }) => {