@odoo/o-spreadsheet 18.3.22 → 18.3.24

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.22
5
- @date 2025-09-23T12:29:41.685Z
6
- @hash fb227d7
4
+ @version 18.3.24
5
+ @date 2025-10-16T06:39:00.490Z
6
+ @hash f13dd1c
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6454,6 +6454,7 @@
6454
6454
  t-ref="sheetNameSpan"
6455
6455
  t-esc="sheetName"
6456
6456
  t-on-pointerdown="(ev) => this.onMouseEventSheetName(ev)"
6457
+ t-on-click="(ev) => this.onMouseEventSheetName(ev)"
6457
6458
  t-on-dblclick="() => this.onDblClick()"
6458
6459
  t-on-focusout="() => this.onFocusOut()"
6459
6460
  t-on-keydown="(ev) => this.onKeyDown(ev)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.3.22",
3
+ "version": "18.3.24",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",