@odoo/o-spreadsheet 17.4.0-alpha.7 → 17.4.0-alpha.9
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 +811 -742
- package/dist/o-spreadsheet.d.ts +47 -31
- package/dist/o-spreadsheet.esm.js +811 -742
- package/dist/o-spreadsheet.iife.js +811 -742
- package/dist/o-spreadsheet.iife.min.js +345 -345
- package/dist/o_spreadsheet.xml +5 -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.0-alpha.
|
|
5
|
-
@date 2024-06-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.4.0-alpha.9
|
|
5
|
+
@date 2024-06-26T11:10:21.037Z
|
|
6
|
+
@hash 526be20
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -3588,7 +3588,7 @@
|
|
|
3588
3588
|
t-foreach="props.items"
|
|
3589
3589
|
t-as="item"
|
|
3590
3590
|
t-key="item.name"
|
|
3591
|
-
t-on-click="
|
|
3591
|
+
t-on-click="() => this.onClick(item)"
|
|
3592
3592
|
class="btn btn-link me-3">
|
|
3593
3593
|
<i t-if="item.icon" t-att-class="'me-2 fa ' + item.icon"/>
|
|
3594
3594
|
<t t-esc="item.name"/>
|
|
@@ -4736,7 +4736,7 @@
|
|
|
4736
4736
|
<t t-name="o-spreadsheet-PivotSpreadsheetSidePanel">
|
|
4737
4737
|
<div class="d-flex flex-column h-100 justify-content-between overflow-hidden">
|
|
4738
4738
|
<div class="h-100 overflow-auto">
|
|
4739
|
-
<PivotTitleSection pivotId="props.pivotId"/>
|
|
4739
|
+
<PivotTitleSection pivotId="props.pivotId" flipAxis.bind="flipAxis"/>
|
|
4740
4740
|
<Section>
|
|
4741
4741
|
<t t-set-slot="title">Range</t>
|
|
4742
4742
|
<SelectionInput
|