@univerjs/engine-formula 1.0.0-alpha.1 → 1.0.0-insiders.20260701-0ef51b0
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/lib/cjs/index.js +2 -2
- package/lib/es/index.js +2 -2
- package/lib/index.js +2 -2
- package/lib/umd/index.js +2 -2
- package/package.json +3 -3
- package/LICENSE +0 -176
package/lib/cjs/index.js
CHANGED
|
@@ -5293,7 +5293,7 @@ let FormulaDataModel = class FormulaDataModel extends _univerjs_core.Disposable
|
|
|
5293
5293
|
for (const unitId in formulaData) {
|
|
5294
5294
|
const workbook = formulaData[unitId];
|
|
5295
5295
|
if (!workbook) continue;
|
|
5296
|
-
const workbookInstance = this._univerInstanceService.getUnit(unitId);
|
|
5296
|
+
const workbookInstance = this._univerInstanceService.getUnit(unitId, _univerjs_core.UniverInstanceType.UNIVER_SHEET);
|
|
5297
5297
|
if (!workbookInstance) continue;
|
|
5298
5298
|
for (const sheetId in workbook) {
|
|
5299
5299
|
const sheet = workbook[sheetId];
|
|
@@ -40677,7 +40677,7 @@ function getObjectValue(result, isUseStrip = false) {
|
|
|
40677
40677
|
//#endregion
|
|
40678
40678
|
//#region package.json
|
|
40679
40679
|
var name = "@univerjs/engine-formula";
|
|
40680
|
-
var version = "1.0.0-
|
|
40680
|
+
var version = "1.0.0-insiders.20260701-0ef51b0";
|
|
40681
40681
|
|
|
40682
40682
|
//#endregion
|
|
40683
40683
|
//#region src/services/global-computing-status.service.ts
|
package/lib/es/index.js
CHANGED
|
@@ -5263,7 +5263,7 @@ let FormulaDataModel = class FormulaDataModel extends Disposable {
|
|
|
5263
5263
|
for (const unitId in formulaData) {
|
|
5264
5264
|
const workbook = formulaData[unitId];
|
|
5265
5265
|
if (!workbook) continue;
|
|
5266
|
-
const workbookInstance = this._univerInstanceService.getUnit(unitId);
|
|
5266
|
+
const workbookInstance = this._univerInstanceService.getUnit(unitId, UniverInstanceType.UNIVER_SHEET);
|
|
5267
5267
|
if (!workbookInstance) continue;
|
|
5268
5268
|
for (const sheetId in workbook) {
|
|
5269
5269
|
const sheet = workbook[sheetId];
|
|
@@ -40647,7 +40647,7 @@ function getObjectValue(result, isUseStrip = false) {
|
|
|
40647
40647
|
//#endregion
|
|
40648
40648
|
//#region package.json
|
|
40649
40649
|
var name = "@univerjs/engine-formula";
|
|
40650
|
-
var version = "1.0.0-
|
|
40650
|
+
var version = "1.0.0-insiders.20260701-0ef51b0";
|
|
40651
40651
|
|
|
40652
40652
|
//#endregion
|
|
40653
40653
|
//#region src/services/global-computing-status.service.ts
|
package/lib/index.js
CHANGED
|
@@ -5263,7 +5263,7 @@ let FormulaDataModel = class FormulaDataModel extends Disposable {
|
|
|
5263
5263
|
for (const unitId in formulaData) {
|
|
5264
5264
|
const workbook = formulaData[unitId];
|
|
5265
5265
|
if (!workbook) continue;
|
|
5266
|
-
const workbookInstance = this._univerInstanceService.getUnit(unitId);
|
|
5266
|
+
const workbookInstance = this._univerInstanceService.getUnit(unitId, UniverInstanceType.UNIVER_SHEET);
|
|
5267
5267
|
if (!workbookInstance) continue;
|
|
5268
5268
|
for (const sheetId in workbook) {
|
|
5269
5269
|
const sheet = workbook[sheetId];
|
|
@@ -40647,7 +40647,7 @@ function getObjectValue(result, isUseStrip = false) {
|
|
|
40647
40647
|
//#endregion
|
|
40648
40648
|
//#region package.json
|
|
40649
40649
|
var name = "@univerjs/engine-formula";
|
|
40650
|
-
var version = "1.0.0-
|
|
40650
|
+
var version = "1.0.0-insiders.20260701-0ef51b0";
|
|
40651
40651
|
|
|
40652
40652
|
//#endregion
|
|
40653
40653
|
//#region src/services/global-computing-status.service.ts
|