@visactor/vtable-calendar 1.17.6 → 1.17.7-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/dist/vtable-calendar.js
CHANGED
|
@@ -27753,7 +27753,8 @@
|
|
|
27753
27753
|
DBLCLICK_FILL_HANDLE: "dblclick_fill_handle",
|
|
27754
27754
|
EMPTY_TIP_CLICK: "empty_tip_click",
|
|
27755
27755
|
EMPTY_TIP_DBLCLICK: "empty_tip_dblclick",
|
|
27756
|
-
BUTTON_CLICK: "button_click"
|
|
27756
|
+
BUTTON_CLICK: "button_click",
|
|
27757
|
+
BEFORE_CACHE_CHART_IMAGE: "before_cache_chart_image"
|
|
27757
27758
|
};
|
|
27758
27759
|
|
|
27759
27760
|
const judgeType = value => {
|
|
@@ -36677,6 +36678,9 @@
|
|
|
36677
36678
|
}
|
|
36678
36679
|
null === (_g = chartInstance.updateFullDataSync) || void 0 === _g || _g.call(chartInstance, dataBatch);
|
|
36679
36680
|
}
|
|
36681
|
+
table.fireListeners("before_cache_chart_image", {
|
|
36682
|
+
chartInstance: chartInstance
|
|
36683
|
+
});
|
|
36680
36684
|
cacheStageCanvas(chartInstance.getStage(), chart);
|
|
36681
36685
|
}
|
|
36682
36686
|
function startRenderChartQueue(table) {
|
|
@@ -47805,7 +47809,7 @@
|
|
|
47805
47809
|
constructor(container) {
|
|
47806
47810
|
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
47807
47811
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
47808
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.17.
|
|
47812
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.17.7-alpha.0", 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");
|
|
47809
47813
|
!1 === (null === (_a = options.customConfig) || void 0 === _a ? void 0 : _a.imageAnonymous) && (vglobal.isImageAnonymous = !1);
|
|
47810
47814
|
const {
|
|
47811
47815
|
frozenColCount = 0,
|