@stonecrop/stonecrop 0.4.29 → 0.4.31

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
@@ -784,6 +784,13 @@ export declare interface TableConfig {
784
784
  * @defaultValue false
785
785
  */
786
786
  fullWidth?: boolean;
787
+ /**
788
+ * Control whether dependency graph connections should be enabled for Gantt views.
789
+ * When false, connection handles and dependency lines will be hidden.
790
+ *
791
+ * @defaultValue true
792
+ */
793
+ dependencyGraph?: boolean;
787
794
  }
788
795
 
789
796
  /**