@univerjs/sheets 0.8.3 → 0.9.0
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 +1 -1
- package/lib/es/index.js +2 -1
- package/lib/index.js +2 -1
- package/lib/umd/index.js +1 -1
- package/package.json +8 -8
package/lib/es/index.js
CHANGED
|
@@ -11209,7 +11209,8 @@ let $n = class extends le {
|
|
|
11209
11209
|
}
|
|
11210
11210
|
return s.every(
|
|
11211
11211
|
(i) => this._commandService.executeCommand(i.id, i.params, {
|
|
11212
|
-
onlyLocal: !0
|
|
11212
|
+
onlyLocal: !0,
|
|
11213
|
+
fromFormula: !0
|
|
11213
11214
|
})
|
|
11214
11215
|
);
|
|
11215
11216
|
})
|
package/lib/index.js
CHANGED
|
@@ -11209,7 +11209,8 @@ let $n = class extends le {
|
|
|
11209
11209
|
}
|
|
11210
11210
|
return s.every(
|
|
11211
11211
|
(i) => this._commandService.executeCommand(i.id, i.params, {
|
|
11212
|
-
onlyLocal: !0
|
|
11212
|
+
onlyLocal: !0,
|
|
11213
|
+
fromFormula: !0
|
|
11213
11214
|
})
|
|
11214
11215
|
);
|
|
11215
11216
|
})
|