@odoo/o-spreadsheet 19.0.0 → 19.0.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 19.0.0
5
- @date 2025-09-11T07:19:39.737Z
6
- @hash 0ac0e86
4
+ @version 19.0.1
5
+ @date 2025-09-11T08:46:39.072Z
6
+ @hash bd79eea
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6553,9 +6553,12 @@
6553
6553
  </t>
6554
6554
 
6555
6555
  <t t-name="o-spreadsheet-ClickableCellSortIcon">
6556
- <div class="w-100 h-100 d-flex flex-column align-items-end justify-content-end">
6557
- <span class="o-icon h-100 sorting-icon pb-1" t-att-style="style">
6558
- <i class="fa fa-small" t-att-class="icon"/>
6556
+ <div class="w-100 h-100 d-flex flex-column align-items-end" t-att-class="verticalJustifyClass">
6557
+ <span
6558
+ t-if="props.sortDirection === 'none'"
6559
+ class="o-icon sorting-icon pb-1"
6560
+ t-att-style="style">
6561
+ <i class="fa fa-small fa-sort"/>
6559
6562
  </span>
6560
6563
  </div>
6561
6564
  </t>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",