@odoo/o-spreadsheet 17.4.5 → 17.4.7

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 17.4.5
5
- @date 2024-08-19T08:12:52.157Z
6
- @hash 28579ad
4
+ @version 17.4.7
5
+ @date 2024-09-05T09:32:49.033Z
6
+ @hash c14a4c9
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -189,7 +189,7 @@
189
189
  t-if="state.isSheetListScrollableLeft"
190
190
  />
191
191
  <div
192
- class="o-sheet-list d-flex w-100 overflow-hidden px-1"
192
+ class="o-sheet-list d-flex w-100 px-1"
193
193
  t-ref="sheetList"
194
194
  t-on-wheel="onWheel"
195
195
  t-on-scroll="onScroll">
@@ -4459,7 +4459,7 @@
4459
4459
  /
4460
4460
  <t t-esc="store.searchMatches.length"/>
4461
4461
  </div>
4462
- <div t-elif="!store.pendingSearch and store.toSearch !== ''" class="o-input-count">
4462
+ <div t-elif="!this.pendingSearch and store.toSearch !== ''" class="o-input-count">
4463
4463
  0 / 0
4464
4464
  </div>
4465
4465
  </div>
@@ -5105,6 +5105,7 @@
5105
5105
  t-key="props.table.type"
5106
5106
  ranges="[this.state.tableXc]"
5107
5107
  hasSingleRange="true"
5108
+ isInvalid="this.state.tableZoneErrors.length !== 0"
5108
5109
  onSelectionChanged="(ranges) => this.onRangeChanged(ranges)"
5109
5110
  onSelectionConfirmed.bind="this.onRangeConfirmed"
5110
5111
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.5",
3
+ "version": "17.4.7",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",