@odoo/o-spreadsheet 17.1.11 → 17.1.13

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.1.11
5
- @date 2024-04-10T12:27:47.635Z
6
- @hash 246caf7
4
+ @version 17.1.13
5
+ @date 2024-04-26T07:40:28.590Z
6
+ @hash f2ea8c7
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -607,7 +607,7 @@
607
607
  <div
608
608
  t-foreach="getClickableCells()"
609
609
  t-as="clickableCell"
610
- t-key="clickableCell.tKey"
610
+ t-key="clickableCell_index"
611
611
  class="o-dashboard-clickable-cell"
612
612
  t-on-click="() => this.selectClickableCell(clickableCell)"
613
613
  t-on-contextmenu.prevent=""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.1.11",
3
+ "version": "17.1.13",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",