@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.
- package/dist/o-spreadsheet.cjs.js +95 -45
- package/dist/o-spreadsheet.d.ts +8 -8
- package/dist/o-spreadsheet.esm.js +95 -45
- package/dist/o-spreadsheet.iife.js +95 -45
- package/dist/o-spreadsheet.iife.min.js +347 -347
- package/dist/o_spreadsheet.xml +5 -5
- 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.4.
|
|
5
|
-
@date 2025-05-
|
|
6
|
-
@hash
|
|
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="
|
|
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="
|
|
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]"
|