@visactor/vtable-calendar 1.17.3-alpha.14 → 1.17.3-alpha.16
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/dist/vtable-calendar.js
CHANGED
|
@@ -36626,9 +36626,9 @@
|
|
|
36626
36626
|
y2: viewBox.y2 - viewBox.y1
|
|
36627
36627
|
}, !1, !1);
|
|
36628
36628
|
const chartStage = chartInstance.getStage(),
|
|
36629
|
-
matrix = chart.globalTransMatrix
|
|
36630
|
-
stageMatrix = chart.stage.window.getViewBoxTransform();
|
|
36631
|
-
|
|
36629
|
+
matrix = chart.globalTransMatrix,
|
|
36630
|
+
stageMatrix = chart.stage.window.getViewBoxTransform().clone();
|
|
36631
|
+
stageMatrix.multiply(matrix.a, matrix.b, matrix.c, matrix.d, matrix.e, matrix.f), chartStage.window.setViewBoxTransform && chartStage.window.setViewBoxTransform(stageMatrix.a, stageMatrix.b, stageMatrix.c, stageMatrix.d, stageMatrix.e, stageMatrix.f);
|
|
36632
36632
|
const {
|
|
36633
36633
|
table: table
|
|
36634
36634
|
} = chart.getRootNode();
|
|
@@ -47629,7 +47629,7 @@
|
|
|
47629
47629
|
constructor(container) {
|
|
47630
47630
|
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
47631
47631
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
47632
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.17.3-alpha.
|
|
47632
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.17.3-alpha.16", 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");
|
|
47633
47633
|
!1 === (null === (_a = options.customConfig) || void 0 === _a ? void 0 : _a.imageAnonymous) && (vglobal.isImageAnonymous = !1);
|
|
47634
47634
|
const {
|
|
47635
47635
|
frozenColCount = 0,
|