@odoo/o-spreadsheet 18.1.6 → 18.1.7
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.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.1.
|
|
5
|
-
@date 2025-02-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.1.7
|
|
5
|
+
@date 2025-02-10T09:01:09.502Z
|
|
6
|
+
@hash 338d8a1
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -5411,7 +5411,7 @@
|
|
|
5411
5411
|
class="d-flex flex-column h-100 justify-content-between overflow-hidden"
|
|
5412
5412
|
t-att="isReadonly ? ['inert', 1] : []"
|
|
5413
5413
|
t-att-class="{ 'pe-none': isReadonly, 'opacity-50': isReadonly }">
|
|
5414
|
-
<div class="h-100 position-relative overflow-x-hidden overflow-y-auto">
|
|
5414
|
+
<div class="h-100 position-relative overflow-x-hidden overflow-y-auto" t-ref="pivotSidePanel">
|
|
5415
5415
|
<PivotTitleSection pivotId="props.pivotId" flipAxis.bind="flipAxis"/>
|
|
5416
5416
|
<Section title.translate="Range">
|
|
5417
5417
|
<SelectionInput
|
|
@@ -5438,6 +5438,7 @@
|
|
|
5438
5438
|
datetimeGranularities="store.datetimeGranularities"
|
|
5439
5439
|
definition="definition"
|
|
5440
5440
|
onDimensionsUpdated.bind="onDimensionsUpdated"
|
|
5441
|
+
getScrollableContainerEl.bind="getScrollableContainerEl"
|
|
5441
5442
|
pivotId="props.pivotId"
|
|
5442
5443
|
/>
|
|
5443
5444
|
</div>
|