@odoo/o-spreadsheet 17.4.34 → 17.4.36

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.4.34
5
- @date 2025-05-12T05:24:23.122Z
6
- @hash e3ac48a
4
+ @version 17.4.36
5
+ @date 2025-05-20T05:54:57.760Z
6
+ @hash fabd931
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -4734,7 +4734,7 @@
4734
4734
  fields="props.unusedGroupableFields"
4735
4735
  />
4736
4736
  </div>
4737
- <t t-foreach="props.definition.columns" t-as="col" t-key="col.nameWithGranularity">
4737
+ <t t-foreach="props.definition.columns" t-as="col" t-key="col_index">
4738
4738
  <div
4739
4739
  t-on-pointerdown="(ev) => this.startDragAndDrop(col, ev)"
4740
4740
  t-att-style="dragAndDrop.itemsStyle[col.nameWithGranularity]"
@@ -4760,7 +4760,7 @@
4760
4760
  fields="props.unusedGroupableFields"
4761
4761
  />
4762
4762
  </div>
4763
- <t t-foreach="props.definition.rows" t-as="row" t-key="row.nameWithGranularity">
4763
+ <t t-foreach="props.definition.rows" t-as="row" t-key="row_index">
4764
4764
  <div
4765
4765
  t-on-pointerdown="(ev) => this.startDragAndDrop(row, ev)"
4766
4766
  t-att-style="dragAndDrop.itemsStyle[row.nameWithGranularity]"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.34",
3
+ "version": "17.4.36",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",