@odoo/o-spreadsheet 19.0.16 → 19.0.17
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 +94 -44
- package/dist/o-spreadsheet.d.ts +10 -4
- package/dist/o-spreadsheet.esm.js +94 -44
- package/dist/o-spreadsheet.iife.js +94 -44
- package/dist/o-spreadsheet.iife.min.js +6 -6
- package/dist/o_spreadsheet.css +3 -3
- package/dist/o_spreadsheet.xml +6 -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 19.0.
|
|
6
|
-
* @date 2026-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.0.17
|
|
6
|
+
* @date 2026-01-14T10:02:14.829Z
|
|
7
|
+
* @hash 2165bad
|
|
8
8
|
*/
|
|
9
9
|
/* Originates from src/components/top_bar/top_bar.scss */
|
|
10
10
|
@media (max-width: 1200px) {
|
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 19.0.
|
|
5
|
-
@date 2026-01-
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.0.17
|
|
5
|
+
@date 2026-01-14T10:02:14.022Z
|
|
6
|
+
@hash 2165bad
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -1389,7 +1389,8 @@
|
|
|
1389
1389
|
</select>
|
|
1390
1390
|
<div t-if="searchOptions.searchScope === 'specificRange'">
|
|
1391
1391
|
<SelectionInput
|
|
1392
|
-
|
|
1392
|
+
t-key="selectionInputKey"
|
|
1393
|
+
ranges="[specificRange]"
|
|
1393
1394
|
onSelectionChanged="(ranges) => this.onSearchRangeChanged(ranges)"
|
|
1394
1395
|
onSelectionConfirmed.bind="updateDataRange"
|
|
1395
1396
|
hasSingleRange="true"
|
|
@@ -6373,6 +6374,7 @@
|
|
|
6373
6374
|
<div
|
|
6374
6375
|
class="o-carousel-tab text-truncate px-2 mt-1 flex-shrink-0"
|
|
6375
6376
|
t-att-class="{ 'selected': isItemSelected(item) }"
|
|
6377
|
+
t-att-data-type="item.type"
|
|
6376
6378
|
t-esc="getItemTitle(item)"
|
|
6377
6379
|
t-on-click.stop="() => this.onCarouselTabClick(item)"
|
|
6378
6380
|
/>
|