@odoo/o-spreadsheet 17.3.6 → 17.3.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 +228 -167
- package/dist/o-spreadsheet.d.ts +5 -1
- package/dist/o-spreadsheet.esm.js +228 -167
- package/dist/o-spreadsheet.iife.js +228 -167
- package/dist/o-spreadsheet.iife.min.js +25 -25
- 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 17.3.
|
|
5
|
-
@date 2024-07-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.3.8
|
|
5
|
+
@date 2024-07-08T05:44:00.962Z
|
|
6
|
+
@hash e1e7bae
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
</t>
|
|
766
766
|
|
|
767
767
|
<t t-name="o-spreadsheet-FiguresContainer">
|
|
768
|
-
<div>
|
|
768
|
+
<div class="position-absolute">
|
|
769
769
|
<t t-foreach="containers" t-as="container" t-key="container.type">
|
|
770
770
|
<div
|
|
771
771
|
class="o-figure-container position-absolute pe-none overflow-hidden"
|