@odoo/o-spreadsheet 18.1.16 → 18.1.17
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.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.1.
|
|
5
|
-
@date 2025-04-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.1.17
|
|
5
|
+
@date 2025-04-25T08:09:27.663Z
|
|
6
|
+
@hash a63687f
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -395,7 +395,6 @@
|
|
|
395
395
|
t-on-click.stop=""
|
|
396
396
|
t-att-value="state.customHexColor"
|
|
397
397
|
t-on-input="setHexColor"
|
|
398
|
-
maxlength="7"
|
|
399
398
|
/>
|
|
400
399
|
<div class="o-color-preview" t-att-style="colorPreviewStyle"/>
|
|
401
400
|
</div>
|
|
@@ -516,7 +515,7 @@
|
|
|
516
515
|
/>
|
|
517
516
|
</div>
|
|
518
517
|
<div
|
|
519
|
-
class="o-composer-assistant-container shadow position-absolute"
|
|
518
|
+
class="o-composer-assistant-container shadow position-absolute z-1"
|
|
520
519
|
t-att-style="assistantContainerStyle"
|
|
521
520
|
t-if="props.focus !== 'inactive' and !assistant.forcedClosed and assistantIsAvailable">
|
|
522
521
|
<span
|