@odoo/o-spreadsheet 19.0.46 → 19.0.48

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 19.0.46
5
- @date 2026-08-10T12:30:49.976Z
6
- @hash b721d1f
4
+ @version 19.0.48
5
+ @date 2026-08-29T09:14:13.364Z
6
+ @hash 0a6c168
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6636,7 +6636,11 @@
6636
6636
  </t>
6637
6637
 
6638
6638
  <t t-name="o-spreadsheet-SpreadsheetDashboard">
6639
- <div class="o-grid o-two-columns" t-ref="dashboard" tabindex="-1" t-on-wheel="onMouseWheel">
6639
+ <div
6640
+ class="o-grid o-dashboard-grid o-two-columns"
6641
+ t-ref="dashboard"
6642
+ tabindex="-1"
6643
+ t-on-wheel="onMouseWheel">
6640
6644
  <div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
6641
6645
  <GridOverlay
6642
6646
  onGridResized.bind="onGridResized"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.0.46",
3
+ "version": "19.0.48",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",