@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.
@@ -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.28
5
- @date 2025-05-13T17:54:05.940Z
6
- @hash b3088aa
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.28",
3
+ "version": "18.0.30",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",