@visactor/vtable-gantt 1.22.7-alpha.8 → 1.22.7-alpha.9
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/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/cjs/scenegraph/timeline-header.js +2 -1
- package/cjs/state/gantt-table-sync.js +0 -1
- package/dist/vtable-gantt.js +3 -3
- package/dist/vtable-gantt.min.js +2 -2
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/es/scenegraph/timeline-header.js +2 -1
- package/es/state/gantt-table-sync.js +1 -2
- package/package.json +5 -5
package/es/index.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as tools from './tools';
|
|
|
6
6
|
import * as VRender from './vrender';
|
|
7
7
|
import * as VTable from './vtable';
|
|
8
8
|
import * as plugins from './plugins';
|
|
9
|
-
export declare const version = "1.22.7-alpha.
|
|
9
|
+
export declare const version = "1.22.7-alpha.9";
|
|
10
10
|
export { TYPES, GanttConstructorOptions, Gantt, ColumnsDefine, ColumnDefine, LinkColumnDefine, ChartColumnDefine, ImageColumnDefine, SparklineColumnDefine, ProgressbarColumnDefine, TextColumnDefine, GroupColumnDefine, TextAlignType, TextBaselineType, tools, VRender, VTable, plugins };
|
package/es/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import * as VTable from "./vtable";
|
|
|
10
10
|
|
|
11
11
|
import * as plugins from "./plugins";
|
|
12
12
|
|
|
13
|
-
export const version = "1.22.7-alpha.
|
|
13
|
+
export const version = "1.22.7-alpha.9";
|
|
14
14
|
|
|
15
15
|
export { TYPES, Gantt, tools, VRender, VTable, plugins };
|
|
16
16
|
//# 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,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC;AAIxC,OAAO,EACL,KAAK,EAEL,KAAK,EAYL,KAAK,EACL,OAAO,EACP,MAAM,EACN,OAAO,EACR,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';\nimport * as plugins from './plugins';\nexport const version = \"1.22.7-alpha.
|
|
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,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC;AAIxC,OAAO,EACL,KAAK,EAEL,KAAK,EAYL,KAAK,EACL,OAAO,EACP,MAAM,EACN,OAAO,EACR,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';\nimport * as plugins from './plugins';\nexport const version = \"1.22.7-alpha.9\";\n/**\n * @namespace VTableGantt\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 plugins\n};\n"]}
|
|
@@ -83,5 +83,4 @@ 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
|
-
}
|
|
87
|
-
//# sourceMappingURL=gantt-table-sync.js.map
|
|
86
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vtable-gantt",
|
|
3
|
-
"version": "1.22.7-alpha.
|
|
3
|
+
"version": "1.22.7-alpha.9",
|
|
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.22.7-alpha.
|
|
41
|
-
"@visactor/vtable-editors": "1.22.7-alpha.
|
|
40
|
+
"@visactor/vtable": "1.22.7-alpha.9",
|
|
41
|
+
"@visactor/vtable-editors": "1.22.7-alpha.9",
|
|
42
42
|
"@visactor/vutils": "~0.19.1",
|
|
43
43
|
"@visactor/vscale": "~0.18.1",
|
|
44
44
|
"@visactor/vdataset": "~0.18.1",
|
|
@@ -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/
|
|
98
|
-
"@internal/
|
|
97
|
+
"@internal/ts-config": "0.0.1",
|
|
98
|
+
"@internal/eslint-config": "0.0.1"
|
|
99
99
|
},
|
|
100
100
|
"unpkg": "latest",
|
|
101
101
|
"unpkgFiles": [
|