@odoo/o-spreadsheet 18.3.31 → 18.3.33

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.3.31
6
- * @date 2025-12-26T10:18:57.059Z
7
- * @hash 1e143e1
5
+ * @version 18.3.33
6
+ * @date 2026-01-21T11:06:05.361Z
7
+ * @hash b7e5d91
8
8
  */
9
9
  /* Originates from src/components/top_bar/top_bar.scss */
10
10
  @media (max-width: 900px) {
@@ -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.3.31
5
- @date 2025-12-26T10:18:56.247Z
6
- @hash 1e143e1
4
+ @version 18.3.33
5
+ @date 2026-01-21T11:06:04.545Z
6
+ @hash b7e5d91
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -1189,7 +1189,8 @@
1189
1189
  </select>
1190
1190
  <div t-if="searchOptions.searchScope === 'specificRange'">
1191
1191
  <SelectionInput
1192
- ranges="[this.state.dataRange]"
1192
+ t-key="selectionInputKey"
1193
+ ranges="[specificRange]"
1193
1194
  onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
1194
1195
  onSelectionConfirmed.bind="updateDataRange"
1195
1196
  hasSingleRange="true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.3.31",
3
+ "version": "18.3.33",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",