@odoo/o-spreadsheet 18.2.54 → 18.2.55

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.2.54
5
- @date 2026-05-27T05:56:04.137Z
6
- @hash bd06c51
4
+ @version 18.2.55
5
+ @date 2026-06-06T06:20:24.631Z
6
+ @hash 57b568a
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -3679,6 +3679,7 @@
3679
3679
 
3680
3680
  <t t-name="o-spreadsheet-Menu">
3681
3681
  <Popover t-if="menuItemsAndSeparators.length" t-props="popoverProps">
3682
+ <t t-set="shouldDisplayIcons" t-value="this.childrenHaveIcon"/>
3682
3683
  <div
3683
3684
  t-ref="menu"
3684
3685
  class="o-menu"
@@ -3706,7 +3707,7 @@
3706
3707
  t-att-style="getColor(menuItem)">
3707
3708
  <div class="d-flex w-100">
3708
3709
  <div
3709
- t-if="childrenHaveIcon"
3710
+ t-if="shouldDisplayIcons"
3710
3711
  class="o-menu-item-icon d-flex align-items-center flex-shrink-0"
3711
3712
  t-att-style="getIconColor(menuItem)">
3712
3713
  <t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.54",
3
+ "version": "18.2.55",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",