@odoo/o-spreadsheet 18.2.56 → 18.2.58

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.2.56
5
- @date 2026-06-17T08:50:16.412Z
6
- @hash 17ea4a6
4
+ @version 18.2.58
5
+ @date 2026-07-01T05:02:56.184Z
6
+ @hash 90648bf
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6169,7 +6169,7 @@
6169
6169
  t-if="state.pickerOpened"
6170
6170
  anchorRect="colorPickerAnchorRect"
6171
6171
  onColorPicked.bind="onColorPicked"
6172
- currentColor="props.currentColor"
6172
+ currentColor="this.state.currentPickerColor"
6173
6173
  />
6174
6174
  </t>
6175
6175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.56",
3
+ "version": "18.2.58",
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",