@odoo/o-spreadsheet 17.2.21 → 17.2.22
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 17.2.
|
|
5
|
-
@date 2024-08-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.2.22
|
|
5
|
+
@date 2024-08-26T13:48:43.466Z
|
|
6
|
+
@hash 4157fb8
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -3929,7 +3929,7 @@ https://fontawesome.com/license -->
|
|
|
3929
3929
|
/
|
|
3930
3930
|
<t t-esc="store.searchMatches.length"/>
|
|
3931
3931
|
</div>
|
|
3932
|
-
<div t-elif="!
|
|
3932
|
+
<div t-elif="!this.pendingSearch and store.toSearch !== ''" class="o-input-count">
|
|
3933
3933
|
0 / 0
|
|
3934
3934
|
</div>
|
|
3935
3935
|
</div>
|
|
@@ -4281,6 +4281,7 @@ https://fontawesome.com/license -->
|
|
|
4281
4281
|
t-key="props.table.id"
|
|
4282
4282
|
ranges="[this.state.tableXc]"
|
|
4283
4283
|
hasSingleRange="true"
|
|
4284
|
+
isInvalid="this.state.tableZoneErrors.length !== 0"
|
|
4284
4285
|
onSelectionChanged="(ranges) => this.onRangeChanged(ranges)"
|
|
4285
4286
|
onSelectionConfirmed.bind="this.onRangeConfirmed"
|
|
4286
4287
|
/>
|