@odoo/o-spreadsheet 18.3.31 → 18.3.33
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 +299 -233
- package/dist/o-spreadsheet.d.ts +224 -212
- package/dist/o-spreadsheet.esm.js +299 -233
- package/dist/o-spreadsheet.iife.js +299 -233
- package/dist/o-spreadsheet.iife.min.js +399 -399
- 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.3.
|
|
6
|
-
* @date
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.3.33
|
|
6
|
+
* @date 2026-01-21T11:06:05.361Z
|
|
7
|
+
* @hash b7e5d91
|
|
8
8
|
*/
|
|
9
9
|
/* Originates from src/components/top_bar/top_bar.scss */
|
|
10
10
|
@media (max-width: 900px) {
|
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.3.
|
|
5
|
-
@date
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.3.33
|
|
5
|
+
@date 2026-01-21T11:06:04.545Z
|
|
6
|
+
@hash b7e5d91
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -1189,7 +1189,8 @@
|
|
|
1189
1189
|
</select>
|
|
1190
1190
|
<div t-if="searchOptions.searchScope === 'specificRange'">
|
|
1191
1191
|
<SelectionInput
|
|
1192
|
-
|
|
1192
|
+
t-key="selectionInputKey"
|
|
1193
|
+
ranges="[specificRange]"
|
|
1193
1194
|
onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
|
|
1194
1195
|
onSelectionConfirmed.bind="updateDataRange"
|
|
1195
1196
|
hasSingleRange="true"
|