@odoo/o-spreadsheet 17.4.0 → 17.4.1

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 17.4.0
5
- @date 2024-07-12T04:42:39.663Z
6
- @hash f8e8543
4
+ @version 17.4.1
5
+ @date 2024-07-18T14:26:42.571Z
6
+ @hash fd7deaa
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -4754,7 +4754,7 @@
4754
4754
  </div>
4755
4755
  </t>
4756
4756
  <div
4757
- class="fw-bold pt-4 pb-1 d-flex flex-row justify-content-between align-items-center o-section-title">
4757
+ class="fw-bold pt-4 pb-1 d-flex flex-row justify-content-between align-items-center o-section-title o-pivot-measure">
4758
4758
  Measures
4759
4759
  <AddDimensionButton
4760
4760
  onFieldPicked.bind="addMeasureDimension"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.0",
3
+ "version": "17.4.1",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",