@odoo/o-spreadsheet 19.1.33 → 19.1.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.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 19.1.
|
|
5
|
-
@date 2026-
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.1.34
|
|
5
|
+
@date 2026-09-04T07:25:44.879Z
|
|
6
|
+
@hash b709c26
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -7114,7 +7114,11 @@
|
|
|
7114
7114
|
</t>
|
|
7115
7115
|
|
|
7116
7116
|
<t t-name="o-spreadsheet-SpreadsheetDashboard">
|
|
7117
|
-
<div
|
|
7117
|
+
<div
|
|
7118
|
+
class="o-grid o-dashboard-grid o-two-columns"
|
|
7119
|
+
t-ref="dashboard"
|
|
7120
|
+
tabindex="-1"
|
|
7121
|
+
t-on-wheel="onMouseWheel">
|
|
7118
7122
|
<div class="mx-auto h-100 position-relative" t-ref="grid" t-att-style="gridContainer">
|
|
7119
7123
|
<GridOverlay
|
|
7120
7124
|
onGridResized.bind="onGridResized"
|