@odoo/o-spreadsheet 18.3.48 → 18.3.50

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.3.48
5
- @date 2026-05-15T07:05:44.496Z
6
- @hash 76bed65
4
+ @version 18.3.50
5
+ @date 2026-06-06T06:20:55.214Z
6
+ @hash d8ca64d
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -3946,6 +3946,7 @@
3946
3946
 
3947
3947
  <t t-name="o-spreadsheet-Menu">
3948
3948
  <Popover t-if="menuItemsAndSeparators.length" t-props="popoverProps">
3949
+ <t t-set="shouldDisplayIcons" t-value="this.childrenHaveIcon"/>
3949
3950
  <div
3950
3951
  t-ref="menu"
3951
3952
  class="o-menu"
@@ -3974,7 +3975,7 @@
3974
3975
  t-att-style="getColor(menuItem)">
3975
3976
  <div class="d-flex w-100">
3976
3977
  <div
3977
- t-if="childrenHaveIcon"
3978
+ t-if="shouldDisplayIcons"
3978
3979
  class="o-menu-item-icon d-flex align-items-center flex-shrink-0"
3979
3980
  t-att-style="getIconColor(menuItem)">
3980
3981
  <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.3.48",
3
+ "version": "18.3.50",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",