@odoo/o-spreadsheet 17.2.3 → 17.2.4
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 +65 -54
- package/dist/o-spreadsheet.d.ts +3 -9
- package/dist/o-spreadsheet.esm.js +65 -54
- package/dist/o-spreadsheet.iife.js +65 -54
- package/dist/o-spreadsheet.iife.min.js +225 -221
- 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 2024-04-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.2.4
|
|
5
|
+
@date 2024-04-18T16:42:17.934Z
|
|
6
|
+
@hash 0c66038
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
<div
|
|
607
607
|
t-foreach="getClickableCells()"
|
|
608
608
|
t-as="clickableCell"
|
|
609
|
-
t-key="
|
|
609
|
+
t-key="clickableCell_index"
|
|
610
610
|
class="o-dashboard-clickable-cell"
|
|
611
611
|
t-on-click="() => this.selectClickableCell(clickableCell)"
|
|
612
612
|
t-on-contextmenu.prevent=""
|