@odoo/o-spreadsheet 18.2.25 → 18.2.27
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 +53 -25
- package/dist/o-spreadsheet.d.ts +2 -0
- package/dist/o-spreadsheet.esm.js +53 -25
- package/dist/o-spreadsheet.iife.js +53 -25
- package/dist/o-spreadsheet.iife.min.js +368 -368
- 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.2.
|
|
5
|
-
@date 2025-08-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.2.27
|
|
5
|
+
@date 2025-08-26T10:07:56.848Z
|
|
6
|
+
@hash fbf9445
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -3708,7 +3708,10 @@
|
|
|
3708
3708
|
t-att-style="getIconColor(menuItem)">
|
|
3709
3709
|
<t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
|
|
3710
3710
|
</div>
|
|
3711
|
-
<div
|
|
3711
|
+
<div
|
|
3712
|
+
class="o-menu-item-name text-truncate align-items-center d-flex"
|
|
3713
|
+
t-esc="getName(menuItem)"
|
|
3714
|
+
/>
|
|
3712
3715
|
<t t-set="description" t-value="menuItem.description(env)"/>
|
|
3713
3716
|
<div
|
|
3714
3717
|
t-if="description"
|
|
@@ -3718,12 +3721,12 @@
|
|
|
3718
3721
|
<t t-set="secondaryIcon" t-value="menuItem.secondaryIcon(env)"/>
|
|
3719
3722
|
<div
|
|
3720
3723
|
t-if="isMenuRoot"
|
|
3721
|
-
class="o-menu-item-root align-
|
|
3724
|
+
class="o-menu-item-root ms-auto align-items-center d-flex"
|
|
3722
3725
|
t-call="o-spreadsheet-Icon.CARET_RIGHT"
|
|
3723
3726
|
/>
|
|
3724
3727
|
<div
|
|
3725
3728
|
t-elif="secondaryIcon"
|
|
3726
|
-
class="o-menu-item-root align-
|
|
3729
|
+
class="o-menu-item-root ms-auto align-items-center d-flex"
|
|
3727
3730
|
t-call="{{secondaryIcon}}"
|
|
3728
3731
|
/>
|
|
3729
3732
|
</div>
|
|
@@ -5502,7 +5505,7 @@
|
|
|
5502
5505
|
/>
|
|
5503
5506
|
<div class="o-figure-menu position-absolute m-2" t-if="!env.isDashboard()">
|
|
5504
5507
|
<div
|
|
5505
|
-
class="o-figure-menu-item"
|
|
5508
|
+
class="o-figure-menu-item d-flex-align-items-center"
|
|
5506
5509
|
t-if="!env.model.getters.isReadonly()"
|
|
5507
5510
|
t-on-click="showMenu"
|
|
5508
5511
|
t-ref="menuButton"
|