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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {