@odoo/o-spreadsheet 18.2.8 → 18.2.9
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.2.
|
|
5
|
-
@date 2025-04-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.2.9
|
|
5
|
+
@date 2025-04-25T08:07:33.640Z
|
|
6
|
+
@hash 3e88645
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -5768,7 +5768,7 @@
|
|
|
5768
5768
|
/>
|
|
5769
5769
|
</div>
|
|
5770
5770
|
<div
|
|
5771
|
-
class="o-composer-assistant-container shadow position-absolute"
|
|
5771
|
+
class="o-composer-assistant-container shadow position-absolute z-1"
|
|
5772
5772
|
t-att-style="assistantContainerStyle"
|
|
5773
5773
|
t-if="props.focus !== 'inactive' and !assistant.forcedClosed and assistantIsAvailable">
|
|
5774
5774
|
<span
|
|
@@ -5934,7 +5934,6 @@
|
|
|
5934
5934
|
t-on-click.stop=""
|
|
5935
5935
|
t-att-value="state.customHexColor"
|
|
5936
5936
|
t-on-input="setHexColor"
|
|
5937
|
-
maxlength="7"
|
|
5938
5937
|
/>
|
|
5939
5938
|
<div class="o-color-preview" t-att-style="colorPreviewStyle"/>
|
|
5940
5939
|
</div>
|