@odoo/o-spreadsheet 17.2.32 → 17.2.34
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.
- package/dist/o-spreadsheet.cjs.js +116 -55
- package/dist/o-spreadsheet.d.ts +17 -4
- package/dist/o-spreadsheet.esm.js +116 -55
- package/dist/o-spreadsheet.iife.js +116 -55
- package/dist/o-spreadsheet.iife.min.js +124 -124
- package/dist/o_spreadsheet.xml +4 -4
- package/package.json +1 -1
package/dist/o_spreadsheet.xml
CHANGED
|
@@ -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.2.
|
|
5
|
-
@date 2025-01-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.2.34
|
|
5
|
+
@date 2025-01-31T07:58:43.708Z
|
|
6
|
+
@hash 0bffee9
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
t-ref="autoCompleteList"
|
|
429
429
|
t-att-class="{
|
|
430
430
|
'o-autocomplete-dropdown': props.proposals.length}">
|
|
431
|
-
<t t-foreach="props.proposals" t-as="proposal" t-key="proposal.text">
|
|
431
|
+
<t t-foreach="props.proposals" t-as="proposal" t-key="proposal.text + proposal_index">
|
|
432
432
|
<div
|
|
433
433
|
class="d-flex flex-column text-start"
|
|
434
434
|
t-att-class="{'o-autocomplete-value-focus': props.selectedIndex === proposal_index}"
|