@odoo/o-spreadsheet 17.4.27 → 17.4.28
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 +51 -53
- package/dist/o-spreadsheet.esm.js +51 -53
- package/dist/o-spreadsheet.iife.js +51 -53
- package/dist/o-spreadsheet.iife.min.js +49 -47
- package/dist/o_spreadsheet.xml +6 -3
- 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.
|
|
5
|
-
@date 2025-03-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.4.28
|
|
5
|
+
@date 2025-03-26T12:49:18.402Z
|
|
6
|
+
@hash a81a8f4
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -579,6 +579,9 @@
|
|
|
579
579
|
<t t-name="o-spreadsheet-TopBarComposer">
|
|
580
580
|
<div
|
|
581
581
|
class="o-topbar-composer bg-white user-select-text"
|
|
582
|
+
t-att-class="{
|
|
583
|
+
'o-topbar-composer-readonly': env.model.getters.isReadonly(),
|
|
584
|
+
}"
|
|
582
585
|
t-on-click.stop=""
|
|
583
586
|
t-att-style="containerStyle">
|
|
584
587
|
<Composer focus="focus" inputStyle="composerStyle" onComposerContentFocused.bind="onFocus"/>
|