@odoo/o-spreadsheet 18.1.7 → 18.1.8

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.
@@ -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.1.7
5
- @date 2025-02-10T09:01:09.502Z
6
- @hash 338d8a1
4
+ @version 18.1.8
5
+ @date 2025-02-14T08:42:50.074Z
6
+ @hash 02682f4
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -630,17 +630,19 @@
630
630
  </t>
631
631
 
632
632
  <t t-name="o-spreadsheet-TopBarComposer">
633
- <div
634
- class="o-topbar-composer bg-white user-select-text"
635
- t-on-click.stop=""
636
- t-att-style="containerStyle">
637
- <Composer
638
- focus="focus"
639
- inputStyle="composerStyle"
640
- onComposerContentFocused.bind="onFocus"
641
- composerStore="composerStore"
642
- placeholder="composerStore.placeholder"
643
- />
633
+ <div class="o-topbar-composer-container w-100">
634
+ <div
635
+ class="o-topbar-composer position-relative bg-white user-select-text"
636
+ t-on-click.stop=""
637
+ t-att-style="containerStyle">
638
+ <Composer
639
+ focus="focus"
640
+ inputStyle="composerStyle"
641
+ onComposerContentFocused.bind="onFocus"
642
+ composerStore="composerStore"
643
+ placeholder="composerStore.placeholder"
644
+ />
645
+ </div>
644
646
  </div>
645
647
  </t>
646
648
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.1.7",
3
+ "version": "18.1.8",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",