@odoo/o-spreadsheet 18.0.28 → 18.0.30
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 +354 -243
- package/dist/o-spreadsheet.d.ts +33 -32
- package/dist/o-spreadsheet.esm.js +354 -243
- package/dist/o-spreadsheet.iife.js +354 -243
- package/dist/o-spreadsheet.iife.min.js +364 -364
- package/dist/o_spreadsheet.xml +6 -5
- 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.0.
|
|
5
|
-
@date 2025-05-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.0.30
|
|
5
|
+
@date 2025-05-26T12:35:59.632Z
|
|
6
|
+
@hash 838c4f7
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -735,12 +735,12 @@
|
|
|
735
735
|
</t>
|
|
736
736
|
|
|
737
737
|
<t t-name="o-spreadsheet-GaugeChartComponent">
|
|
738
|
-
<canvas class="o-figure-canvas o-gauge-chart w-100 h-100" t-ref="chartContainer"/>
|
|
738
|
+
<canvas class="o-figure-canvas o-gauge-chart w-100 h-100 d-block" t-ref="chartContainer"/>
|
|
739
739
|
</t>
|
|
740
740
|
|
|
741
741
|
<t t-name="o-spreadsheet-ScorecardChart">
|
|
742
742
|
<canvas
|
|
743
|
-
class="o-figure-canvas o-scorecard w-100 h-100"
|
|
743
|
+
class="o-figure-canvas o-scorecard w-100 h-100 d-block"
|
|
744
744
|
t-ref="chartContainer"
|
|
745
745
|
t-att-title="title"
|
|
746
746
|
/>
|
|
@@ -5255,6 +5255,7 @@
|
|
|
5255
5255
|
composerContent="measure.computedBy.formula"
|
|
5256
5256
|
defaultRangeSheetId="measure.computedBy.sheetId"
|
|
5257
5257
|
contextualAutocomplete="getMeasureAutocomplete()"
|
|
5258
|
+
invalid="isCalculatedMeasureInvalid"
|
|
5258
5259
|
/>
|
|
5259
5260
|
</div>
|
|
5260
5261
|
</div>
|