@odoo/o-spreadsheet 19.1.2 → 19.1.3

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.
@@ -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.1.2
5
- @date 2026-01-07T16:22:29.505Z
6
- @hash febc3e9
4
+ @version 19.1.3
5
+ @date 2026-01-14T10:03:28.324Z
6
+ @hash 52a3e52
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -1583,7 +1583,8 @@
1583
1583
  </select>
1584
1584
  <div t-if="searchOptions.searchScope === 'specificRange'">
1585
1585
  <SelectionInput
1586
- ranges="[this.state.dataRange]"
1586
+ t-key="selectionInputKey"
1587
+ ranges="[specificRange]"
1587
1588
  onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
1588
1589
  onSelectionConfirmed.bind="updateDataRange"
1589
1590
  hasSingleRange="true"
@@ -6839,6 +6840,7 @@
6839
6840
  <div
6840
6841
  class="o-carousel-tab text-truncate px-2 mt-1 flex-shrink-0"
6841
6842
  t-att-class="{ 'selected': isItemSelected(item) }"
6843
+ t-att-data-type="item.type"
6842
6844
  t-esc="getItemTitle(item)"
6843
6845
  t-on-click.stop="() => this.onCarouselTabClick(item)"
6844
6846
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.1.2",
3
+ "version": "19.1.3",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",