@odoo/o-spreadsheet 18.4.43 → 18.4.46

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.4.43
5
- @date 2026-06-17T08:50:35.937Z
6
- @hash 5ab697a
4
+ @version 18.4.46
5
+ @date 2026-07-01T05:02:57.419Z
6
+ @hash 26297b3
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6747,7 +6747,7 @@
6747
6747
  t-if="state.pickerOpened"
6748
6748
  anchorRect="colorPickerAnchorRect"
6749
6749
  onColorPicked.bind="onColorPicked"
6750
- currentColor="props.currentColor"
6750
+ currentColor="this.state.currentPickerColor"
6751
6751
  />
6752
6752
  </t>
6753
6753
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.4.43",
3
+ "version": "18.4.46",
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",