@odoo/o-spreadsheet 19.0.37 → 19.0.41

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 19.0.37
5
- @date 2026-06-06T06:22:22.239Z
6
- @hash 41aace0
4
+ @version 19.0.41
5
+ @date 2026-07-01T05:03:21.062Z
6
+ @hash 346d3c0
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -7204,7 +7204,7 @@
7204
7204
  t-if="state.pickerOpened"
7205
7205
  anchorRect="colorPickerAnchorRect"
7206
7206
  onColorPicked.bind="onColorPicked"
7207
- currentColor="props.currentColor"
7207
+ currentColor="this.state.currentPickerColor"
7208
7208
  />
7209
7209
  </t>
7210
7210
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.0.37",
3
+ "version": "19.0.41",
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"
@@ -128,6 +129,10 @@
128
129
  "@rolldown/binding-win32-arm64-msvc": "1.0.0",
129
130
  "@rolldown/binding-win32-x64-msvc": "1.0.0"
130
131
  },
132
+ "engines": {
133
+ "node": ">=24.17.0",
134
+ "npm": ">=11.13.0"
135
+ },
131
136
  "prettier": {
132
137
  "printWidth": 100,
133
138
  "xmlWhitespaceSensitivity": "ignore",