@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.
- package/dist/DaoPaaS.es.js +2 -2
- package/dist/DaoPaaS.umd.js +2 -2
- package/dist/sdk/docs/interfaces/BrowserProps.html +5 -5
- package/dist/sdk/docs/interfaces/Component.html +2 -2
- package/dist/sdk/docs/interfaces/ConsoleOrShellProps.html +8 -8
- package/dist/sdk/docs/interfaces/DiffPatternInfo.html +1 -1
- package/dist/sdk/docs/interfaces/EditorProps.html +4 -4
- package/dist/sdk/docs/interfaces/IDaoPaaS.html +9 -9
- package/dist/sdk/docs/interfaces/MenuTagProps.html +1 -1
- package/dist/sdk/docs/interfaces/PaaSOptions.html +4 -4
- package/dist/sdk/docs/interfaces/TreeProps.html +8 -8
- package/dist/sdk/docs/modules.html +2 -2
- package/package.json +1 -1
package/dist/DaoPaaS.es.js
CHANGED
|
@@ -11421,7 +11421,7 @@ const Loading$1 = () => {
|
|
|
11421
11421
|
});
|
|
11422
11422
|
};
|
|
11423
11423
|
const name$2 = "@dao42/d42paas-front";
|
|
11424
|
-
const version = "0.9.
|
|
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 !== "
|
|
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,
|