@odoo/o-spreadsheet 17.3.0 → 17.3.2

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 17.3.0
5
- @date 2024-05-31T14:22:11.907Z
6
- @hash 271202e
4
+ @version 17.3.2
5
+ @date 2024-06-10T09:39:42.090Z
6
+ @hash c3b358f
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -2780,7 +2780,7 @@
2780
2780
  class="o-input data-series-selector"
2781
2781
  t-model="state.label"
2782
2782
  t-on-change="(ev) => this.updateSerieEditor(ev)">
2783
- <t t-foreach="getDataSeries()" t-as="serie" t-key="serie" t-index="index">
2783
+ <t t-foreach="getDataSeries()" t-as="serie" t-key="serie_index">
2784
2784
  <option
2785
2785
  t-att-value="serie"
2786
2786
  t-att-selected="state.index === serie_index"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.3.0",
3
+ "version": "17.3.2",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",