@visactor/vtable-gantt 1.26.2 → 1.26.3-alpha.0

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/es/event/touch.js CHANGED
@@ -75,5 +75,4 @@ export function bindTouchListener(eventManager) {
75
75
 
76
76
  function isTouchEvent(e) {
77
77
  return !!e.changedTouches;
78
- }
79
- //# sourceMappingURL=touch.js.map
78
+ }
@@ -1 +1,2 @@
1
- export { PluginManager } from "./plugin-manager";
1
+ export { PluginManager } from "./plugin-manager";
2
+ //# sourceMappingURL=index.js.map
@@ -83,4 +83,5 @@ function _syncTableSize(gantt) {
83
83
  oldTaskTableWidth !== gantt.taskTableWidth && (gantt.element.style.left = gantt.taskTableWidth ? `${gantt.taskTableWidth}px` : "0px",
84
84
  gantt.taskListTableInstance.setCanvasSize(gantt.taskTableWidth, gantt.tableNoFrameHeight + 2 * gantt.parsedOptions.outerFrameStyle.borderLineWidth),
85
85
  gantt._updateSize(), updateSplitLineAndResizeLine(gantt), gantt.zoomScaleManager && gantt.zoomScaleManager.handleTableWidthChange());
86
- }
86
+ }
87
+ //# sourceMappingURL=gantt-table-sync.js.map
@@ -41,5 +41,4 @@ export function debounce(func, wait, options) {
41
41
  }
42
42
  return void 0 === timerId && (timerId = startTimer(timerExpired, wait)), result;
43
43
  };
44
- }
45
- //# sourceMappingURL=debounce.js.map
44
+ }
@@ -6,4 +6,5 @@ export * from "./EVENT_TYPE";
6
6
 
7
7
  export * from "./events";
8
8
 
9
- export * from "./zoom-scale";
9
+ export * from "./zoom-scale";
10
+ //# sourceMappingURL=index.js.map
@@ -318,5 +318,4 @@ export class ZoomScaleManager {
318
318
  });
319
319
  }
320
320
  }
321
- }
322
- //# sourceMappingURL=ZoomScaleManager.js.map
321
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-gantt",
3
- "version": "1.26.2",
3
+ "version": "1.26.3-alpha.0",
4
4
  "description": "canvas table width high performance",
5
5
  "keywords": [
6
6
  "vtable-gantt",
@@ -37,8 +37,8 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@visactor/vtable": "1.26.2",
41
- "@visactor/vtable-editors": "1.26.2",
40
+ "@visactor/vtable": "1.26.3-alpha.0",
41
+ "@visactor/vtable-editors": "1.26.3-alpha.0",
42
42
  "@visactor/vutils": "~1.0.17",
43
43
  "@visactor/vscale": "~1.0.17",
44
44
  "@visactor/vdataset": "~1.0.17",
@@ -94,8 +94,8 @@
94
94
  "@resvg/resvg-js": "^2.5.0",
95
95
  "pikaday": "1.8.2",
96
96
  "@internal/bundler": "0.0.1",
97
- "@internal/eslint-config": "0.0.1",
98
- "@internal/ts-config": "0.0.1"
97
+ "@internal/ts-config": "0.0.1",
98
+ "@internal/eslint-config": "0.0.1"
99
99
  },
100
100
  "unpkg": "latest",
101
101
  "unpkgFiles": [