@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.
- package/dist/DaoPaaS.es.js +3 -3
- 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.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
|
|
53860
|
-
lockEditFeature
|
|
53859
|
+
lockFeature,
|
|
53860
|
+
lockEditFeature,
|
|
53861
53861
|
unittestFeature,
|
|
53862
53862
|
unittestEditFeature
|
|
53863
53863
|
}) => {
|