@odoo/o-spreadsheet 18.4.4 → 18.4.5
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 +45 -31
- package/dist/o-spreadsheet.esm.js +45 -31
- package/dist/o-spreadsheet.iife.js +45 -31
- package/dist/o-spreadsheet.iife.min.js +390 -391
- 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.4.
|
|
5
|
-
@date 2025-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.4.5
|
|
5
|
+
@date 2025-08-04T06:55:36.824Z
|
|
6
|
+
@hash 358931f
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -1913,7 +1913,7 @@
|
|
|
1913
1913
|
<div class="o-cf-data-bar-editor">
|
|
1914
1914
|
<div class="o-section-subtitle">Color</div>
|
|
1915
1915
|
<RoundColorPicker
|
|
1916
|
-
currentColor="
|
|
1916
|
+
currentColor="colorNumberToHex(rule.color)"
|
|
1917
1917
|
onColorPicked.bind="updateDataBarColor"
|
|
1918
1918
|
disableNoColor="true"
|
|
1919
1919
|
/>
|