@odoo/o-spreadsheet 18.3.26 → 18.3.28

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.
@@ -1,9 +1,9 @@
1
1
  <!--
2
2
  This file is generated by o-spreadsheet build tools. Do not edit it.
3
3
  @see https://github.com/odoo/o-spreadsheet
4
- @version 18.3.26
5
- @date 2025-11-12T14:16:18.883Z
6
- @hash f31a752
4
+ @version 18.3.28
5
+ @date 2025-12-02T05:34:53.167Z
6
+ @hash a205f91
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6445,6 +6445,7 @@
6445
6445
  t-on-pointerdown="(ev) => this.onMouseDown(ev)"
6446
6446
  t-on-contextmenu.prevent="(ev) => this.onContextMenu(ev)"
6447
6447
  t-ref="sheetDiv"
6448
+ t-key="sheetName"
6448
6449
  t-att-style="props.style"
6449
6450
  t-att-title="sheetName"
6450
6451
  t-att-data-id="props.sheetId"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.3.26",
3
+ "version": "18.3.28",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",