@odoo/o-spreadsheet 18.3.4 → 18.3.6
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 +10704 -10603
- package/dist/o-spreadsheet.d.ts +16 -16
- package/dist/o-spreadsheet.esm.js +10704 -10603
- package/dist/o-spreadsheet.iife.js +10704 -10603
- package/dist/o-spreadsheet.iife.min.js +381 -381
- package/dist/o_spreadsheet.xml +6 -6
- 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.3.
|
|
5
|
-
@date 2025-05-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.3.6
|
|
5
|
+
@date 2025-05-30T08:47:11.866Z
|
|
6
|
+
@hash afa4379
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -5851,14 +5851,14 @@
|
|
|
5851
5851
|
|
|
5852
5852
|
<t t-name="o-spreadsheet-ScorecardChart">
|
|
5853
5853
|
<canvas
|
|
5854
|
-
class="o-figure-canvas o-scorecard w-100 h-100"
|
|
5854
|
+
class="o-figure-canvas o-scorecard w-100 h-100 d-block"
|
|
5855
5855
|
t-ref="chartContainer"
|
|
5856
5856
|
t-att-title="title"
|
|
5857
5857
|
/>
|
|
5858
5858
|
</t>
|
|
5859
5859
|
|
|
5860
5860
|
<t t-name="o-spreadsheet-GaugeChartComponent">
|
|
5861
|
-
<canvas class="o-figure-canvas o-gauge-chart w-100 h-100" t-ref="chartContainer"/>
|
|
5861
|
+
<canvas class="o-figure-canvas o-gauge-chart w-100 h-100 d-block" t-ref="chartContainer"/>
|
|
5862
5862
|
</t>
|
|
5863
5863
|
|
|
5864
5864
|
<t t-name="o-spreadsheet-ChartJsComponent">
|
|
@@ -6175,7 +6175,7 @@
|
|
|
6175
6175
|
t-as="content"
|
|
6176
6176
|
t-key="content_index"
|
|
6177
6177
|
t-att-class="content.classes?.join(' ')"
|
|
6178
|
-
t-attf-style="color: {{content.color || '
|
|
6178
|
+
t-attf-style="color: {{content.color || '#000000'}};"
|
|
6179
6179
|
t-esc="content.value"
|
|
6180
6180
|
/>
|
|
6181
6181
|
</div>
|