@odoo/o-spreadsheet 17.4.4 → 17.4.6

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.4
5
- @date 2024-08-09T12:24:57.189Z
6
- @hash a43e855
4
+ @version 17.4.6
5
+ @date 2024-08-26T13:51:40.306Z
6
+ @hash f5648d9
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -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,11 +1,11 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.4",
3
+ "version": "17.4.6",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
7
7
  "browser": "dist/o-spreadsheet.iife.js",
8
- "module": "dist/o-spreadsheet.es.js",
8
+ "module": "dist/o-spreadsheet.esm.js",
9
9
  "types": "dist/o-spreadsheet.d.ts",
10
10
  "files": [
11
11
  "dist/*.js",