@odoo/o-spreadsheet 18.2.14 → 18.2.16
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 +105 -31
- package/dist/o-spreadsheet.d.ts +5 -2
- package/dist/o-spreadsheet.esm.js +105 -31
- package/dist/o-spreadsheet.iife.js +105 -31
- package/dist/o-spreadsheet.iife.min.js +382 -382
- package/dist/o_spreadsheet.xml +4 -4
- 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-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.2.16
|
|
5
|
+
@date 2025-06-06T09:32:45.020Z
|
|
6
|
+
@hash 7ee118c
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -5874,7 +5874,7 @@
|
|
|
5874
5874
|
t-as="content"
|
|
5875
5875
|
t-key="content_index"
|
|
5876
5876
|
t-att-class="content.class"
|
|
5877
|
-
t-attf-style="color: {{content.color || '
|
|
5877
|
+
t-attf-style="color: {{content.color || '#000000'}};"
|
|
5878
5878
|
t-esc="content.value"
|
|
5879
5879
|
/>
|
|
5880
5880
|
</div>
|