@odoo/o-spreadsheet 18.3.59 → 18.3.61
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.css +3 -3
- package/dist/o_spreadsheet.esm.js +63 -38
- package/dist/o_spreadsheet.iife.js +63 -38
- package/dist/o_spreadsheet.iife.min.js +308 -297
- package/dist/o_spreadsheet.xml +8 -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 18.3.
|
|
5
|
-
@date 2026-08-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.3.61
|
|
5
|
+
@date 2026-08-29T09:13:32.844Z
|
|
6
|
+
@hash c786d2f
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -5934,7 +5934,11 @@
|
|
|
5934
5934
|
</t>
|
|
5935
5935
|
|
|
5936
5936
|
<t t-name="o-spreadsheet-SpreadsheetDashboard">
|
|
5937
|
-
<div
|
|
5937
|
+
<div
|
|
5938
|
+
class="o-grid o-dashboard-grid o-two-columns"
|
|
5939
|
+
t-ref="dashboard"
|
|
5940
|
+
tabindex="-1"
|
|
5941
|
+
t-on-wheel="onMouseWheel">
|
|
5938
5942
|
<div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
|
|
5939
5943
|
<GridOverlay
|
|
5940
5944
|
onGridResized.bind="onGridResized"
|