@wimi/vtable-gantt 1.0.1 → 1.0.2

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.
@@ -14,5 +14,4 @@ function(DependencyType) {
14
14
  TasksShowMode.Sub_Tasks_Compact = "sub_tasks_compact", TasksShowMode.Project_Sub_Tasks_Inline = "project_sub_tasks_inline";
15
15
  }(TasksShowMode = exports.TasksShowMode || (exports.TasksShowMode = {})), function(TaskType) {
16
16
  TaskType.TASK = "task", TaskType.PROJECT = "project", TaskType.MILESTONE = "milestone";
17
- }(TaskType = exports.TaskType || (exports.TaskType = {}));
18
- //# sourceMappingURL=gantt-engine.js.map
17
+ }(TaskType = exports.TaskType || (exports.TaskType = {}));
@@ -324,4 +324,5 @@ class ZoomScaleManager {
324
324
  }
325
325
  }
326
326
 
327
- exports.ZoomScaleManager = ZoomScaleManager;
327
+ exports.ZoomScaleManager = ZoomScaleManager;
328
+ //# sourceMappingURL=ZoomScaleManager.js.map
@@ -17,5 +17,4 @@ export var TaskType;
17
17
 
18
18
  !function(TaskType) {
19
19
  TaskType.TASK = "task", TaskType.PROJECT = "project", TaskType.MILESTONE = "milestone";
20
- }(TaskType || (TaskType = {}));
21
- //# sourceMappingURL=gantt-engine.js.map
20
+ }(TaskType || (TaskType = {}));
@@ -318,4 +318,5 @@ export class ZoomScaleManager {
318
318
  });
319
319
  }
320
320
  }
321
- }
321
+ }
322
+ //# sourceMappingURL=ZoomScaleManager.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wimi/vtable-gantt",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "canvas table width high performance",
5
5
  "keywords": [
6
6
  "vtable-gantt",
@@ -48,8 +48,8 @@
48
48
  "fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit"
49
49
  },
50
50
  "dependencies": {
51
- "@visactor/vtable": "workspace:*",
52
- "@visactor/vtable-editors": "workspace:*",
51
+ "@visactor/vtable": "1.22.10",
52
+ "@visactor/vtable-editors": "1.22.10",
53
53
  "@visactor/vutils": "~1.0.17",
54
54
  "@visactor/vscale": "~1.0.17",
55
55
  "@visactor/vdataset": "~1.0.17",