@odoo/o-spreadsheet 17.2.21 → 17.2.23

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.2.21
5
- @date 2024-08-19T08:10:50.996Z
6
- @hash fb17f9c
4
+ @version 17.2.23
5
+ @date 2024-09-05T09:32:43.850Z
6
+ @hash e5e2be8
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">
@@ -3929,7 +3929,7 @@ https://fontawesome.com/license -->
3929
3929
  /
3930
3930
  <t t-esc="store.searchMatches.length"/>
3931
3931
  </div>
3932
- <div t-elif="!store.pendingSearch and store.toSearch !== ''" class="o-input-count">
3932
+ <div t-elif="!this.pendingSearch and store.toSearch !== ''" class="o-input-count">
3933
3933
  0 / 0
3934
3934
  </div>
3935
3935
  </div>
@@ -4281,6 +4281,7 @@ https://fontawesome.com/license -->
4281
4281
  t-key="props.table.id"
4282
4282
  ranges="[this.state.tableXc]"
4283
4283
  hasSingleRange="true"
4284
+ isInvalid="this.state.tableZoneErrors.length !== 0"
4284
4285
  onSelectionChanged="(ranges) => this.onRangeChanged(ranges)"
4285
4286
  onSelectionConfirmed.bind="this.onRangeConfirmed"
4286
4287
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.2.21",
3
+ "version": "17.2.23",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",