@visactor/vtable-calendar 1.12.1-alpha.0 → 1.12.1-alpha.1
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
|
@@ -31766,24 +31766,6 @@
|
|
|
31766
31766
|
cursor: "pointer"
|
|
31767
31767
|
};
|
|
31768
31768
|
},
|
|
31769
|
-
get loading() {
|
|
31770
|
-
return {
|
|
31771
|
-
type: "image",
|
|
31772
|
-
src: "https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/media/loading-circle.gif",
|
|
31773
|
-
width: collapse_size,
|
|
31774
|
-
height: collapse_size,
|
|
31775
|
-
name: "loading",
|
|
31776
|
-
positionType: IconPosition.contentLeft,
|
|
31777
|
-
marginLeft: 0,
|
|
31778
|
-
marginRight: 4,
|
|
31779
|
-
hover: {
|
|
31780
|
-
width: collapse_size_2,
|
|
31781
|
-
height: collapse_size_2,
|
|
31782
|
-
bgColor: "rgba(101, 117, 168, 0.1)"
|
|
31783
|
-
},
|
|
31784
|
-
isGif: !0
|
|
31785
|
-
};
|
|
31786
|
-
},
|
|
31787
31769
|
get drillDown() {
|
|
31788
31770
|
return {
|
|
31789
31771
|
name: "drillDown",
|
|
@@ -45595,7 +45577,7 @@
|
|
|
45595
45577
|
constructor(container) {
|
|
45596
45578
|
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
45597
45579
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
45598
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.12.1-alpha.
|
|
45580
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.12.1-alpha.1", 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");
|
|
45599
45581
|
const {
|
|
45600
45582
|
frozenColCount = 0,
|
|
45601
45583
|
frozenRowCount: frozenRowCount,
|