@odoo/o-spreadsheet 18.2.39 → 18.2.40
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 +93 -44
- package/dist/o-spreadsheet.d.ts +10 -4
- package/dist/o-spreadsheet.esm.js +93 -44
- package/dist/o-spreadsheet.iife.js +93 -44
- package/dist/o-spreadsheet.iife.min.js +5 -5
- package/dist/o_spreadsheet.css +3 -3
- package/dist/o_spreadsheet.xml +5 -4
- package/package.json +1 -1
package/dist/o_spreadsheet.css
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/*
|
|
3
3
|
* This file is generated by o-spreadsheet build tools. Do not edit it.
|
|
4
4
|
* @see https://github.com/odoo/o-spreadsheet
|
|
5
|
-
* @version 18.2.
|
|
6
|
-
* @date
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.2.40
|
|
6
|
+
* @date 2026-01-14T10:00:19.234Z
|
|
7
|
+
* @hash 755a787
|
|
8
8
|
*/
|
|
9
9
|
/* Originates from src/components/spreadsheet/spreadsheet.scss */
|
|
10
10
|
.o-spreadsheet {
|
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 18.2.
|
|
5
|
-
@date
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.2.40
|
|
5
|
+
@date 2026-01-14T10:00:18.433Z
|
|
6
|
+
@hash 755a787
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -1203,7 +1203,8 @@
|
|
|
1203
1203
|
</select>
|
|
1204
1204
|
<div t-if="searchOptions.searchScope === 'specificRange'">
|
|
1205
1205
|
<SelectionInput
|
|
1206
|
-
|
|
1206
|
+
t-key="selectionInputKey"
|
|
1207
|
+
ranges="[specificRange]"
|
|
1207
1208
|
onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
|
|
1208
1209
|
onSelectionConfirmed.bind="updateDataRange"
|
|
1209
1210
|
hasSingleRange="true"
|