gant-core 0.1.43 → 0.1.44
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 +23 -4
- package/lib/cli/index.js.map +1 -1
- package/lib/index.d.ts +10 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1745,7 +1745,16 @@ type MAIN_CONFIG_TYPE = {
|
|
|
1745
1745
|
locale?: boolean;
|
|
1746
1746
|
tools?: boolean;
|
|
1747
1747
|
transformTool?: boolean;
|
|
1748
|
-
|
|
1748
|
+
ocrTool?: boolean;
|
|
1749
|
+
hotKeyTool?: boolean;
|
|
1750
|
+
fullScreenTool?: boolean;
|
|
1751
|
+
networkSpeedTool?: boolean;
|
|
1752
|
+
recordModeTool?: boolean;
|
|
1753
|
+
debuggerTool?: boolean;
|
|
1754
|
+
compactMode?: boolean;
|
|
1755
|
+
drakMode?: boolean;
|
|
1756
|
+
meettingMode?: boolean;
|
|
1757
|
+
motionMode?: boolean;
|
|
1749
1758
|
menuCollection?: boolean;
|
|
1750
1759
|
version?: boolean;
|
|
1751
1760
|
autoDetectVersion?: boolean;
|