@odoo/o-spreadsheet 18.2.0-alpha.7 → 18.2.0-alpha.8
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 +190 -179
- package/dist/o-spreadsheet.d.ts +18 -2
- package/dist/o-spreadsheet.esm.js +190 -179
- package/dist/o-spreadsheet.iife.js +190 -179
- package/dist/o-spreadsheet.iife.min.js +137 -185
- package/dist/o_spreadsheet.xml +4 -4
- 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 18.2.0-alpha.
|
|
5
|
-
@date 2025-02-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.2.0-alpha.8
|
|
5
|
+
@date 2025-02-14T08:40:53.465Z
|
|
6
|
+
@hash 19d45d9
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
disabled="!this.canBeDynamic"
|
|
531
531
|
/>
|
|
532
532
|
<div
|
|
533
|
-
class="o-info-icon d-flex flex-row align-items-center text-muted
|
|
533
|
+
class="o-info-icon d-flex flex-row align-items-center text-muted ms-1"
|
|
534
534
|
t-att-title="dynamicTableTooltip">
|
|
535
535
|
<t t-call="o-spreadsheet-Icon.CIRCLE_INFO"/>
|
|
536
536
|
</div>
|