@odoo/o-spreadsheet 18.3.3 → 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 +10302 -10178
- package/dist/o-spreadsheet.d.ts +62 -61
- package/dist/o-spreadsheet.esm.js +10302 -10178
- package/dist/o-spreadsheet.iife.js +10302 -10178
- package/dist/o-spreadsheet.iife.min.js +384 -384
- package/dist/o_spreadsheet.xml +7 -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">
|
|
@@ -971,6 +971,7 @@
|
|
|
971
971
|
defaultRangeSheetId="measure.computedBy.sheetId"
|
|
972
972
|
contextualAutocomplete="getMeasureAutocomplete()"
|
|
973
973
|
getContextualColoredSymbolToken.bind="getColoredSymbolToken"
|
|
974
|
+
invalid="isCalculatedMeasureInvalid"
|
|
974
975
|
/>
|
|
975
976
|
</div>
|
|
976
977
|
</div>
|
|
@@ -5850,14 +5851,14 @@
|
|
|
5850
5851
|
|
|
5851
5852
|
<t t-name="o-spreadsheet-ScorecardChart">
|
|
5852
5853
|
<canvas
|
|
5853
|
-
class="o-figure-canvas o-scorecard w-100 h-100"
|
|
5854
|
+
class="o-figure-canvas o-scorecard w-100 h-100 d-block"
|
|
5854
5855
|
t-ref="chartContainer"
|
|
5855
5856
|
t-att-title="title"
|
|
5856
5857
|
/>
|
|
5857
5858
|
</t>
|
|
5858
5859
|
|
|
5859
5860
|
<t t-name="o-spreadsheet-GaugeChartComponent">
|
|
5860
|
-
<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"/>
|
|
5861
5862
|
</t>
|
|
5862
5863
|
|
|
5863
5864
|
<t t-name="o-spreadsheet-ChartJsComponent">
|
|
@@ -6174,7 +6175,7 @@
|
|
|
6174
6175
|
t-as="content"
|
|
6175
6176
|
t-key="content_index"
|
|
6176
6177
|
t-att-class="content.classes?.join(' ')"
|
|
6177
|
-
t-attf-style="color: {{content.color || '
|
|
6178
|
+
t-attf-style="color: {{content.color || '#000000'}};"
|
|
6178
6179
|
t-esc="content.value"
|
|
6179
6180
|
/>
|
|
6180
6181
|
</div>
|