@odoo/o-spreadsheet 18.2.0-alpha.0 → 18.2.0-alpha.1

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.0-alpha.0
5
- @date 2024-12-26T08:03:23.646Z
6
- @hash 0f45915
4
+ @version 18.2.0-alpha.1
5
+ @date 2025-01-14T11:36:32.737Z
6
+ @hash 702f816
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -5956,9 +5956,9 @@
5956
5956
  t-att-placeholder="props.placeholder"
5957
5957
  t-att-value="props.value"
5958
5958
  t-on-change="save"
5959
- t-on-focus="focusInputAndSelectContent"
5960
5959
  t-on-blur="save"
5961
- t-on-mouseup.prevent.stop=""
5960
+ t-on-pointerdown="onMouseDown"
5961
+ t-on-pointerup="onMouseUp"
5962
5962
  t-on-keydown="onKeyDown"
5963
5963
  />
5964
5964
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.0-alpha.0",
3
+ "version": "18.2.0-alpha.1",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -100,7 +100,7 @@
100
100
  "xmlSelfClosingSpace": false
101
101
  },
102
102
  "dependencies": {
103
- "@odoo/owl": "2.3.0",
103
+ "@odoo/owl": "2.5.1",
104
104
  "bootstrap": "^5.3.3",
105
105
  "font-awesome": "^4.7.0",
106
106
  "rbush": "^3.0.1"