@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.
@@ -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.14
5
- @date 2025-02-05T06:48:25.346Z
6
- @hash 90f2af4
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.14",
3
+ "version": "18.0.16",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",