@odoo/o-spreadsheet 17.2.21 → 17.2.23
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 +67 -43
- package/dist/o-spreadsheet.d.ts +6 -7
- package/dist/o-spreadsheet.esm.js +67 -43
- package/dist/o-spreadsheet.iife.js +67 -43
- package/dist/o-spreadsheet.iife.min.js +19 -8
- 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.2.
|
|
5
|
-
@date 2024-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.2.23
|
|
5
|
+
@date 2024-09-05T09:32:43.850Z
|
|
6
|
+
@hash e5e2be8
|
|
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">
|
|
@@ -3929,7 +3929,7 @@ https://fontawesome.com/license -->
|
|
|
3929
3929
|
/
|
|
3930
3930
|
<t t-esc="store.searchMatches.length"/>
|
|
3931
3931
|
</div>
|
|
3932
|
-
<div t-elif="!
|
|
3932
|
+
<div t-elif="!this.pendingSearch and store.toSearch !== ''" class="o-input-count">
|
|
3933
3933
|
0 / 0
|
|
3934
3934
|
</div>
|
|
3935
3935
|
</div>
|
|
@@ -4281,6 +4281,7 @@ https://fontawesome.com/license -->
|
|
|
4281
4281
|
t-key="props.table.id"
|
|
4282
4282
|
ranges="[this.state.tableXc]"
|
|
4283
4283
|
hasSingleRange="true"
|
|
4284
|
+
isInvalid="this.state.tableZoneErrors.length !== 0"
|
|
4284
4285
|
onSelectionChanged="(ranges) => this.onRangeChanged(ranges)"
|
|
4285
4286
|
onSelectionConfirmed.bind="this.onRangeConfirmed"
|
|
4286
4287
|
/>
|