@odoo/o-spreadsheet 19.3.6 → 19.3.7

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.3.6
5
- @date 2026-06-06T06:24:23.733Z
6
- @hash 0fe939b
4
+ @version 19.3.7
5
+ @date 2026-06-17T08:57:43.204Z
6
+ @hash e061163
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -1499,7 +1499,8 @@
1499
1499
  <t t-name="o-spreadsheet-AddDimensionButton">
1500
1500
  <button class="add-dimension o-button" t-on-click="togglePopover" t-ref="button">Add</button>
1501
1501
  <Popover t-if="popover.isOpen" t-props="popoverProps" class="'o-pivot-add-dimension-popover'">
1502
- <div class="p-2 border-bottom d-flex sticky-top align-items-baseline pivot-dimension-search">
1502
+ <div
1503
+ class="p-2 border-bottom d-flex sticky-top align-items-baseline pivot-dimension-search bg-white">
1503
1504
  <i class="pe-1 pivot-dimension-search-field-icon text-muted">
1504
1505
  <t t-call="o-spreadsheet-Icon.SEARCH"/>
1505
1506
  </i>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.3.6",
3
+ "version": "19.3.7",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o_spreadsheet.cjs",