@odoo/o-spreadsheet 18.0.2 → 18.0.3

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.2
5
- @date 2024-10-24T08:55:16.260Z
6
- @hash 788df92
4
+ @version 18.0.3
5
+ @date 2024-11-08T12:18:45.591Z
6
+ @hash 5fa5fbb
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -2653,7 +2653,7 @@
2653
2653
  <Section class="'pt-0'">
2654
2654
  <Checkbox
2655
2655
  name="'stacked'"
2656
- label="chartTerms.StackedBarChart"
2656
+ label="stackedLabel"
2657
2657
  value="props.definition.stacked"
2658
2658
  onChange.bind="onUpdateStacked"
2659
2659
  />
@@ -3317,7 +3317,7 @@
3317
3317
  <t t-set-slot="title">Values</t>
3318
3318
  <Checkbox
3319
3319
  name="'showValues'"
3320
- label="showValuesLabel"
3320
+ label.translate="Show values"
3321
3321
  value="props.definition.showValues"
3322
3322
  onChange="showValues => props.updateChart(this.props.figureId, {showValues})"
3323
3323
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.2",
3
+ "version": "18.0.3",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",