@odoo/o-spreadsheet 18.0.15 → 18.0.16

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.0.15
5
- @date 2025-02-10T09:00:14.177Z
6
- @hash 5b19f88
4
+ @version 18.0.16
5
+ @date 2025-02-14T08:45:11.101Z
6
+ @hash 39979ab
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -977,6 +977,7 @@
977
977
  max="400"
978
978
  class="o-font-size o-number-input bg-transparent border-0"
979
979
  t-on-keydown="onInputKeydown"
980
+ t-on-wheel.prevent.stop=""
980
981
  t-on-click.stop=""
981
982
  t-on-focus.stop="onInputFocused"
982
983
  t-att-value="currentFontSize"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.15",
3
+ "version": "18.0.16",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",