@odoo/o-spreadsheet 18.0.23 → 18.0.25

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.0.23
5
- @date 2025-04-14T17:17:28.836Z
6
- @hash f560133
4
+ @version 18.0.25
5
+ @date 2025-04-25T08:09:36.882Z
6
+ @hash 24aac2c
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -395,7 +395,6 @@
395
395
  t-on-click.stop=""
396
396
  t-att-value="state.customHexColor"
397
397
  t-on-input="setHexColor"
398
- maxlength="7"
399
398
  />
400
399
  <div class="o-color-preview" t-att-style="colorPreviewStyle"/>
401
400
  </div>
@@ -516,7 +515,7 @@
516
515
  />
517
516
  </div>
518
517
  <div
519
- class="o-composer-assistant-container shadow position-absolute"
518
+ class="o-composer-assistant-container shadow position-absolute z-1"
520
519
  t-att-style="assistantContainerStyle"
521
520
  t-if="props.focus !== 'inactive' and !assistant.forcedClosed and assistantIsAvailable">
522
521
  <span
@@ -658,7 +657,7 @@
658
657
  </t>
659
658
 
660
659
  <t t-name="o-spreadsheet-SpreadsheetDashboard">
661
- <div class="o-grid o-two-columns" tabindex="-1" t-on-wheel="onMouseWheel">
660
+ <div class="o-grid o-two-columns" t-ref="dashboard" tabindex="-1" t-on-wheel="onMouseWheel">
662
661
  <div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
663
662
  <GridOverlay
664
663
  onCellHovered.bind="onCellHovered"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.23",
3
+ "version": "18.0.25",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",