@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.
- package/dist/o_spreadsheet.cjs.js +75 -30
- package/dist/o_spreadsheet.css +3 -3
- package/dist/o_spreadsheet.esm.js +75 -30
- package/dist/o_spreadsheet.iife.js +75 -30
- package/dist/o_spreadsheet.iife.min.js +295 -295
- package/dist/o_spreadsheet.xml +5 -4
- package/package.json +1 -1
package/dist/o_spreadsheet.xml
CHANGED
|
@@ -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.
|
|
5
|
-
@date 2026-
|
|
6
|
-
@hash
|
|
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="
|
|
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)}}"/>
|