@visactor/vtable-gantt 1.17.3-alpha.11 → 1.17.3-alpha.13

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/index.d.ts CHANGED
@@ -5,5 +5,5 @@ import { Gantt } from './Gantt';
5
5
  import * as tools from './tools';
6
6
  import * as VRender from './vrender';
7
7
  import * as VTable from './vtable';
8
- export declare const version = "1.17.3-alpha.11";
8
+ export declare const version = "1.17.3-alpha.13";
9
9
  export { TYPES, GanttConstructorOptions, Gantt, ColumnsDefine, ColumnDefine, LinkColumnDefine, ChartColumnDefine, ImageColumnDefine, SparklineColumnDefine, ProgressbarColumnDefine, TextColumnDefine, GroupColumnDefine, TextAlignType, TextBaselineType, tools, VRender, VTable };
package/es/index.js CHANGED
@@ -8,7 +8,7 @@ import * as VRender from "./vrender";
8
8
 
9
9
  import * as VTable from "./vtable";
10
10
 
11
- export const version = "1.17.3-alpha.11";
11
+ export const version = "1.17.3-alpha.13";
12
12
 
13
13
  export { TYPES, Gantt, tools, VRender, VTable };
14
14
  //# sourceMappingURL=index.js.map
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AAcpC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,MAAM,CAAC,MAAM,OAAO,GAAG,iBAAiB,CAAC;AAIzC,OAAO,EACL,KAAK,EAEL,KAAK,EAYL,KAAK,EACL,OAAO,EACP,MAAM,EACP,CAAC","file":"index.js","sourcesContent":["import type { GanttConstructorOptions } from './ts-types';\nimport * as TYPES from './ts-types';\nimport type {\n ColumnDefine,\n ColumnsDefine,\n LinkColumnDefine,\n ChartColumnDefine,\n ImageColumnDefine,\n SparklineColumnDefine,\n ProgressbarColumnDefine,\n TextColumnDefine,\n GroupColumnDefine,\n TextAlignType,\n TextBaselineType\n} from '@visactor/vtable';\nimport { Gantt } from './Gantt';\nimport * as tools from './tools';\nimport * as VRender from './vrender';\nimport * as VTable from './vtable';\nexport const version = \"1.17.3-alpha.11\";\n/**\n * @namespace VTable\n */\nexport {\n TYPES,\n GanttConstructorOptions,\n Gantt,\n ColumnsDefine,\n ColumnDefine,\n LinkColumnDefine,\n ChartColumnDefine,\n ImageColumnDefine,\n SparklineColumnDefine,\n ProgressbarColumnDefine,\n TextColumnDefine,\n GroupColumnDefine,\n TextAlignType,\n TextBaselineType,\n tools,\n VRender,\n VTable\n};\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AAcpC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,MAAM,CAAC,MAAM,OAAO,GAAG,iBAAiB,CAAC;AAIzC,OAAO,EACL,KAAK,EAEL,KAAK,EAYL,KAAK,EACL,OAAO,EACP,MAAM,EACP,CAAC","file":"index.js","sourcesContent":["import type { GanttConstructorOptions } from './ts-types';\nimport * as TYPES from './ts-types';\nimport type {\n ColumnDefine,\n ColumnsDefine,\n LinkColumnDefine,\n ChartColumnDefine,\n ImageColumnDefine,\n SparklineColumnDefine,\n ProgressbarColumnDefine,\n TextColumnDefine,\n GroupColumnDefine,\n TextAlignType,\n TextBaselineType\n} from '@visactor/vtable';\nimport { Gantt } from './Gantt';\nimport * as tools from './tools';\nimport * as VRender from './vrender';\nimport * as VTable from './vtable';\nexport const version = \"1.17.3-alpha.13\";\n/**\n * @namespace VTable\n */\nexport {\n TYPES,\n GanttConstructorOptions,\n Gantt,\n ColumnsDefine,\n ColumnDefine,\n LinkColumnDefine,\n ChartColumnDefine,\n ImageColumnDefine,\n SparklineColumnDefine,\n ProgressbarColumnDefine,\n TextColumnDefine,\n GroupColumnDefine,\n TextAlignType,\n TextBaselineType,\n tools,\n VRender,\n VTable\n};\n"]}
@@ -450,5 +450,4 @@ export function updateLinkLinePoints(type, linkedFromTaskStartDate, linkedFromTa
450
450
  linePoints: linePoints,
451
451
  arrowPoints: arrowPoints
452
452
  };
453
- }
454
- //# sourceMappingURL=dependency-link.js.map
453
+ }
@@ -140,4 +140,5 @@ export class ScrollBarComponent {
140
140
  });
141
141
  this._gantt.stateManager.setScrollLeft(oldHorizontalBarPos), this._gantt.stateManager.setScrollTop(oldVerticalBarPos);
142
142
  }
143
- }
143
+ }
144
+ //# sourceMappingURL=scroll-bar.js.map
@@ -78,4 +78,5 @@ function _syncTableSize(gantt) {
78
78
  oldTaskTableWidth !== gantt.taskTableWidth && (gantt.element.style.left = gantt.taskTableWidth ? `${gantt.taskTableWidth}px` : "0px",
79
79
  gantt.taskListTableInstance.setCanvasSize(gantt.taskTableWidth, gantt.tableNoFrameHeight + 2 * gantt.parsedOptions.outerFrameStyle.borderLineWidth),
80
80
  gantt._updateSize(), updateSplitLineAndResizeLine(gantt));
81
- }
81
+ }
82
+ //# sourceMappingURL=gantt-table-sync.js.map
package/es/tools/index.js CHANGED
@@ -1,4 +1,3 @@
1
1
  import { formatDate, getWeekNumber, getTodayNearDay, getWeekday } from "./util";
2
2
 
3
- export { formatDate, getWeekNumber, getTodayNearDay, getWeekday };
4
- //# sourceMappingURL=index.js.map
3
+ export { formatDate, getWeekNumber, getTodayNearDay, getWeekday };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-gantt",
3
- "version": "1.17.3-alpha.11",
3
+ "version": "1.17.3-alpha.13",
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.17.3-alpha.11",
41
- "@visactor/vtable-editors": "1.17.3-alpha.11",
40
+ "@visactor/vtable": "1.17.3-alpha.13",
41
+ "@visactor/vtable-editors": "1.17.3-alpha.13",
42
42
  "@visactor/vutils": "~0.19.1",
43
43
  "@visactor/vscale": "~0.18.1",
44
44
  "@visactor/vdataset": "~0.18.1",
@@ -92,8 +92,8 @@
92
92
  "@resvg/resvg-js": "^2.5.0",
93
93
  "pikaday": "1.8.2",
94
94
  "@internal/bundler": "0.0.1",
95
- "@internal/ts-config": "0.0.1",
96
- "@internal/eslint-config": "0.0.1"
95
+ "@internal/eslint-config": "0.0.1",
96
+ "@internal/ts-config": "0.0.1"
97
97
  },
98
98
  "unpkg": "latest",
99
99
  "unpkgFiles": [