@visactor/vtable-calendar 1.13.3-alpha.7 → 1.13.3-alpha.9
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
|
@@ -32503,24 +32503,6 @@
|
|
|
32503
32503
|
cursor: "pointer"
|
|
32504
32504
|
};
|
|
32505
32505
|
},
|
|
32506
|
-
get loading() {
|
|
32507
|
-
return {
|
|
32508
|
-
type: "image",
|
|
32509
|
-
src: "https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/media/loading-circle.gif",
|
|
32510
|
-
width: collapse_size,
|
|
32511
|
-
height: collapse_size,
|
|
32512
|
-
name: "loading",
|
|
32513
|
-
positionType: IconPosition.contentLeft,
|
|
32514
|
-
marginLeft: 0,
|
|
32515
|
-
marginRight: 4,
|
|
32516
|
-
hover: {
|
|
32517
|
-
width: collapse_size_2,
|
|
32518
|
-
height: collapse_size_2,
|
|
32519
|
-
bgColor: "rgba(101, 117, 168, 0.1)"
|
|
32520
|
-
},
|
|
32521
|
-
isGif: !0
|
|
32522
|
-
};
|
|
32523
|
-
},
|
|
32524
32506
|
get drillDown() {
|
|
32525
32507
|
return {
|
|
32526
32508
|
name: "drillDown",
|
|
@@ -46374,7 +46356,7 @@
|
|
|
46374
46356
|
constructor(container) {
|
|
46375
46357
|
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
46376
46358
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
46377
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.13.3-alpha.
|
|
46359
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.13.3-alpha.9", 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");
|
|
46378
46360
|
const {
|
|
46379
46361
|
frozenColCount = 0,
|
|
46380
46362
|
frozenRowCount: frozenRowCount,
|