@odoo/o-spreadsheet 19.0.16 → 19.0.17

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 19.0.16
6
- * @date 2026-01-07T16:22:04.141Z
7
- * @hash 9f3f13a
5
+ * @version 19.0.17
6
+ * @date 2026-01-14T10:02:14.829Z
7
+ * @hash 2165bad
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 19.0.16
5
- @date 2026-01-07T16:22:03.403Z
6
- @hash 9f3f13a
4
+ @version 19.0.17
5
+ @date 2026-01-14T10:02:14.022Z
6
+ @hash 2165bad
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -1389,7 +1389,8 @@
1389
1389
  </select>
1390
1390
  <div t-if="searchOptions.searchScope === 'specificRange'">
1391
1391
  <SelectionInput
1392
- ranges="[this.state.dataRange]"
1392
+ t-key="selectionInputKey"
1393
+ ranges="[specificRange]"
1393
1394
  onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
1394
1395
  onSelectionConfirmed.bind="updateDataRange"
1395
1396
  hasSingleRange="true"
@@ -6373,6 +6374,7 @@
6373
6374
  <div
6374
6375
  class="o-carousel-tab text-truncate px-2 mt-1 flex-shrink-0"
6375
6376
  t-att-class="{ 'selected': isItemSelected(item) }"
6377
+ t-att-data-type="item.type"
6376
6378
  t-esc="getItemTitle(item)"
6377
6379
  t-on-click.stop="() => this.onCarouselTabClick(item)"
6378
6380
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.0.16",
3
+ "version": "19.0.17",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",