@visactor/vtable-calendar 1.17.1-alpha.2 → 1.17.1-alpha.3
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
|
@@ -41410,8 +41410,7 @@
|
|
|
41410
41410
|
updateReactContainer(this.table);
|
|
41411
41411
|
}
|
|
41412
41412
|
setLoadingHierarchyState(col, row) {
|
|
41413
|
-
const
|
|
41414
|
-
iconGraphic = cellGroup.getChildByName("collapse", !0) || cellGroup.getChildByName("expand", !0);
|
|
41413
|
+
const iconGraphic = this.getCell(col, row).getChildByName("collapse", !0);
|
|
41415
41414
|
if (iconGraphic) {
|
|
41416
41415
|
const loadingIcon = get$2()[InternalIconName.loadingIconName];
|
|
41417
41416
|
loadingIcon && dealWithIcon(loadingIcon, iconGraphic, col, row);
|
|
@@ -47419,7 +47418,7 @@
|
|
|
47419
47418
|
constructor(container) {
|
|
47420
47419
|
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
47421
47420
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
47422
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.17.1-alpha.
|
|
47421
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.17.1-alpha.3", 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");
|
|
47423
47422
|
!1 === (null === (_a = options.customConfig) || void 0 === _a ? void 0 : _a.imageAnonymous) && (vglobal.isImageAnonymous = !1);
|
|
47424
47423
|
const {
|
|
47425
47424
|
frozenColCount = 0,
|