@odoo/o-spreadsheet 18.0.22 → 18.0.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.0.22
5
- @date 2025-04-04T08:43:27.583Z
6
- @hash 89a3279
4
+ @version 18.0.24
5
+ @date 2025-04-18T16:24:01.534Z
6
+ @hash aa18758
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -658,7 +658,7 @@
658
658
  </t>
659
659
 
660
660
  <t t-name="o-spreadsheet-SpreadsheetDashboard">
661
- <div class="o-grid o-two-columns" tabindex="-1" t-on-wheel="onMouseWheel">
661
+ <div class="o-grid o-two-columns" t-ref="dashboard" tabindex="-1" t-on-wheel="onMouseWheel">
662
662
  <div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
663
663
  <GridOverlay
664
664
  onCellHovered.bind="onCellHovered"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.22",
3
+ "version": "18.0.24",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",