@odoo/o-spreadsheet 18.2.29 → 18.2.30

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.29
5
- @date 2025-09-11T08:45:12.930Z
6
- @hash 665bc43
4
+ @version 18.2.30
5
+ @date 2025-09-19T07:25:11.125Z
6
+ @hash 16428fd
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -1008,6 +1008,12 @@
1008
1008
  t-att-selected="agg === measure.aggregator"
1009
1009
  t-esc="props.aggregators[measure.type][agg]"
1010
1010
  />
1011
+ <option
1012
+ t-if="measure.computedBy"
1013
+ t-att-value="''"
1014
+ t-att-selected="'' === measure.aggregator">
1015
+ Compute from totals
1016
+ </option>
1011
1017
  </select>
1012
1018
  </div>
1013
1019
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.29",
3
+ "version": "18.2.30",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -60,7 +60,8 @@
60
60
  "@prettier/plugin-xml": "^2.2.0",
61
61
  "@rollup/plugin-node-resolve": "^15.2.0",
62
62
  "@rollup/plugin-terser": "^0.4.3",
63
- "@swc/jest": "^0.2.36",
63
+ "@swc/jest": "0.2.36",
64
+ "@swc/core": "1.6.7",
64
65
  "@types/jest": "^27.0.1",
65
66
  "@types/node": "^13.13.23",
66
67
  "@types/rbush": "^3.0.3",
@@ -96,6 +97,18 @@
96
97
  "typescript": "^5.4.3",
97
98
  "xml-formatter": "^2.4.0"
98
99
  },
100
+ "optionalDependencies": {
101
+ "@swc/core-darwin-arm64": "1.6.7",
102
+ "@swc/core-darwin-x64": "1.6.7",
103
+ "@swc/core-linux-arm-gnueabihf": "1.6.7",
104
+ "@swc/core-linux-arm64-gnu": "1.6.7",
105
+ "@swc/core-linux-arm64-musl": "1.6.7",
106
+ "@swc/core-linux-x64-gnu": "1.6.7",
107
+ "@swc/core-linux-x64-musl": "1.6.7",
108
+ "@swc/core-win32-arm64-msvc": "1.6.7",
109
+ "@swc/core-win32-ia32-msvc": "1.6.7",
110
+ "@swc/core-win32-x64-msvc": "1.6.7"
111
+ },
99
112
  "prettier": {
100
113
  "printWidth": 100,
101
114
  "xmlWhitespaceSensitivity": "ignore",