@odoo/o-spreadsheet 18.0.53 → 18.0.55
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 +144 -58
- package/dist/o-spreadsheet.d.ts +11 -5
- package/dist/o-spreadsheet.esm.js +144 -58
- package/dist/o-spreadsheet.iife.js +144 -58
- package/dist/o-spreadsheet.iife.min.js +378 -378
- package/dist/o_spreadsheet.xml +5 -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.0.
|
|
5
|
-
@date
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.0.55
|
|
5
|
+
@date 2026-01-21T11:04:42.201Z
|
|
6
|
+
@hash 0c94015
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -4920,7 +4920,8 @@
|
|
|
4920
4920
|
</select>
|
|
4921
4921
|
<div t-if="searchOptions.searchScope === 'specificRange'">
|
|
4922
4922
|
<SelectionInput
|
|
4923
|
-
|
|
4923
|
+
t-key="selectionInputKey"
|
|
4924
|
+
ranges="[specificRange]"
|
|
4924
4925
|
onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
|
|
4925
4926
|
onSelectionConfirmed.bind="updateDataRange"
|
|
4926
4927
|
hasSingleRange="true"
|