@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.
- package/dist/o-spreadsheet.cjs.js +87 -40
- package/dist/o-spreadsheet.d.ts +22 -6
- package/dist/o-spreadsheet.esm.js +86 -41
- package/dist/o-spreadsheet.iife.js +87 -40
- package/dist/o-spreadsheet.iife.min.js +232 -232
- package/dist/o_spreadsheet.xml +9 -6
- package/package.json +1 -1
package/dist/o_spreadsheet.xml
CHANGED
|
@@ -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.
|
|
5
|
-
@date 2025-09-
|
|
6
|
-
@hash
|
|
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
|
|
6557
|
-
<span
|
|
6558
|
-
|
|
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>
|