@visactor/vtable-calendar 1.17.4-alpha.7 → 1.17.4-alpha.8
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
|
@@ -45047,7 +45047,7 @@
|
|
|
45047
45047
|
}
|
|
45048
45048
|
release() {
|
|
45049
45049
|
this.gesture.release(), this.globalEventListeners.forEach(item => {
|
|
45050
|
-
"document" === item.env ? document.removeEventListener(item.name, item.callback) : "body" === item.env ? document.body.removeEventListener(item.name, item.callback) : "window" === item.env
|
|
45050
|
+
"document" === item.env ? document.removeEventListener(item.name, item.callback) : "body" === item.env ? document.body.removeEventListener(item.name, item.callback) : "window" === item.env ? window.removeEventListener(item.name, item.callback) : "vglobal" === item.env && vglobal.removeEventListener(item.name, item.callback);
|
|
45051
45051
|
}), this.globalEventListeners = [];
|
|
45052
45052
|
}
|
|
45053
45053
|
enableScroll() {
|
|
@@ -47627,7 +47627,7 @@
|
|
|
47627
47627
|
constructor(container) {
|
|
47628
47628
|
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
47629
47629
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
47630
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.17.4-alpha.
|
|
47630
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.17.4-alpha.8", 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");
|
|
47631
47631
|
!1 === (null === (_a = options.customConfig) || void 0 === _a ? void 0 : _a.imageAnonymous) && (vglobal.isImageAnonymous = !1);
|
|
47632
47632
|
const {
|
|
47633
47633
|
frozenColCount = 0,
|