@odoo/o-spreadsheet 17.4.21 → 17.4.22
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 +28 -16
- package/dist/o-spreadsheet.d.ts +6 -1
- package/dist/o-spreadsheet.esm.js +28 -16
- package/dist/o-spreadsheet.iife.js +28 -16
- package/dist/o-spreadsheet.iife.min.js +55 -55
- package/dist/o_spreadsheet.xml +5 -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.4.
|
|
5
|
-
@date 2025-02-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.4.22
|
|
5
|
+
@date 2025-02-10T09:15:36.501Z
|
|
6
|
+
@hash 667f2b1
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -4803,7 +4803,7 @@
|
|
|
4803
4803
|
|
|
4804
4804
|
<t t-name="o-spreadsheet-PivotSpreadsheetSidePanel">
|
|
4805
4805
|
<div class="d-flex flex-column h-100 justify-content-between overflow-hidden">
|
|
4806
|
-
<div class="h-100 overflow-auto">
|
|
4806
|
+
<div class="h-100 overflow-auto" t-ref="pivotSidePanel">
|
|
4807
4807
|
<PivotTitleSection pivotId="props.pivotId" flipAxis.bind="flipAxis"/>
|
|
4808
4808
|
<Section>
|
|
4809
4809
|
<t t-set-slot="title">Range</t>
|
|
@@ -4830,6 +4830,7 @@
|
|
|
4830
4830
|
allGranularities="store.allGranularities"
|
|
4831
4831
|
definition="definition"
|
|
4832
4832
|
onDimensionsUpdated.bind="onDimensionsUpdated"
|
|
4833
|
+
getScrollableContainerEl.bind="getScrollableContainerEl"
|
|
4833
4834
|
/>
|
|
4834
4835
|
</div>
|
|
4835
4836
|
<PivotDeferUpdate
|