@odoo/o-spreadsheet 18.3.50 → 18.3.54

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 18.3.50
5
- @date 2026-06-06T06:20:55.214Z
6
- @hash d8ca64d
4
+ @version 18.3.54
5
+ @date 2026-07-01T05:01:45.206Z
6
+ @hash d00e4b6
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6477,7 +6477,7 @@
6477
6477
  t-if="state.pickerOpened"
6478
6478
  anchorRect="colorPickerAnchorRect"
6479
6479
  onColorPicked.bind="onColorPicked"
6480
- currentColor="props.currentColor"
6480
+ currentColor="this.state.currentPickerColor"
6481
6481
  />
6482
6482
  </t>
6483
6483
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.3.50",
3
+ "version": "18.3.54",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -37,7 +37,8 @@
37
37
  "unzipXlsx": "node tools/bundle_xlsx/unzip_xlsx_demo.cjs",
38
38
  "zipXlsx": "node tools/bundle_xlsx/zip_xlsx_demo.cjs",
39
39
  "build": "npm-run-all build:js bundle:esm \"bundle:xml -- --outDir build\" && node tools/bundle_scss/main.cjs --out build",
40
- "lint": "eslint --fix"
40
+ "lint": "eslint --fix",
41
+ "runbot": "npm run check-formatting && npm run test --"
41
42
  },
42
43
  "browserslist": [
43
44
  "last 1 Chrome versions"
@@ -127,6 +128,10 @@
127
128
  "@rolldown/binding-win32-arm64-msvc": "1.0.0",
128
129
  "@rolldown/binding-win32-x64-msvc": "1.0.0"
129
130
  },
131
+ "engines": {
132
+ "node": ">=24.17.0",
133
+ "npm": ">=11.13.0"
134
+ },
130
135
  "prettier": {
131
136
  "printWidth": 100,
132
137
  "xmlWhitespaceSensitivity": "ignore",