@odoo/o-spreadsheet 17.4.5 → 17.4.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.cjs.js +166 -82
- package/dist/o-spreadsheet.d.ts +14 -10
- package/dist/o-spreadsheet.esm.js +166 -82
- package/dist/o-spreadsheet.iife.js +166 -82
- package/dist/o-spreadsheet.iife.min.js +332 -321
- package/dist/o_spreadsheet.xml +6 -5
- 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.4.
|
|
5
|
-
@date 2024-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.4.7
|
|
5
|
+
@date 2024-09-05T09:32:49.033Z
|
|
6
|
+
@hash c14a4c9
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
t-if="state.isSheetListScrollableLeft"
|
|
190
190
|
/>
|
|
191
191
|
<div
|
|
192
|
-
class="o-sheet-list d-flex w-100
|
|
192
|
+
class="o-sheet-list d-flex w-100 px-1"
|
|
193
193
|
t-ref="sheetList"
|
|
194
194
|
t-on-wheel="onWheel"
|
|
195
195
|
t-on-scroll="onScroll">
|
|
@@ -4459,7 +4459,7 @@
|
|
|
4459
4459
|
/
|
|
4460
4460
|
<t t-esc="store.searchMatches.length"/>
|
|
4461
4461
|
</div>
|
|
4462
|
-
<div t-elif="!
|
|
4462
|
+
<div t-elif="!this.pendingSearch and store.toSearch !== ''" class="o-input-count">
|
|
4463
4463
|
0 / 0
|
|
4464
4464
|
</div>
|
|
4465
4465
|
</div>
|
|
@@ -5105,6 +5105,7 @@
|
|
|
5105
5105
|
t-key="props.table.type"
|
|
5106
5106
|
ranges="[this.state.tableXc]"
|
|
5107
5107
|
hasSingleRange="true"
|
|
5108
|
+
isInvalid="this.state.tableZoneErrors.length !== 0"
|
|
5108
5109
|
onSelectionChanged="(ranges) => this.onRangeChanged(ranges)"
|
|
5109
5110
|
onSelectionConfirmed.bind="this.onRangeConfirmed"
|
|
5110
5111
|
/>
|