@univerjs/sheets 0.15.3 → 0.15.4

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/es/index.js CHANGED
@@ -12354,11 +12354,14 @@ let rs = class extends ae {
12354
12354
  });
12355
12355
  }
12356
12356
  }
12357
- return o.every(
12358
- (i) => this._commandService.executeCommand(i.id, i.params, {
12357
+ return L(
12358
+ o,
12359
+ this._commandService,
12360
+ {
12359
12361
  onlyLocal: !0,
12360
- fromFormula: !0
12361
- })
12362
+ fromFormula: !0,
12363
+ applyFormulaCalculationResult: !0
12364
+ }
12362
12365
  );
12363
12366
  })
12364
12367
  );
@@ -0,0 +1,17 @@
1
+ const e = {
2
+ sheets: {
3
+ tabs: {
4
+ sheetCopy: "(Kópia{0})",
5
+ sheet: "Hárok"
6
+ },
7
+ info: {
8
+ overlappingSelections: "Na prekrývajúcich sa výberoch nie je možné použiť tento príkaz",
9
+ acrossMergedCell: "Cez zlúčenú bunku",
10
+ partOfCell: "Je vybraná iba časť zlúčenej bunky",
11
+ hideSheet: "Po skrytí tohto hárka nebude viditeľný žiadny hárok"
12
+ }
13
+ }
14
+ };
15
+ export {
16
+ e as default
17
+ };