@odoo/o-spreadsheet 19.0.15 → 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.15
6
- * @date 2025-12-26T10:20:18.989Z
7
- * @hash fe625c9
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.15
5
- @date 2025-12-26T10:20:18.147Z
6
- @hash fe625c9
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"
@@ -6036,7 +6037,6 @@
6036
6037
  onGridResized.bind="onGridResized"
6037
6038
  onGridMoved.bind="moveCanvas"
6038
6039
  gridOverlayDimensions="gridOverlayDimensions"
6039
- getGridSize="props.getGridSize"
6040
6040
  />
6041
6041
  <HeadersOverlay onOpenContextMenu="(type, x, y) => this.toggleContextMenu(type, x, y)"/>
6042
6042
  <GridComposer
@@ -6374,6 +6374,7 @@
6374
6374
  <div
6375
6375
  class="o-carousel-tab text-truncate px-2 mt-1 flex-shrink-0"
6376
6376
  t-att-class="{ 'selected': isItemSelected(item) }"
6377
+ t-att-data-type="item.type"
6377
6378
  t-esc="getItemTitle(item)"
6378
6379
  t-on-click.stop="() => this.onCarouselTabClick(item)"
6379
6380
  />
@@ -6634,8 +6635,7 @@
6634
6635
  <GridOverlay
6635
6636
  onGridResized.bind="onGridResized"
6636
6637
  onGridMoved.bind="moveCanvas"
6637
- gridOverlayDimensions="gridOverlayDimensions"
6638
- getGridSize="props.getGridSize">
6638
+ gridOverlayDimensions="gridOverlayDimensions">
6639
6639
  <div
6640
6640
  t-foreach="getClickableCells()"
6641
6641
  t-as="clickableCell"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.0.15",
3
+ "version": "19.0.17",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",