@odoo/o-spreadsheet 18.0.14 → 18.0.16
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 +187 -129
- package/dist/o-spreadsheet.d.ts +22 -1
- package/dist/o-spreadsheet.esm.js +187 -129
- package/dist/o-spreadsheet.iife.js +187 -129
- package/dist/o-spreadsheet.iife.min.js +85 -85
- package/dist/o_spreadsheet.xml +6 -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.0.
|
|
5
|
-
@date 2025-02-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.0.16
|
|
5
|
+
@date 2025-02-14T08:45:11.101Z
|
|
6
|
+
@hash 39979ab
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -977,6 +977,7 @@
|
|
|
977
977
|
max="400"
|
|
978
978
|
class="o-font-size o-number-input bg-transparent border-0"
|
|
979
979
|
t-on-keydown="onInputKeydown"
|
|
980
|
+
t-on-wheel.prevent.stop=""
|
|
980
981
|
t-on-click.stop=""
|
|
981
982
|
t-on-focus.stop="onInputFocused"
|
|
982
983
|
t-att-value="currentFontSize"
|
|
@@ -5267,7 +5268,7 @@
|
|
|
5267
5268
|
|
|
5268
5269
|
<t t-name="o-spreadsheet-PivotSpreadsheetSidePanel">
|
|
5269
5270
|
<div class="d-flex flex-column h-100 justify-content-between overflow-hidden">
|
|
5270
|
-
<div class="h-100 position-relative overflow-x-hidden overflow-y-auto">
|
|
5271
|
+
<div class="h-100 position-relative overflow-x-hidden overflow-y-auto" t-ref="pivotSidePanel">
|
|
5271
5272
|
<PivotTitleSection pivotId="props.pivotId" flipAxis.bind="flipAxis"/>
|
|
5272
5273
|
<Section>
|
|
5273
5274
|
<t t-set-slot="title">Range</t>
|
|
@@ -5295,6 +5296,7 @@
|
|
|
5295
5296
|
datetimeGranularities="store.datetimeGranularities"
|
|
5296
5297
|
definition="definition"
|
|
5297
5298
|
onDimensionsUpdated.bind="onDimensionsUpdated"
|
|
5299
|
+
getScrollableContainerEl.bind="getScrollableContainerEl"
|
|
5298
5300
|
pivotId="props.pivotId"
|
|
5299
5301
|
/>
|
|
5300
5302
|
</div>
|