@odoo/o-spreadsheet 17.2.10 → 17.2.11
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-06-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.2.11
|
|
5
|
+
@date 2024-06-14T10:03:51.364Z
|
|
6
|
+
@hash 7704cc4
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -3941,7 +3941,7 @@ https://fontawesome.com/license -->
|
|
|
3941
3941
|
</select>
|
|
3942
3942
|
<div t-if="searchOptions.searchScope === 'specificRange'">
|
|
3943
3943
|
<SelectionInput
|
|
3944
|
-
ranges="[this.dataRange]"
|
|
3944
|
+
ranges="[this.state.dataRange]"
|
|
3945
3945
|
onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
|
|
3946
3946
|
onSelectionConfirmed.bind="updateDataRange"
|
|
3947
3947
|
hasSingleRange="true"
|
|
@@ -3970,7 +3970,7 @@ https://fontawesome.com/license -->
|
|
|
3970
3970
|
/>
|
|
3971
3971
|
</div>
|
|
3972
3972
|
<div class="o-matches-count mt-4" t-if="store.toSearch !== ''">
|
|
3973
|
-
<div t-if="searchOptions.searchScope === 'specificRange' and dataRange != ''">
|
|
3973
|
+
<div t-if="searchOptions.searchScope === 'specificRange' and state.dataRange != ''">
|
|
3974
3974
|
<t t-esc="specificRangeMatchesCount"/>
|
|
3975
3975
|
</div>
|
|
3976
3976
|
<div>
|
|
@@ -4101,6 +4101,7 @@ https://fontawesome.com/license -->
|
|
|
4101
4101
|
menuItems="props.menuItems"
|
|
4102
4102
|
position="menuPosition"
|
|
4103
4103
|
onClose.bind="onMenuClosed"
|
|
4104
|
+
menuId="menuId"
|
|
4104
4105
|
/>
|
|
4105
4106
|
</t>
|
|
4106
4107
|
|