@odoo/o-spreadsheet 17.2.12 → 17.2.13

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 17.2.12
5
- @date 2024-06-21T19:58:53.627Z
6
- @hash 1aaacc4
4
+ @version 17.2.13
5
+ @date 2024-07-02T09:03:38.714Z
6
+ @hash fac2351
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -272,7 +272,8 @@
272
272
  t-att-class="{'o-sheet-name-editable': state.isEditing }"
273
273
  t-ref="sheetNameSpan"
274
274
  t-esc="sheetName"
275
- t-on-click="(ev) => this.onClickSheetName(ev)"
275
+ t-on-click="(ev) => this.onMouseEventSheetName(ev)"
276
+ t-on-pointerdown="(ev) => this.onMouseEventSheetName(ev)"
276
277
  t-on-dblclick="() => this.onDblClick()"
277
278
  t-on-focusout="() => this.onFocusOut()"
278
279
  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": "17.2.12",
3
+ "version": "17.2.13",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",