@odoo/o-spreadsheet 17.4.25 → 17.4.27

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 17.4.25
5
- @date 2025-03-07T10:34:06.750Z
6
- @hash 765f110
4
+ @version 17.4.27
5
+ @date 2025-03-19T08:28:16.209Z
6
+ @hash a87c1da
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -5196,7 +5196,7 @@
5196
5196
 
5197
5197
  <t t-name="o-spreadsheet-Spreadsheet">
5198
5198
  <div
5199
- class="o-spreadsheet"
5199
+ class="o-spreadsheet h-100 w-100"
5200
5200
  t-on-keydown="(ev) => !env.isDashboard() and this.onKeydown(ev)"
5201
5201
  t-ref="spreadsheet"
5202
5202
  t-att-style="getStyle()">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.25",
3
+ "version": "17.4.27",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",