@odoo/o-spreadsheet 18.3.59 → 18.3.61

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.3.59
5
- @date 2026-08-10T12:30:17.846Z
6
- @hash c215f06
4
+ @version 18.3.61
5
+ @date 2026-08-29T09:13:32.844Z
6
+ @hash c786d2f
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -5934,7 +5934,11 @@
5934
5934
  </t>
5935
5935
 
5936
5936
  <t t-name="o-spreadsheet-SpreadsheetDashboard">
5937
- <div class="o-grid o-two-columns" t-ref="dashboard" tabindex="-1" t-on-wheel="onMouseWheel">
5937
+ <div
5938
+ class="o-grid o-dashboard-grid o-two-columns"
5939
+ t-ref="dashboard"
5940
+ tabindex="-1"
5941
+ t-on-wheel="onMouseWheel">
5938
5942
  <div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
5939
5943
  <GridOverlay
5940
5944
  onGridResized.bind="onGridResized"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.3.59",
3
+ "version": "18.3.61",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",