@odoo/o-spreadsheet 18.4.7 → 18.4.8
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 +19 -19
- package/dist/o-spreadsheet.esm.js +19 -19
- package/dist/o-spreadsheet.iife.js +19 -19
- package/dist/o-spreadsheet.iife.min.js +3 -3
- package/dist/o_spreadsheet.xml +10 -7
- 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.4.
|
|
5
|
-
@date 2025-08-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.4.8
|
|
5
|
+
@date 2025-08-26T10:14:59.813Z
|
|
6
|
+
@hash 746217a
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -4156,7 +4156,10 @@
|
|
|
4156
4156
|
t-att-style="getIconColor(menuItem)">
|
|
4157
4157
|
<t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
|
|
4158
4158
|
</div>
|
|
4159
|
-
<div
|
|
4159
|
+
<div
|
|
4160
|
+
class="o-menu-item-name align-middle text-truncate align-items-center d-flex"
|
|
4161
|
+
t-esc="getName(menuItem)"
|
|
4162
|
+
/>
|
|
4160
4163
|
<t t-set="description" t-value="menuItem.description(env)"/>
|
|
4161
4164
|
<div
|
|
4162
4165
|
t-if="description"
|
|
@@ -4166,12 +4169,12 @@
|
|
|
4166
4169
|
<t t-set="secondaryIcon" t-value="menuItem.secondaryIcon(env)"/>
|
|
4167
4170
|
<div
|
|
4168
4171
|
t-if="isMenuRoot"
|
|
4169
|
-
class="o-menu-item-root align-
|
|
4172
|
+
class="o-menu-item-root ms-auto align-items-center d-flex"
|
|
4170
4173
|
t-call="o-spreadsheet-Icon.CARET_RIGHT"
|
|
4171
4174
|
/>
|
|
4172
4175
|
<div
|
|
4173
4176
|
t-elif="secondaryIcon"
|
|
4174
|
-
class="o-menu-item-root align-
|
|
4177
|
+
class="o-menu-item-root ms-auto align-items-center d-flex"
|
|
4175
4178
|
t-call="{{secondaryIcon}}"
|
|
4176
4179
|
/>
|
|
4177
4180
|
</div>
|
|
@@ -6040,7 +6043,7 @@
|
|
|
6040
6043
|
/>
|
|
6041
6044
|
<div class="o-figure-menu position-absolute m-2" t-if="!env.isDashboard()">
|
|
6042
6045
|
<div
|
|
6043
|
-
class="o-figure-menu-item"
|
|
6046
|
+
class="o-figure-menu-item d-flex-align-items-center"
|
|
6044
6047
|
t-if="!env.model.getters.isReadonly()"
|
|
6045
6048
|
t-on-click="showMenu"
|
|
6046
6049
|
t-ref="menuButton"
|