@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.
- package/dist/o-spreadsheet.cjs.js +107 -68
- package/dist/o-spreadsheet.d.ts +12 -4
- package/dist/o-spreadsheet.esm.js +107 -68
- package/dist/o-spreadsheet.iife.js +107 -68
- package/dist/o-spreadsheet.iife.min.js +290 -289
- package/dist/o_spreadsheet.xml +7 -6
- 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.1.
|
|
5
|
-
@date 2024-02-
|
|
6
|
-
@hash
|
|
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="">
|