gant-core 0.1.32 → 0.1.34
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/lib/cli/index.js +8 -4
- package/lib/cli/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1729,7 +1729,6 @@ type LOGIN_CONFIG = {
|
|
|
1729
1729
|
type MAIN_CONFIG_TYPE = {
|
|
1730
1730
|
requestTimeout?: number;
|
|
1731
1731
|
siderMenuCollapsed?: boolean;
|
|
1732
|
-
searchMenu?: boolean;
|
|
1733
1732
|
headerMenu?: boolean;
|
|
1734
1733
|
navType?: "breadcrumb" | "tabs" | 'none';
|
|
1735
1734
|
menuHistory?: boolean;
|
|
@@ -1741,6 +1740,7 @@ type MAIN_CONFIG_TYPE = {
|
|
|
1741
1740
|
websocket?: boolean;
|
|
1742
1741
|
globalSearch?: boolean;
|
|
1743
1742
|
locale?: boolean;
|
|
1743
|
+
tools?: boolean;
|
|
1744
1744
|
transformTool?: boolean;
|
|
1745
1745
|
hotKey?: boolean;
|
|
1746
1746
|
menuCollection?: boolean;
|