@odoo/o-spreadsheet 17.5.0-alpha.3 → 17.5.0-alpha.4
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 +23719 -23656
- package/dist/o-spreadsheet.d.ts +34 -42
- package/dist/o-spreadsheet.esm.js +23719 -23656
- package/dist/o-spreadsheet.iife.js +23716 -23653
- package/dist/o-spreadsheet.iife.min.js +281 -293
- package/dist/o_spreadsheet.xml +24 -21
- 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.5.0-alpha.
|
|
5
|
-
@date 2024-08-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.5.0-alpha.4
|
|
5
|
+
@date 2024-08-06T12:06:44.967Z
|
|
6
|
+
@hash a941df3
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -571,18 +571,19 @@
|
|
|
571
571
|
t-esc="cellReference"
|
|
572
572
|
/>
|
|
573
573
|
<div class="o-grid-composer" t-att-style="containerStyle" t-ref="gridComposer">
|
|
574
|
-
<
|
|
574
|
+
<Composer t-props="composerProps"/>
|
|
575
575
|
</div>
|
|
576
576
|
</t>
|
|
577
577
|
|
|
578
578
|
<t t-name="o-spreadsheet-StandaloneComposer">
|
|
579
579
|
<div class="o-standalone-composer" t-on-click.stop="" t-att-class="containerClass">
|
|
580
|
-
<
|
|
580
|
+
<Composer
|
|
581
581
|
focus="focus"
|
|
582
582
|
inputStyle="composerStyle"
|
|
583
583
|
onComposerContentFocused.bind="onFocus"
|
|
584
584
|
composerStore="standaloneComposerStore"
|
|
585
585
|
placeholder="props.placeholder"
|
|
586
|
+
delimitation="spreadsheetRect"
|
|
586
587
|
/>
|
|
587
588
|
</div>
|
|
588
589
|
</t>
|
|
@@ -592,11 +593,12 @@
|
|
|
592
593
|
class="o-topbar-composer bg-white user-select-text"
|
|
593
594
|
t-on-click.stop=""
|
|
594
595
|
t-att-style="containerStyle">
|
|
595
|
-
<
|
|
596
|
+
<Composer
|
|
596
597
|
focus="focus"
|
|
597
598
|
inputStyle="composerStyle"
|
|
598
599
|
onComposerContentFocused.bind="onFocus"
|
|
599
600
|
composerStore="composerStore"
|
|
601
|
+
placeholder="composerStore.placeholder"
|
|
600
602
|
/>
|
|
601
603
|
</div>
|
|
602
604
|
</t>
|
|
@@ -1972,7 +1974,11 @@
|
|
|
1972
1974
|
<i class="fa fa-refresh"/>
|
|
1973
1975
|
</div>
|
|
1974
1976
|
</t>
|
|
1975
|
-
|
|
1977
|
+
<t t-name="o-spreadsheet-Icon.EXCHANGE">
|
|
1978
|
+
<div class="o-icon">
|
|
1979
|
+
<i class="fa fa-exchange"/>
|
|
1980
|
+
</div>
|
|
1981
|
+
</t>
|
|
1976
1982
|
<t t-name="o-spreadsheet-Icon.ARROW_DOWN">
|
|
1977
1983
|
<svg
|
|
1978
1984
|
class="o-cf-icon arrow-down"
|
|
@@ -2392,6 +2398,7 @@
|
|
|
2392
2398
|
<div
|
|
2393
2399
|
t-ref="menu"
|
|
2394
2400
|
class="o-menu"
|
|
2401
|
+
t-att-style="menuStyle"
|
|
2395
2402
|
t-on-scroll="onScroll"
|
|
2396
2403
|
t-on-wheel.stop=""
|
|
2397
2404
|
t-on-click.stop=""
|
|
@@ -2451,6 +2458,7 @@
|
|
|
2451
2458
|
onClose.bind="close"
|
|
2452
2459
|
menuId="props.menuId"
|
|
2453
2460
|
onMouseOver.bind="onMouseOverChildMenu"
|
|
2461
|
+
width="props.width"
|
|
2454
2462
|
/>
|
|
2455
2463
|
</Popover>
|
|
2456
2464
|
</t>
|
|
@@ -3721,20 +3729,15 @@
|
|
|
3721
3729
|
</t>
|
|
3722
3730
|
|
|
3723
3731
|
<t t-name="o-spreadsheet-CogWheelMenu">
|
|
3724
|
-
<span class="fa fa-cog os-cog-wheel-menu-icon" t-on-click="
|
|
3725
|
-
<
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
<i t-if="item.icon" t-att-class="'me-2 fa ' + item.icon"/>
|
|
3734
|
-
<t t-esc="item.name"/>
|
|
3735
|
-
</div>
|
|
3736
|
-
</div>
|
|
3737
|
-
</Popover>
|
|
3732
|
+
<span class="fa fa-cog os-cog-wheel-menu-icon" t-on-click="toggleMenu" t-ref="button"/>
|
|
3733
|
+
<Menu
|
|
3734
|
+
t-if="menuState.isOpen"
|
|
3735
|
+
menuId="menuId"
|
|
3736
|
+
position="menuState.position"
|
|
3737
|
+
menuItems="menuState.menuItems"
|
|
3738
|
+
onClose="() => this.menuState.isOpen=false"
|
|
3739
|
+
width="160"
|
|
3740
|
+
/>
|
|
3738
3741
|
</t>
|
|
3739
3742
|
|
|
3740
3743
|
<t t-name="o-spreadsheet-SidePanelCollapsible">
|