@odoo/o-spreadsheet 18.0.41 → 18.0.43
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 +15100 -15062
- package/dist/o-spreadsheet.d.ts +10 -10
- package/dist/o-spreadsheet.esm.js +15100 -15062
- package/dist/o-spreadsheet.iife.js +15100 -15062
- package/dist/o-spreadsheet.iife.min.js +361 -361
- 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.0.
|
|
5
|
-
@date 2025-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.0.43
|
|
5
|
+
@date 2025-09-05T07:39:27.231Z
|
|
6
|
+
@hash 0f02dde
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
/>
|
|
768
768
|
<div class="o-figure-menu position-absolute m-2" t-if="!env.isDashboard()">
|
|
769
769
|
<div
|
|
770
|
-
class="o-figure-menu-item"
|
|
770
|
+
class="o-figure-menu-item d-flex-align-items-center"
|
|
771
771
|
t-if="!env.model.getters.isReadonly()"
|
|
772
772
|
t-on-click="showMenu"
|
|
773
773
|
t-ref="menuButton"
|
|
@@ -2552,7 +2552,10 @@
|
|
|
2552
2552
|
t-att-style="getIconColor(menuItem)">
|
|
2553
2553
|
<t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
|
|
2554
2554
|
</div>
|
|
2555
|
-
<div
|
|
2555
|
+
<div
|
|
2556
|
+
class="o-menu-item-name text-truncate align-items-center d-flex"
|
|
2557
|
+
t-esc="getName(menuItem)"
|
|
2558
|
+
/>
|
|
2556
2559
|
<t t-set="description" t-value="menuItem.description(env)"/>
|
|
2557
2560
|
<div
|
|
2558
2561
|
t-if="description"
|
|
@@ -2562,12 +2565,12 @@
|
|
|
2562
2565
|
<t t-set="secondaryIcon" t-value="menuItem.secondaryIcon(env)"/>
|
|
2563
2566
|
<div
|
|
2564
2567
|
t-if="isMenuRoot"
|
|
2565
|
-
class="o-menu-item-root align-
|
|
2568
|
+
class="o-menu-item-root ms-auto align-items-center d-flex"
|
|
2566
2569
|
t-call="o-spreadsheet-Icon.CARET_RIGHT"
|
|
2567
2570
|
/>
|
|
2568
2571
|
<div
|
|
2569
2572
|
t-elif="secondaryIcon"
|
|
2570
|
-
class="o-menu-item-root align-
|
|
2573
|
+
class="o-menu-item-root ms-auto align-items-center d-flex"
|
|
2571
2574
|
t-call="{{secondaryIcon}}"
|
|
2572
2575
|
/>
|
|
2573
2576
|
</div>
|