@stonecrop/stonecrop 0.4.29 → 0.4.30
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/stonecrop.d.ts +7 -0
- package/package.json +3 -3
package/dist/stonecrop.d.ts
CHANGED
|
@@ -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
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stonecrop/stonecrop",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.30",
|
|
4
4
|
"description": "schema helper",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"typescript": "^5.8.3",
|
|
56
56
|
"vite": "^6.3.5",
|
|
57
57
|
"vitest": "^3.2.4",
|
|
58
|
-
"@stonecrop/atable": "0.4.
|
|
59
|
-
"@stonecrop/aform": "0.4.
|
|
58
|
+
"@stonecrop/atable": "0.4.30",
|
|
59
|
+
"@stonecrop/aform": "0.4.30",
|
|
60
60
|
"stonecrop-rig": "0.2.22"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|