@odoo/o-spreadsheet 19.2.13 → 19.2.15

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.2.13
5
- @date 2026-05-15T07:07:38.289Z
6
- @hash fece642
4
+ @version 19.2.15
5
+ @date 2026-06-06T06:23:15.619Z
6
+ @hash d29528e
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -4789,6 +4789,7 @@
4789
4789
  t-on-pointerdown.prevent=""
4790
4790
  t-on-click.stop=""
4791
4791
  t-on-contextmenu.prevent="">
4792
+ <t t-set="shouldDisplayIcons" t-value="this.childrenHaveIcon"/>
4792
4793
  <t t-foreach="props.menuItems" t-as="menuItem" t-key="menuItem_index">
4793
4794
  <div t-if="menuItem === 'separator'" class="o-separator border-bottom"/>
4794
4795
  <t t-else="">
@@ -4807,7 +4808,7 @@
4807
4808
  t-att-style="getColor(menuItem)">
4808
4809
  <div class="d-flex w-100">
4809
4810
  <div
4810
- t-if="childrenHaveIcon"
4811
+ t-if="shouldDisplayIcons"
4811
4812
  class="o-menu-item-icon d-flex align-items-center flex-shrink-0"
4812
4813
  t-att-style="getIconColor(menuItem)">
4813
4814
  <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": "19.2.13",
3
+ "version": "19.2.15",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",