@visactor/vtable-calendar 1.16.3-alpha.2 → 1.17.0-alpha.4

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.
@@ -32760,24 +32760,6 @@
32760
32760
  cursor: "pointer"
32761
32761
  };
32762
32762
  },
32763
- get loading() {
32764
- return {
32765
- type: "image",
32766
- src: "https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/media/loading-circle.gif",
32767
- width: collapse_size,
32768
- height: collapse_size,
32769
- name: "loading",
32770
- positionType: IconPosition.contentLeft,
32771
- marginLeft: 0,
32772
- marginRight: 4,
32773
- hover: {
32774
- width: collapse_size_2,
32775
- height: collapse_size_2,
32776
- bgColor: "rgba(101, 117, 168, 0.1)"
32777
- },
32778
- isGif: !0
32779
- };
32780
- },
32781
32763
  get drillDown() {
32782
32764
  return {
32783
32765
  name: "drillDown",
@@ -41073,7 +41055,7 @@
41073
41055
  const iconGraphic = this.getCell(col, row).getChildByName("collapse", !0);
41074
41056
  if (iconGraphic) {
41075
41057
  const loadingIcon = get$2()[InternalIconName.loadingIconName];
41076
- dealWithIcon(loadingIcon, iconGraphic, col, row);
41058
+ loadingIcon && dealWithIcon(loadingIcon, iconGraphic, col, row);
41077
41059
  }
41078
41060
  }
41079
41061
  temporarilyUpdateSelectRectStyle(rectAttribute) {
@@ -47009,7 +46991,7 @@
47009
46991
  constructor(container) {
47010
46992
  let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
47011
46993
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
47012
- if (super(), this.showFrozenIcon = !0, this.version = "1.16.3-alpha.2", 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");
46994
+ if (super(), this.showFrozenIcon = !0, this.version = "1.17.0-alpha.4", 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");
47013
46995
  !1 === (null === (_a = options.customConfig) || void 0 === _a ? void 0 : _a.imageAnonymous) && (vglobal.isImageAnonymous = !1);
47014
46996
  const {
47015
46997
  frozenColCount = 0,