@odoo/o-spreadsheet 18.4.23 → 18.4.24

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.
@@ -2,9 +2,9 @@
2
2
  /*
3
3
  * This file is generated by o-spreadsheet build tools. Do not edit it.
4
4
  * @see https://github.com/odoo/o-spreadsheet
5
- * @version 18.4.23
6
- * @date 2026-01-07T16:22:01.801Z
7
- * @hash a0135e8
5
+ * @version 18.4.24
6
+ * @date 2026-01-14T10:01:46.625Z
7
+ * @hash 0364f56
8
8
  */
9
9
  /* Originates from src/components/top_bar/top_bar.scss */
10
10
  @media (max-width: 1200px) {
@@ -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.4.23
5
- @date 2026-01-07T16:22:00.962Z
6
- @hash a0135e8
4
+ @version 18.4.24
5
+ @date 2026-01-14T10:01:45.806Z
6
+ @hash 0364f56
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -1323,7 +1323,8 @@
1323
1323
  </select>
1324
1324
  <div t-if="searchOptions.searchScope === 'specificRange'">
1325
1325
  <SelectionInput
1326
- ranges="[this.state.dataRange]"
1326
+ t-key="selectionInputKey"
1327
+ ranges="[specificRange]"
1327
1328
  onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
1328
1329
  onSelectionConfirmed.bind="updateDataRange"
1329
1330
  hasSingleRange="true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.4.23",
3
+ "version": "18.4.24",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",