@odoo/o-spreadsheet 18.2.34 → 18.2.36

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.2.34
5
- @date 2025-11-12T14:16:13.957Z
6
- @hash 9ca0c4c
4
+ @version 18.2.36
5
+ @date 2025-12-02T05:31:51.673Z
6
+ @hash d385099
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6137,6 +6137,7 @@
6137
6137
  t-on-pointerdown="(ev) => this.onMouseDown(ev)"
6138
6138
  t-on-contextmenu.prevent="(ev) => this.onContextMenu(ev)"
6139
6139
  t-ref="sheetDiv"
6140
+ t-key="sheetName"
6140
6141
  t-att-style="props.style"
6141
6142
  t-att-title="sheetName"
6142
6143
  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.2.34",
3
+ "version": "18.2.36",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",