@visactor/vtable-sheet 1.20.0 → 1.20.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/README.md +2 -2
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/dist/vtable-sheet.js +8 -7
- package/dist/vtable-sheet.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ VTable Sheet is a powerful Excel-like spreadsheet component based on VTable. It
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
7
|
- Multiple sheet support
|
|
8
|
-
- Formula calculation
|
|
8
|
+
- Formula calculation is a completely self-developed formula calculation engine
|
|
9
9
|
- Cell formatting
|
|
10
10
|
- Cell merging
|
|
11
11
|
- Sheet operations (add, rename, delete)
|
|
@@ -76,7 +76,7 @@ interface IVTableSheetOptions {
|
|
|
76
76
|
|
|
77
77
|
## Working with Formulas
|
|
78
78
|
|
|
79
|
-
VTableSheet supports Excel-like formulas
|
|
79
|
+
VTableSheet supports Excel-like formulas, which is a completely self-developed formula calculation engine.
|
|
80
80
|
|
|
81
81
|
### Formula Storage and Persistence
|
|
82
82
|
|
package/cjs/index.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ import VTableSheet from './components/vtable-sheet';
|
|
|
2
2
|
import type { ISheetDefine, IVTableSheetOptions } from './ts-types';
|
|
3
3
|
import * as TYPES from './ts-types';
|
|
4
4
|
import * as VTable from './vtable';
|
|
5
|
-
export declare const version = "1.20.
|
|
5
|
+
export declare const version = "1.20.1-alpha.1";
|
|
6
6
|
export { VTableSheet, TYPES, VTable, ISheetDefine, IVTableSheetOptions };
|
package/cjs/index.js
CHANGED
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAAoD;AAW3C,sBAXF,sBAAW,CAWE;AATpB,kDAAoC;AASd,sBAAK;AAR3B,iDAAmC;AAQN,wBAAM;AAPnC,0DAAsD;AACzC,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAAoD;AAW3C,sBAXF,sBAAW,CAWE;AATpB,kDAAoC;AASd,sBAAK;AAR3B,iDAAmC;AAQN,wBAAM;AAPnC,0DAAsD;AACzC,QAAA,OAAO,GAAG,gBAAgB,CAAC;AAExC,IAAA,4BAAY,GAAE,CAAC","file":"index.js","sourcesContent":["import VTableSheet from './components/vtable-sheet';\nimport type { ISheetDefine, IVTableSheetOptions } from './ts-types';\nimport * as TYPES from './ts-types';\nimport * as VTable from './vtable';\nimport { importStyles } from './styles/style-manager';\nexport const version = \"1.20.1-alpha.1\";\n// 导入样式\nimportStyles();\n/**\n * @namespace VTableSheet\n */\nexport { VTableSheet, TYPES, VTable, ISheetDefine, IVTableSheetOptions };\n"]}
|
package/dist/vtable-sheet.js
CHANGED
|
@@ -59951,7 +59951,7 @@
|
|
|
59951
59951
|
}
|
|
59952
59952
|
constructor(container, options = {}) {
|
|
59953
59953
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
|
|
59954
|
-
if (super(), this.showFrozenIcon = !0, this.version = "1.20.
|
|
59954
|
+
if (super(), this.showFrozenIcon = !0, this.version = "1.20.1-alpha.1", this.id = `VTable${Date.now()}`, this.isReleased = !1, this._chartEventMap = {}, this.throttleInvalidate = throttle2(this.render.bind(this), 200), "node" === Env$1.mode ? (options = container, container = null) : container instanceof HTMLElement || (options = container, container = container.container ? container.container : null), !container && "node" !== options.mode && !options.canvas) throw new Error("vtable's container is undefined");
|
|
59955
59955
|
this.pluginManager = new PluginManager(this, options), this.fireListeners(TABLE_EVENT_TYPE.BEFORE_INIT, {
|
|
59956
59956
|
options: options,
|
|
59957
59957
|
container: container
|
|
@@ -60033,8 +60033,8 @@
|
|
|
60033
60033
|
if (internalProps.calcWidthContext = {
|
|
60034
60034
|
_: internalProps,
|
|
60035
60035
|
get full() {
|
|
60036
|
-
var _a;
|
|
60037
|
-
return "node" === Env$1.mode ? that.canvasWidth / (null != pixelRatio ? pixelRatio : 1) : this._.canvas.width / (null !== (_a = this._.context.pixelRatio) && void 0 !== _a ? _a : window.devicePixelRatio);
|
|
60036
|
+
var _a, _b;
|
|
60037
|
+
return "node" === Env$1.mode ? that.canvasWidth / (null != pixelRatio ? pixelRatio : 1) : this._.canvas.width / (null !== (_b = null !== (_a = this._.context.pixelRatio) && void 0 !== _a ? _a : that.internalProps.pixelRatio) && void 0 !== _b ? _b : window.devicePixelRatio);
|
|
60038
60038
|
}
|
|
60039
60039
|
}, internalProps.cellTextOverflows = {}, internalProps.focusedTable = !1, internalProps.theme = themes.of(null !== (_r = options.theme) && void 0 !== _r ? _r : themes.DEFAULT), internalProps.theme.isPivot = this.isPivotTable(), setIconColor(internalProps.theme.functionalIconsStyle), container ? (clearDOM && (container.innerHTML = ""), container.appendChild(internalProps.element), this._updateSize()) : this._updateSize(), internalProps.bodyHelper = new BodyHelper(this), internalProps.headerHelper = new HeaderHelper(this), internalProps.rowSeriesNumberHelper = new RowSeriesNumberHelper(this), internalProps.autoWrapText = options.autoWrapText, internalProps.enableLineBreak = options.enableLineBreak, internalProps.allowFrozenColCount = null !== (_s = options.allowFrozenColCount) && void 0 !== _s ? _s : 0, internalProps.limitMaxAutoWidth = null !== (_t = options.limitMaxAutoWidth) && void 0 !== _t ? _t : 450, internalProps.limitMinWidth = null != limitMinWidth ? "number" == typeof limitMinWidth ? limitMinWidth : limitMinWidth ? 10 : 0 : 10, internalProps.limitMinHeight = null != limitMinHeight ? "number" == typeof limitMinHeight ? limitMinHeight : limitMinHeight ? 10 : 0 : 10, this.scenegraph = new Scenegraph(this), this.stateManager = new StateManager(this), this.eventManager = new EventManager$1(this), this.animationManager = new TableAnimationManager(this), options.legends) {
|
|
60040
60040
|
internalProps.legends = [];
|
|
@@ -60328,12 +60328,13 @@
|
|
|
60328
60328
|
var _a;
|
|
60329
60329
|
if (pixelRatio !== (null === (_a = this.internalProps) || void 0 === _a ? void 0 : _a.pixelRatio)) {
|
|
60330
60330
|
this.internalProps.pixelRatio = pixelRatio;
|
|
60331
|
-
const
|
|
60331
|
+
const that = this,
|
|
60332
|
+
canvasWidth = this.canvasWidth;
|
|
60332
60333
|
this.internalProps.calcWidthContext = {
|
|
60333
60334
|
_: this.internalProps,
|
|
60334
60335
|
get full() {
|
|
60335
|
-
var _a;
|
|
60336
|
-
return "node" === Env$1.mode ? canvasWidth / (null != pixelRatio ? pixelRatio : 1) : this._.canvas.width / (null !== (_a = this._.context.pixelRatio) && void 0 !== _a ? _a : window.devicePixelRatio);
|
|
60336
|
+
var _a, _b;
|
|
60337
|
+
return "node" === Env$1.mode ? canvasWidth / (null != pixelRatio ? pixelRatio : 1) : this._.canvas.width / (null !== (_b = null !== (_a = this._.context.pixelRatio) && void 0 !== _a ? _a : that.internalProps.pixelRatio) && void 0 !== _b ? _b : window.devicePixelRatio);
|
|
60337
60338
|
}
|
|
60338
60339
|
}, this.scenegraph.setPixelRatio(pixelRatio);
|
|
60339
60340
|
}
|
|
@@ -78931,7 +78932,7 @@
|
|
|
78931
78932
|
importStyle();
|
|
78932
78933
|
}
|
|
78933
78934
|
|
|
78934
|
-
const version = "1.20.
|
|
78935
|
+
const version = "1.20.1-alpha.1";
|
|
78935
78936
|
importStyles();
|
|
78936
78937
|
|
|
78937
78938
|
exports.TYPES = index;
|