@odoo/o-spreadsheet 18.4.51 → 18.4.53

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.4.51
5
- @date 2026-08-10T12:29:37.934Z
6
- @hash fd60cf8
4
+ @version 18.4.53
5
+ @date 2026-08-29T09:14:02.071Z
6
+ @hash 8ca564d
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6198,7 +6198,11 @@
6198
6198
  </t>
6199
6199
 
6200
6200
  <t t-name="o-spreadsheet-SpreadsheetDashboard">
6201
- <div class="o-grid o-two-columns" t-ref="dashboard" tabindex="-1" t-on-wheel="onMouseWheel">
6201
+ <div
6202
+ class="o-grid o-dashboard-grid o-two-columns"
6203
+ t-ref="dashboard"
6204
+ tabindex="-1"
6205
+ t-on-wheel="onMouseWheel">
6202
6206
  <div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
6203
6207
  <GridOverlay
6204
6208
  onGridResized.bind="onGridResized"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.4.51",
3
+ "version": "18.4.53",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",