@odoo/o-spreadsheet 19.1.33 → 19.1.34

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.1.33
5
- @date 2026-08-29T09:14:50.099Z
6
- @hash 5c5b7a2
4
+ @version 19.1.34
5
+ @date 2026-09-04T07:25:44.879Z
6
+ @hash b709c26
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -7114,7 +7114,11 @@
7114
7114
  </t>
7115
7115
 
7116
7116
  <t t-name="o-spreadsheet-SpreadsheetDashboard">
7117
- <div class="o-grid o-two-columns" t-ref="dashboard" tabindex="-1" t-on-wheel="onMouseWheel">
7117
+ <div
7118
+ class="o-grid o-dashboard-grid o-two-columns"
7119
+ t-ref="dashboard"
7120
+ tabindex="-1"
7121
+ t-on-wheel="onMouseWheel">
7118
7122
  <div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
7119
7123
  <GridOverlay
7120
7124
  onGridResized.bind="onGridResized"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.1.33",
3
+ "version": "19.1.34",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",