@odoo/o-spreadsheet 17.1.4 → 17.1.5

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 17.1.4
5
- @date 2024-02-09T13:09:48.048Z
6
- @hash 16d3ece
4
+ @version 17.1.5
5
+ @date 2024-02-16T14:24:28.688Z
6
+ @hash 29d8ad6
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -421,9 +421,9 @@
421
421
 
422
422
  <t t-name="o-spreadsheet-TextValueProvider">
423
423
  <div
424
+ t-ref="autoCompleteList"
424
425
  t-att-class="{
425
- 'o-autocomplete-dropdown':props.values.length,
426
- 'shadow':props.values.length}">
426
+ 'o-autocomplete-dropdown':props.values.length }">
427
427
  <t t-foreach="props.values" t-as="v" t-key="v.text">
428
428
  <div
429
429
  class="d-flex flex-column text-start"
@@ -475,8 +475,9 @@
475
475
 
476
476
  <div
477
477
  t-if="props.focus !== 'inactive' and (autoCompleteState.showProvider or functionDescriptionState.showDescription)"
478
- class="o-composer-assistant"
478
+ class="o-composer-assistant shadow"
479
479
  t-att-style="assistantStyle"
480
+ t-on-wheel.stop=""
480
481
  t-on-mousedown.prevent.stop=""
481
482
  t-on-click.prevent.stop=""
482
483
  t-on-mouseup.prevent.stop="">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.1.4",
3
+ "version": "17.1.5",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",