@visactor/vtable-gantt 1.7.0 → 1.7.1
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/ts-types/events.js +1 -2
- package/cjs/ts-types/index.js +2 -1
- package/dist/vtable-gantt.js +2 -2
- package/dist/vtable-gantt.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/es/ts-types/events.js +1 -2
- package/es/ts-types/index.js +2 -1
- package/package.json +3 -3
package/cjs/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as TYPES from './ts-types';
|
|
|
3
3
|
import type { ColumnDefine, ColumnsDefine, LinkColumnDefine, ChartColumnDefine, ImageColumnDefine, SparklineColumnDefine, ProgressbarColumnDefine, TextColumnDefine, GroupColumnDefine, TextAlignType, TextBaselineType } from '@visactor/vtable';
|
|
4
4
|
import { Gantt } from './Gantt';
|
|
5
5
|
import * as tools from './tools';
|
|
6
|
-
export declare const version = "1.7.
|
|
6
|
+
export declare const version = "1.7.1";
|
|
7
7
|
export { TYPES, GanttConstructorOptions, Gantt, ColumnsDefine, ColumnDefine, LinkColumnDefine, ChartColumnDefine, ImageColumnDefine, SparklineColumnDefine, ProgressbarColumnDefine, TextColumnDefine, GroupColumnDefine, TextAlignType, TextBaselineType, tools };
|
package/cjs/index.js
CHANGED
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,kDAAoC;AAqBlC,sBAAK;AAPP,mCAAgC;AAS9B,sFATO,aAAK,OASP;AARP,+CAAiC;AAoB/B,sBAAK;AAnBM,QAAA,OAAO,GAAG,OAAO,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';\nexport const version = \"1.7.
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,kDAAoC;AAqBlC,sBAAK;AAPP,mCAAgC;AAS9B,sFATO,aAAK,OASP;AARP,+CAAiC;AAoB/B,sBAAK;AAnBM,QAAA,OAAO,GAAG,OAAO,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';\nexport const version = \"1.7.1\";\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};\n"]}
|
package/cjs/ts-types/events.js
CHANGED
package/cjs/ts-types/index.js
CHANGED
|
@@ -18,4 +18,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
|
|
|
18
18
|
Object.defineProperty(exports, "__esModule", {
|
|
19
19
|
value: !0
|
|
20
20
|
}), __exportStar(require("./common"), exports), __exportStar(require("./gantt-engine"), exports),
|
|
21
|
-
__exportStar(require("./EVENT_TYPE"), exports), __exportStar(require("./events"), exports);
|
|
21
|
+
__exportStar(require("./EVENT_TYPE"), exports), __exportStar(require("./events"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
package/dist/vtable-gantt.js
CHANGED
|
@@ -38617,7 +38617,7 @@
|
|
|
38617
38617
|
constructor(container) {
|
|
38618
38618
|
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
38619
38619
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
38620
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.7.
|
|
38620
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.7.1", this.id = `VTable${Date.now()}`, this.isReleased = !1, this._chartEventMap = {}, this.throttleInvalidate = throttle2(this.render.bind(this), 200), !container && "node" !== options.mode && !options.canvas) throw new Error("vtable's container is undefined");
|
|
38621
38621
|
const {
|
|
38622
38622
|
frozenColCount = 0,
|
|
38623
38623
|
frozenRowCount: frozenRowCount,
|
|
@@ -44923,7 +44923,7 @@
|
|
|
44923
44923
|
getWeekday: getWeekday
|
|
44924
44924
|
});
|
|
44925
44925
|
|
|
44926
|
-
const version = "1.7.
|
|
44926
|
+
const version = "1.7.1";
|
|
44927
44927
|
|
|
44928
44928
|
exports.Gantt = Gantt;
|
|
44929
44929
|
exports.TYPES = index$1;
|