@odoo/o-spreadsheet 17.4.17 → 17.4.19

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.17
5
- @date 2025-01-14T11:35:31.475Z
6
- @hash fd2a7ab
4
+ @version 17.4.19
5
+ @date 2025-01-27T10:04:55.846Z
6
+ @hash f2a7840
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -427,7 +427,7 @@
427
427
  t-ref="autoCompleteList"
428
428
  t-att-class="{
429
429
  'o-autocomplete-dropdown': props.proposals.length}">
430
- <t t-foreach="props.proposals" t-as="proposal" t-key="proposal.text">
430
+ <t t-foreach="props.proposals" t-as="proposal" t-key="proposal.text + proposal_index">
431
431
  <div
432
432
  class="d-flex flex-column text-start"
433
433
  t-att-class="{'o-autocomplete-value-focus': props.selectedIndex === proposal_index}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.17",
3
+ "version": "17.4.19",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",